Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
37     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
38     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
39     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
40     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
41     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
42     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
43     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
44     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
45     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
46     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
47     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
48     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
49     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
50     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
51     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
52     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
57     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
58     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
59     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
60     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
61     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
62     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
63     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
64     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
65     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
66     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
67     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
68     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
69     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
70     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
71
72     # Detailed tests operational data
73     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
74     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
75     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
76     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
77     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
78     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
79     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
80     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
81
82     # Latencies:
83     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
84     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
85
86     # .css patch file to fix tables generated by Sphinx
87     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
88     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
89
90   urls:
91     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
92     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
93     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
94     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
95     DIR[NEXUS,DOC]: "report/_static/archive"
96
97   make-dirs:
98   # List the directories which are created while preparing the environment.
99   # All directories MUST be defined in "paths" section.
100   - "DIR[WORKING,DATA]"
101   - "DIR[STATIC,VPP]"
102   - "DIR[STATIC,DPDK]"
103   - "DIR[STATIC,ARCH]"
104   - "DIR[BUILD,LATEX]"
105   - "DIR[WORKING,SRC]"
106   - "DIR[WORKING,SRC,STATIC]"
107
108   remove-dirs:
109   # List the directories which are deleted while cleaning the environment.
110   # All directories MUST be defined in "paths" section.
111   #- "DIR[BUILD,HTML]"
112   - "DIR[WORKING,DATA]"
113
114   build-dirs:
115   # List the directories where the results (build) is stored.
116   # All directories MUST be defined in "paths" section.
117   - "DIR[BUILD,HTML]"
118   - "DIR[BUILD,LATEX]"
119
120 - type: "configuration"
121
122   limits:
123     nic:
124       x520: 24460000
125       x553: 29761905
126       x710: 35800000
127       xxv710: 35800000
128       xl710: 35800000
129       cx556a: 60000000
130
131     link:
132       10ge: 14880952.38
133       25ge: 37202380.95
134       40ge: 59523809.52
135       100ge: 148809523.81
136
137     pci:
138       pci-g3-x8: 74404761.90
139       pci-g3-x16: 148809523.81
140
141   data-sets:
142
143     ###########################################################################
144     # Replacements:
145
146     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
147       csit-vpp-perf-verify-1908-3n-hsw:
148         - 48  # NDRPDR sel vhost
149         - 49  # NDRPDR sel vhost
150         - 52  # NDRPDR sel vhost
151         - 53  # NDRPDR sel vhost
152         - 54  # NDRPDR sel vhost
153         - 55  # NDRPDR sel vhost
154         - 56  # NDRPDR sel vhost
155         - 57  # NDRPDR sel vhost
156         - 58  # NDRPDR sel vhost
157         - 59  # NDRPDR sel vhost
158
159     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
160       csit-vpp-perf-verify-1908-3n-skx:
161         - 52  # NDRPDR sel vhost
162         - 53  # NDRPDR sel vhost
163         - 55  # NDRPDR sel vhost
164         - 61  # NDRPDR sel vhost
165         - 62  # NDRPDR sel vhost
166         - 63  # NDRPDR sel vhost
167         - 64  # NDRPDR sel vhost
168         - 65  # NDRPDR sel vhost
169         - 66  # NDRPDR sel vhost
170         - 67  # NDRPDR sel vhost
171
172     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
173       csit-vpp-perf-verify-1908-2n-skx:
174         - 88  # NDRPDR sel vhost
175         - 89  # NDRPDR sel vhost
176         - 91  # NDRPDR sel vhost
177         - 92  # NDRPDR sel vhost
178         - 93  # NDRPDR sel vhost
179         - 94  # NDRPDR sel vhost
180         - 95  # NDRPDR sel vhost
181         - 96  # NDRPDR sel vhost
182         - 97  # NDRPDR sel vhost
183         - 98  # NDRPDR sel vhost
184
185     ###########################################################################
186     # Plots:
187
188     # 3n-hsw
189
190     plot-vpp-throughput-lat-tsa-3n-hsw:
191       csit-vpp-perf-verify-2001-3n-hsw:
192         - 21  # NDRPDR sel
193         - 22  # NDRPDR sel
194         - 23  # NDRPDR sel
195         - 24  # NDRPDR sel
196         - 25  # NDRPDR sel
197         - 29  # NDRPDR sel
198         - 30  # NDRPDR sel
199         - 31  # NDRPDR sel
200         - 32  # NDRPDR sel
201         - 34  # NDRPDR sel
202
203     plot-vpp-hdrh-lat-3n-hsw:
204       csit-vpp-perf-verify-2001-3n-hsw:
205         - 22  # NDRPDR sel
206
207     plot-vpp-nfv-3n-hsw-ndrpdr:
208       csit-vpp-perf-verify-2001-3n-hsw:
209         - 21  # NDRPDR sel
210         - 22  # NDRPDR sel
211         - 23  # NDRPDR sel
212         - 24  # NDRPDR sel
213         - 25  # NDRPDR sel
214         - 29  # NDRPDR sel
215         - 30  # NDRPDR sel
216         - 31  # NDRPDR sel
217         - 32  # NDRPDR sel
218         - 34  # NDRPDR sel
219
220     plot-vpp-nfv-3n-hsw-mrr:
221       csit-vpp-perf-verify-2001-3n-hsw:
222         - 17  # MRR sel
223
224     plot-dpdk-throughput-latency-3n-hsw:
225       csit-dpdk-perf-verify-2001-3n-hsw:
226         - 4   # NDRPDR sel
227         - 5   # NDRPDR sel
228         - 6   # NDRPDR sel
229         - 7   # NDRPDR sel
230         - 8   # NDRPDR sel
231         - 9   # NDRPDR sel
232         - 10  # NDRPDR sel
233         - 11  # NDRPDR sel
234         - 12  # NDRPDR sel
235         - 13  # NDRPDR sel
236         - 15  # NDRPDR sel
237         - 16  # NDRPDR sel
238         - 17  # NDRPDR sel
239         - 18  # NDRPDR sel
240         - 19  # NDRPDR sel
241         - 20  # NDRPDR sel
242         - 21  # NDRPDR sel
243         - 22  # NDRPDR sel
244         - 23  # NDRPDR sel
245         - 24  # NDRPDR sel
246
247     plot-dpdk-hdrh-lat-3n-hsw:
248       csit-dpdk-perf-verify-2001-3n-hsw:
249         - 16  # NDRPDR sel
250
251     # 3n-skx
252
253     plot-vpp-throughput-lat-tsa-3n-skx:
254       # TODO: Add the data
255       csit-vpp-perf-verify-2001-3n-skx:
256         - 14  # NDRPDR sel
257         - 15  # NDRPDR sel
258         - 16  # NDRPDR sel
259
260     plot-vpp-hdrh-lat-3n-skx:
261       csit-vpp-perf-verify-2001-3n-skx:
262         - 14  # NDRPDR sel
263
264     plot-vpp-nfv-3n-skx-ndrpdr:
265       # TODO: Add data
266       csit-vpp-perf-verify-2001-3n-skx:
267         - 14  # NDRPDR sel
268         - 15  # NDRPDR sel
269         - 16  # NDRPDR sel
270
271     plot-vpp-nfv-3n-skx-mrr:
272       # TODO: Replace
273       # csit-vpp-perf-verify-2001-3n-skx:
274       csit-vpp-perf-verify-1908-3n-skx:
275         - 36  # MRR sel
276
277     plot-dpdk-throughput-latency-3n-skx:
278       csit-dpdk-perf-verify-2001-3n-skx:
279         - 1   # NDRPDR sel
280         - 2   # NDRPDR sel
281         - 3   # NDRPDR sel
282         - 4   # NDRPDR sel
283         - 5   # NDRPDR sel
284         - 6   # NDRPDR sel
285         - 7   # NDRPDR sel
286         - 8   # NDRPDR sel
287         - 9   # NDRPDR sel
288         - 10  # NDRPDR sel
289
290     plot-dpdk-hdrh-lat-3n-skx:
291       csit-dpdk-perf-verify-2001-3n-skx:
292         - 1   # NDRPDR sel
293         - 19  # NDRPDR sel
294
295     # 2n-skx
296
297     plot-vpp-throughput-lat-tsa-2n-skx:
298       # TODO: Add the data
299       csit-vpp-perf-verify-2001-2n-skx:
300         - 21  # NDRPDR sel
301         - 22  # NDRPDR sel
302         - 23  # NDRPDR sel
303         - 26  # NDRPDR sel
304         - 27  # NDRPDR sel
305         - 29  # NDRPDR sel
306
307     plot-vpp-hdrh-lat-2n-skx:
308       csit-vpp-perf-verify-2001-2n-skx:
309         - 21  # NDRPDR sel
310
311     plot-vpp-http-server-performance:
312       # TODO: Replace:
313       # csit-vpp-perf-verify-2001-2n-skx:
314       csit-vpp-perf-verify-1908-2n-skx:
315         - 29  # TCP
316         - 30  # TCP
317         - 58  # TCP
318
319     plot-vpp-soak-2n-skx:
320       # TODO: Replace the data
321       # csit-vpp-perf-verify-2001-2n-skx:
322       csit-vpp-perf-verify-1908-2n-skx:
323         - 83  # SOAK
324         - 86  # SOAK
325
326     plot-vpp-nfv-2n-skx-ndrpdr:
327       # TODO: Add the data
328       csit-vpp-perf-verify-2001-2n-skx:
329         - 30  # NFV
330         - 31  # NFV
331
332     plot-vpp-nfv-2n-skx-mrr:
333       # TODO: Replace the data
334       # csit-vpp-perf-verify-2001-2n-skx:
335       csit-vpp-perf-verify-1908-2n-skx:
336         - 71  # NFV MRR
337
338     plot-vpp-nfv-reconf-2n-skx:
339       # TODO: Replace the data
340       # csit-vpp-perf-verify-2001-2n-skx:
341       csit-vpp-perf-verify-1908-2n-skx:
342         - 113 # NFV reconf sel
343         - 114 # NFV reconf sel
344         - 115 # NFV reconf sel
345
346     plot-dpdk-throughput-latency-2n-skx:
347       csit-dpdk-perf-verify-2001-2n-skx:
348         - 1   # NDRPDR sel
349         - 2   # NDRPDR sel
350         - 3   # NDRPDR sel
351         - 4   # NDRPDR sel
352         - 5   # NDRPDR sel
353         - 6   # NDRPDR sel
354         - 7   # NDRPDR sel
355         - 8   # NDRPDR sel
356         - 9   # NDRPDR sel
357         - 10  # NDRPDR sel
358         - 11  # NDRPDR sel
359         - 13  # NDRPDR sel
360         - 26  # NDRPDR sel
361         - 16  # NDRPDR sel
362         - 17  # NDRPDR sel
363         - 18  # NDRPDR sel
364         - 19  # NDRPDR sel
365         - 27  # NDRPDR sel
366         - 21  # NDRPDR sel
367         - 25  # NDRPDR sel
368
369     plot-dpdk-hdrh-lat-2n-skx:
370       csit-dpdk-perf-verify-2001-2n-skx:
371         - 1   # NDRPDR sel
372         - 19  # NDRPDR sel
373
374     # 2n-clx
375
376     plot-vpp-throughput-lat-tsa-2n-clx:
377       # TODO: Add the data
378       csit-vpp-perf-verify-2001-2n-clx:
379         - 28  # NDRPDR sel
380         - 29  # NDRPDR sel
381         - 32  # NDRPDR sel
382         - 40  # NDRPDR sel
383         - 43  # NDRPDR sel
384         - 44  # NDRPDR sel
385         - 45  # NDRPDR sel
386
387     plot-vpp-hdrh-lat-2n-clx:
388       csit-vpp-perf-verify-2001-2n-clx:
389         - 28  # NDRPDR sel
390
391     plot-vpp-nfv-2n-clx-ndrpdr:
392       # TODO: Add the data
393       csit-vpp-perf-verify-2001-2n-clx:
394         - 28  # NDRPDR sel
395         - 29  # NDRPDR sel
396         - 32  # NDRPDR sel
397         - 40  # NDRPDR sel
398         - 43  # NDRPDR sel
399         - 44  # NDRPDR sel
400         - 45  # NDRPDR sel
401
402     plot-vpp-nfv-2n-clx-mrr:
403       csit-vpp-perf-verify-2001-2n-clx:
404         - 39  # MRR
405
406     plot-dpdk-throughput-latency-2n-clx:
407       csit-dpdk-perf-verify-2001-2n-clx:
408         - 15  # NDRPDR sel
409         - 16  # NDRPDR sel
410         - 17  # NDRPDR sel
411         - 18  # NDRPDR sel
412         - 19  # NDRPDR sel
413         - 20  # NDRPDR sel
414         - 21  # NDRPDR sel
415         - 22  # NDRPDR sel
416         - 23  # NDRPDR sel
417         - 24  # NDRPDR sel
418         - 25  # NDRPDR sel
419         - 26  # NDRPDR sel
420         - 27  # NDRPDR sel
421         - 28  # NDRPDR sel
422         - 29  # NDRPDR sel
423         - 30  # NDRPDR sel
424         - 31  # NDRPDR sel
425         - 32  # NDRPDR sel
426         - 33  # NDRPDR sel
427         - 34  # NDRPDR sel
428
429
430     plot-dpdk-hdrh-lat-2n-clx:
431       csit-dpdk-perf-verify-2001-2n-clx:
432         - 15  # NDRPDR sel
433
434     # 3n-tsh
435
436     plot-vpp-throughput-lat-tsa-3n-tsh:
437       # TODO: Add the data
438       csit-vpp-perf-verify-2001-3n-tsh:
439         - 3   # NDRPDR sel
440         - 4   # NDRPDR sel
441         - 7   # NDRPDR sel
442         - 8   # NDRPDR sel
443         - 10  # NDRPDR sel
444         - 12  # NDRPDR sel
445         - 13  # NDRPDR sel
446         - 14  # NDRPDR sel
447
448     plot-vpp-hdrh-lat-3n-tsh:
449       csit-vpp-perf-verify-2001-3n-tsh:
450         - 10  # NDRPDR sel
451
452     plot-dpdk-throughput-latency-3n-tsh:
453       csit-dpdk-perf-verify-2001-3n-tsh:
454         - 3   # NDRPDR sel
455         - 4   # NDRPDR sel
456         - 5   # NDRPDR sel
457         - 9   # NDRPDR sel
458         - 10  # NDRPDR sel
459         - 11  # NDRPDR sel
460         - 12  # NDRPDR sel
461         - 14  # NDRPDR sel
462         - 15  # NDRPDR sel
463         - 18  # NDRPDR sel
464
465     plot-dpdk-hdrh-lat-3n-tsh:
466       csit-dpdk-perf-verify-2001-3n-tsh:
467         - 3   # NDRPDR sel
468
469     # 3n-dnv
470
471     plot-vpp-throughput-lat-tsa-3n-dnv:
472       csit-vpp-perf-verify-2001-3n-dnv:
473         - 5   # NDRPDR sel
474         - 6   # NDRPDR sel
475         - 7   # NDRPDR sel
476         - 8   # NDRPDR sel
477         - 9   # NDRPDR sel
478         - 10  # NDRPDR sel
479         - 12  # NDRPDR sel
480         - 16  # NDRPDR sel
481         - 17  # NDRPDR sel
482         - 18  # NDRPDR sel
483
484     plot-dpdk-throughput-latency-3n-dnv:
485       csit-dpdk-perf-verify-2001-3n-dnv:
486         - 12  # NDRPDR sel
487         - 13  # NDRPDR sel
488         - 14  # NDRPDR sel
489         - 15  # NDRPDR sel
490         - 16  # NDRPDR sel
491         - 17  # NDRPDR sel
492         - 18  # NDRPDR sel
493         - 19  # NDRPDR sel
494         - 20  # NDRPDR sel
495         - 22  # NDRPDR sel
496
497     # 2n-dnv
498
499     plot-vpp-throughput-lat-tsa-2n-dnv:
500       csit-vpp-perf-verify-2001-2n-dnv:
501         - 4   # NDRPDR sel
502         - 5   # NDRPDR sel
503         - 6   # NDRPDR sel
504         - 7   # NDRPDR sel
505         - 8   # NDRPDR sel
506         - 9   # NDRPDR sel
507         - 10  # NDRPDR sel
508         - 11  # NDRPDR sel
509         - 13  # NDRPDR sel
510         - 16  # NDRPDR sel
511
512     plot-dpdk-throughput-latency-2n-dnv:
513       csit-dpdk-perf-verify-2001-2n-dnv:
514         - 9   # NDRPDR sel
515         - 10  # NDRPDR sel
516         - 11  # NDRPDR sel
517         - 12  # NDRPDR sel
518         - 13  # NDRPDR sel
519         - 14  # NDRPDR sel
520         - 15  # NDRPDR sel
521         - 16  # NDRPDR sel
522         - 17  # NDRPDR sel
523         - 18  # NDRPDR sel
524
525     ###########################################################################
526     # Simple tables (only one data set):
527
528     # NIC Comparisons
529
530     vpp-nic-comparison-3n-skx:
531       # TODO: Add the data
532       csit-vpp-perf-verify-2001-3n-skx:
533         - 14  # NDRPDR sel
534         - 15  # NDRPDR sel
535         - 16  # NDRPDR sel
536
537     vpp-nic-comparison-2n-skx:
538       # TODO: Add the data
539       csit-vpp-perf-verify-2001-2n-skx:
540         - 21  # NDRPDR sel
541         - 22  # NDRPDR sel
542         - 23  # NDRPDR sel
543         - 26  # NDRPDR sel
544
545     vpp-nic-comparison-3n-skx-mrr:
546       # TODO: Replace
547       # csit-vpp-perf-verify-2001-3n-skx:
548       csit-vpp-perf-verify-1908-3n-skx:
549         - 36  # MRR sel
550
551     vpp-nic-comparison-2n-skx-mrr:
552       # TODO: Replace
553       # csit-vpp-perf-verify-2001-2n-skx:
554       csit-vpp-perf-verify-1908-2n-skx:
555         - 69  # MRR sel
556
557     # Results
558
559     vpp-perf-results-3n-hsw:
560       csit-vpp-perf-verify-2001-3n-hsw:
561         - 18  # NDRPDR full
562         - 20  # NDRPDR full
563         - 28  # NDRPDR full
564         - 35  # NDRPDR full
565         - 42  # NDRPDR full
566         - 46  # NDRPDR full
567         - 47  # NDRPDR full
568         - 48  # NDRPDR full
569         - 49  # NDRPDR full
570         - 50  # NDRPDR full
571         - 51  # NDRPDR full
572         - 52  # NDRPDR full
573         - 53  # NDRPDR full
574         - 54  # NDRPDR full
575         - 55  # NDRPDR full
576         - 56  # NDRPDR full
577         - 57  # NDRPDR full
578         - 58  # NDRPDR full
579         - 59  # NDRPDR full
580         - 61  # NDRPDR full
581         - 62  # NDRPDR full
582         - 63  # NDRPDR full
583         - 64  # NDRPDR full
584         - 65  # NDRPDR full
585         - 67  # NDRPDR full
586         - 70  # NDRPDR full
587         - 72  # NDRPDR full
588         - 73  # NDRPDR full
589         - 77  # NDRPDR full
590         - 78  # NDRPDR full
591         - 79  # NDRPDR full
592
593     vpp-perf-results-3n-skx:
594       # TODO: Replace
595       csit-vpp-perf-verify-2001-3n-skx:
596         - 14  # NDRPDR sel
597
598     vpp-perf-results-2n-skx:
599       csit-vpp-perf-verify-2001-2n-skx:
600         - 32  # NDRPDR full
601         - 33  # NDRPDR full
602
603     vpp-perf-results-2n-clx:
604       # TODO: Add data
605       csit-vpp-perf-verify-2001-2n-clx:
606         - 34  # NDRPDR full
607         - 35  # NDRPDR full
608         - 36  # NDRPDR full
609         - 38  # NDRPDR full
610         - 41  # NDRPDR full
611         - 42  # NDRPDR full
612
613     vpp-perf-results-3n-tsh:
614       csit-vpp-perf-verify-2001-3n-tsh:
615         - 10  # NDRPDR sel
616
617     vpp-perf-results-3n-dnv:
618       csit-vpp-perf-verify-2001-3n-dnv:
619         - 19  # NDRPDR full
620         - 20  # NDRPDR full
621         - 21  # NDRPDR full
622         - 22  # NDRPDR full
623         - 23  # NDRPDR full
624         - 24  # NDRPDR full
625         - 25  # NDRPDR full
626         - 26  # NDRPDR full
627         - 37  # NDRPDR full
628         - 38  # NDRPDR full
629         - 39  # NDRPDR full
630
631     vpp-perf-results-2n-dnv:
632       csit-vpp-perf-verify-2001-2n-dnv:
633         - 21  # NDRPDR full
634         - 22  # NDRPDR full
635         - 25  # NDRPDR full
636         - 26  # NDRPDR full
637         - 27  # NDRPDR full
638         - 28  # NDRPDR full
639
640     vpp-mrr-results-3n-hsw:
641       csit-vpp-perf-verify-2001-3n-hsw:
642         - 17  # MRR sel
643
644     vpp-mrr-results-3n-skx:
645       # TODO: Replace
646       # csit-vpp-perf-verify-2001-3n-skx:
647       csit-vpp-perf-verify-1908-3n-skx:
648         - 36  # MRR sel
649
650     vpp-mrr-results-2n-skx:
651       # TODO: Replace
652       # csit-vpp-perf-verify-2001-2n-skx:
653       csit-vpp-perf-verify-1908-2n-skx:
654         - 69  # MRR sel
655
656     vpp-mrr-results-2n-clx:
657       csit-vpp-perf-verify-2001-2n-clx:
658         - 39  # MRR
659
660     vpp-mrr-results-3n-tsh:
661       csit-vpp-perf-verify-2001-3n-tsh:
662         - 9   # MRR sel
663
664     vpp-mrr-results-3n-dnv:
665       csit-vpp-perf-verify-2001-3n-dnv:
666         - 11  # MRR sel
667
668     vpp-mrr-results-2n-dnv:
669       csit-vpp-perf-verify-2001-2n-dnv:
670         - 12  # MRR sel
671
672     vpp-device-results-ubuntu:
673       csit-vpp-device-2001-ubuntu1804-1n-skx:
674         - 57
675
676     dpdk-perf-results-3n-hsw:
677       csit-dpdk-perf-verify-2001-3n-hsw:
678         - 25  # NDRPDR full
679         - 26  # NDRPDR full
680
681     dpdk-perf-results-3n-skx:
682       csit-dpdk-perf-verify-2001-3n-skx:
683         - 1   # NDRPDR sel
684
685     dpdk-perf-results-2n-skx:
686       csit-dpdk-perf-verify-2001-2n-skx:
687         - 1   # NDRPDR sel
688
689     dpdk-perf-results-2n-clx:
690       csit-dpdk-perf-verify-2001-2n-clx:
691         - 15  # NDRPDR sel
692         - 34  # NDRPDR sel
693
694     dpdk-perf-results-2n-dnv:
695       csit-dpdk-perf-verify-2001-2n-dnv:
696         - 16  # NDRPDR sel
697
698     dpdk-perf-results-3n-dnv:
699       csit-dpdk-perf-verify-2001-3n-dnv:
700         - 12  # NDRPDR sel
701
702     dpdk-perf-results-3n-tsh:
703       csit-dpdk-perf-verify-2001-3n-tsh:
704         - 3   # NDRPDR sel
705
706 ###########################################################################
707     # Tables (more than one data set)
708
709     # Performance changes
710
711     vpp-performance-changes-3n-hsw-h1:
712       csit-vpp-perf-verify-1904-3n-hsw:
713         - 11  # NDRPDR sel
714         - 12  # NDRPDR sel
715         - 20  # NDRPDR sel
716         - 21  # NDRPDR sel
717         - 23  # NDRPDR sel
718         - 24  # NDRPDR sel
719         - 25  # NDRPDR sel
720         - 26  # NDRPDR sel
721         - 29  # NDRPDR sel
722         - 30  # NDRPDR sel
723     vpp-performance-changes-3n-hsw-ref:
724       csit-vpp-perf-verify-1908-3n-hsw:
725         - 12  # NDRPDR sel
726         - 13  # NDRPDR sel
727         - 14  # NDRPDR sel
728         - 15  # NDRPDR sel
729         - 16  # NDRPDR sel
730         - 17  # NDRPDR sel
731         - 18  # NDRPDR sel
732         - 19  # NDRPDR sel
733         - 20  # NDRPDR sel
734         - 21  # NDRPDR sel
735     vpp-performance-changes-3n-hsw-cmp:
736       csit-vpp-perf-verify-2001-3n-hsw:
737         - 21  # NDRPDR sel
738         - 22  # NDRPDR sel
739         - 23  # NDRPDR sel
740         - 24  # NDRPDR sel
741         - 25  # NDRPDR sel
742         - 29  # NDRPDR sel
743         - 30  # NDRPDR sel
744         - 31  # NDRPDR sel
745         - 32  # NDRPDR sel
746         - 34  # NDRPDR sel
747     vpp-performance-changes-3n-hsw:
748       - "vpp-performance-changes-3n-hsw-h1"
749       - "vpp-performance-changes-3n-hsw-ref"
750       - "vpp-performance-changes-3n-hsw-cmp"
751
752     vpp-performance-changes-3n-skx-h1:
753       csit-vpp-perf-verify-1904-3n-skx:
754         - 8   # NDRPDR sel
755         - 9   # NDRPDR sel
756         - 10  # NDRPDR sel
757         - 11  # NDRPDR sel
758         - 12  # NDRPDR sel
759         - 14  # NDRPDR sel
760         - 16  # NDRPDR sel
761         - 21  # NDRPDR sel
762         - 23  # NDRPDR sel
763         - 25  # NDRPDR sel
764     vpp-performance-changes-3n-skx-ref:
765       csit-vpp-perf-verify-1908-3n-skx:
766         - 14  # NDRPDR sel
767         - 16  # NDRPDR sel
768         - 19  # NDRPDR sel
769         - 20  # NDRPDR sel
770         - 22  # NDRPDR sel
771         - 23  # NDRPDR sel
772         - 24  # NDRPDR sel
773         - 25  # NDRPDR sel
774         - 26  # NDRPDR sel
775         - 29  # NDRPDR sel
776     vpp-performance-changes-3n-skx-cmp:
777       # TODO: Add the data
778       csit-vpp-perf-verify-2001-3n-skx:
779         - 14  # NDRPDR sel
780         - 15  # NDRPDR sel
781         - 16  # NDRPDR sel
782     vpp-performance-changes-3n-skx:
783       - "vpp-performance-changes-3n-skx-h1"
784       - "vpp-performance-changes-3n-skx-ref"
785       - "vpp-performance-changes-3n-skx-cmp"
786
787     vpp-performance-changes-2n-skx-h1:
788       csit-vpp-perf-verify-1904-2n-skx:
789         - 12  # NDRPDR sel
790         - 14  # NDRPDR sel
791         - 16  # NDRPDR sel
792         - 17  # NDRPDR sel
793         - 18  # NDRPDR sel
794         - 21  # NDRPDR sel
795         - 27  # NDRPDR sel
796         - 30  # NDRPDR sel
797         - 31  # NDRPDR sel
798         - 32  # NDRPDR sel
799     vpp-performance-changes-2n-skx-ref:
800       csit-vpp-perf-verify-1908-2n-skx:
801         - 26  # NDRPDR sel
802         - 27  # NDRPDR sel
803         - 34  # NDRPDR sel
804         - 35  # NDRPDR sel
805         - 36  # NDRPDR sel
806         - 42  # NDRPDR sel
807         - 43  # NDRPDR sel
808         - 44  # NDRPDR sel
809         - 45  # NDRPDR sel
810         - 46  # NDRPDR sel
811     vpp-performance-changes-2n-skx-cmp:
812       # TODO: Add the data
813       csit-vpp-perf-verify-2001-2n-skx:
814         - 21  # NDRPDR sel
815         - 22  # NDRPDR sel
816         - 23  # NDRPDR sel
817         - 26  # NDRPDR sel
818         - 27  # NDRPDR sel
819         - 29  # NDRPDR sel
820     vpp-performance-changes-2n-skx:
821       - "vpp-performance-changes-2n-skx-h1"
822       - "vpp-performance-changes-2n-skx-ref"
823       - "vpp-performance-changes-2n-skx-cmp"
824
825     vpp-performance-changes-nfv-2n-skx-ref:
826       csit-vpp-perf-verify-1908-2n-skx:
827         - 22  # NFV
828         - 31  # NFV
829         - 32  # NFV
830     vpp-performance-changes-nfv-2n-skx-cmp:
831       # TODO: Add the data
832       csit-vpp-perf-verify-2001-2n-skx:
833         - 30  # NFV
834         - 31  # NFV
835     vpp-performance-changes-nfv-2n-skx:
836       - "vpp-performance-changes-nfv-2n-skx-ref"
837       - "vpp-performance-changes-nfv-2n-skx-cmp"
838
839     vpp-performance-changes-2n-dnv-ref:
840       csit-vpp-perf-verify-1908-2n-dnv:
841         - 1   # NDRPDR sel
842         - 2   # NDRPDR sel
843         - 3   # NDRPDR sel
844         - 4   # NDRPDR sel
845         - 5   # NDRPDR sel
846         - 6   # NDRPDR sel
847         - 7   # NDRPDR sel
848         - 8   # NDRPDR sel
849         - 9   # NDRPDR sel
850         - 10  # NDRPDR sel
851     vpp-performance-changes-2n-dnv-cmp:
852       csit-vpp-perf-verify-2001-2n-dnv:
853         - 4   # NDRPDR sel
854         - 5   # NDRPDR sel
855         - 6   # NDRPDR sel
856         - 7   # NDRPDR sel
857         - 8   # NDRPDR sel
858         - 9   # NDRPDR sel
859         - 10  # NDRPDR sel
860         - 11  # NDRPDR sel
861         - 13  # NDRPDR sel
862         - 16  # NDRPDR sel
863     vpp-performance-changes-2n-dnv:
864       - "vpp-performance-changes-2n-dnv-ref"
865       - "vpp-performance-changes-2n-dnv-cmp"
866
867     vpp-performance-changes-3n-dnv-ref:
868       csit-vpp-perf-verify-1908-3n-dnv:
869         - 6   # NDRPDR sel
870         - 7   # NDRPDR sel
871         - 8   # NDRPDR sel
872         - 9   # NDRPDR sel
873         - 10  # NDRPDR sel
874         - 12  # NDRPDR sel
875         - 13  # NDRPDR sel
876         - 14  # NDRPDR sel
877         - 15  # NDRPDR sel
878         - 16  # NDRPDR sel
879     vpp-performance-changes-3n-dnv-cmp:
880       csit-vpp-perf-verify-2001-3n-dnv:
881         - 5   # NDRPDR sel
882         - 6   # NDRPDR sel
883         - 7   # NDRPDR sel
884         - 8   # NDRPDR sel
885         - 9   # NDRPDR sel
886         - 10  # NDRPDR sel
887         - 12  # NDRPDR sel
888         - 16  # NDRPDR sel
889         - 17  # NDRPDR sel
890         - 18  # NDRPDR sel
891     vpp-performance-changes-3n-dnv:
892       - "vpp-performance-changes-3n-dnv-ref"
893       - "vpp-performance-changes-3n-dnv-cmp"
894
895     vpp-performance-changes-3n-tsh-ref:
896       csit-vpp-perf-verify-1908-3n-tsh:
897         - 7   # NDRPDR sel
898         - 8   # NDRPDR sel
899         - 9   # NDRPDR sel
900         - 10  # NDRPDR sel
901         - 11  # NDRPDR sel
902         - 12  # NDRPDR sel
903         - 13  # NDRPDR sel
904         - 14  # NDRPDR sel
905         - 15  # NDRPDR sel
906         - 16  # NDRPDR sel
907     vpp-performance-changes-3n-tsh-cmp:
908       # TODO: Add the data
909       csit-vpp-perf-verify-2001-3n-tsh:
910         - 3   # NDRPDR sel
911         - 4   # NDRPDR sel
912         - 7   # NDRPDR sel
913         - 8   # NDRPDR sel
914         - 10  # NDRPDR sel
915         - 12  # NDRPDR sel
916         - 13  # NDRPDR sel
917         - 14  # NDRPDR sel
918     vpp-performance-changes-3n-tsh:
919       - "vpp-performance-changes-3n-tsh-ref"
920       - "vpp-performance-changes-3n-tsh-cmp"
921
922     vpp-soak-vs-ndr-2n-skx-ref:
923       # TODO: Replace
924       # csit-vpp-perf-verify-2001-2n-skx:
925       csit-vpp-perf-verify-1908-2n-skx:
926         - 26  # NDRPDR sel
927         - 27  # NDRPDR sel
928         - 34  # NDRPDR sel
929     vpp-soak-vs-ndr-2n-skx-cmp:
930       # TODO: Replace
931       # csit-vpp-perf-verify-2001-2n-skx:
932       csit-vpp-perf-verify-1908-2n-skx:
933         - 83  # SOAK
934         - 86  # SOAK
935     vpp-soak-vs-ndr-2n-skx:
936       # TODO: Replace
937       # csit-vpp-perf-verify-2001-2n-skx:
938       csit-vpp-perf-verify-1908-2n-skx:
939         - 26  # NDRPDR sel
940         - 27  # NDRPDR sel
941         - 34  # NDRPDR sel
942         - 83  # SOAK
943         - 86  # SOAK
944
945     vpp-performance-changes-3n-hsw-mrr-h1:
946       csit-vpp-perf-verify-1904-3n-hsw:
947         - 9   # MRR sel
948     vpp-performance-changes-3n-hsw-mrr-ref:
949       csit-vpp-perf-verify-1908-3n-hsw:
950         - 39  # MRR sel
951     vpp-performance-changes-3n-hsw-mrr-cmp:
952       csit-vpp-perf-verify-2001-3n-hsw:
953         - 17  # MRR sel
954     vpp-performance-changes-3n-hsw-mrr:
955       - "vpp-performance-changes-3n-hsw-mrr-h1"
956       - "vpp-performance-changes-3n-hsw-mrr-ref"
957       - "vpp-performance-changes-3n-hsw-mrr-cmp"
958
959     vpp-performance-changes-3n-skx-mrr-h1:
960       csit-vpp-perf-verify-1904-3n-skx:
961         - 7   # MRR sel
962     vpp-performance-changes-3n-skx-mrr-ref:
963       csit-vpp-perf-verify-1908-3n-skx:
964         - 36  # MRR sel
965     vpp-performance-changes-3n-skx-mrr-cmp:
966       # TODO: Replace
967       # csit-vpp-perf-verify-2001-3n-skx:
968       csit-vpp-perf-verify-1908-3n-skx:
969         - 36  # MRR sel
970     vpp-performance-changes-3n-skx-mrr:
971       - "vpp-performance-changes-3n-skx-mrr-h1"
972       - "vpp-performance-changes-3n-skx-mrr-ref"
973       - "vpp-performance-changes-3n-skx-mrr-cmp"
974
975     vpp-performance-changes-2n-skx-mrr-h1:
976       csit-vpp-perf-verify-1904-2n-skx:
977         - 11  # MRR sel
978     vpp-performance-changes-2n-skx-mrr-ref:
979       csit-vpp-perf-verify-1908-2n-skx:
980         - 69  # MRR sel
981     vpp-performance-changes-2n-skx-mrr-cmp:
982       # TODO: Replace
983       # csit-vpp-perf-verify-2001-2n-skx:
984       csit-vpp-perf-verify-1908-2n-skx:
985         - 69  # MRR sel
986     vpp-performance-changes-2n-skx-mrr:
987       - "vpp-performance-changes-2n-skx-mrr-h1"
988       - "vpp-performance-changes-2n-skx-mrr-ref"
989       - "vpp-performance-changes-2n-skx-mrr-cmp"
990
991     vpp-performance-changes-nfv-2n-skx-mrr-ref:
992       csit-vpp-perf-verify-1908-2n-skx:
993         - 71  # NFV MRR
994     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
995       # TODO: Replace
996       # csit-vpp-perf-verify-2001-2n-skx:
997       csit-vpp-perf-verify-1908-2n-skx:
998         - 71  # NFV MRR
999     vpp-performance-changes-nfv-2n-skx-mrr:
1000       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1001       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1002
1003     vpp-performance-changes-2n-dnv-mrr-ref:
1004       csit-vpp-perf-verify-1908-2n-dnv:
1005         - 11  # MRR sel
1006     vpp-performance-changes-2n-dnv-mrr-cmp:
1007       csit-vpp-perf-verify-2001-2n-dnv:
1008         - 12  # MRR sel
1009     vpp-performance-changes-2n-dnv-mrr:
1010       - "vpp-performance-changes-2n-dnv-mrr-ref"
1011       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1012
1013     vpp-performance-changes-3n-dnv-mrr-ref:
1014       csit-vpp-perf-verify-1908-3n-dnv:
1015         - 17  # MRR sel
1016     vpp-performance-changes-3n-dnv-mrr-cmp:
1017       csit-vpp-perf-verify-2001-3n-dnv:
1018         - 11  # MRR sel
1019     vpp-performance-changes-3n-dnv-mrr:
1020       - "vpp-performance-changes-3n-dnv-mrr-ref"
1021       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1022
1023     vpp-performance-changes-3n-tsh-mrr-ref:
1024       csit-vpp-perf-verify-1908-3n-tsh:
1025         - 17  # MRR sel
1026     vpp-performance-changes-3n-tsh-mrr-cmp:
1027       csit-vpp-perf-verify-2001-3n-tsh:
1028         - 9   # MRR sel
1029     vpp-performance-changes-3n-tsh-mrr:
1030       - "vpp-performance-changes-3n-tsh-mrr-ref"
1031       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1032
1033     dpdk-performance-changes-3n-hsw-h1:
1034       csit-dpdk-perf-verify-1904-3n-hsw:
1035         - 2   # NDRPDR sel
1036         - 3   # NDRPDR sel
1037         - 5   # NDRPDR sel
1038         - 6   # NDRPDR sel
1039         - 13  # NDRPDR sel
1040         - 14  # NDRPDR sel
1041         - 15  # NDRPDR sel
1042         - 18  # NDRPDR sel
1043         - 19  # NDRPDR sel
1044         - 20  # NDRPDR sel
1045     dpdk-performance-changes-3n-hsw-ref:
1046       csit-dpdk-perf-verify-1908-3n-hsw:
1047         - 2   # NDRPDR sel
1048         - 3   # NDRPDR sel
1049         - 4   # NDRPDR sel
1050         - 5   # NDRPDR sel
1051         - 6   # NDRPDR sel
1052         - 7   # NDRPDR sel
1053         - 8   # NDRPDR sel
1054         - 9   # NDRPDR sel
1055         - 10  # NDRPDR sel
1056         - 11  # NDRPDR sel
1057     dpdk-performance-changes-3n-hsw-cmp:
1058       csit-dpdk-perf-verify-2001-3n-hsw:
1059 #        - 4   # NDRPDR sel
1060 #        - 5   # NDRPDR sel
1061 #        - 6   # NDRPDR sel
1062 #        - 7   # NDRPDR sel
1063 #        - 8   # NDRPDR sel
1064 #        - 9   # NDRPDR sel
1065 #        - 10  # NDRPDR sel
1066 #        - 11  # NDRPDR sel
1067 #        - 12  # NDRPDR sel
1068 #        - 13  # NDRPDR sel
1069         - 15  # NDRPDR sel
1070         - 16  # NDRPDR sel
1071         - 17  # NDRPDR sel
1072         - 18  # NDRPDR sel
1073         - 19  # NDRPDR sel
1074         - 20  # NDRPDR sel
1075         - 21  # NDRPDR sel
1076         - 22  # NDRPDR sel
1077         - 23  # NDRPDR sel
1078         - 24  # NDRPDR sel
1079     dpdk-performance-changes-3n-hsw:
1080       - "dpdk-performance-changes-3n-hsw-h1"
1081       - "dpdk-performance-changes-3n-hsw-ref"
1082       - "dpdk-performance-changes-3n-hsw-cmp"
1083
1084     dpdk-performance-changes-3n-skx-h1:
1085       csit-dpdk-perf-verify-1904-3n-skx:
1086         - 2   # NDRPDR sel
1087         - 3   # NDRPDR sel
1088         - 4   # NDRPDR sel
1089         - 5   # NDRPDR sel
1090         - 6   # NDRPDR sel
1091         - 7   # NDRPDR sel
1092         - 11  # NDRPDR sel
1093         - 12  # NDRPDR sel
1094         - 13  # NDRPDR sel
1095         - 14  # NDRPDR sel
1096     dpdk-performance-changes-3n-skx-ref:
1097       csit-dpdk-perf-verify-1908-3n-skx:
1098         - 3   # NDRPDR sel
1099         - 4   # NDRPDR sel
1100         - 5   # NDRPDR sel
1101         - 6   # NDRPDR sel
1102         - 7   # NDRPDR sel
1103         - 8   # NDRPDR sel
1104         - 9   # NDRPDR sel
1105         - 10  # NDRPDR sel
1106         - 11  # NDRPDR sel
1107         - 12  # NDRPDR sel
1108     dpdk-performance-changes-3n-skx-cmp:
1109       csit-dpdk-perf-verify-2001-3n-skx:
1110         - 1   # NDRPDR sel
1111         - 2   # NDRPDR sel
1112         - 3   # NDRPDR sel
1113         - 4   # NDRPDR sel
1114         - 5   # NDRPDR sel
1115         - 6   # NDRPDR sel
1116         - 7   # NDRPDR sel
1117         - 8   # NDRPDR sel
1118         - 9   # NDRPDR sel
1119         - 10  # NDRPDR sel
1120     dpdk-performance-changes-3n-skx:
1121       - "dpdk-performance-changes-3n-skx-h1"
1122       - "dpdk-performance-changes-3n-skx-ref"
1123       - "dpdk-performance-changes-3n-skx-cmp"
1124
1125     dpdk-performance-changes-2n-skx-h1:
1126       csit-dpdk-perf-verify-1904-2n-skx:
1127         - 2   # NDRPDR sel
1128         - 3   # NDRPDR sel
1129         - 4   # NDRPDR sel
1130         - 5   # NDRPDR sel
1131         - 7   # NDRPDR sel
1132         - 8   # NDRPDR sel
1133         - 9   # NDRPDR sel
1134         - 10  # NDRPDR sel
1135         - 11  # NDRPDR sel
1136         - 12  # NDRPDR sel
1137     dpdk-performance-changes-2n-skx-ref:
1138       csit-dpdk-perf-verify-1908-2n-skx:
1139         - 2   # NDRPDR sel
1140         - 3   # NDRPDR sel
1141         - 4   # NDRPDR sel
1142         - 5   # NDRPDR sel
1143         - 7   # NDRPDR sel
1144         - 8   # NDRPDR sel
1145         - 9   # NDRPDR sel
1146         - 10  # NDRPDR sel
1147         - 11  # NDRPDR sel
1148         - 12  # NDRPDR sel
1149     dpdk-performance-changes-2n-skx-cmp:
1150       csit-dpdk-perf-verify-2001-2n-skx:
1151         - 1   # NDRPDR sel
1152         - 2   # NDRPDR sel
1153         - 3   # NDRPDR sel
1154         - 4   # NDRPDR sel
1155         - 5   # NDRPDR sel
1156         - 6   # NDRPDR sel
1157         - 7   # NDRPDR sel
1158         - 8   # NDRPDR sel
1159         - 9   # NDRPDR sel
1160         - 10  # NDRPDR sel
1161         - 11  # NDRPDR sel
1162         - 13  # NDRPDR sel
1163         - 26  # NDRPDR sel
1164         - 16  # NDRPDR sel
1165         - 17  # NDRPDR sel
1166         - 18  # NDRPDR sel
1167         - 19  # NDRPDR sel
1168         - 27  # NDRPDR sel
1169         - 21  # NDRPDR sel
1170         - 25  # NDRPDR sel
1171     dpdk-performance-changes-2n-skx:
1172       - "dpdk-performance-changes-2n-skx-h1"
1173       - "dpdk-performance-changes-2n-skx-ref"
1174       - "dpdk-performance-changes-2n-skx-cmp"
1175
1176     # Compare testbeds
1177
1178     vpp-compare-testbeds-ref:
1179       csit-vpp-perf-verify-2001-3n-hsw:
1180         - 21  # NDRPDR sel
1181         - 22  # NDRPDR sel
1182         - 23  # NDRPDR sel
1183         - 24  # NDRPDR sel
1184         - 25  # NDRPDR sel
1185         - 29  # NDRPDR sel
1186         - 30  # NDRPDR sel
1187         - 31  # NDRPDR sel
1188         - 32  # NDRPDR sel
1189         - 34  # NDRPDR sel
1190     vpp-compare-testbeds-cmp:
1191       # TODO: Add the data
1192       csit-vpp-perf-verify-2001-3n-skx:
1193         - 14  # NDRPDR sel
1194         - 15  # NDRPDR sel
1195         - 16  # NDRPDR sel
1196     vpp-compare-testbeds:
1197       - "vpp-compare-testbeds-ref"
1198       - "vpp-compare-testbeds-cmp"
1199
1200     vpp-compare-testbeds-skx-clx-ref:
1201       # TODO: Add the data
1202       csit-vpp-perf-verify-2001-2n-skx:
1203         - 21  # NDRPDR sel
1204         - 22  # NDRPDR sel
1205         - 23  # NDRPDR sel
1206         - 26  # NDRPDR sel
1207         - 27  # NDRPDR sel
1208         - 29  # NDRPDR sel
1209     vpp-compare-testbeds-skx-clx-cmp:
1210       # TODO: Add the data
1211       csit-vpp-perf-verify-2001-2n-clx:
1212         - 28  # NDRPDR sel
1213         - 29  # NDRPDR sel
1214         - 32  # NDRPDR sel
1215         - 40  # NDRPDR sel
1216         - 43  # NDRPDR sel
1217         - 44  # NDRPDR sel
1218         - 45  # NDRPDR sel
1219     vpp-compare-testbeds-skx-clx:
1220       - "vpp-compare-testbeds-skx-clx-ref"
1221       - "vpp-compare-testbeds-skx-clx-cmp"
1222
1223     vpp-compare-testbeds-hsw-clx-ref:
1224       csit-vpp-perf-verify-2001-3n-hsw:
1225         - 21  # NDRPDR sel
1226         - 22  # NDRPDR sel
1227         - 23  # NDRPDR sel
1228         - 24  # NDRPDR sel
1229         - 25  # NDRPDR sel
1230         - 29  # NDRPDR sel
1231         - 30  # NDRPDR sel
1232         - 31  # NDRPDR sel
1233         - 32  # NDRPDR sel
1234         - 34  # NDRPDR sel
1235     vpp-compare-testbeds-hsw-clx-cmp:
1236       # TODO: Add the data
1237       csit-vpp-perf-verify-2001-2n-clx:
1238         - 28  # NDRPDR sel
1239         - 29  # NDRPDR sel
1240         - 32  # NDRPDR sel
1241         - 40  # NDRPDR sel
1242         - 43  # NDRPDR sel
1243         - 44  # NDRPDR sel
1244         - 45  # NDRPDR sel
1245     vpp-compare-testbeds-hsw-clx:
1246       - "vpp-compare-testbeds-hsw-clx-ref"
1247       - "vpp-compare-testbeds-hsw-clx-cmp"
1248
1249     vpp-compare-testbeds-mrr-ref:
1250       csit-vpp-perf-verify-2001-3n-hsw:
1251         - 17  # MRR sel
1252     vpp-compare-testbeds-mrr-cmp:
1253       # TODO: Replace
1254       # csit-vpp-perf-verify-2001-3n-skx:
1255       csit-vpp-perf-verify-1908-3n-skx:
1256         - 36  # MRR sel
1257     vpp-compare-testbeds-mrr:
1258       - "vpp-compare-testbeds-mrr-ref"
1259       - "vpp-compare-testbeds-mrr-cmp"
1260
1261     vpp-compare-testbeds-mrr-skx-clx-ref:
1262       # TODO: Replace
1263       # csit-vpp-perf-verify-2001-2n-skx:
1264       csit-vpp-perf-verify-1908-2n-skx:
1265         - 69  # MRR sel
1266     vpp-compare-testbeds-mrr-skx-clx-cmp:
1267       csit-vpp-perf-verify-2001-2n-clx:
1268         - 39  # MRR
1269     vpp-compare-testbeds-mrr-skx-clx:
1270       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1271       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1272
1273     vpp-compare-testbeds-mrr-hsw-clx-ref:
1274       csit-vpp-perf-verify-2001-3n-hsw:
1275         - 17  # MRR sel
1276     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1277       csit-vpp-perf-verify-2001-2n-clx:
1278         - 39  # MRR
1279     vpp-compare-testbeds-mrr-hsw-clx:
1280       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1281       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1282
1283     dpdk-compare-testbeds-ref:
1284       csit-dpdk-perf-verify-2001-3n-hsw:
1285         - 4   # NDRPDR sel
1286         - 5   # NDRPDR sel
1287         - 6   # NDRPDR sel
1288         - 7   # NDRPDR sel
1289         - 8   # NDRPDR sel
1290         - 9   # NDRPDR sel
1291         - 10  # NDRPDR sel
1292         - 11  # NDRPDR sel
1293         - 12  # NDRPDR sel
1294         - 13  # NDRPDR sel
1295         - 15  # NDRPDR sel
1296         - 16  # NDRPDR sel
1297         - 17  # NDRPDR sel
1298         - 18  # NDRPDR sel
1299         - 19  # NDRPDR sel
1300         - 20  # NDRPDR sel
1301         - 21  # NDRPDR sel
1302         - 22  # NDRPDR sel
1303         - 23  # NDRPDR sel
1304         - 24  # NDRPDR sel
1305     dpdk-compare-testbeds-cmp:
1306       csit-dpdk-perf-verify-2001-3n-skx:
1307         - 1   # NDRPDR sel
1308         - 2   # NDRPDR sel
1309         - 3   # NDRPDR sel
1310         - 4   # NDRPDR sel
1311         - 5   # NDRPDR sel
1312         - 6   # NDRPDR sel
1313         - 7   # NDRPDR sel
1314         - 8   # NDRPDR sel
1315         - 9   # NDRPDR sel
1316         - 10  # NDRPDR sel
1317     dpdk-compare-testbeds:
1318       - "dpdk-compare-testbeds-ref"
1319       - "dpdk-compare-testbeds-cmp"
1320
1321     dpdk-compare-testbeds-skx-clx-ref:
1322       csit-dpdk-perf-verify-2001-2n-skx:
1323         - 1   # NDRPDR sel
1324         - 2   # NDRPDR sel
1325         - 3   # NDRPDR sel
1326         - 4   # NDRPDR sel
1327         - 5   # NDRPDR sel
1328         - 6   # NDRPDR sel
1329         - 7   # NDRPDR sel
1330         - 8   # NDRPDR sel
1331         - 9   # NDRPDR sel
1332         - 10  # NDRPDR sel
1333         - 11  # NDRPDR sel
1334         - 13  # NDRPDR sel
1335         - 26  # NDRPDR sel
1336         - 16  # NDRPDR sel
1337         - 17  # NDRPDR sel
1338         - 18  # NDRPDR sel
1339         - 19  # NDRPDR sel
1340         - 27  # NDRPDR sel
1341         - 21  # NDRPDR sel
1342         - 25  # NDRPDR sel
1343     dpdk-compare-testbeds-skx-clx-cmp:
1344       csit-dpdk-perf-verify-2001-2n-clx:
1345         - 15  # NDRPDR sel
1346         - 16  # NDRPDR sel
1347         - 17  # NDRPDR sel
1348         - 18  # NDRPDR sel
1349         - 19  # NDRPDR sel
1350         - 20  # NDRPDR sel
1351         - 21  # NDRPDR sel
1352         - 22  # NDRPDR sel
1353         - 23  # NDRPDR sel
1354         - 24  # NDRPDR sel
1355         - 25  # NDRPDR sel
1356         - 26  # NDRPDR sel
1357         - 27  # NDRPDR sel
1358         - 28  # NDRPDR sel
1359         - 29  # NDRPDR sel
1360         - 30  # NDRPDR sel
1361         - 31  # NDRPDR sel
1362         - 32  # NDRPDR sel
1363         - 33  # NDRPDR sel
1364         - 34  # NDRPDR sel
1365
1366     dpdk-compare-testbeds-skx-clx:
1367       - "dpdk-compare-testbeds-skx-clx-ref"
1368       - "dpdk-compare-testbeds-skx-clx-cmp"
1369
1370     # Compare topologies
1371
1372     vpp-compare-topologies-ref:
1373       # TODO: Add the data
1374       csit-vpp-perf-verify-2001-3n-skx:
1375         - 14  # NDRPDR sel
1376         - 15  # NDRPDR sel
1377         - 16  # NDRPDR sel
1378     vpp-compare-topologies-cmp:
1379       # TODO: Add the data
1380       csit-vpp-perf-verify-2001-2n-skx:
1381         - 21  # NDRPDR sel
1382         - 22  # NDRPDR sel
1383         - 23  # NDRPDR sel
1384         - 26  # NDRPDR sel
1385         - 27  # NDRPDR sel
1386         - 29  # NDRPDR sel
1387     vpp-compare-topologies:
1388       - "vpp-compare-topologies-ref"
1389       - "vpp-compare-topologies-cmp"
1390
1391     vpp-compare-topologies-mrr-ref:
1392       # TODO: Replace
1393       # csit-vpp-perf-verify-2001-3n-skx:
1394       csit-vpp-perf-verify-1908-3n-skx:
1395         - 36  # MRR sel
1396     vpp-compare-topologies-mrr-cmp:
1397       # TODO: Replace
1398       # csit-vpp-perf-verify-2001-2n-skx:
1399       csit-vpp-perf-verify-1908-2n-skx:
1400         - 69  # MRR sel
1401     vpp-compare-topologies-mrr:
1402       - "vpp-compare-topologies-mrr-ref"
1403       - "vpp-compare-topologies-mrr-cmp"
1404
1405     dpdk-compare-topologies-ref:
1406       csit-dpdk-perf-verify-2001-3n-skx:
1407         - 1   # NDRPDR sel
1408         - 2   # NDRPDR sel
1409         - 3   # NDRPDR sel
1410         - 4   # NDRPDR sel
1411         - 5   # NDRPDR sel
1412         - 6   # NDRPDR sel
1413         - 7   # NDRPDR sel
1414         - 8   # NDRPDR sel
1415         - 9   # NDRPDR sel
1416         - 10  # NDRPDR sel
1417     dpdk-compare-topologies-cmp:
1418       csit-dpdk-perf-verify-2001-2n-skx:
1419         - 1   # NDRPDR sel
1420         - 2   # NDRPDR sel
1421         - 3   # NDRPDR sel
1422         - 4   # NDRPDR sel
1423         - 5   # NDRPDR sel
1424         - 6   # NDRPDR sel
1425         - 7   # NDRPDR sel
1426         - 8   # NDRPDR sel
1427         - 9   # NDRPDR sel
1428         - 10  # NDRPDR sel
1429         - 11  # NDRPDR sel
1430         - 13  # NDRPDR sel
1431         - 26  # NDRPDR sel
1432         - 16  # NDRPDR sel
1433         - 17  # NDRPDR sel
1434         - 18  # NDRPDR sel
1435         - 19  # NDRPDR sel
1436         - 27  # NDRPDR sel
1437         - 21  # NDRPDR sel
1438         - 25  # NDRPDR sel
1439     dpdk-compare-topologies:
1440       - "dpdk-compare-topologies-ref"
1441       - "dpdk-compare-topologies-cmp"
1442
1443   plot-layouts:
1444
1445     plot-soak-throughput:
1446       titlefont:
1447         size: 18
1448       xaxis:
1449         title: "<b>Test Cases [Index]</b>"
1450         titlefont:
1451           size: 16
1452         autorange: True
1453         fixedrange: False
1454         gridcolor: "rgb(230, 230, 230)"
1455         linecolor: "rgb(220, 220, 220)"
1456         linewidth: 1
1457         showgrid: True
1458         showline: True
1459         showticklabels: True
1460         tickcolor: "rgb(220, 220, 220)"
1461         tickmode: "linear"
1462         tickfont:
1463           size: 16
1464         zeroline: False
1465       yaxis:
1466         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1467         titlefont:
1468           size: 16
1469         gridcolor: "rgb(230, 230, 230)"
1470         hoverformat: ".4r"
1471         tickformat: ".3r"
1472         linecolor: "rgb(220, 220, 220)"
1473         linewidth: 1
1474         showgrid: True
1475         showline: True
1476         showticklabels: True
1477         tickcolor: "rgb(220, 220, 220)"
1478         tickfont:
1479           size: 16
1480         zeroline: False
1481         range: [0,50]
1482       autosize: False
1483       margin:
1484         t: 50
1485         b: 0
1486         l: 80
1487         r: 20
1488       showlegend: True
1489       legend:
1490         orientation: "h"
1491         font:
1492           size: 16
1493       width: 700
1494       height: 900
1495       paper_bgcolor: "#fff"
1496       plot_bgcolor: "#fff"
1497       hoverlabel:
1498         namelength: -1
1499
1500     plot-service-density:
1501       titlefont:
1502         size: 18
1503       xaxis:
1504         side: "top"
1505         autorange: True
1506         fixedrange: False
1507         showgrid: False
1508         showline: False
1509         showticklabels: False
1510         ticks: ""
1511         ticklen: 0
1512         tickwidth: 0
1513         zeroline: False
1514       yaxis:
1515         autorange: "reversed"
1516         showgrid: False
1517         showline: False
1518         showticklabels: False
1519         ticks: ""
1520         ticklen: 0
1521         tickwidth: 0
1522         zeroline: False
1523       showlegend: False
1524       paper_bgcolor: "#fff"
1525       plot_bgcolor: "#fff"
1526       width: 700
1527       height: 700
1528       hoverlabel:
1529         namelength: -1
1530
1531     plot-cps:
1532       titlefont:
1533         size: 18
1534       xaxis:
1535         title: "<b>Test Cases [Index]</b>"
1536         titlefont:
1537           size: 16
1538         autorange: True
1539         fixedrange: False
1540         gridcolor: "rgb(230, 230, 230)"
1541         linecolor: "rgb(220, 220, 220)"
1542         linewidth: 1
1543         showgrid: True
1544         showline: True
1545         showticklabels: True
1546         tickcolor: "rgb(220, 220, 220)"
1547         tickmode: "linear"
1548         tickfont:
1549           size: 16
1550         zeroline: False
1551       yaxis:
1552         title: "<b>Connections Per Second [cps]</b>"
1553         titlefont:
1554           size: 16
1555         gridcolor: "rgb(230, 230, 230)"
1556         hoverformat: ".4s"
1557         linecolor: "rgb(220, 220, 220)"
1558         linewidth: 1
1559         rangemode: "tozero"
1560         showgrid: True
1561         showline: True
1562         showticklabels: True
1563         tickcolor: "rgb(220, 220, 220)"
1564         tickformat: ".3s"
1565         tickfont:
1566           size: 16
1567         zeroline: False
1568       boxmode: "group"
1569       boxgroupgap: 0.5
1570       autosize: False
1571       margin:
1572         t: 50
1573         b: 20
1574         l: 80
1575         r: 20
1576       showlegend: True
1577       legend:
1578         orientation: "h"
1579         font:
1580           size: 16
1581       width: 700
1582       height: 800
1583       paper_bgcolor: "#fff"
1584       plot_bgcolor: "#fff"
1585       hoverlabel:
1586         namelength: -1
1587
1588     plot-rps:
1589       titlefont:
1590         size: 18
1591       xaxis:
1592         title: "<b>Test Cases [Index]</b>"
1593         titlefont:
1594           size: 16
1595         autorange: True
1596         fixedrange: False
1597         gridcolor: "rgb(230, 230, 230)"
1598         linecolor: "rgb(220, 220, 220)"
1599         linewidth: 1
1600         showgrid: True
1601         showline: True
1602         showticklabels: True
1603         tickcolor: "rgb(220, 220, 220)"
1604         tickmode: "linear"
1605         tickfont:
1606           size: 16
1607         zeroline: False
1608       yaxis:
1609         title: "<b>Requests Per Second [rps]</b>"
1610         titlefont:
1611           size: 16
1612         gridcolor: "rgb(230, 230, 230)"
1613         hoverformat: ".4s"
1614         linecolor: "rgb(220, 220, 220)"
1615         linewidth: 1
1616         rangemode: "tozero"
1617         showgrid: True
1618         showline: True
1619         showticklabels: True
1620         tickcolor: "rgb(230, 230, 230)"
1621         tickformat: ".3s"
1622         tickfont:
1623           size: 16
1624         zeroline: False
1625       boxmode: "group"
1626       boxgroupgap: 0.5
1627       autosize: False
1628       margin:
1629         t: 50
1630         b: 20
1631         l: 80
1632         r: 20
1633       showlegend: True
1634       legend:
1635         orientation: "h"
1636         font:
1637           size: 16
1638       width: 700
1639       height: 800
1640       paper_bgcolor: "#fff"
1641       plot_bgcolor: "#fff"
1642       hoverlabel:
1643         namelength: -1
1644
1645     plot-throughput:
1646       titlefont:
1647         size: 18
1648       xaxis:
1649         title: "<b>Test Cases [Index]</b>"
1650         titlefont:
1651           size: 16
1652         autorange: True
1653         fixedrange: False
1654         gridcolor: "rgb(230, 230, 230)"
1655         linecolor: "rgb(220, 220, 220)"
1656         linewidth: 1
1657         showgrid: True
1658         showline: True
1659         showticklabels: True
1660         tickcolor: "rgb(220, 220, 220)"
1661         tickmode: "linear"
1662         tickfont:
1663           size: 16
1664         zeroline: False
1665       yaxis:
1666         title: "<b>Packet Throughput [Mpps]</b>"
1667         titlefont:
1668           size: 16
1669         gridcolor: "rgb(230, 230, 230)"
1670         hoverformat: ".4r"
1671         tickformat: ".3r"
1672         linecolor: "rgb(220, 220, 220)"
1673         linewidth: 1
1674         showgrid: True
1675         showline: True
1676         showticklabels: True
1677         tickcolor: "rgb(220, 220, 220)"
1678         tickfont:
1679           size: 16
1680         zeroline: False
1681         range: [0,50]
1682       autosize: False
1683       margin:
1684         t: 50
1685         b: 0
1686         l: 80
1687         r: 20
1688       showlegend: True
1689       legend:
1690         orientation: "h"
1691         font:
1692           size: 16
1693       width: 700
1694       height: 900
1695       paper_bgcolor: "#fff"
1696       plot_bgcolor: "#fff"
1697       hoverlabel:
1698         namelength: -1
1699
1700     plot-throughput-speedup-analysis:
1701       titlefont:
1702         size: 18
1703       xaxis:
1704         title: "<b>Number of Cores [Qty]</b>"
1705         titlefont:
1706           size: 16
1707         autorange: True
1708         fixedrange: False
1709         gridcolor: "rgb(230, 230, 230)"
1710         linecolor: "rgb(220, 220, 220)"
1711         linewidth: 1
1712         showgrid: True
1713         showline: True
1714         showticklabels: True
1715         tickcolor: "rgb(238, 238, 238)"
1716         tickmode: "linear"
1717         tickfont:
1718           size: 16
1719         zeroline: False
1720       yaxis:
1721         title: "<b>Packet Throughput [Mpps]</b>"
1722         titlefont:
1723           size: 16
1724         type: "linear"
1725         gridcolor: "rgb(230, 230, 230)"
1726         hoverformat: ".4s"
1727         linecolor: "rgb(220, 220, 220)"
1728         linewidth: 1
1729         showgrid: True
1730         showline: True
1731         showticklabels: True
1732         tickcolor: "rgb(220, 220, 220)"
1733         tickformat: ".4s"
1734         tickfont:
1735           size: 16
1736         zeroline: True
1737         rangemode: "tozero"
1738         range: [0,100]
1739       legend:
1740         orientation: "h"
1741         font:
1742           size: 16
1743         xanchor: "left"
1744         yanchor: "top"
1745         x: 0
1746         y: -0.2
1747         bgcolor: "rgba(255, 255, 255, 0)"
1748         bordercolor: "rgba(255, 255, 255, 0)"
1749         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1750       autosize: False
1751       margin:
1752           't': 50
1753           'b': 150
1754           'l': 85
1755           'r': 10
1756       showlegend: True
1757       width: 700
1758       height: 700
1759       paper_bgcolor: "#fff"
1760       plot_bgcolor: "#fff"
1761       hoverlabel:
1762         namelength: -1
1763       annotations: [
1764         {
1765           text: "_ _          __          ...",
1766           align: "left",
1767           showarrow: False,
1768           xref: "paper",
1769           yref: "paper",
1770           xanchor: "left",
1771           yanchor: "top",
1772           x: 0,
1773           y: -0.13,
1774           font: {
1775             family: "Consolas, Courier New",
1776             size: 15
1777           },
1778         },
1779         {
1780           text: "    Perfect     Measured     Limit",
1781           align: "left",
1782           showarrow: False,
1783           xref: "paper",
1784           yref: "paper",
1785           xanchor: "left",
1786           yanchor: "top",
1787           x: 0,
1788           y: -0.15,
1789           font: {
1790             family: "Consolas, Courier New",
1791             size: 15
1792           },
1793         },
1794       ]
1795
1796     plot-latency:
1797       titlefont:
1798         size: 18
1799       xaxis:
1800         title: "<b>Direction</b>"
1801         titlefont:
1802           size: 16
1803         autorange: True
1804         fixedrange: False
1805         gridcolor: "rgb(230, 230, 230)"
1806         linecolor: "rgb(220, 220, 220)"
1807         linewidth: 1
1808         showgrid: True
1809         showline: True
1810         showticklabels: False
1811         tickcolor: "rgb(220, 220, 220)"
1812         tickmode: "linear"
1813         tickfont:
1814           size: 16
1815         zeroline: False
1816       yaxis:
1817         title: "<b>Packet Latency [uSec]</b>"
1818         titlefont:
1819           size: 16
1820         type: "linear"
1821         gridcolor: "rgb(230, 230, 230)"
1822         hoverformat: ".4s"
1823         linecolor: "rgb(220, 220, 220)"
1824         linewidth: 1
1825         showgrid: True
1826         showline: True
1827         showticklabels: True
1828         tickcolor: "rgb(220, 220, 220)"
1829         tickformat: ".4s"
1830         tickfont:
1831           size: 16
1832         zeroline: True
1833         rangemode: "tozero"
1834       legend:
1835         orientation: "h"
1836         font:
1837           size: 16
1838         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1839       autosize: False
1840       margin:
1841           't': 50
1842           'b': 150
1843           'l': 80
1844           'r': 10
1845       showlegend: True
1846       width: 700
1847       height: 700
1848       paper_bgcolor: "#fff"
1849       plot_bgcolor: "#fff"
1850       hoverlabel:
1851         namelength: -1
1852
1853     plot-hdrh-latency:
1854       title:
1855         text: ""
1856         xanchor: "center"
1857         x: 0.5
1858         font:
1859           size: 16
1860       width: 700
1861       plot_bgcolor: "white"
1862       annotations:
1863         - font:
1864             size: 14
1865           showarrow: False
1866           text: "<b>Packet Latency [uSec]</b>"
1867           x: 1
1868           xanchor: "right"
1869           xref: "paper"
1870           y: -0.045
1871           yanchor: "top"
1872           yref: "paper"
1873         - font:
1874             size: 14
1875           showarrow: False
1876           text: "<b>Probability [%]</b>"
1877           textangle: 270
1878           x: -0.06
1879           xanchor: "center"
1880           xref: "paper"
1881           y: 0.5
1882           yanchor: "middle"
1883           yref: "paper"
1884         - font:
1885             size: 14
1886           showarrow: False
1887           text: "<b>Direction: E-W</b>"
1888           x: 0.24
1889           xanchor: "center"
1890           xref: "paper"
1891           y: 1.05
1892           yanchor: "bottom"
1893           yref: "paper"
1894         - font:
1895             size: 14
1896           showarrow: False
1897           text: "<b>Direction: W-E</b>"
1898           x: 0.74
1899           xanchor: "center"
1900           xref: "paper"
1901           y: 1.05
1902           yanchor: "bottom"
1903           yref: "paper"
1904
1905     plot-hdrh-latency-percentile:
1906       title:
1907         text: ""
1908         xanchor: "center"
1909         x: 0.5
1910         font:
1911           size: 18
1912       xaxis:
1913         type: "log"
1914         title: "<b>Percentile [%]</b>"
1915         titlefont:
1916           size: 16
1917         autorange: True
1918         fixedrange: False
1919         gridcolor: "rgb(230, 230, 230)"
1920         linecolor: "rgb(220, 220, 220)"
1921         linewidth: 1
1922         showgrid: True
1923         showline: True
1924         showticklabels: True
1925         tickcolor: "rgb(220, 220, 220)"
1926         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1927         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1928         tickfont:
1929           size: 16
1930       yaxis:
1931         title: "<b>Packet Latency [uSec]</b>"
1932         titlefont:
1933           size: 16
1934         gridcolor: "rgb(230, 230, 230)"
1935         linecolor: "rgb(220, 220, 220)"
1936         linewidth: 1
1937         showgrid: True
1938         showline: True
1939         showticklabels: True
1940         tickcolor: "rgb(220, 220, 220)"
1941         tickfont:
1942           size: 16
1943       autosize: False
1944       showlegend: True
1945       legend:
1946         traceorder: "normal"
1947         orientation: "h"
1948         font:
1949           size: 16
1950         xanchor: "left"
1951         yanchor: "top"
1952         x: 0
1953         y: -0.15
1954         bgcolor: "rgba(255, 255, 255, 0)"
1955         bordercolor: "rgba(255, 255, 255, 0)"
1956       width: 700
1957       height: 700
1958       paper_bgcolor: "white"
1959       plot_bgcolor: "white"
1960
1961     plot-hdrh-latency-by-percentile:
1962       title:
1963         text: "<b>Latency by Percentile Distribution</b>"
1964         xanchor: "center"
1965         x: 0.5
1966         font:
1967           size: 18
1968       showlegend: True
1969       legend:
1970         traceorder: "normal"
1971         orientation: "h"
1972         font:
1973           size: 16
1974         xanchor: "left"
1975         yanchor: "top"
1976         x: 0
1977         y: -0.2
1978         bgcolor: "rgba(255, 255, 255, 0)"
1979         bordercolor: "rgba(255, 255, 255, 0)"
1980       xaxis:
1981         type: "linear"
1982         title: "<b>Percentile [%]</b>"
1983         titlefont:
1984           size: 14
1985         autorange: False
1986         fixedrange: False
1987         range: [0, 100]
1988         gridcolor: "rgb(230, 230, 230)"
1989         linecolor: "rgb(220, 220, 220)"
1990         linewidth: 1
1991         showgrid: True
1992         showline: True
1993         showticklabels: True
1994         tickcolor: "rgb(220, 220, 220)"
1995         tickvals: [0, 25, 50, 75, 100]
1996         ticktext: [0, 25, 50, 75, 100]
1997         tickfont:
1998           size: 14
1999       yaxis:
2000         title: "<b>One-Way Latency per Direction [uSec]</b>"
2001         titlefont:
2002           size: 14
2003         gridcolor: "rgb(230, 230, 230)"
2004         linecolor: "rgb(220, 220, 220)"
2005         linewidth: 1
2006         showgrid: True
2007         showline: True
2008         showticklabels: True
2009         tickcolor: "rgb(220, 220, 220)"
2010         tickfont:
2011           size: 14
2012       width: 700
2013       height: 700
2014       paper_bgcolor: "white"
2015       plot_bgcolor: "white"
2016
2017 - type: "static"
2018   src-path: "{DIR[RST]}"
2019   dst-path: "{DIR[WORKING,SRC]}"
2020
2021 - type: "input"
2022   general:
2023     file-name: "output_info.xml.gz"
2024     file-format: ".gz"
2025     arch-file-format:
2026       - ".gz"
2027       - ".zip"
2028     download-path: "{job}/{build}/archives/{filename}"
2029     extract: "output.xml"
2030
2031     zip-file-name: "robot-plugin.zip"
2032     zip-file-format: ".zip"
2033     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2034     zip-extract: "robot-plugin/output.xml"
2035
2036   builds:
2037
2038     csit-vpp-perf-verify-1904-3n-hsw:
2039       - 9   # MRR sel
2040       - 11  # NDRPDR sel
2041       - 12  # NDRPDR sel
2042       - 20  # NDRPDR sel
2043       - 21  # NDRPDR sel
2044       - 23  # NDRPDR sel
2045       - 24  # NDRPDR sel
2046       - 25  # NDRPDR sel
2047       - 26  # NDRPDR sel
2048       - 29  # NDRPDR sel
2049       - 30  # NDRPDR sel
2050     csit-vpp-perf-verify-1908-3n-hsw:
2051       - 12  # NDRPDR sel
2052       - 13  # NDRPDR sel
2053       - 14  # NDRPDR sel
2054       - 15  # NDRPDR sel
2055       - 16  # NDRPDR sel
2056       - 17  # NDRPDR sel
2057       - 18  # NDRPDR sel
2058       - 19  # NDRPDR sel
2059       - 20  # NDRPDR sel
2060       - 21  # NDRPDR sel
2061       - 48  # NDRPDR sel vhost
2062       - 49  # NDRPDR sel vhost
2063       - 52  # NDRPDR sel vhost
2064       - 53  # NDRPDR sel vhost
2065       - 54  # NDRPDR sel vhost
2066       - 55  # NDRPDR sel vhost
2067       - 56  # NDRPDR sel vhost
2068       - 57  # NDRPDR sel vhost
2069       - 58  # NDRPDR sel vhost
2070       - 59  # NDRPDR sel vhost
2071       - 39  # MRR sel
2072     csit-vpp-perf-verify-2001-3n-hsw:
2073       - 21  # NDRPDR sel
2074       - 22  # NDRPDR sel
2075       - 23  # NDRPDR sel
2076       - 24  # NDRPDR sel
2077       - 25  # NDRPDR sel
2078       - 29  # NDRPDR sel
2079       - 30  # NDRPDR sel
2080       - 31  # NDRPDR sel
2081       - 32  # NDRPDR sel
2082       - 34  # NDRPDR sel
2083       - 17  # MRR sel
2084       - 18  # NDRPDR full
2085       - 20  # NDRPDR full
2086       - 28  # NDRPDR full
2087       - 35  # NDRPDR full
2088       - 42  # NDRPDR full
2089       - 46  # NDRPDR full
2090       - 47  # NDRPDR full
2091       - 48  # NDRPDR full
2092       - 49  # NDRPDR full
2093       - 50  # NDRPDR full
2094       - 51  # NDRPDR full
2095       - 52  # NDRPDR full
2096       - 53  # NDRPDR full
2097       - 54  # NDRPDR full
2098       - 55  # NDRPDR full
2099       - 56  # NDRPDR full
2100       - 57  # NDRPDR full
2101       - 58  # NDRPDR full
2102       - 59  # NDRPDR full
2103       - 61  # NDRPDR full
2104       - 62  # NDRPDR full
2105       - 63  # NDRPDR full
2106       - 64  # NDRPDR full
2107       - 65  # NDRPDR full
2108       - 67  # NDRPDR full
2109       - 70  # NDRPDR full
2110       - 72  # NDRPDR full
2111       - 73  # NDRPDR full
2112       - 77  # NDRPDR full
2113       - 78  # NDRPDR full
2114       - 79  # NDRPDR full
2115
2116 #    csit-vpp-perf-verify-1904-3n-skx:
2117 #      - 7   # MRR sel
2118 #      - 8   # NDRPDR sel
2119 #      - 9   # NDRPDR sel
2120 #      - 10  # NDRPDR sel
2121 #      - 11  # NDRPDR sel
2122 #      - 12  # NDRPDR sel
2123 #      - 14  # NDRPDR sel
2124 #      - 16  # NDRPDR sel
2125 #      - 21  # NDRPDR sel
2126 #      - 23  # NDRPDR sel
2127 #      - 25  # NDRPDR sel
2128 #    csit-vpp-perf-verify-1908-3n-skx:
2129 #      - 14  # NDRPDR sel
2130 #      - 16  # NDRPDR sel
2131 #      - 19  # NDRPDR sel
2132 #      - 20  # NDRPDR sel
2133 #      - 22  # NDRPDR sel
2134 #      - 23  # NDRPDR sel
2135 #      - 24  # NDRPDR sel
2136 #      - 25  # NDRPDR sel
2137 #      - 26  # NDRPDR sel
2138 #      - 29  # NDRPDR sel
2139 #      - 52  # NDRPDR sel vhost
2140 #      - 53  # NDRPDR sel vhost
2141 #      - 55  # NDRPDR sel vhost
2142 #      - 61  # NDRPDR sel vhost
2143 #      - 62  # NDRPDR sel vhost
2144 #      - 63  # NDRPDR sel vhost
2145 #      - 64  # NDRPDR sel vhost
2146 #      - 65  # NDRPDR sel vhost
2147 #      - 66  # NDRPDR sel vhost
2148 #      - 67  # NDRPDR sel vhost
2149 #      - 36  # MRR sel
2150 #    csit-vpp-perf-verify-2001-3n-skx:
2151 #      - 14  # NDRPDR sel
2152 #      - 15  # NDRPDR sel
2153 #      - 16  # NDRPDR sel
2154
2155 #    csit-vpp-perf-verify-1904-2n-skx:
2156 #      - 11  # MRR sel
2157 #      - 12  # NDRPDR sel
2158 #      - 14  # NDRPDR sel
2159 #      - 16  # NDRPDR sel
2160 #      - 17  # NDRPDR sel
2161 #      - 18  # NDRPDR sel
2162 #      - 21  # NDRPDR sel
2163 #      - 27  # NDRPDR sel
2164 #      - 30  # NDRPDR sel
2165 #      - 31  # NDRPDR sel
2166 #      - 32  # NDRPDR sel
2167 #    csit-vpp-perf-verify-1908-2n-skx:
2168 #      - 26  # NDRPDR sel
2169 #      - 27  # NDRPDR sel
2170 #      - 34  # NDRPDR sel
2171 #      - 35  # NDRPDR sel
2172 #      - 36  # NDRPDR sel
2173 #      - 42  # NDRPDR sel
2174 #      - 43  # NDRPDR sel
2175 #      - 44  # NDRPDR sel
2176 #      - 45  # NDRPDR sel
2177 #      - 46  # NDRPDR sel
2178 #      - 88  # NDRPDR sel vhost
2179 #      - 89  # NDRPDR sel vhost
2180 #      - 91  # NDRPDR sel vhost
2181 #      - 92  # NDRPDR sel vhost
2182 #      - 93  # NDRPDR sel vhost
2183 #      - 94  # NDRPDR sel vhost
2184 #      - 95  # NDRPDR sel vhost
2185 #      - 96  # NDRPDR sel vhost
2186 #      - 97  # NDRPDR sel vhost
2187 #      - 98  # NDRPDR sel vhost
2188 #      - 69  # MRR sel
2189 #      - 29  # TCP
2190 #      - 30  # TCP
2191 #      - 58  # TCP
2192 #      - 22  # NFV
2193 #      - 31  # NFV
2194 #      - 32  # NFV
2195 #      - 71  # NFV MRR
2196 #      - 113 # NFV reconf sel
2197 #      - 114 # NFV reconf sel
2198 #      - 115 # NFV reconf sel
2199 #      - 83  # SOAK
2200 #      - 86  # SOAK
2201 #    csit-vpp-perf-verify-2001-2n-skx:
2202 #      - 21  # NDRPDR sel
2203 #      - 22  # NDRPDR sel
2204 #      - 23  # NDRPDR sel
2205 #      - 26  # NDRPDR sel
2206 #      - 27  # NDRPDR sel
2207 #      - 29  # NDRPDR sel
2208 #      - 32  # NDRPDR full
2209 #      - 33  # NDRPDR full
2210 #      - 30  # NFV
2211 #      - 31  # NFV
2212
2213     csit-vpp-perf-verify-2001-2n-clx:
2214       - 28  # NDRPDR sel
2215       - 29  # NDRPDR sel
2216       - 32  # NDRPDR sel
2217       - 40  # NDRPDR sel
2218       - 43  # NDRPDR sel
2219       - 44  # NDRPDR sel
2220       - 45  # NDRPDR sel
2221       - 39  # MRR
2222       - 34  # NDRPDR full
2223       - 35  # NDRPDR full
2224       - 36  # NDRPDR full
2225       - 38  # NDRPDR full
2226       - 41  # NDRPDR full
2227       - 42  # NDRPDR full
2228
2229     csit-vpp-perf-verify-1908-3n-tsh:
2230       - 7   # NDRPDR sel
2231       - 8   # NDRPDR sel
2232       - 9   # NDRPDR sel
2233       - 10  # NDRPDR sel
2234       - 11  # NDRPDR sel
2235       - 12  # NDRPDR sel
2236       - 13  # NDRPDR sel
2237       - 14  # NDRPDR sel
2238       - 15  # NDRPDR sel
2239       - 16  # NDRPDR sel
2240       - 17  # MRR sel
2241     csit-vpp-perf-verify-2001-3n-tsh:
2242       - 3   # NDRPDR sel
2243       - 4   # NDRPDR sel
2244       - 7   # NDRPDR sel
2245       - 8   # NDRPDR sel
2246       - 10  # NDRPDR sel
2247       - 12  # NDRPDR sel
2248       - 13  # NDRPDR sel
2249       - 14  # NDRPDR sel
2250       - 9   # MRR sel
2251
2252     csit-vpp-perf-verify-1908-3n-dnv:
2253       - 6   # NDRPDR sel
2254       - 7   # NDRPDR sel
2255       - 8   # NDRPDR sel
2256       - 9   # NDRPDR sel
2257       - 10  # NDRPDR sel
2258       - 12  # NDRPDR sel
2259       - 13  # NDRPDR sel
2260       - 14  # NDRPDR sel
2261       - 15  # NDRPDR sel
2262       - 16  # NDRPDR sel
2263       - 17  # MRR sel
2264     csit-vpp-perf-verify-2001-3n-dnv:
2265       - 5   # NDRPDR sel
2266       - 6   # NDRPDR sel
2267       - 7   # NDRPDR sel
2268       - 8   # NDRPDR sel
2269       - 9   # NDRPDR sel
2270       - 10  # NDRPDR sel
2271       - 12  # NDRPDR sel
2272       - 16  # NDRPDR sel
2273       - 17  # NDRPDR sel
2274       - 18  # NDRPDR sel
2275       - 11  # MRR sel
2276       - 19  # NDRPDR full
2277       - 20  # NDRPDR full
2278       - 21  # NDRPDR full
2279       - 22  # NDRPDR full
2280       - 23  # NDRPDR full
2281       - 24  # NDRPDR full
2282       - 25  # NDRPDR full
2283       - 26  # NDRPDR full
2284       - 37  # NDRPDR full
2285       - 38  # NDRPDR full
2286       - 39  # NDRPDR full
2287
2288     csit-vpp-perf-verify-1908-2n-dnv:
2289       - 1   # NDRPDR sel
2290       - 2   # NDRPDR sel
2291       - 3   # NDRPDR sel
2292       - 4   # NDRPDR sel
2293       - 5   # NDRPDR sel
2294       - 6   # NDRPDR sel
2295       - 7   # NDRPDR sel
2296       - 8   # NDRPDR sel
2297       - 9   # NDRPDR sel
2298       - 10  # NDRPDR sel
2299       - 11  # MRR sel
2300     csit-vpp-perf-verify-2001-2n-dnv:
2301       - 4   # NDRPDR sel
2302       - 5   # NDRPDR sel
2303       - 6   # NDRPDR sel
2304       - 7   # NDRPDR sel
2305       - 8   # NDRPDR sel
2306       - 9   # NDRPDR sel
2307       - 10  # NDRPDR sel
2308       - 11  # NDRPDR sel
2309       - 13  # NDRPDR sel
2310       - 16  # NDRPDR sel
2311       - 12  # MRR sel
2312       - 21  # NDRPDR full
2313       - 22  # NDRPDR full
2314       - 25  # NDRPDR full
2315       - 26  # NDRPDR full
2316       - 27  # NDRPDR full
2317       - 28  # NDRPDR full
2318
2319     csit-dpdk-perf-verify-1904-3n-hsw:
2320       - 2   # NDRPDR sel
2321       - 3   # NDRPDR sel
2322       - 5   # NDRPDR sel
2323       - 6   # NDRPDR sel
2324       - 13  # NDRPDR sel
2325       - 14  # NDRPDR sel
2326       - 15  # NDRPDR sel
2327       - 18  # NDRPDR sel
2328       - 19  # NDRPDR sel
2329       - 20  # NDRPDR sel
2330     csit-dpdk-perf-verify-1908-3n-hsw:
2331       - 2   # NDRPDR sel
2332       - 3   # NDRPDR sel
2333       - 4   # NDRPDR sel
2334       - 5   # NDRPDR sel
2335       - 6   # NDRPDR sel
2336       - 7   # NDRPDR sel
2337       - 8   # NDRPDR sel
2338       - 9   # NDRPDR sel
2339       - 10  # NDRPDR sel
2340       - 11  # NDRPDR sel
2341     csit-dpdk-perf-verify-2001-3n-hsw:
2342       - 4   # NDRPDR sel
2343       - 5   # NDRPDR sel
2344       - 6   # NDRPDR sel
2345       - 7   # NDRPDR sel
2346       - 8   # NDRPDR sel
2347       - 9   # NDRPDR sel
2348       - 10  # NDRPDR sel
2349       - 11  # NDRPDR sel
2350       - 12  # NDRPDR sel
2351       - 13  # 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       - 24  # NDRPDR sel
2362       - 25  # NDRPDR full
2363       - 26  # NDRPDR full
2364
2365 #    csit-dpdk-perf-verify-1904-3n-skx:
2366 #      - 2   # NDRPDR sel
2367 #      - 3   # NDRPDR sel
2368 #      - 4   # NDRPDR sel
2369 #      - 5   # NDRPDR sel
2370 #      - 6   # NDRPDR sel
2371 #      - 7   # NDRPDR sel
2372 #      - 11  # NDRPDR sel
2373 #      - 12  # NDRPDR sel
2374 #      - 13  # NDRPDR sel
2375 #      - 14  # NDRPDR sel
2376 #    csit-dpdk-perf-verify-1908-3n-skx:
2377 #      - 3   # NDRPDR sel
2378 #      - 4   # NDRPDR sel
2379 #      - 5   # NDRPDR sel
2380 #      - 6   # NDRPDR sel
2381 #      - 7   # NDRPDR sel
2382 #      - 8   # NDRPDR sel
2383 #      - 9   # NDRPDR sel
2384 #      - 10  # NDRPDR sel
2385 #      - 11  # NDRPDR sel
2386 #      - 12  # NDRPDR sel
2387 #    csit-dpdk-perf-verify-2001-3n-skx:
2388 #      - 1   # NDRPDR sel
2389 #      - 2   # NDRPDR sel
2390 #      - 3   # NDRPDR sel
2391 #      - 4   # NDRPDR sel
2392 #      - 5   # NDRPDR sel
2393 #      - 6   # NDRPDR sel
2394 #      - 7   # NDRPDR sel
2395 #      - 8   # NDRPDR sel
2396 #      - 9   # NDRPDR sel
2397 #      - 10  # NDRPDR sel
2398
2399 #    csit-dpdk-perf-verify-1904-2n-skx:
2400 #      - 2   # NDRPDR sel
2401 #      - 3   # NDRPDR sel
2402 #      - 4   # NDRPDR sel
2403 #      - 5   # NDRPDR sel
2404 #      - 7   # NDRPDR sel
2405 #      - 8   # NDRPDR sel
2406 #      - 9   # NDRPDR sel
2407 #      - 10  # NDRPDR sel
2408 #      - 11  # NDRPDR sel
2409 #      - 12  # NDRPDR sel
2410 #    csit-dpdk-perf-verify-1908-2n-skx:
2411 #      - 2   # NDRPDR sel
2412 #      - 3   # NDRPDR sel
2413 #      - 4   # NDRPDR sel
2414 #      - 5   # NDRPDR sel
2415 #      - 7   # NDRPDR sel
2416 #      - 8   # NDRPDR sel
2417 #      - 9   # NDRPDR sel
2418 #      - 10  # NDRPDR sel
2419 #      - 11  # NDRPDR sel
2420 #      - 12  # NDRPDR sel
2421 #    csit-dpdk-perf-verify-2001-2n-skx:
2422 #      - 1   # NDRPDR sel
2423 #      - 2   # NDRPDR sel
2424 #      - 3   # NDRPDR sel
2425 #      - 4   # NDRPDR sel
2426 #      - 5   # NDRPDR sel
2427 #      - 6   # NDRPDR sel
2428 #      - 7   # NDRPDR sel
2429 #      - 8   # NDRPDR sel
2430 #      - 9   # NDRPDR sel
2431 #      - 10  # NDRPDR sel
2432 #      - 11  # NDRPDR sel
2433 #      - 13  # NDRPDR sel
2434 #      - 26  # NDRPDR sel
2435 #      - 16  # NDRPDR sel
2436 #      - 17  # NDRPDR sel
2437 #      - 18  # NDRPDR sel
2438 #      - 19  # NDRPDR sel
2439 #      - 27  # NDRPDR sel
2440 #      - 21  # NDRPDR sel
2441 #      - 25  # NDRPDR sel
2442
2443     csit-dpdk-perf-verify-2001-2n-clx:
2444       - 15  # NDRPDR sel
2445       - 16  # NDRPDR sel
2446       - 17  # NDRPDR sel
2447       - 18  # NDRPDR sel
2448       - 19  # NDRPDR sel
2449       - 20  # NDRPDR sel
2450       - 21  # NDRPDR sel
2451       - 22  # NDRPDR sel
2452       - 23  # NDRPDR sel
2453       - 24  # NDRPDR sel
2454       - 25  # NDRPDR sel
2455       - 26  # NDRPDR sel
2456       - 27  # NDRPDR sel
2457       - 28  # NDRPDR sel
2458       - 29  # NDRPDR sel
2459       - 30  # NDRPDR sel
2460       - 31  # NDRPDR sel
2461       - 32  # NDRPDR sel
2462       - 33  # NDRPDR sel
2463       - 34  # NDRPDR sel
2464
2465     csit-dpdk-perf-verify-2001-2n-dnv:
2466       - 9   # NDRPDR sel
2467       - 10  # NDRPDR sel
2468       - 11  # NDRPDR sel
2469       - 12  # NDRPDR sel
2470       - 13  # NDRPDR sel
2471       - 14  # NDRPDR sel
2472       - 15  # NDRPDR sel
2473       - 16  # NDRPDR sel
2474       - 17  # NDRPDR sel
2475       - 18  # NDRPDR sel
2476
2477     csit-dpdk-perf-verify-2001-3n-dnv:
2478       - 12  # NDRPDR sel
2479       - 13  # NDRPDR sel
2480       - 14  # NDRPDR sel
2481       - 15  # NDRPDR sel
2482       - 16  # NDRPDR sel
2483       - 17  # NDRPDR sel
2484       - 18  # NDRPDR sel
2485       - 19  # NDRPDR sel
2486       - 20  # NDRPDR sel
2487       - 22  # NDRPDR sel
2488
2489     csit-dpdk-perf-verify-2001-3n-tsh:
2490       - 3   # NDRPDR sel
2491       - 4   # NDRPDR sel
2492       - 5   # NDRPDR sel
2493       - 9   # NDRPDR sel
2494       - 10  # NDRPDR sel
2495       - 11  # NDRPDR sel
2496       - 12  # NDRPDR sel
2497       - 14  # NDRPDR sel
2498       - 15  # NDRPDR sel
2499       - 18  # NDRPDR sel
2500
2501     csit-vpp-device-2001-ubuntu1804-1n-skx:
2502       - 57
2503
2504 - type: "output"
2505   output: "report"
2506   format:
2507     html:
2508     - full
2509     pdf:
2510     - minimal
2511
2512 ################################################################################
2513 ###                               T A B L E S                                ###
2514 ################################################################################
2515
2516 ## VPP Soak vs NDR
2517 #- type: "table"
2518 #  title: "VPP Soak vs NDR 2n-skx"
2519 #  algorithm: "table_soak_vs_ndr"
2520 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2521 #  reference:
2522 #    title: "NDR"
2523 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2524 #  compare:
2525 #    title: "Soak"
2526 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2527 #  data: "vpp-soak-vs-ndr-2n-skx"
2528 #  include-tests: "NDR"
2529 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2530 #  parameters:
2531 #    - "throughput"
2532 #    - "name"
2533 #    - "parent"
2534
2535 ################################################################################
2536
2537 ## VPP Compare NICs 3n-skx 2t1c ndr
2538 #- type: "table"
2539 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2540 #  algorithm: "table_nics_comparison"
2541 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2542 #  reference:
2543 #    title: "x710"
2544 #    nic: "NIC_Intel-X710"
2545 #  compare:
2546 #    title: "xxv710"
2547 #    nic: "NIC_Intel-XXV710"
2548 #  data: "vpp-nic-comparison-3n-skx"
2549 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2550 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2551 #  parameters:
2552 #  - "name"
2553 #  - "parent"
2554 #  - "throughput"
2555 #  - "tags"
2556 #
2557 ## VPP Compare NICs 3n-skx 4t2c ndr
2558 #- type: "table"
2559 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2560 #  algorithm: "table_nics_comparison"
2561 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2562 #  reference:
2563 #    title: "x710"
2564 #    nic: "NIC_Intel-X710"
2565 #  compare:
2566 #    title: "xxv710"
2567 #    nic: "NIC_Intel-XXV710"
2568 #  data: "vpp-nic-comparison-3n-skx"
2569 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2570 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2571 #  parameters:
2572 #  - "name"
2573 #  - "parent"
2574 #  - "throughput"
2575 #  - "tags"
2576 #
2577 ## VPP Compare NICs 3n-skx 2t1c pdr
2578 #- type: "table"
2579 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2580 #  algorithm: "table_nics_comparison"
2581 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2582 #  reference:
2583 #    title: "x710"
2584 #    nic: "NIC_Intel-X710"
2585 #  compare:
2586 #    title: "xxv710"
2587 #    nic: "NIC_Intel-XXV710"
2588 #  data: "vpp-nic-comparison-3n-skx"
2589 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2590 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2591 #  parameters:
2592 #  - "name"
2593 #  - "parent"
2594 #  - "throughput"
2595 #  - "tags"
2596 #
2597 # # VPP Compare NICs 3n-skx 4t2c pdr
2598 #- type: "table"
2599 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2600 #  algorithm: "table_nics_comparison"
2601 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2602 #  reference:
2603 #    title: "x710"
2604 #    nic: "NIC_Intel-X710"
2605 #  compare:
2606 #    title: "xxv710"
2607 #    nic: "NIC_Intel-XXV710"
2608 #  data: "vpp-nic-comparison-3n-skx"
2609 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2610 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2611 #  parameters:
2612 #  - "name"
2613 #  - "parent"
2614 #  - "throughput"
2615 #  - "tags"
2616 #
2617 ## VPP Compare NICs 3n-skx 2t1c mrr
2618 #- type: "table"
2619 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2620 #  algorithm: "table_nics_comparison"
2621 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2622 #  reference:
2623 #    title: "x710"
2624 #    nic: "NIC_Intel-X710"
2625 #  compare:
2626 #    title: "xxv710"
2627 #    nic: "NIC_Intel-XXV710"
2628 #  data: "vpp-nic-comparison-3n-skx-mrr"
2629 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2630 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2631 #  parameters:
2632 #  - "name"
2633 #  - "parent"
2634 #  - "result"
2635 #  - "tags"
2636 #
2637 ## VPP Compare NICs 3n-skx 4t2c mrr
2638 #- type: "table"
2639 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2640 #  algorithm: "table_nics_comparison"
2641 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2642 #  reference:
2643 #    title: "x710"
2644 #    nic: "NIC_Intel-X710"
2645 #  compare:
2646 #    title: "xxv710"
2647 #    nic: "NIC_Intel-XXV710"
2648 #  data: "vpp-nic-comparison-3n-skx-mrr"
2649 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2650 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2651 #  parameters:
2652 #  - "name"
2653 #  - "parent"
2654 #  - "result"
2655 #  - "tags"
2656 #
2657 # # VPP Compare NICs 3n-skx 8t4c mrr
2658 #- type: "table"
2659 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2660 #  algorithm: "table_nics_comparison"
2661 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2662 #  reference:
2663 #    title: "x710"
2664 #    nic: "NIC_Intel-X710"
2665 #  compare:
2666 #    title: "xxv710"
2667 #    nic: "NIC_Intel-XXV710"
2668 #  data: "vpp-nic-comparison-3n-skx-mrr"
2669 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2670 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2671 #  parameters:
2672 #  - "name"
2673 #  - "parent"
2674 #  - "result"
2675 #  - "tags"
2676 #
2677 ## VPP Compare NICs 2n-skx 2t1c ndr
2678 #- type: "table"
2679 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2680 #  algorithm: "table_nics_comparison"
2681 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2682 #  reference:
2683 #    title: "x710"
2684 #    nic: "NIC_Intel-X710"
2685 #  compare:
2686 #    title: "xxv710"
2687 #    nic: "NIC_Intel-XXV710"
2688 #  data: "vpp-nic-comparison-2n-skx"
2689 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2690 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2691 #  parameters:
2692 #  - "name"
2693 #  - "parent"
2694 #  - "throughput"
2695 #  - "tags"
2696 #
2697 ## VPP Compare NICs 2n-skx 4t2c ndr
2698 #- type: "table"
2699 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2700 #  algorithm: "table_nics_comparison"
2701 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2702 #  reference:
2703 #    title: "x710"
2704 #    nic: "NIC_Intel-X710"
2705 #  compare:
2706 #    title: "xxv710"
2707 #    nic: "NIC_Intel-XXV710"
2708 #  data: "vpp-nic-comparison-2n-skx"
2709 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2710 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2711 #  parameters:
2712 #  - "name"
2713 #  - "parent"
2714 #  - "throughput"
2715 #  - "tags"
2716 #
2717 # # VPP Compare NICs 2n-skx 2t1c pdr
2718 #- type: "table"
2719 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2720 #  algorithm: "table_nics_comparison"
2721 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2722 #  reference:
2723 #    title: "x710"
2724 #    nic: "NIC_Intel-X710"
2725 #  compare:
2726 #    title: "xxv710"
2727 #    nic: "NIC_Intel-XXV710"
2728 #  data: "vpp-nic-comparison-2n-skx"
2729 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2730 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2731 #  parameters:
2732 #  - "name"
2733 #  - "parent"
2734 #  - "throughput"
2735 #  - "tags"
2736 #
2737 ## VPP Compare NICs 2n-skx 4t2c pdr
2738 #- type: "table"
2739 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2740 #  algorithm: "table_nics_comparison"
2741 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2742 #  reference:
2743 #    title: "x710"
2744 #    nic: "NIC_Intel-X710"
2745 #  compare:
2746 #    title: "xxv710"
2747 #    nic: "NIC_Intel-XXV710"
2748 #  data: "vpp-nic-comparison-2n-skx"
2749 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2750 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2751 #  parameters:
2752 #  - "name"
2753 #  - "parent"
2754 #  - "throughput"
2755 #  - "tags"
2756 #
2757 ## VPP Compare NICs 2n-skx 2t1c mrr
2758 #- type: "table"
2759 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2760 #  algorithm: "table_nics_comparison"
2761 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2762 #  reference:
2763 #    title: "x710"
2764 #    nic: "NIC_Intel-X710"
2765 #  compare:
2766 #    title: "xxv710"
2767 #    nic: "NIC_Intel-XXV710"
2768 #  data: "vpp-nic-comparison-2n-skx-mrr"
2769 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2770 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2771 #  parameters:
2772 #  - "name"
2773 #  - "parent"
2774 #  - "result"
2775 #  - "tags"
2776 #
2777 ## VPP Compare NICs 2n-skx 4t2c mrr
2778 #- type: "table"
2779 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2780 #  algorithm: "table_nics_comparison"
2781 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2782 #  reference:
2783 #    title: "x710"
2784 #    nic: "NIC_Intel-X710"
2785 #  compare:
2786 #    title: "xxv710"
2787 #    nic: "NIC_Intel-XXV710"
2788 #  data: "vpp-nic-comparison-2n-skx-mrr"
2789 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2790 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2791 #  parameters:
2792 #  - "name"
2793 #  - "parent"
2794 #  - "result"
2795 #  - "tags"
2796 #
2797 ## VPP Compare NICs 2n-skx 8t4c mrr
2798 #- type: "table"
2799 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2800 #  algorithm: "table_nics_comparison"
2801 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2802 #  reference:
2803 #    title: "x710"
2804 #    nic: "NIC_Intel-X710"
2805 #  compare:
2806 #    title: "xxv710"
2807 #    nic: "NIC_Intel-XXV710"
2808 #  data: "vpp-nic-comparison-2n-skx-mrr"
2809 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2810 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2811 #  parameters:
2812 #  - "name"
2813 #  - "parent"
2814 #  - "result"
2815 #  - "tags"
2816
2817 ################################################################################
2818 # VPP
2819
2820 # VPP Performance Changes 3n-hsw 1t1c pdr
2821 - type: "table"
2822   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2823   algorithm: "table_perf_comparison"
2824   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2825   history:
2826     - title: "rls1904"
2827       data: "vpp-performance-changes-3n-hsw-h1"
2828   reference:
2829     title: "rls1908"
2830     data: "vpp-performance-changes-3n-hsw-ref"
2831     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2832   compare:
2833     title: "rls2001"
2834     data: "vpp-performance-changes-3n-hsw-cmp"
2835   data: "vpp-performance-changes-3n-hsw"
2836   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2837   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2838   parameters:
2839   - "name"
2840   - "parent"
2841   - "throughput"
2842
2843 # VPP Performance Changes 3n-hsw 2t2c pdr
2844 - type: "table"
2845   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2846   algorithm: "table_perf_comparison"
2847   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2848   history:
2849     - title: "rls1904"
2850       data: "vpp-performance-changes-3n-hsw-h1"
2851   reference:
2852     title: "rls1908"
2853     data: "vpp-performance-changes-3n-hsw-ref"
2854     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2855   compare:
2856     title: "rls2001"
2857     data: "vpp-performance-changes-3n-hsw-cmp"
2858   data: "vpp-performance-changes-3n-hsw"
2859   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2860   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2861   parameters:
2862   - "name"
2863   - "parent"
2864   - "throughput"
2865
2866 # VPP Performance Changes 3n-hsw 1t1c ndr
2867 - type: "table"
2868   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2869   algorithm: "table_perf_comparison"
2870   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2871   history:
2872     - title: "rls1904"
2873       data: "vpp-performance-changes-3n-hsw-h1"
2874   reference:
2875     title: "rls1908"
2876     data: "vpp-performance-changes-3n-hsw-ref"
2877     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2878   compare:
2879     title: "rls2001"
2880     data: "vpp-performance-changes-3n-hsw-cmp"
2881   data: "vpp-performance-changes-3n-hsw"
2882   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2883   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2884   parameters:
2885   - "name"
2886   - "parent"
2887   - "throughput"
2888
2889 # VPP Performance Changes 3n-hsw 2t2c ndr
2890 - type: "table"
2891   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2892   algorithm: "table_perf_comparison"
2893   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2894   history:
2895     - title: "rls1904"
2896       data: "vpp-performance-changes-3n-hsw-h1"
2897   reference:
2898     title: "rls1908"
2899     data: "vpp-performance-changes-3n-hsw-ref"
2900     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2901   compare:
2902     title: "rls2001"
2903     data: "vpp-performance-changes-3n-hsw-cmp"
2904   data: "vpp-performance-changes-3n-hsw"
2905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2906   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2907   parameters:
2908   - "name"
2909   - "parent"
2910   - "throughput"
2911
2912 ## VPP Performance Changes 3n-skx 2t1c pdr
2913 #- type: "table"
2914 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2915 #  algorithm: "table_perf_comparison_nic"
2916 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2917 #  history:
2918 #    - title: "rls1904 x710"
2919 #      data: "vpp-performance-changes-3n-skx-h1"
2920 #      nic: "NIC_Intel-X710"
2921 #  reference:
2922 #    title: "rls1908 xxv710"
2923 #    data: "vpp-performance-changes-3n-skx-ref"
2924 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2925 #    nic: "NIC_Intel-XXV710"
2926 #  compare:
2927 #    title: "rls2001 xxv710"
2928 #    data: "vpp-performance-changes-3n-skx-cmp"
2929 #    nic: "NIC_Intel-XXV710"
2930 #  data: "vpp-performance-changes-3n-skx"
2931 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2932 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2933 #  parameters:
2934 #  - "name"
2935 #  - "parent"
2936 #  - "throughput"
2937 #  - "tags"
2938 #
2939 ## VPP Performance Changes 3n-skx 4t2c pdr
2940 #- type: "table"
2941 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
2942 #  algorithm: "table_perf_comparison_nic"
2943 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2944 #  history:
2945 #    - title: "rls1904 x710"
2946 #      data: "vpp-performance-changes-3n-skx-h1"
2947 #      nic: "NIC_Intel-X710"
2948 #  reference:
2949 #    title: "rls1908 x710"
2950 #    data: "vpp-performance-changes-3n-skx-ref"
2951 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2952 #    nic: "NIC_Intel-X710"
2953 #  compare:
2954 #    title: "rls2001 xxv710"
2955 #    data: "vpp-performance-changes-3n-skx-cmp"
2956 #    nic: "NIC_Intel-XXV710"
2957 #  data: "vpp-performance-changes-3n-skx"
2958 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2959 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2960 #  parameters:
2961 #  - "name"
2962 #  - "parent"
2963 #  - "throughput"
2964 #  - "tags"
2965 #
2966 ## VPP Performance Changes 3n-skx 2t1c ndr
2967 #- type: "table"
2968 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
2969 #  algorithm: "table_perf_comparison_nic"
2970 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2971 #  history:
2972 #    - title: "rls1904 x710"
2973 #      data: "vpp-performance-changes-3n-skx-h1"
2974 #      nic: "NIC_Intel-X710"
2975 #  reference:
2976 #    title: "rls1908 x710"
2977 #    data: "vpp-performance-changes-3n-skx-ref"
2978 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2979 #    nic: "NIC_Intel-X710"
2980 #  compare:
2981 #    title: "rls2001 xxv710"
2982 #    data: "vpp-performance-changes-3n-skx-cmp"
2983 #    nic: "NIC_Intel-XXV710"
2984 #  data: "vpp-performance-changes-3n-skx"
2985 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2986 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2987 #  parameters:
2988 #  - "name"
2989 #  - "parent"
2990 #  - "throughput"
2991 #  - "tags"
2992 #
2993 ## VPP Performance Changes 3n-skx 4t2c ndr
2994 #- type: "table"
2995 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
2996 #  algorithm: "table_perf_comparison_nic"
2997 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2998 #  history:
2999 #    - title: "rls1904 x710"
3000 #      data: "vpp-performance-changes-3n-skx-h1"
3001 #      nic: "NIC_Intel-X710"
3002 #  reference:
3003 #    title: "rls1908 x710"
3004 #    data: "vpp-performance-changes-3n-skx-ref"
3005 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3006 #    nic: "NIC_Intel-X710"
3007 #  compare:
3008 #    title: "rls2001 xxv710"
3009 #    data: "vpp-performance-changes-3n-skx-cmp"
3010 #    nic: "NIC_Intel-XXV710"
3011 #  data: "vpp-performance-changes-3n-skx"
3012 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3013 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3014 #  parameters:
3015 #  - "name"
3016 #  - "parent"
3017 #  - "throughput"
3018 #  - "tags"
3019 #
3020 ## VPP Performance Changes 2n-skx 2t1c pdr
3021 #- type: "table"
3022 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
3023 #  algorithm: "table_perf_comparison_nic"
3024 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3025 #  history:
3026 #    - title: "rls1904 x710"
3027 #      data: "vpp-performance-changes-2n-skx-h1"
3028 #      nic: "NIC_Intel-X710"
3029 #  reference:
3030 #    title: "rls1908 xxv710"
3031 #    data: "vpp-performance-changes-2n-skx-ref"
3032 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3033 #    nic: "NIC_Intel-XXV710"
3034 #  compare:
3035 #    title: "rls2001 xxv710"
3036 #    data: "vpp-performance-changes-2n-skx-cmp"
3037 #    nic: "NIC_Intel-XXV710"
3038 #  data: "vpp-performance-changes-2n-skx"
3039 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3040 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3041 #  parameters:
3042 #  - "name"
3043 #  - "parent"
3044 #  - "throughput"
3045 #  - "tags"
3046 #
3047 ## VPP Performance Changes 2n-skx 4t2c pdr
3048 #- type: "table"
3049 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
3050 #  algorithm: "table_perf_comparison_nic"
3051 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3052 #  history:
3053 #    - title: "rls1904 x710"
3054 #      data: "vpp-performance-changes-2n-skx-h1"
3055 #      nic: "NIC_Intel-X710"
3056 #  reference:
3057 #    title: "rls1908 xxv710"
3058 #    data: "vpp-performance-changes-2n-skx-ref"
3059 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3060 #    nic: "NIC_Intel-XXV710"
3061 #  compare:
3062 #    title: "rls2001 xxv710"
3063 #    data: "vpp-performance-changes-2n-skx-cmp"
3064 #    nic: "NIC_Intel-XXV710"
3065 #  data: "vpp-performance-changes-2n-skx"
3066 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3067 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3068 #  parameters:
3069 #  - "name"
3070 #  - "parent"
3071 #  - "throughput"
3072 #  - "tags"
3073 #
3074 ## VPP Performance Changes 2n-skx 2t1c ndr
3075 #- type: "table"
3076 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
3077 #  algorithm: "table_perf_comparison_nic"
3078 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3079 #  history:
3080 #    - title: "rls1904 x710"
3081 #      data: "vpp-performance-changes-2n-skx-h1"
3082 #      nic: "NIC_Intel-X710"
3083 #  reference:
3084 #    title: "rls1908 xxv710"
3085 #    data: "vpp-performance-changes-2n-skx-ref"
3086 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3087 #    nic: "NIC_Intel-XXV710"
3088 #  compare:
3089 #    title: "rls2001 xxv710"
3090 #    data: "vpp-performance-changes-2n-skx-cmp"
3091 #    nic: "NIC_Intel-XXV710"
3092 #  data: "vpp-performance-changes-2n-skx"
3093 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3094 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3095 #  parameters:
3096 #  - "name"
3097 #  - "parent"
3098 #  - "throughput"
3099 #  - "tags"
3100 #
3101 ## VPP Performance Changes 2n-skx 4t2c ndr
3102 #- type: "table"
3103 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
3104 #  algorithm: "table_perf_comparison_nic"
3105 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3106 #  history:
3107 #    - title: "rls1904 x710"
3108 #      data: "vpp-performance-changes-2n-skx-h1"
3109 #      nic: "NIC_Intel-X710"
3110 #  reference:
3111 #    title: "rls1908 xxv710"
3112 #    data: "vpp-performance-changes-2n-skx-ref"
3113 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3114 #    nic: "NIC_Intel-XXV710"
3115 #  compare:
3116 #    title: "rls2001 xxv710"
3117 #    data: "vpp-performance-changes-2n-skx-cmp"
3118 #    nic: "NIC_Intel-XXV710"
3119 #  data: "vpp-performance-changes-2n-skx"
3120 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3121 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3122 #  parameters:
3123 #  - "name"
3124 #  - "parent"
3125 #  - "throughput"
3126 #  - "tags"
3127 #
3128 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3129 #- type: "table"
3130 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3131 #  algorithm: "table_perf_comparison"
3132 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3133 #  reference:
3134 #    title: "rls1908"
3135 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3136 #  compare:
3137 #    title: "rls2001"
3138 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3139 #  data: "vpp-performance-changes-nfv-2n-skx"
3140 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3141 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3142 #  parameters:
3143 #  - "name"
3144 #  - "parent"
3145 #  - "throughput"
3146 #  - "tags"
3147 #
3148 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3149 #- type: "table"
3150 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3151 #  algorithm: "table_perf_comparison"
3152 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3153 #  reference:
3154 #    title: "rls1908"
3155 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3156 #  compare:
3157 #    title: "rls2001"
3158 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3159 #  data: "vpp-performance-changes-nfv-2n-skx"
3160 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3161 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3162 #  parameters:
3163 #  - "name"
3164 #  - "parent"
3165 #  - "throughput"
3166 #  - "tags"
3167 #
3168 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3169 #- type: "table"
3170 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3171 #  algorithm: "table_perf_comparison"
3172 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3173 #  reference:
3174 #    title: "rls1908"
3175 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3176 #  compare:
3177 #    title: "rls2001"
3178 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3179 #  data: "vpp-performance-changes-nfv-2n-skx"
3180 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3181 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3182 #  parameters:
3183 #  - "name"
3184 #  - "parent"
3185 #  - "throughput"
3186 #  - "tags"
3187 #
3188 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3189 #- type: "table"
3190 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3191 #  algorithm: "table_perf_comparison"
3192 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3193 #  reference:
3194 #    title: "rls1908"
3195 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3196 #  compare:
3197 #    title: "rls2001"
3198 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3199 #  data: "vpp-performance-changes-nfv-2n-skx"
3200 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3201 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3202 #  parameters:
3203 #  - "name"
3204 #  - "parent"
3205 #  - "throughput"
3206 #  - "tags"
3207
3208 # VPP Performance Changes 2n-dnv 1t1c pdr
3209 - type: "table"
3210   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3211   algorithm: "table_perf_comparison"
3212   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3213   reference:
3214     title: "rls1908"
3215     data: "vpp-performance-changes-2n-dnv-ref"
3216   compare:
3217     title: "rls2001"
3218     data: "vpp-performance-changes-2n-dnv-cmp"
3219   data: "vpp-performance-changes-2n-dnv"
3220   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3221   filter: "'1T1C'"
3222   parameters:
3223   - "name"
3224   - "parent"
3225   - "throughput"
3226   - "tags"
3227
3228 # VPP Performance Changes 2n-dnv 2t2c pdr
3229 - type: "table"
3230   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3231   algorithm: "table_perf_comparison"
3232   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3233   reference:
3234     title: "rls1908"
3235     data: "vpp-performance-changes-2n-dnv-ref"
3236   compare:
3237     title: "rls2001"
3238     data: "vpp-performance-changes-2n-dnv-cmp"
3239   data: "vpp-performance-changes-2n-dnv"
3240   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3241   filter: "'2T2C'"
3242   parameters:
3243   - "name"
3244   - "parent"
3245   - "throughput"
3246   - "tags"
3247
3248 # VPP Performance Changes 2n-dnv 1t1c ndr
3249 - type: "table"
3250   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3251   algorithm: "table_perf_comparison"
3252   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3253   reference:
3254     title: "rls1908"
3255     data: "vpp-performance-changes-2n-dnv-ref"
3256   compare:
3257     title: "rls2001"
3258     data: "vpp-performance-changes-2n-dnv-cmp"
3259   data: "vpp-performance-changes-2n-dnv"
3260   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3261   filter: "'1T1C'"
3262   parameters:
3263   - "name"
3264   - "parent"
3265   - "throughput"
3266   - "tags"
3267
3268 # VPP Performance Changes 2n-dnv 2t2c ndr
3269 - type: "table"
3270   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3271   algorithm: "table_perf_comparison"
3272   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3273   reference:
3274     title: "rls1908 "
3275     data: "vpp-performance-changes-2n-dnv-ref"
3276   compare:
3277     title: "rls2001"
3278     data: "vpp-performance-changes-2n-dnv-cmp"
3279   data: "vpp-performance-changes-2n-dnv"
3280   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3281   filter: "'2T2C'"
3282   parameters:
3283   - "name"
3284   - "parent"
3285   - "throughput"
3286   - "tags"
3287
3288 # VPP Performance Changes 3n-dnv 1t1c pdr
3289 - type: "table"
3290   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3291   algorithm: "table_perf_comparison"
3292   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3293   reference:
3294     title: "rls1908"
3295     data: "vpp-performance-changes-3n-dnv-ref"
3296   compare:
3297     title: "rls2001"
3298     data: "vpp-performance-changes-3n-dnv-cmp"
3299   data: "vpp-performance-changes-3n-dnv"
3300   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3301   filter: "'1T1C'"
3302   parameters:
3303   - "name"
3304   - "parent"
3305   - "throughput"
3306   - "tags"
3307
3308 # VPP Performance Changes 3n-dnv 2t2c pdr
3309 - type: "table"
3310   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3311   algorithm: "table_perf_comparison"
3312   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3313   reference:
3314     title: "rls1908"
3315     data: "vpp-performance-changes-3n-dnv-ref"
3316   compare:
3317     title: "rls2001"
3318     data: "vpp-performance-changes-3n-dnv-cmp"
3319   data: "vpp-performance-changes-3n-dnv"
3320   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3321   filter: "'2T2C'"
3322   parameters:
3323   - "name"
3324   - "parent"
3325   - "throughput"
3326   - "tags"
3327
3328 # VPP Performance Changes 3n-dnv 1t1c ndr
3329 - type: "table"
3330   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3331   algorithm: "table_perf_comparison"
3332   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3333   reference:
3334     title: "rls1908"
3335     data: "vpp-performance-changes-3n-dnv-ref"
3336   compare:
3337     title: "rls2001"
3338     data: "vpp-performance-changes-3n-dnv-cmp"
3339   data: "vpp-performance-changes-3n-dnv"
3340   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3341   filter: "'1T1C'"
3342   parameters:
3343   - "name"
3344   - "parent"
3345   - "throughput"
3346   - "tags"
3347
3348 # VPP Performance Changes 3n-dnv 2t2c ndr
3349 - type: "table"
3350   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3351   algorithm: "table_perf_comparison"
3352   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3353   reference:
3354     title: "rls1908"
3355     data: "vpp-performance-changes-3n-dnv-ref"
3356   compare:
3357     title: "rls2001"
3358     data: "vpp-performance-changes-3n-dnv-cmp"
3359   data: "vpp-performance-changes-3n-dnv"
3360   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3361   filter: "'2T2C'"
3362   parameters:
3363   - "name"
3364   - "parent"
3365   - "throughput"
3366   - "tags"
3367
3368 # VPP Performance Changes 3n-tsh 1t1c pdr
3369 - type: "table"
3370   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3371   algorithm: "table_perf_comparison"
3372   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3373   reference:
3374     title: "rls1908"
3375     data: "vpp-performance-changes-3n-tsh-ref"
3376   compare:
3377     title: "rls2001"
3378     data: "vpp-performance-changes-3n-tsh-cmp"
3379   data: "vpp-performance-changes-3n-tsh"
3380   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3381   filter: "'1T1C'"
3382   parameters:
3383   - "name"
3384   - "parent"
3385   - "throughput"
3386   - "tags"
3387
3388 # VPP Performance Changes 3n-tsh 2t2c pdr
3389 - type: "table"
3390   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3391   algorithm: "table_perf_comparison"
3392   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3393   reference:
3394     title: "rls1908"
3395     data: "vpp-performance-changes-3n-tsh-ref"
3396   compare:
3397     title: "rls2001"
3398     data: "vpp-performance-changes-3n-tsh-cmp"
3399   data: "vpp-performance-changes-3n-tsh"
3400   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3401   filter: "'2T2C'"
3402   parameters:
3403   - "name"
3404   - "parent"
3405   - "throughput"
3406   - "tags"
3407
3408 # VPP Performance Changes 3n-tsh 1t1c ndr
3409 - type: "table"
3410   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3411   algorithm: "table_perf_comparison"
3412   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3413   reference:
3414     title: "rls1908"
3415     data: "vpp-performance-changes-3n-tsh-ref"
3416   compare:
3417     title: "rls2001"
3418     data: "vpp-performance-changes-3n-tsh-cmp"
3419   data: "vpp-performance-changes-3n-tsh"
3420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3421   filter: "'1T1C'"
3422   parameters:
3423   - "name"
3424   - "parent"
3425   - "throughput"
3426   - "tags"
3427
3428 # VPP Performance Changes 3n-tsh 2t2c ndr
3429 - type: "table"
3430   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3431   algorithm: "table_perf_comparison"
3432   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3433   reference:
3434     title: "rls1908"
3435     data: "vpp-performance-changes-3n-tsh-ref"
3436   compare:
3437     title: "rls2001"
3438     data: "vpp-performance-changes-3n-tsh-cmp"
3439   data: "vpp-performance-changes-3n-tsh"
3440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3441   filter: "'2T2C'"
3442   parameters:
3443   - "name"
3444   - "parent"
3445   - "throughput"
3446   - "tags"
3447
3448 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3449 #- type: "table"
3450 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3451 #  algorithm: "table_perf_comparison_nic"
3452 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3453 #  reference:
3454 #    title: "3n-hsw xl710"
3455 #    data: "vpp-compare-testbeds-ref"
3456 #    nic: "NIC_Intel-XL710"
3457 #  compare:
3458 #    title: "3n-skx xxv710"
3459 #    data: "vpp-compare-testbeds-cmp"
3460 #    nic: "NIC_Intel-XXV710"
3461 #  data: "vpp-compare-testbeds"
3462 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3463 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3464 #  parameters:
3465 #  - "name"
3466 #  - "parent"
3467 #  - "throughput"
3468 #  - "tags"
3469 #
3470 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3471 #- type: "table"
3472 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3473 #  algorithm: "table_perf_comparison_nic"
3474 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3475 #  reference:
3476 #    title: "3n-hsw xl710"
3477 #    data: "vpp-compare-testbeds-ref"
3478 #    nic: "NIC_Intel-XL710"
3479 #  compare:
3480 #    title: "3n-skx xxv710"
3481 #    data: "vpp-compare-testbeds-cmp"
3482 #    nic: "NIC_Intel-XXV710"
3483 #  data: "vpp-compare-testbeds"
3484 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3485 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3486 #  parameters:
3487 #  - "name"
3488 #  - "parent"
3489 #  - "throughput"
3490 #  - "tags"
3491 #
3492 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3493 #- type: "table"
3494 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3495 #  algorithm: "table_perf_comparison_nic"
3496 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3497 #  reference:
3498 #    title: "3n-hsw xl710"
3499 #    data: "vpp-compare-testbeds-ref"
3500 #    nic: "NIC_Intel-XL710"
3501 #  compare:
3502 #    title: "3n-skx xxv710"
3503 #    data: "vpp-compare-testbeds-cmp"
3504 #    nic: "NIC_Intel-XXV710"
3505 #  data: "vpp-compare-testbeds"
3506 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3507 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3508 #  parameters:
3509 #  - "name"
3510 #  - "parent"
3511 #  - "throughput"
3512 #  - "tags"
3513 #
3514 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3515 #- type: "table"
3516 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3517 #  algorithm: "table_perf_comparison_nic"
3518 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3519 #  reference:
3520 #    title: "3n-hsw xl710"
3521 #    data: "vpp-compare-testbeds-ref"
3522 #    nic: "NIC_Intel-XL710"
3523 #  compare:
3524 #    title: "3n-skx xxv710"
3525 #    data: "vpp-compare-testbeds-cmp"
3526 #    nic: "NIC_Intel-XXV710"
3527 #  data: "vpp-compare-testbeds"
3528 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3529 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3530 #  parameters:
3531 #  - "name"
3532 #  - "parent"
3533 #  - "throughput"
3534 #  - "tags"
3535
3536 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3537 #- type: "table"
3538 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3539 #  algorithm: "table_perf_comparison"
3540 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3541 #  reference:
3542 #    title: "2n-skx"
3543 #    data: "vpp-compare-testbeds-skx-clx-ref"
3544 #  compare:
3545 #    title: "2n-clx"
3546 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3547 #  data: "vpp-compare-testbeds-skx-clx"
3548 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3549 #  filter: "'2T1C'"
3550 #  parameters:
3551 #  - "name"
3552 #  - "parent"
3553 #  - "throughput"
3554 #  - "tags"
3555 #
3556 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3557 #- type: "table"
3558 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3559 #  algorithm: "table_perf_comparison"
3560 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3561 #  reference:
3562 #    title: "2n-skx"
3563 #    data: "vpp-compare-testbeds-skx-clx-ref"
3564 #  compare:
3565 #    title: "2n-clx"
3566 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3567 #  data: "vpp-compare-testbeds-skx-clx"
3568 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3569 #  filter: "'4T2C'"
3570 #  parameters:
3571 #  - "name"
3572 #  - "parent"
3573 #  - "throughput"
3574 #  - "tags"
3575 #
3576 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3577 #- type: "table"
3578 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3579 #  algorithm: "table_perf_comparison"
3580 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3581 #  reference:
3582 #    title: "2n-skx"
3583 #    data: "vpp-compare-testbeds-skx-clx-ref"
3584 #  compare:
3585 #    title: "2n-clx"
3586 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3587 #  data: "vpp-compare-testbeds-skx-clx"
3588 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3589 #  filter: "'2T1C'"
3590 #  parameters:
3591 #  - "name"
3592 #  - "parent"
3593 #  - "throughput"
3594 #  - "tags"
3595 #
3596 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3597 #- type: "table"
3598 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3599 #  algorithm: "table_perf_comparison"
3600 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3601 #  reference:
3602 #    title: "2n-skx"
3603 #    data: "vpp-compare-testbeds-skx-clx-ref"
3604 #  compare:
3605 #    title: "2n-clx"
3606 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3607 #  data: "vpp-compare-testbeds-skx-clx"
3608 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3609 #  filter: "'4T2C'"
3610 #  parameters:
3611 #  - "name"
3612 #  - "parent"
3613 #  - "throughput"
3614 #  - "tags"
3615
3616 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3617 - type: "table"
3618   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3619   algorithm: "table_perf_comparison_nic"
3620   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3621   reference:
3622     title: "3n-hsw xl710"
3623     data: "vpp-compare-testbeds-hsw-clx-ref"
3624     nic: "NIC_Intel-XL710"
3625   compare:
3626     title: "2n-clx xxv710"
3627     data: "vpp-compare-testbeds-hsw-clx-cmp"
3628     nic: "NIC_Intel-XXV710"
3629   data: "vpp-compare-testbeds-hsw-clx"
3630   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3631   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3632   parameters:
3633   - "name"
3634   - "parent"
3635   - "throughput"
3636   - "tags"
3637
3638 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3639 - type: "table"
3640   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3641   algorithm: "table_perf_comparison_nic"
3642   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3643   reference:
3644     title: "3n-hsw xl710"
3645     data: "vpp-compare-testbeds-hsw-clx-ref"
3646     nic: "NIC_Intel-XL710"
3647   compare:
3648     title: "2n-clx xxv710"
3649     data: "vpp-compare-testbeds-hsw-clx-cmp"
3650     nic: "NIC_Intel-XXV710"
3651   data: "vpp-compare-testbeds-hsw-clx"
3652   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3653   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3654   parameters:
3655   - "name"
3656   - "parent"
3657   - "throughput"
3658   - "tags"
3659
3660 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3661 - type: "table"
3662   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3663   algorithm: "table_perf_comparison_nic"
3664   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3665   reference:
3666     title: "3n-hsw xl710"
3667     data: "vpp-compare-testbeds-hsw-clx-ref"
3668     nic: "NIC_Intel-XL710"
3669   compare:
3670     title: "2n-clx xxv710"
3671     data: "vpp-compare-testbeds-hsw-clx-cmp"
3672     nic: "NIC_Intel-XXV710"
3673   data: "vpp-compare-testbeds-hsw-clx"
3674   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3675   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3676   parameters:
3677   - "name"
3678   - "parent"
3679   - "throughput"
3680   - "tags"
3681
3682 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3683 - type: "table"
3684   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3685   algorithm: "table_perf_comparison_nic"
3686   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3687   reference:
3688     title: "3n-hsw xl710"
3689     data: "vpp-compare-testbeds-hsw-clx-ref"
3690     nic: "NIC_Intel-XL710"
3691   compare:
3692     title: "2n-clx xxv710"
3693     data: "vpp-compare-testbeds-hsw-clx-cmp"
3694     nic: "NIC_Intel-XXV710"
3695   data: "vpp-compare-testbeds-hsw-clx"
3696   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3697   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3698   parameters:
3699   - "name"
3700   - "parent"
3701   - "throughput"
3702   - "tags"
3703
3704 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3705 #- type: "table"
3706 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3707 #  algorithm: "table_perf_comparison"
3708 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3709 #  reference:
3710 #    title: "3-Node Skx"
3711 #    data: "vpp-compare-topologies-ref"
3712 #  compare:
3713 #    title: "2-Node Skx"
3714 #    data: "vpp-compare-topologies-cmp"
3715 #  data: "vpp-compare-topologies"
3716 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3717 #  filter: "'NDRPDR' and '1C'"
3718 #  parameters:
3719 #  - "name"
3720 #  - "parent"
3721 #  - "throughput"
3722 #
3723 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3724 #- type: "table"
3725 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3726 #  algorithm: "table_perf_comparison"
3727 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3728 #  reference:
3729 #    title: "3-Node Skx"
3730 #    data: "vpp-compare-topologies-ref"
3731 #  compare:
3732 #    title: "2-Node Skx"
3733 #    data: "vpp-compare-topologies-cmp"
3734 #  data: "vpp-compare-topologies"
3735 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3736 #  filter: "'NDRPDR' and '2C'"
3737 #  parameters:
3738 #  - "name"
3739 #  - "parent"
3740 #  - "throughput"
3741 #
3742 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3743 #- type: "table"
3744 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3745 #  algorithm: "table_perf_comparison"
3746 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3747 #  reference:
3748 #    title: "3-Node Skx"
3749 #    data: "vpp-compare-topologies-ref"
3750 #  compare:
3751 #    title: "2-Node Skx"
3752 #    data: "vpp-compare-topologies-cmp"
3753 #  data: "vpp-compare-topologies"
3754 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3755 #  filter: "'NDRPDR' and '1C'"
3756 #  parameters:
3757 #  - "name"
3758 #  - "parent"
3759 #  - "throughput"
3760 #
3761 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3762 #- type: "table"
3763 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3764 #  algorithm: "table_perf_comparison"
3765 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3766 #  reference:
3767 #    title: "3-Node Skx"
3768 #    data: "vpp-compare-topologies-ref"
3769 #  compare:
3770 #    title: "2-Node Skx"
3771 #    data: "vpp-compare-topologies-cmp"
3772 #  data: "vpp-compare-topologies"
3773 #  include-tests: "PDR"
3774 #  filter: "'NDRPDR' and '2C'"
3775 #  parameters:
3776 #  - "name"
3777 #  - "parent"
3778 #  - "throughput"
3779
3780 # VPP Performance Changes 3n-hsw 1t1c MRR
3781 - type: "table"
3782   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3783   algorithm: "table_perf_comparison"
3784   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3785   history:
3786     - title: "rls1904"
3787       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3788   reference:
3789     title: "rls1908"
3790     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3791   compare:
3792     title: "rls2001"
3793     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3794   data: "vpp-performance-changes-3n-hsw-mrr"
3795   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3796   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3797   parameters:
3798   - "name"
3799   - "parent"
3800   - "result"
3801
3802 # VPP Performance Changes 3n-hsw 2t2c MRR
3803 - type: "table"
3804   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3805   algorithm: "table_perf_comparison"
3806   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3807   history:
3808     - title: "rls1904"
3809       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3810   reference:
3811     title: "rls1908"
3812     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3813   compare:
3814     title: "rls2001"
3815     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3816   data: "vpp-performance-changes-3n-hsw-mrr"
3817   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3818   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3819   parameters:
3820   - "name"
3821   - "parent"
3822   - "result"
3823
3824 # VPP Performance Changes 3n-hsw 4t4c MRR
3825 - type: "table"
3826   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3827   algorithm: "table_perf_comparison"
3828   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3829   history:
3830     - title: "rls1904"
3831       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3832   reference:
3833     title: "rls1908"
3834     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3835   compare:
3836     title: "rls2001"
3837     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3838   data: "vpp-performance-changes-3n-hsw-mrr"
3839   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3840   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3841   parameters:
3842   - "name"
3843   - "parent"
3844   - "result"
3845
3846 ## VPP Performance Changes 3n-skx 2t1c MRR
3847 #- type: "table"
3848 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3849 #  algorithm: "table_perf_comparison"
3850 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3851 #  history:
3852 #    - title: "rls1904"
3853 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3854 #  reference:
3855 #    title: "rls1908"
3856 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3857 #  compare:
3858 #    title: "rls2001"
3859 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3860 #  data: "vpp-performance-changes-3n-skx-mrr"
3861 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3862 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3863 #  parameters:
3864 #  - "name"
3865 #  - "parent"
3866 #  - "result"
3867 #
3868 ## VPP Performance Changes 3n-skx 4t2c MRR
3869 #- type: "table"
3870 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3871 #  algorithm: "table_perf_comparison"
3872 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3873 #  history:
3874 #    - title: "rls1904"
3875 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3876 #  reference:
3877 #    title: "rls1908"
3878 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3879 #  compare:
3880 #    title: "rls2001"
3881 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3882 #  data: "vpp-performance-changes-3n-skx-mrr"
3883 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3884 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3885 #  parameters:
3886 #  - "name"
3887 #  - "parent"
3888 #  - "result"
3889 #
3890 ## VPP Performance Changes 3n-skx 8t4c MRR
3891 #- type: "table"
3892 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3893 #  algorithm: "table_perf_comparison"
3894 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3895 #  history:
3896 #    - title: "rls1904"
3897 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3898 #  reference:
3899 #    title: "rls1908"
3900 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3901 #  compare:
3902 #    title: "rls2001"
3903 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3904 #  data: "vpp-performance-changes-3n-skx-mrr"
3905 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3906 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3907 #  parameters:
3908 #  - "name"
3909 #  - "parent"
3910 #  - "result"
3911 #
3912 ## VPP Performance Changes 2n-skx 2t1c MRR
3913 #- type: "table"
3914 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3915 #  algorithm: "table_perf_comparison"
3916 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3917 #  history:
3918 #    - title: "rls1904"
3919 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3920 #  reference:
3921 #    title: "rls1908"
3922 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3923 #  compare:
3924 #    title: "rls2001"
3925 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3926 #  data: "vpp-performance-changes-2n-skx-mrr"
3927 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3928 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3929 #  parameters:
3930 #  - "name"
3931 #  - "parent"
3932 #  - "result"
3933 #
3934 ## VPP Performance Changes 2n-skx 4t2c MRR
3935 #- type: "table"
3936 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3937 #  algorithm: "table_perf_comparison"
3938 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3939 #  history:
3940 #    - title: "rls1904"
3941 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3942 #  reference:
3943 #    title: "rls1908"
3944 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3945 #  compare:
3946 #    title: "rls2001"
3947 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3948 #  data: "vpp-performance-changes-2n-skx-mrr"
3949 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3950 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3951 #  parameters:
3952 #  - "name"
3953 #  - "parent"
3954 #  - "result"
3955 #
3956 ## VPP Performance Changes 2n-skx 8t4c MRR
3957 #- type: "table"
3958 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3959 #  algorithm: "table_perf_comparison"
3960 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3961 #  history:
3962 #    - title: "rls1904"
3963 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3964 #  reference:
3965 #    title: "rls1908"
3966 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3967 #  compare:
3968 #    title: "rls2001"
3969 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3970 #  data: "vpp-performance-changes-2n-skx-mrr"
3971 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3972 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3973 #  parameters:
3974 #  - "name"
3975 #  - "parent"
3976 #  - "result"
3977 #
3978 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3979 #- type: "table"
3980 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3981 #  algorithm: "table_perf_comparison"
3982 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3983 #  reference:
3984 #    title: "rls1908"
3985 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3986 #  compare:
3987 #    title: "rls2001"
3988 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3989 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3990 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3991 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3992 #  parameters:
3993 #  - "name"
3994 #  - "parent"
3995 #  - "result"
3996 #
3997 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3998 #- type: "table"
3999 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4000 #  algorithm: "table_perf_comparison"
4001 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4002 #  reference:
4003 #    title: "rls1908"
4004 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4005 #  compare:
4006 #    title: "rls2001"
4007 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4008 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4009 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4010 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4011 #  parameters:
4012 #  - "name"
4013 #  - "parent"
4014 #  - "result"
4015 #
4016 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4017 #- type: "table"
4018 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4019 #  algorithm: "table_perf_comparison"
4020 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4021 #  reference:
4022 #    title: "rls1908"
4023 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4024 #  compare:
4025 #    title: "rls2001"
4026 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4027 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4028 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4029 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4030 #  parameters:
4031 #  - "name"
4032 #  - "parent"
4033 #  - "result"
4034
4035 # VPP Performance Changes 2n-dnv 1t1c MRR
4036 - type: "table"
4037   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4038   algorithm: "table_perf_comparison"
4039   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4040   reference:
4041     title: "rls1908"
4042     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4043   compare:
4044     title: "rls2001"
4045     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4046   data: "vpp-performance-changes-2n-dnv-mrr"
4047   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4048   filter: "'1T1C' and 'MRR'"
4049   parameters:
4050   - "name"
4051   - "parent"
4052   - "result"
4053
4054 # VPP Performance Changes 2n-dnv 2t2c MRR
4055 - type: "table"
4056   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4057   algorithm: "table_perf_comparison"
4058   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4059   reference:
4060     title: "rls1908"
4061     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4062   compare:
4063     title: "rls2001"
4064     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4065   data: "vpp-performance-changes-2n-dnv-mrr"
4066   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4067   filter: "'2T2C' and 'MRR'"
4068   parameters:
4069   - "name"
4070   - "parent"
4071   - "result"
4072
4073 # VPP Performance Changes 2n-dnv 4t4c MRR
4074 - type: "table"
4075   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4076   algorithm: "table_perf_comparison"
4077   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4078   reference:
4079     title: "rls1908"
4080     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4081   compare:
4082     title: "rls2001"
4083     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4084   data: "vpp-performance-changes-2n-dnv-mrr"
4085   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4086   filter: "'4T4C' and 'MRR'"
4087   parameters:
4088   - "name"
4089   - "parent"
4090   - "result"
4091
4092 # VPP Performance Changes 3n-dnv 1t1c MRR
4093 - type: "table"
4094   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4095   algorithm: "table_perf_comparison"
4096   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4097   reference:
4098     title: "rls1908"
4099     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4100   compare:
4101     title: "rls2001"
4102     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4103   data: "vpp-performance-changes-3n-dnv-mrr"
4104   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4105   filter: "'1T1C' and 'MRR'"
4106   parameters:
4107   - "name"
4108   - "parent"
4109   - "result"
4110
4111 # VPP Performance Changes 3n-dnv 2t2c MRR
4112 - type: "table"
4113   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4114   algorithm: "table_perf_comparison"
4115   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4116   reference:
4117     title: "rls1908"
4118     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4119   compare:
4120     title: "rls2001"
4121     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4122   data: "vpp-performance-changes-3n-dnv-mrr"
4123   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4124   filter: "'2T2C' and 'MRR'"
4125   parameters:
4126   - "name"
4127   - "parent"
4128   - "result"
4129
4130 # VPP Performance Changes 3n-dnv 4t4c MRR
4131 - type: "table"
4132   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4133   algorithm: "table_perf_comparison"
4134   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4135   reference:
4136     title: "rls1908"
4137     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4138   compare:
4139     title: "rls2001"
4140     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4141   data: "vpp-performance-changes-3n-dnv-mrr"
4142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4143   filter: "'4T4C' and 'MRR'"
4144   parameters:
4145   - "name"
4146   - "parent"
4147   - "result"
4148
4149 # VPP Performance Changes 3n-tsh 1t1c MRR
4150 - type: "table"
4151   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4152   algorithm: "table_perf_comparison"
4153   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4154   reference:
4155     title: "rls1908"
4156     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4157   compare:
4158     title: "rls2001"
4159     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4160   data: "vpp-performance-changes-3n-tsh-mrr"
4161   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4162   filter: "'1T1C' and 'MRR'"
4163   parameters:
4164   - "name"
4165   - "parent"
4166   - "result"
4167
4168 # VPP Performance Changes 3n-tsh 2t2c MRR
4169 - type: "table"
4170   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4171   algorithm: "table_perf_comparison"
4172   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4173   reference:
4174     title: "rls1908"
4175     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4176   compare:
4177     title: "rls2001"
4178     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4179   data: "vpp-performance-changes-3n-tsh-mrr"
4180   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4181   filter: "'2T2C' and 'MRR'"
4182   parameters:
4183   - "name"
4184   - "parent"
4185   - "result"
4186
4187 # VPP Performance Changes 3n-tsh 4t4c MRR
4188 - type: "table"
4189   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4190   algorithm: "table_perf_comparison"
4191   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4192   reference:
4193     title: "rls1908"
4194     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4195   compare:
4196     title: "rls2001"
4197     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4198   data: "vpp-performance-changes-3n-tsh-mrr"
4199   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4200   filter: "'4T4C' and 'MRR'"
4201   parameters:
4202   - "name"
4203   - "parent"
4204   - "result"
4205
4206 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4207 #- type: "table"
4208 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4209 #  algorithm: "table_perf_comparison_nic"
4210 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4211 #  reference:
4212 #    title: "3n-hsw xl710"
4213 #    data: "vpp-compare-testbeds-mrr-ref"
4214 #    nic: "NIC_Intel-XL710"
4215 #  compare:
4216 #    title: "3n-skx xxv710"
4217 #    data: "vpp-compare-testbeds-mrr-cmp"
4218 #    nic: "NIC_Intel-XXV710"
4219 #  data: "vpp-compare-testbeds-mrr"
4220 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4221 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4222 #  parameters:
4223 #  - "name"
4224 #  - "parent"
4225 #  - "result"
4226 #  - "tags"
4227 #
4228 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4229 #- type: "table"
4230 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4231 #  algorithm: "table_perf_comparison_nic"
4232 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4233 #  reference:
4234 #    title: "3n-hsw xl710"
4235 #    data: "vpp-compare-testbeds-mrr-ref"
4236 #    nic: "NIC_Intel-XL710"
4237 #  compare:
4238 #    title: "3n-skx xxv710"
4239 #    data: "vpp-compare-testbeds-mrr-cmp"
4240 #    nic: "NIC_Intel-XXV710"
4241 #  data: "vpp-compare-testbeds-mrr"
4242 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4243 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4244 #  parameters:
4245 #  - "name"
4246 #  - "parent"
4247 #  - "result"
4248 #  - "tags"
4249 #
4250 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4251 #- type: "table"
4252 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4253 #  algorithm: "table_perf_comparison_nic"
4254 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4255 #  reference:
4256 #    title: "3n-hsw xl710"
4257 #    data: "vpp-compare-testbeds-mrr-ref"
4258 #    nic: "NIC_Intel-XL710"
4259 #  compare:
4260 #    title: "3n-skx xxv710"
4261 #    data: "vpp-compare-testbeds-mrr-cmp"
4262 #    nic: "NIC_Intel-XXV710"
4263 #  data: "vpp-compare-testbeds-mrr"
4264 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4265 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4266 #  parameters:
4267 #  - "name"
4268 #  - "parent"
4269 #  - "result"
4270 #  - "tags"
4271
4272 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4273 #- type: "table"
4274 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4275 #  algorithm: "table_perf_comparison"
4276 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4277 #  reference:
4278 #    title: "2n-skx"
4279 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4280 #  compare:
4281 #    title: "2n-clx"
4282 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4283 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4284 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4285 #  filter: "'2T1C'"
4286 #  parameters:
4287 #  - "name"
4288 #  - "parent"
4289 #  - "result"
4290 #  - "tags"
4291 #
4292 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4293 #- type: "table"
4294 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4295 #  algorithm: "table_perf_comparison"
4296 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4297 #  reference:
4298 #    title: "2n-skx"
4299 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4300 #  compare:
4301 #    title: "2n-clx"
4302 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4303 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4304 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4305 #  filter: "'4T2C'"
4306 #  parameters:
4307 #  - "name"
4308 #  - "parent"
4309 #  - "result"
4310 #  - "tags"
4311 #
4312 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4313 #- type: "table"
4314 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4315 #  algorithm: "table_perf_comparison"
4316 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4317 #  reference:
4318 #    title: "2n-skx"
4319 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4320 #  compare:
4321 #    title: "2n-clx"
4322 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4323 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4324 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4325 #  filter: "'8T4C'"
4326 #  parameters:
4327 #  - "name"
4328 #  - "parent"
4329 #  - "result"
4330 #  - "tags"
4331 #
4332 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4333 #- type: "table"
4334 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4335 #  algorithm: "table_perf_comparison"
4336 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4337 #  reference:
4338 #    title: "3-Node Skx"
4339 #    data: "vpp-compare-topologies-mrr-ref"
4340 #  compare:
4341 #    title: "2-Node Skx"
4342 #    data: "vpp-compare-topologies-mrr-cmp"
4343 #  data: "vpp-compare-topologies-mrr"
4344 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4345 #  filter: "'MRR' and '1C'"
4346 #  parameters:
4347 #  - "name"
4348 #  - "parent"
4349 #  - "result"
4350 #
4351 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4352 #- type: "table"
4353 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4354 #  algorithm: "table_perf_comparison"
4355 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4356 #  reference:
4357 #    title: "3-Node Skx"
4358 #    data: "vpp-compare-topologies-mrr-ref"
4359 #  compare:
4360 #    title: "2-Node Skx"
4361 #    data: "vpp-compare-topologies-mrr-cmp"
4362 #  data: "vpp-compare-topologies-mrr"
4363 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4364 #  filter: "'MRR' and '2C'"
4365 #  parameters:
4366 #  - "name"
4367 #  - "parent"
4368 #  - "result"
4369 #
4370 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4371 #- type: "table"
4372 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4373 #  algorithm: "table_perf_comparison"
4374 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4375 #  reference:
4376 #    title: "3-Node Skx"
4377 #    data: "vpp-compare-topologies-mrr-ref"
4378 #  compare:
4379 #    title: "2-Node Skx"
4380 #    data: "vpp-compare-topologies-mrr-cmp"
4381 #  data: "vpp-compare-topologies-mrr"
4382 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4383 #  filter: "'MRR' and '4C'"
4384 #  parameters:
4385 #  - "name"
4386 #  - "parent"
4387 #  - "result"
4388
4389 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4390 - type: "table"
4391   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4392   algorithm: "table_perf_comparison_nic"
4393   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4394   reference:
4395     title: "3n-hsw xl710"
4396     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4397     nic: "NIC_Intel-XL710"
4398   compare:
4399     title: "2n-clx xxv710"
4400     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4401     nic: "NIC_Intel-XXV710"
4402   data: "vpp-compare-testbeds-mrr-hsw-clx"
4403   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4404   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4405   parameters:
4406   - "name"
4407   - "parent"
4408   - "result"
4409   - "tags"
4410
4411 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4412 - type: "table"
4413   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4414   algorithm: "table_perf_comparison_nic"
4415   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4416   reference:
4417     title: "3n-hsw xl710"
4418     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4419     nic: "NIC_Intel-XL710"
4420   compare:
4421     title: "2n-clx xxv710"
4422     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4423     nic: "NIC_Intel-XXV710"
4424   data: "vpp-compare-testbeds-mrr-hsw-clx"
4425   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4426   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4427   parameters:
4428   - "name"
4429   - "parent"
4430   - "result"
4431   - "tags"
4432
4433 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4434 - type: "table"
4435   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4436   algorithm: "table_perf_comparison_nic"
4437   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4438   reference:
4439     title: "3n-hsw xl710"
4440     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4441     nic: "NIC_Intel-XL710"
4442   compare:
4443     title: "2n-clx xxv710"
4444     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4445     nic: "NIC_Intel-XXV710"
4446   data: "vpp-compare-testbeds-mrr-hsw-clx"
4447   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4448   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4449   parameters:
4450   - "name"
4451   - "parent"
4452   - "result"
4453   - "tags"
4454
4455 # Detailed Test Results - VPP Performance Results 3n-hsw
4456 - type: "table"
4457   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4458   algorithm: "table_merged_details"
4459   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4460   columns:
4461   - title: " |prein| Test Name |preout| "
4462     data: "data name"
4463   - 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| "
4464     data: "data msg"
4465   data: "vpp-perf-results-3n-hsw"
4466   filter: "all"
4467   parameters:
4468   - "name"
4469   - "parent"
4470   - "msg"
4471
4472 ## Detailed Test Results - VPP Performance Results 3n-skx
4473 #- type: "table"
4474 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4475 #  algorithm: "table_merged_details"
4476 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4477 #  columns:
4478 #  - title: " |prein| Test Name |preout| "
4479 #    data: "data name"
4480 #  - 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| "
4481 #    data: "data msg"
4482 #  data: "vpp-perf-results-3n-skx"
4483 #  filter: "all"
4484 #  parameters:
4485 #  - "name"
4486 #  - "parent"
4487 #  - "msg"
4488 #
4489 ## Detailed Test Results - VPP Performance Results 2n-skx
4490 #- type: "table"
4491 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4492 #  algorithm: "table_merged_details"
4493 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4494 #  columns:
4495 #  - title: " |prein| Test Name |preout| "
4496 #    data: "data name"
4497 #  - 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| "
4498 #    data: "data msg"
4499 #  data: "vpp-perf-results-2n-skx"
4500 #  filter: "all"
4501 #  parameters:
4502 #  - "name"
4503 #  - "parent"
4504 #  - "msg"
4505
4506 # Detailed Test Results - VPP Performance Results 2n-clx
4507 - type: "table"
4508   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4509   algorithm: "table_merged_details"
4510   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4511   columns:
4512   - title: " |prein| Test Name |preout| "
4513     data: "data name"
4514   - 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| "
4515     data: "data msg"
4516   data: "vpp-perf-results-2n-clx"
4517   filter: "all"
4518   parameters:
4519   - "name"
4520   - "parent"
4521   - "msg"
4522
4523 # Detailed Test Results - VPP Performance Results 3n-tsh
4524 - type: "table"
4525   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4526   algorithm: "table_merged_details"
4527   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4528   columns:
4529   - title: " |prein| Test Name |preout| "
4530     data: "data name"
4531   - 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| "
4532     data: "data msg"
4533   data: "vpp-perf-results-3n-tsh"
4534   filter: "all"
4535   parameters:
4536   - "name"
4537   - "parent"
4538   - "msg"
4539
4540 # Detailed Test Results - VPP Performance Results 3n-dnv
4541 - type: "table"
4542   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4543   algorithm: "table_merged_details"
4544   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4545   columns:
4546   - title: " |prein| Test Name |preout| "
4547     data: "data name"
4548   - 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| "
4549     data: "data msg"
4550   data: "vpp-perf-results-3n-dnv"
4551   filter: "all"
4552   parameters:
4553   - "name"
4554   - "parent"
4555   - "msg"
4556
4557 # Detailed Test Results - VPP Performance Results 2n-dnv
4558 - type: "table"
4559   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4560   algorithm: "table_merged_details"
4561   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4562   columns:
4563   - title: " |prein| Test Name |preout| "
4564     data: "data name"
4565   - 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| "
4566     data: "data msg"
4567   data: "vpp-perf-results-2n-dnv"
4568   filter: "all"
4569   parameters:
4570   - "name"
4571   - "parent"
4572   - "msg"
4573
4574 # Test configuration - VPP Performance Test Configs 3n-hsw
4575 - type: "table"
4576   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4577   algorithm: "table_merged_details"
4578   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4579   columns:
4580   - title: " |prein| Test Name |preout| "
4581     data: "data name"
4582   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4583     data: "data conf-history"
4584   data: "vpp-perf-results-3n-hsw"
4585   filter: "all"
4586   parameters:
4587   - "parent"
4588   - "name"
4589   - "conf-history"
4590
4591 ## Test configuration - VPP Performance Test Configs 3n-skx
4592 #- type: "table"
4593 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4594 #  algorithm: "table_merged_details"
4595 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4596 #  columns:
4597 #  - title: " |prein| Test Name |preout| "
4598 #    data: "data name"
4599 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4600 #    data: "data conf-history"
4601 #  data: "vpp-perf-results-3n-skx"
4602 #  filter: "all"
4603 #  parameters:
4604 #  - "parent"
4605 #  - "name"
4606 #  - "conf-history"
4607 #
4608 ## Test configuration - VPP Performance Test Configs 2n-skx
4609 #- type: "table"
4610 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4611 #  algorithm: "table_merged_details"
4612 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4613 #  columns:
4614 #  - title: " |prein| Test Name |preout| "
4615 #    data: "data name"
4616 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4617 #    data: "data conf-history"
4618 #  data: "vpp-perf-results-2n-skx"
4619 #  filter: "all"
4620 #  parameters:
4621 #  - "parent"
4622 #  - "name"
4623 #  - "conf-history"
4624
4625 # Test configuration - VPP Performance Test Configs 2n-clx
4626 - type: "table"
4627   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4628   algorithm: "table_merged_details"
4629   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4630   columns:
4631   - title: " |prein| Test Name |preout| "
4632     data: "data name"
4633   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4634     data: "data conf-history"
4635   data: "vpp-perf-results-2n-clx"
4636   filter: "all"
4637   parameters:
4638   - "parent"
4639   - "name"
4640   - "conf-history"
4641
4642 # Test configuration - VPP Performance Test Configs 3n-tsh
4643 - type: "table"
4644   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4645   algorithm: "table_merged_details"
4646   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4647   columns:
4648   - title: " |prein| Test Name |preout| "
4649     data: "data name"
4650   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4651     data: "data conf-history"
4652   data: "vpp-perf-results-3n-tsh"
4653   filter: "all"
4654   parameters:
4655   - "parent"
4656   - "name"
4657   - "conf-history"
4658
4659 # Test configuration - VPP Performance Test Configs 3n-dnv
4660 - type: "table"
4661   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4662   algorithm: "table_merged_details"
4663   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4664   columns:
4665   - title: " |prein| Test Name |preout| "
4666     data: "data name"
4667   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4668     data: "data conf-history"
4669   data: "vpp-perf-results-3n-dnv"
4670   filter: "all"
4671   parameters:
4672   - "parent"
4673   - "name"
4674   - "conf-history"
4675
4676 # Test configuration - VPP Performance Test Configs 2n-dnv
4677 - type: "table"
4678   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4679   algorithm: "table_merged_details"
4680   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4681   columns:
4682   - title: " |prein| Test Name |preout| "
4683     data: "data name"
4684   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4685     data: "data conf-history"
4686   data: "vpp-perf-results-2n-dnv"
4687   filter: "all"
4688   parameters:
4689   - "parent"
4690   - "name"
4691   - "conf-history"
4692
4693 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4694 - type: "table"
4695   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4696   algorithm: "table_oper_data_html"
4697   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4698   data: "vpp-perf-results-3n-hsw"
4699   filter: "all"
4700
4701 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4702 #- type: "table"
4703 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4704 #  algorithm: "table_oper_data_html"
4705 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4706 #  data: "vpp-perf-results-3n-skx"
4707 #  filter: "all"
4708 #
4709 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4710 #- type: "table"
4711 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4712 #  algorithm: "table_oper_data_html"
4713 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4714 #  data: "vpp-perf-results-2n-skx"
4715 #  filter: "all"
4716
4717 # Test Operational Data - VPP Performance Operational Data 2n-clx
4718 - type: "table"
4719   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4720   algorithm: "table_oper_data_html"
4721   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4722   data: "vpp-perf-results-2n-clx"
4723   filter: "all"
4724
4725 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4726 - type: "table"
4727   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4728   algorithm: "table_oper_data_html"
4729   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4730   data: "vpp-perf-results-3n-tsh"
4731   filter: "all"
4732
4733 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4734 - type: "table"
4735   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4736   algorithm: "table_oper_data_html"
4737   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4738   data: "vpp-perf-results-3n-dnv"
4739   filter: "all"
4740
4741 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4742 - type: "table"
4743   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4744   algorithm: "table_oper_data_html"
4745   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4746   data: "vpp-perf-results-2n-dnv"
4747   filter: "all"
4748
4749 # Detailed Test Results - VPP MRR Results 3n-hsw
4750 - type: "table"
4751   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4752   algorithm: "table_merged_details"
4753   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4754   columns:
4755   - title: " |prein| Test Name |preout| "
4756     data: "data name"
4757   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4758     data: "data msg"
4759   data: "vpp-mrr-results-3n-hsw"
4760   filter: "all"
4761   parameters:
4762   - "name"
4763   - "parent"
4764   - "msg"
4765
4766 ## Detailed Test Results - VPP MRR Results 3n-skx
4767 #- type: "table"
4768 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4769 #  algorithm: "table_merged_details"
4770 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4771 #  columns:
4772 #  - title: " |prein| Test Name |preout| "
4773 #    data: "data name"
4774 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4775 #    data: "data msg"
4776 #  data: "vpp-mrr-results-3n-skx"
4777 #  filter: "all"
4778 #  parameters:
4779 #  - "name"
4780 #  - "parent"
4781 #  - "msg"
4782 #
4783 ## Detailed Test Results - VPP MRR Results 2n-skx
4784 #- type: "table"
4785 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4786 #  algorithm: "table_merged_details"
4787 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4788 #  columns:
4789 #  - title: " |prein| Test Name |preout| "
4790 #    data: "data name"
4791 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4792 #    data: "data msg"
4793 #  data: "vpp-mrr-results-2n-skx"
4794 #  filter: "all"
4795 #  parameters:
4796 #  - "name"
4797 #  - "parent"
4798 #  - "msg"
4799
4800 # Detailed Test Results - VPP MRR Results 2n-clx
4801 - type: "table"
4802   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4803   algorithm: "table_merged_details"
4804   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4805   columns:
4806   - title: " |prein| Test Name |preout| "
4807     data: "data name"
4808   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4809     data: "data msg"
4810   data: "vpp-mrr-results-2n-clx"
4811   filter: "all"
4812   parameters:
4813   - "name"
4814   - "parent"
4815   - "msg"
4816
4817 # Detailed Test Results - VPP MRR Results 3n-tsh
4818 - type: "table"
4819   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4820   algorithm: "table_merged_details"
4821   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4822   columns:
4823   - title: " |prein| Test Name |preout| "
4824     data: "data name"
4825   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4826     data: "data msg"
4827   data: "vpp-mrr-results-3n-tsh"
4828   filter: "all"
4829   parameters:
4830   - "name"
4831   - "parent"
4832   - "msg"
4833
4834 # Detailed Test Results - VPP MRR Results 3n-dnv
4835 - type: "table"
4836   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4837   algorithm: "table_merged_details"
4838   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4839   columns:
4840   - title: " |prein| Test Name |preout| "
4841     data: "data name"
4842   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4843     data: "data msg"
4844   data: "vpp-mrr-results-3n-dnv"
4845   filter: "all"
4846   parameters:
4847   - "name"
4848   - "parent"
4849   - "msg"
4850
4851 # Detailed Test Results - VPP MRR Results 2n-dnv
4852 - type: "table"
4853   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4854   algorithm: "table_merged_details"
4855   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4856   columns:
4857   - title: " |prein| Test Name |preout| "
4858     data: "data name"
4859   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4860     data: "data msg"
4861   data: "vpp-mrr-results-2n-dnv"
4862   filter: "all"
4863   parameters:
4864   - "name"
4865   - "parent"
4866   - "msg"
4867
4868 # Test configuration - VPP MRR Test Configs 3n-hsw
4869 - type: "table"
4870   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4871   algorithm: "table_merged_details"
4872   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4873   columns:
4874   - title: " |prein| Test Name |preout| "
4875     data: "data name"
4876   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4877     data: "data conf-history"
4878   data: "vpp-mrr-results-3n-hsw"
4879   filter: "all"
4880   parameters:
4881   - "parent"
4882   - "name"
4883   - "conf-history"
4884
4885 ## Test configuration - VPP MRR Test Configs 3n-skx
4886 #- type: "table"
4887 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4888 #  algorithm: "table_merged_details"
4889 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4890 #  columns:
4891 #  - title: " |prein| Test Name |preout| "
4892 #    data: "data name"
4893 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4894 #    data: "data conf-history"
4895 #  data: "vpp-mrr-results-3n-skx"
4896 #  filter: "all"
4897 #  parameters:
4898 #  - "parent"
4899 #  - "name"
4900 #  - "conf-history"
4901 #
4902 ## Test configuration - VPP MRR Test Configs 2n-skx
4903 #- type: "table"
4904 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4905 #  algorithm: "table_merged_details"
4906 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4907 #  columns:
4908 #  - title: " |prein| Test Name |preout| "
4909 #    data: "data name"
4910 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4911 #    data: "data conf-history"
4912 #  data: "vpp-mrr-results-2n-skx"
4913 #  filter: "all"
4914 #  parameters:
4915 #  - "parent"
4916 #  - "name"
4917 #  - "conf-history"
4918
4919 # Test configuration - VPP MRR Test Configs 2n-clx
4920 - type: "table"
4921   title: "Test configuration - VPP MRR Test Configs 2n-clx"
4922   algorithm: "table_merged_details"
4923   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4924   columns:
4925   - title: " |prein| Test Name |preout| "
4926     data: "data name"
4927   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4928     data: "data conf-history"
4929   data: "vpp-mrr-results-2n-clx"
4930   filter: "all"
4931   parameters:
4932   - "parent"
4933   - "name"
4934   - "conf-history"
4935
4936 # Test configuration - VPP MRR Test Configs 3n-tsh
4937 - type: "table"
4938   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4939   algorithm: "table_merged_details"
4940   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4941   columns:
4942   - title: " |prein| Test Name |preout| "
4943     data: "data name"
4944   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4945     data: "data conf-history"
4946   data: "vpp-mrr-results-3n-tsh"
4947   filter: "all"
4948   parameters:
4949   - "parent"
4950   - "name"
4951   - "conf-history"
4952
4953 # Test configuration - VPP MRR Test Configs 3n-dnv
4954 - type: "table"
4955   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4956   algorithm: "table_merged_details"
4957   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4958   columns:
4959   - title: " |prein| Test Name |preout| "
4960     data: "data name"
4961   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4962     data: "data conf-history"
4963   data: "vpp-mrr-results-3n-dnv"
4964   filter: "all"
4965   parameters:
4966   - "parent"
4967   - "name"
4968   - "conf-history"
4969
4970 # Test configuration - VPP MRR Test Configs 2n-dnv
4971 - type: "table"
4972   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4973   algorithm: "table_merged_details"
4974   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4975   columns:
4976   - title: " |prein| Test Name |preout| "
4977     data: "data name"
4978   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4979     data: "data conf-history"
4980   data: "vpp-mrr-results-2n-dnv"
4981   filter: "all"
4982   parameters:
4983   - "parent"
4984   - "name"
4985   - "conf-history"
4986
4987 # Detailed Test Results - VPP Device Results - Ubuntu
4988 - type: "table"
4989   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4990   algorithm: "table_merged_details"
4991   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4992   columns:
4993   - title: " |prein| Test Name |preout| "
4994     data: "data name"
4995   - title: " |prein| Status |preout| "
4996     data: "data status"
4997   data: "vpp-device-results-ubuntu"
4998   filter: "all"
4999   parameters:
5000   - "name"
5001   - "parent"
5002   - "doc"
5003   - "status"
5004
5005 # Test configuration - VPP Device Test Configs - Ubuntu
5006 - type: "table"
5007   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5008   algorithm: "table_merged_details"
5009   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5010   columns:
5011   - title: " |prein| Test Name |preout| "
5012     data: "data name"
5013   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5014     data: "data conf-history"
5015   data: "vpp-device-results-ubuntu"
5016   filter: "all"
5017   parameters:
5018   - "parent"
5019   - "name"
5020   - "conf-history"
5021
5022 ################################################################################
5023
5024 # DPDK Performance Changes 3n-hsw 1t1c pdr
5025 - type: "table"
5026   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5027   algorithm: "table_perf_comparison"
5028   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5029   history:
5030     - title: "rls1904"
5031       data: "dpdk-performance-changes-3n-hsw-h1"
5032   reference:
5033     title: "rls1908"
5034     data: "dpdk-performance-changes-3n-hsw-ref"
5035   compare:
5036     title: "rls2001"
5037     data: "dpdk-performance-changes-3n-hsw-cmp"
5038   data: "dpdk-performance-changes-3n-hsw"
5039   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5040   filter: "'1T1C' and 'NDRPDR'"
5041   parameters:
5042   - "name"
5043   - "parent"
5044   - "throughput"
5045
5046 # DPDK Performance Changes 3n-hsw 2t2c pdr
5047 - type: "table"
5048   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5049   algorithm: "table_perf_comparison"
5050   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5051   history:
5052     - title: "rls1904"
5053       data: "dpdk-performance-changes-3n-hsw-h1"
5054   reference:
5055     title: "rls1908"
5056     data: "dpdk-performance-changes-3n-hsw-ref"
5057   compare:
5058     title: "rls2001"
5059     data: "dpdk-performance-changes-3n-hsw-cmp"
5060   data: "dpdk-performance-changes-3n-hsw"
5061   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5062   filter: "'2T2C' and 'NDRPDR'"
5063   parameters:
5064   - "name"
5065   - "parent"
5066   - "throughput"
5067
5068 # DPDK Performance Changes 3n-hsw 1t1c ndr
5069 - type: "table"
5070   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5071   algorithm: "table_perf_comparison"
5072   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5073   history:
5074     - title: "rls1904"
5075       data: "dpdk-performance-changes-3n-hsw-h1"
5076   reference:
5077     title: "rls1908"
5078     data: "dpdk-performance-changes-3n-hsw-ref"
5079   compare:
5080     title: "rls2001"
5081     data: "dpdk-performance-changes-3n-hsw-cmp"
5082   data: "dpdk-performance-changes-3n-hsw"
5083   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5084   filter: "'1T1C' and 'NDRPDR'"
5085   parameters:
5086   - "name"
5087   - "parent"
5088   - "throughput"
5089
5090 # DPDK Performance Changes 3n-hsw 2t2c ndr
5091 - type: "table"
5092   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5093   algorithm: "table_perf_comparison"
5094   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5095   history:
5096     - title: "rls1904"
5097       data: "dpdk-performance-changes-3n-hsw-h1"
5098   reference:
5099     title: "rls1908"
5100     data: "dpdk-performance-changes-3n-hsw-ref"
5101   compare:
5102     title: "rls2001"
5103     data: "dpdk-performance-changes-3n-hsw-cmp"
5104   data: "dpdk-performance-changes-3n-hsw"
5105   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5106   filter: "'2T2C' and 'NDRPDR'"
5107   parameters:
5108   - "name"
5109   - "parent"
5110   - "throughput"
5111
5112 ## DPDK Performance Changes 3n-skx 2t1c pdr
5113 #- type: "table"
5114 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5115 #  algorithm: "table_perf_comparison"
5116 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5117 #  history:
5118 #    - title: "rls1904"
5119 #      data: "dpdk-performance-changes-3n-skx-h1"
5120 #  reference:
5121 #    title: "rls1908"
5122 #    data: "dpdk-performance-changes-3n-skx-ref"
5123 #  compare:
5124 #    title: "rls2001"
5125 #    data: "dpdk-performance-changes-3n-skx-cmp"
5126 #  data: "dpdk-performance-changes-3n-skx"
5127 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5128 #  filter: "'2T1C' and 'NDRPDR'"
5129 #  parameters:
5130 #  - "name"
5131 #  - "parent"
5132 #  - "throughput"
5133 #
5134 ## DPDK Performance Changes 3n-skx 4t2c pdr
5135 #- type: "table"
5136 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5137 #  algorithm: "table_perf_comparison"
5138 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5139 #  history:
5140 #    - title: "rls1904"
5141 #      data: "dpdk-performance-changes-3n-skx-h1"
5142 #  reference:
5143 #    title: "rls1908"
5144 #    data: "dpdk-performance-changes-3n-skx-ref"
5145 #  compare:
5146 #    title: "rls2001"
5147 #    data: "dpdk-performance-changes-3n-skx-cmp"
5148 #  data: "dpdk-performance-changes-3n-skx"
5149 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5150 #  filter: "'4T2C' and 'NDRPDR'"
5151 #  parameters:
5152 #  - "name"
5153 #  - "parent"
5154 #  - "throughput"
5155 #
5156 ## DPDK Performance Changes 3n-skx 2t1c ndr
5157 #- type: "table"
5158 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5159 #  algorithm: "table_perf_comparison"
5160 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5161 #  history:
5162 #    - title: "rls1904"
5163 #      data: "dpdk-performance-changes-3n-skx-h1"
5164 #  reference:
5165 #    title: "rls1908"
5166 #    data: "dpdk-performance-changes-3n-skx-ref"
5167 #  compare:
5168 #    title: "rls2001"
5169 #    data: "dpdk-performance-changes-3n-skx-cmp"
5170 #  data: "dpdk-performance-changes-3n-skx"
5171 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5172 #  filter: "'2T1C' and 'NDRPDR'"
5173 #  parameters:
5174 #  - "name"
5175 #  - "parent"
5176 #  - "throughput"
5177 #
5178 ## DPDK Performance Changes 3n-skx 4t2c ndr
5179 #- type: "table"
5180 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5181 #  algorithm: "table_perf_comparison"
5182 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5183 #  history:
5184 #    - title: "rls1904"
5185 #      data: "dpdk-performance-changes-3n-skx-h1"
5186 #  reference:
5187 #    title: "rls1908"
5188 #    data: "dpdk-performance-changes-3n-skx-ref"
5189 #  compare:
5190 #    title: "rls2001"
5191 #    data: "dpdk-performance-changes-3n-skx-cmp"
5192 #  data: "dpdk-performance-changes-3n-skx"
5193 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5194 #  filter: "'4T2C' and 'NDRPDR'"
5195 #  parameters:
5196 #  - "name"
5197 #  - "parent"
5198 #  - "throughput"
5199 #
5200 ## DPDK Performance Changes 2n-skx 2t1c pdr
5201 #- type: "table"
5202 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5203 #  algorithm: "table_perf_comparison"
5204 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5205 #  history:
5206 #    - title: "rls1904"
5207 #      data: "dpdk-performance-changes-2n-skx-h1"
5208 #  reference:
5209 #    title: "rls1908"
5210 #    data: "dpdk-performance-changes-2n-skx-ref"
5211 #  compare:
5212 #    title: "rls2001"
5213 #    data: "dpdk-performance-changes-2n-skx-cmp"
5214 #  data: "dpdk-performance-changes-2n-skx"
5215 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5216 #  filter: "'2T1C' and 'NDRPDR'"
5217 #  parameters:
5218 #  - "name"
5219 #  - "parent"
5220 #  - "throughput"
5221 #
5222 ## DPDK Performance Changes 2n-skx 4t2c pdr
5223 #- type: "table"
5224 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5225 #  algorithm: "table_perf_comparison"
5226 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5227 #  history:
5228 #    - title: "rls1904"
5229 #      data: "dpdk-performance-changes-2n-skx-h1"
5230 #  reference:
5231 #    title: "rls1908"
5232 #    data: "dpdk-performance-changes-2n-skx-ref"
5233 #  compare:
5234 #    title: "rls2001"
5235 #    data: "dpdk-performance-changes-2n-skx-cmp"
5236 #  data: "dpdk-performance-changes-2n-skx"
5237 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5238 #  filter: "'4T2C' and 'NDRPDR'"
5239 #  parameters:
5240 #  - "name"
5241 #  - "parent"
5242 #  - "throughput"
5243 #
5244 ## DPDK Performance Changes 2n-skx 2t1c ndr
5245 #- type: "table"
5246 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5247 #  algorithm: "table_perf_comparison"
5248 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5249 #  history:
5250 #    - title: "rls1904"
5251 #      data: "dpdk-performance-changes-2n-skx-h1"
5252 #  reference:
5253 #    title: "rls1908"
5254 #    data: "dpdk-performance-changes-2n-skx-ref"
5255 #  compare:
5256 #    title: "rls2001"
5257 #    data: "dpdk-performance-changes-2n-skx-cmp"
5258 #  data: "dpdk-performance-changes-2n-skx"
5259 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5260 #  filter: "'2T1C' and 'NDRPDR'"
5261 #  parameters:
5262 #  - "name"
5263 #  - "parent"
5264 #  - "throughput"
5265 #
5266 ## DPDK Performance Changes 2n-skx 4t2c ndr
5267 #- type: "table"
5268 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5269 #  algorithm: "table_perf_comparison"
5270 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5271 #  history:
5272 #    - title: "rls1904"
5273 #      data: "dpdk-performance-changes-2n-skx-h1"
5274 #  reference:
5275 #    title: "rls1908"
5276 #    data: "dpdk-performance-changes-2n-skx-ref"
5277 #  compare:
5278 #    title: "rls2001"
5279 #    data: "dpdk-performance-changes-2n-skx-cmp"
5280 #  data: "dpdk-performance-changes-2n-skx"
5281 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5282 #  filter: "'4T2C' and 'NDRPDR'"
5283 #  parameters:
5284 #  - "name"
5285 #  - "parent"
5286 #  - "throughput"
5287 #
5288 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5289 #- type: "table"
5290 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5291 #  algorithm: "table_perf_comparison"
5292 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5293 #  reference:
5294 #    title: "3-Node Hsw"
5295 #    data: "dpdk-compare-testbeds-ref"
5296 #  compare:
5297 #    title: "3-Node Skx"
5298 #    data: "dpdk-compare-testbeds-cmp"
5299 #  data: "dpdk-compare-testbeds"
5300 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5301 #  filter: "'NIC_Intel-X710'"
5302 #  parameters:
5303 #  - "name"
5304 #  - "parent"
5305 #  - "throughput"
5306 #
5307 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5308 #- type: "table"
5309 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5310 #  algorithm: "table_perf_comparison"
5311 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5312 #  reference:
5313 #    title: "3-Node Hsw"
5314 #    data: "dpdk-compare-testbeds-ref"
5315 #  compare:
5316 #    title: "3-Node Skx"
5317 #    data: "dpdk-compare-testbeds-cmp"
5318 #  data: "dpdk-compare-testbeds"
5319 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5320 #  filter: "'NIC_Intel-X710'"
5321 #  parameters:
5322 #  - "name"
5323 #  - "parent"
5324 #  - "throughput"
5325 #
5326 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5327 #- type: "table"
5328 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5329 #  algorithm: "table_perf_comparison"
5330 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5331 #  reference:
5332 #    title: "2-Node Skx"
5333 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5334 #  compare:
5335 #    title: "2-Node Clx"
5336 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5337 #  data: "dpdk-compare-testbeds-skx-clx"
5338 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5339 #  filter: "all"
5340 #  parameters:
5341 #  - "name"
5342 #  - "parent"
5343 #  - "throughput"
5344 #
5345 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5346 #- type: "table"
5347 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5348 #  algorithm: "table_perf_comparison"
5349 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5350 #  reference:
5351 #    title: "2-Node Skx"
5352 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5353 #  compare:
5354 #    title: "2-Node Clx"
5355 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5356 #  data: "dpdk-compare-testbeds-skx-clx"
5357 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5358 #  filter: "all"
5359 #  parameters:
5360 #  - "name"
5361 #  - "parent"
5362 #  - "throughput"
5363 #
5364 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5365 #- type: "table"
5366 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5367 #  algorithm: "table_perf_comparison"
5368 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5369 #  reference:
5370 #    title: "3-Node Skx"
5371 #    data: "dpdk-compare-topologies-ref"
5372 #  compare:
5373 #    title: "2-Node Skx"
5374 #    data: "dpdk-compare-topologies-cmp"
5375 #  data: "dpdk-compare-topologies"
5376 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5377 #  filter: "all"
5378 #  parameters:
5379 #  - "name"
5380 #  - "parent"
5381 #  - "throughput"
5382 #
5383 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5384 #- type: "table"
5385 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5386 #  algorithm: "table_perf_comparison"
5387 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5388 #  reference:
5389 #    title: "3-Node Skx"
5390 #    data: "dpdk-compare-topologies-ref"
5391 #  compare:
5392 #    title: "2-Node Skx"
5393 #    data: "dpdk-compare-topologies-cmp"
5394 #  data: "dpdk-compare-topologies"
5395 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5396 #  filter: "all"
5397 #  parameters:
5398 #  - "name"
5399 #  - "parent"
5400 #  - "throughput"
5401
5402 # Detailed Test Results - DPDK Performance Results 3n-hsw
5403 - type: "table"
5404   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5405   algorithm: "table_merged_details"
5406   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5407   columns:
5408   - title: " |prein| Test Name |preout| "
5409     data: "data name"
5410   - 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| "
5411     data: "data msg"
5412   data: "dpdk-perf-results-3n-hsw"
5413   filter: "all"
5414   parameters:
5415   - "name"
5416   - "parent"
5417   - "msg"
5418
5419 ## Detailed Test Results - DPDK Performance Results 3n-skx
5420 #- type: "table"
5421 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5422 #  algorithm: "table_merged_details"
5423 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5424 #  columns:
5425 #  - title: " |prein| Test Name |preout| "
5426 #    data: "data name"
5427 #  - 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| "
5428 #    data: "data msg"
5429 #  data: "dpdk-perf-results-3n-skx"
5430 #  filter: "all"
5431 #  parameters:
5432 #  - "name"
5433 #  - "parent"
5434 #  - "msg"
5435 #
5436 ## Detailed Test Results - DPDK Performance Results 2n-skx
5437 #- type: "table"
5438 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5439 #  algorithm: "table_merged_details"
5440 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5441 #  columns:
5442 #  - title: " |prein| Test Name |preout| "
5443 #    data: "data name"
5444 #  - 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| "
5445 #    data: "data msg"
5446 #  data: "dpdk-perf-results-2n-skx"
5447 #  filter: "all"
5448 #  parameters:
5449 #  - "name"
5450 #  - "parent"
5451 #  - "msg"
5452
5453 # Detailed Test Results - DPDK Performance Results 2n-clx
5454 - type: "table"
5455   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5456   algorithm: "table_merged_details"
5457   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5458   columns:
5459   - title: " |prein| Test Name |preout| "
5460     data: "data name"
5461   - 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| "
5462     data: "data msg"
5463   data: "dpdk-perf-results-2n-clx"
5464   filter: "all"
5465   parameters:
5466   - "name"
5467   - "parent"
5468   - "msg"
5469
5470 # Detailed Test Results - DPDK Performance Results 2n-dnv
5471 - type: "table"
5472   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5473   algorithm: "table_merged_details"
5474   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5475   columns:
5476   - title: " |prein| Test Name |preout| "
5477     data: "data name"
5478   - 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| "
5479     data: "data msg"
5480   data: "dpdk-perf-results-2n-dnv"
5481   filter: "all"
5482   parameters:
5483   - "name"
5484   - "parent"
5485   - "msg"
5486
5487 # Detailed Test Results - DPDK Performance Results 3n-dnv
5488 - type: "table"
5489   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5490   algorithm: "table_merged_details"
5491   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5492   columns:
5493   - title: " |prein| Test Name |preout| "
5494     data: "data name"
5495   - 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| "
5496     data: "data msg"
5497   data: "dpdk-perf-results-3n-dnv"
5498   filter: "all"
5499   parameters:
5500   - "name"
5501   - "parent"
5502   - "msg"
5503
5504 # Detailed Test Results - DPDK Performance Results 3n-tsh
5505 - type: "table"
5506   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5507   algorithm: "table_merged_details"
5508   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5509   columns:
5510   - title: " |prein| Test Name |preout| "
5511     data: "data name"
5512   - 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| "
5513     data: "data msg"
5514   data: "dpdk-perf-results-3n-tsh"
5515   filter: "all"
5516   parameters:
5517   - "name"
5518   - "parent"
5519   - "msg"
5520
5521 ################################################################################
5522 ###                                F I L E S                                 ###
5523 ################################################################################
5524
5525 # VPP Performance Results 3n-hsw
5526 - type: "file"
5527   title: "VPP Performance Results 3n-hsw"
5528   algorithm: "file_test_results"
5529   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5530   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5531   data: "vpp-perf-results-3n-hsw"
5532   filter: "all"
5533   data-start-level: 4
5534
5535 ## VPP Performance Results 3n-skx
5536 #- type: "file"
5537 #  title: "VPP Performance Results 3n-skx"
5538 #  algorithm: "file_test_results"
5539 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5540 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5541 #  data: "vpp-perf-results-3n-skx"
5542 #  filter: "all"
5543 #  data-start-level: 4
5544 #
5545 ## VPP Performance Results 2n-skx
5546 #- type: "file"
5547 #  title: "VPP Performance Results 2n-skx"
5548 #  algorithm: "file_test_results"
5549 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5550 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5551 #  data: "vpp-perf-results-2n-skx"
5552 #  filter: "all"
5553 #  data-start-level: 4
5554
5555 # VPP Performance Results 2n-clx
5556 - type: "file"
5557   title: "VPP Performance Results 2n-clx"
5558   algorithm: "file_test_results"
5559   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5560   dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5561   data: "vpp-perf-results-2n-clx"
5562   filter: "all"
5563   data-start-level: 4
5564
5565 # VPP Performance Results 3n-tsh
5566 - type: "file"
5567   title: "VPP Performance Results 3n-tsh"
5568   algorithm: "file_test_results"
5569   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5570   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5571   data: "vpp-perf-results-3n-tsh"
5572   filter: "all"
5573   data-start-level: 4
5574
5575 # VPP Performance Results 3n-dnv
5576 - type: "file"
5577   title: "VPP Performance Results 3n-dnv"
5578   algorithm: "file_test_results"
5579   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5580   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5581   data: "vpp-perf-results-3n-dnv"
5582   filter: "all"
5583   data-start-level: 4
5584
5585 # VPP Performance Results 2n-dnv
5586 - type: "file"
5587   title: "VPP Performance Results 2n-dnv"
5588   algorithm: "file_test_results"
5589   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5590   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5591   data: "vpp-perf-results-2n-dnv"
5592   filter: "all"
5593   data-start-level: 4
5594
5595 # VPP Performance Configuration 3n-hsw
5596 - type: "file"
5597   title: "VPP Performance Configuration 3n-hsw"
5598   algorithm: "file_test_results"
5599   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5600   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5601   data: "vpp-perf-results-3n-hsw"
5602   filter: "all"
5603   data-start-level: 4
5604
5605 ## VPP Performance Configuration 3n-skx
5606 #- type: "file"
5607 #  title: "VPP Performance Configuration 3n-skx"
5608 #  algorithm: "file_test_results"
5609 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5610 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5611 #  data: "vpp-perf-results-3n-skx"
5612 #  filter: "all"
5613 #  data-start-level: 4
5614 #
5615 ## VPP Performance Configuration 2n-skx
5616 #- type: "file"
5617 #  title: "VPP Performance Configuration 2n-skx"
5618 #  algorithm: "file_test_results"
5619 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5620 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5621 #  data: "vpp-perf-results-2n-skx"
5622 #  filter: "all"
5623 #  data-start-level: 4
5624
5625 # VPP Performance Configuration 2n-clx
5626 - type: "file"
5627   title: "VPP Performance Configuration 2n-clx"
5628   algorithm: "file_test_results"
5629   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5630   dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5631   data: "vpp-perf-results-2n-clx"
5632   filter: "all"
5633   data-start-level: 4
5634
5635 # VPP Performance Configuration 3n-tsh
5636 - type: "file"
5637   title: "VPP Performance Configuration 3n-tsh"
5638   algorithm: "file_test_results"
5639   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5640   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5641   data: "vpp-perf-results-3n-tsh"
5642   filter: "all"
5643   data-start-level: 4
5644
5645 # VPP Performance Configuration 3n-dnv
5646 - type: "file"
5647   title: "VPP Performance Configuration 3n-dnv"
5648   algorithm: "file_test_results"
5649   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5650   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5651   data: "vpp-perf-results-3n-dnv"
5652   filter: "all"
5653   data-start-level: 4
5654
5655 # VPP Performance Configuration 2n-dnv
5656 - type: "file"
5657   title: "VPP Performance Configuration 2n-dnv"
5658   algorithm: "file_test_results"
5659   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5660   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5661   data: "vpp-perf-results-2n-dnv"
5662   filter: "all"
5663   data-start-level: 4
5664
5665 # VPP Performance Operational Data 3n-hsw
5666 - type: "file"
5667   title: "VPP Performance Operational Data 3n-hsw"
5668   algorithm: "file_test_results_html"
5669   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5670   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5671   data: "vpp-perf-results-3n-hsw"
5672   filter: "all"
5673   data-start-level: 4
5674
5675 ## VPP Performance Operational Data 3n-skx
5676 #- type: "file"
5677 #  title: "VPP Performance Operational Data 3n-skx"
5678 #  algorithm: "file_test_results_html"
5679 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5680 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5681 #  data: "vpp-perf-results-3n-skx"
5682 #  filter: "all"
5683 #  data-start-level: 4
5684 #
5685 ## VPP Performance Operational Data 2n-skx
5686 #- type: "file"
5687 #  title: "VPP Performance Operational Data 2n-skx"
5688 #  algorithm: "file_test_results_html"
5689 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5690 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5691 #  data: "vpp-perf-results-2n-skx"
5692 #  filter: "all"
5693 #  data-start-level: 4
5694
5695 # VPP Performance Operational Data 2n-clx
5696 - type: "file"
5697   title: "VPP Performance Operational Data 2n-clx"
5698   algorithm: "file_test_results_html"
5699   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5700   dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5701   data: "vpp-perf-results-2n-clx"
5702   filter: "all"
5703   data-start-level: 4
5704
5705 # VPP Performance Operational Data 3n-tsh
5706 - type: "file"
5707   title: "VPP Performance Operational Data 3n-tsh"
5708   algorithm: "file_test_results_html"
5709   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5710   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5711   data: "vpp-perf-results-3n-tsh"
5712   filter: "all"
5713   data-start-level: 4
5714
5715 # VPP Performance Operational Data 3n-dnv
5716 - type: "file"
5717   title: "VPP Performance Operational Data 3n-dnv"
5718   algorithm: "file_test_results_html"
5719   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5720   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5721   data: "vpp-perf-results-3n-dnv"
5722   filter: "all"
5723   data-start-level: 4
5724
5725 # VPP Performance Operational Data 2n-dnv
5726 - type: "file"
5727   title: "VPP Performance Operational Data 2n-dnv"
5728   algorithm: "file_test_results_html"
5729   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5730   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5731   data: "vpp-perf-results-2n-dnv"
5732   filter: "all"
5733   data-start-level: 4
5734
5735 # VPP MRR Results 3n-hsw
5736 - type: "file"
5737   title: "VPP MRR Results 3n-hsw"
5738   algorithm: "file_test_results"
5739   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5740   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5741   data: "vpp-mrr-results-3n-hsw"
5742   filter: "all"
5743   data-start-level: 4
5744
5745 ## VPP MRR Results 3n-skx
5746 #- type: "file"
5747 #  title: "VPP MRR Results 3n-skx"
5748 #  algorithm: "file_test_results"
5749 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5750 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5751 #  data: "vpp-mrr-results-3n-skx"
5752 #  filter: "all"
5753 #  data-start-level: 4
5754 #
5755 ## VPP MRR Results 2n-skx
5756 #- type: "file"
5757 #  title: "VPP MRR Results 2n-skx"
5758 #  algorithm: "file_test_results"
5759 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5760 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5761 #  data: "vpp-mrr-results-2n-skx"
5762 #  filter: "all"
5763 #  data-start-level: 4
5764
5765 # VPP MRR Results 2n-clx
5766 - type: "file"
5767   title: "VPP MRR Results 2n-clx"
5768   algorithm: "file_test_results"
5769   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5770   dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5771   data: "vpp-mrr-results-2n-clx"
5772   filter: "all"
5773   data-start-level: 4
5774
5775 # VPP MRR Results 3n-tsh
5776 - type: "file"
5777   title: "VPP MRR Results 3n-tsh"
5778   algorithm: "file_test_results"
5779   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5780   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5781   data: "vpp-mrr-results-3n-tsh"
5782   filter: "all"
5783   data-start-level: 4
5784
5785 # VPP MRR Results 3n-dnv
5786 - type: "file"
5787   title: "VPP MRR Results 3n-dnv"
5788   algorithm: "file_test_results"
5789   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5790   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5791   data: "vpp-mrr-results-3n-dnv"
5792   filter: "all"
5793   data-start-level: 4
5794
5795 # VPP MRR Results 2n-dnv
5796 - type: "file"
5797   title: "VPP MRR Results 2n-dnv"
5798   algorithm: "file_test_results"
5799   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5800   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5801   data: "vpp-mrr-results-2n-dnv"
5802   filter: "all"
5803   data-start-level: 4
5804
5805 # VPP MRR Configuration 3n-hsw
5806 - type: "file"
5807   title: "VPP MRR Configuration 3n-hsw"
5808   algorithm: "file_test_results"
5809   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5810   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5811   data: "vpp-mrr-results-3n-hsw"
5812   filter: "all"
5813   data-start-level: 4
5814
5815 ## VPP MRR Configuration 3n-skx
5816 #- type: "file"
5817 #  title: "VPP MRR Configuration 3n-skx"
5818 #  algorithm: "file_test_results"
5819 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5820 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5821 #  data: "vpp-mrr-results-3n-skx"
5822 #  filter: "all"
5823 #  data-start-level: 4
5824 #
5825 ## VPP MRR Configuration 2n-skx
5826 #- type: "file"
5827 #  title: "VPP MRR Configuration 2n-skx"
5828 #  algorithm: "file_test_results"
5829 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5830 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5831 #  data: "vpp-mrr-results-2n-skx"
5832 #  filter: "all"
5833 #  data-start-level: 4
5834
5835 # VPP MRR Configuration 2n-clx
5836 - type: "file"
5837   title: "VPP MRR Configuration 2n-clx"
5838   algorithm: "file_test_results"
5839   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5840   dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5841   data: "vpp-mrr-results-2n-clx"
5842   filter: "all"
5843   data-start-level: 4
5844
5845 # VPP MRR Configuration 3n-tsh
5846 - type: "file"
5847   title: "VPP MRR Configuration 3n-tsh"
5848   algorithm: "file_test_results"
5849   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5850   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5851   data: "vpp-mrr-results-3n-tsh"
5852   filter: "all"
5853   data-start-level: 4
5854
5855 # VPP MRR Configuration 3n-dnv
5856 - type: "file"
5857   title: "VPP MRR Configuration 3n-dnv"
5858   algorithm: "file_test_results"
5859   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5860   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5861   data: "vpp-mrr-results-3n-dnv"
5862   filter: "all"
5863   data-start-level: 4
5864
5865 # VPP MRR Configuration 2n-dnv
5866 - type: "file"
5867   title: "VPP MRR Configuration 2n-dnv"
5868   algorithm: "file_test_results"
5869   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5870   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5871   data: "vpp-mrr-results-2n-dnv"
5872   filter: "all"
5873   data-start-level: 4
5874
5875 # VPP Device Results - Ubuntu
5876 - type: "file"
5877   title: "VPP Device Results - Ubuntu"
5878   algorithm: "file_test_results"
5879   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5880   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5881   data: "vpp-device-results-ubuntu"
5882   filter: "all"
5883   data-start-level: 4
5884
5885 # VPP Device Configuration - Ubuntu
5886 - type: "file"
5887   title: "VPP Device Configuration - Ubuntu"
5888   algorithm: "file_test_results"
5889   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5890   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5891   data: "vpp-device-results-ubuntu"
5892   filter: "all"
5893   data-start-level: 4
5894
5895 # DPDK Performance Results 3n-hsw
5896 - type: "file"
5897   title: "DPDK Performance Results 3n-hsw"
5898   algorithm: "file_test_results"
5899   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5900   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5901   data: "dpdk-perf-results-3n-hsw"
5902   filter: "all"
5903   data-start-level: 4
5904
5905 ## DPDK Performance Results 3n-skx
5906 #- type: "file"
5907 #  title: "DPDK Performance Results 3n-skx"
5908 #  algorithm: "file_test_results"
5909 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5910 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5911 #  data: "dpdk-perf-results-3n-skx"
5912 #  filter: "all"
5913 #  data-start-level: 4
5914 #
5915 ## DPDK Performance Results 2n-skx
5916 #- type: "file"
5917 #  title: "DPDK Performance Results 2n-skx"
5918 #  algorithm: "file_test_results"
5919 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5920 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5921 #  data: "dpdk-perf-results-2n-skx"
5922 #  filter: "all"
5923 #  data-start-level: 4
5924
5925 # DPDK Performance Results 2n-clx
5926 - type: "file"
5927   title: "DPDK Performance Results 2n-clx"
5928   algorithm: "file_test_results"
5929   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5930   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5931   data: "dpdk-perf-results-2n-clx"
5932   filter: "all"
5933   data-start-level: 4
5934
5935 # DPDK Performance Results 2n-dnv
5936 - type: "file"
5937   title: "DPDK Performance Results 2n-dnv"
5938   algorithm: "file_test_results"
5939   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5940   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5941   data: "dpdk-perf-results-2n-dnv"
5942   filter: "all"
5943   data-start-level: 4
5944
5945 # DPDK Performance Results 3n-dnv
5946 - type: "file"
5947   title: "DPDK Performance Results 3n-dnv"
5948   algorithm: "file_test_results"
5949   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5950   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5951   data: "dpdk-perf-results-3n-dnv"
5952   filter: "all"
5953   data-start-level: 4
5954
5955 # DPDK Performance Results 3n-tsh
5956 - type: "file"
5957   title: "DPDK Performance Results 3n-tsh"
5958   algorithm: "file_test_results"
5959   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5960   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5961   data: "dpdk-perf-results-3n-tsh"
5962   filter: "all"
5963   data-start-level: 4
5964
5965 ################################################################################
5966 ###                                P L O T S                                 ###
5967 ################################################################################
5968
5969 ## Plots VPP HTTP Server Performance
5970 #- type: "plot"
5971 #  title: "VPP HTTP Server Performance"
5972 #  algorithm: "plot_http_server_perf_box"
5973 #  output-file-type: ".html"
5974 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5975 #  data:
5976 #    "plot-vpp-http-server-performance"
5977 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
5978 #  # each tag is enclosed with ' (apostrophe).
5979 #  filter: "'HTTP' and 'TCP_CPS'"
5980 #  parameters:
5981 #  - "result"
5982 #  - "name"
5983 #  traces:
5984 #    hoverinfo: "y+name"
5985 #    boxpoints: "outliers"
5986 #    whiskerwidth: 0
5987 #  layout:
5988 #    title: "VPP HTTP Server Performance"
5989 #    layout:
5990 #      "plot-cps"
5991 #
5992 #- type: "plot"
5993 #  title: "VPP HTTP Server Performance"
5994 #  algorithm: "plot_http_server_perf_box"
5995 #  output-file-type: ".html"
5996 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5997 #  data:
5998 #    "plot-vpp-http-server-performance"
5999 #  filter: "'HTTP' and 'TCP_RPS'"
6000 #  parameters:
6001 #  - "result"
6002 #  - "name"
6003 #  traces:
6004 #    hoverinfo: "y+name"
6005 #    boxpoints: "outliers"
6006 #    whiskerwidth: 0
6007 #  layout:
6008 #    title: "VPP HTTP Server Performance"
6009 #    layout:
6010 #      "plot-rps"
6011
6012 ################################################################################
6013
6014 ## Soak Test (PLRsearch), boxes
6015 #- type: "plot"
6016 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6017 #  algorithm: "plot_perf_box_name"
6018 #  output-file-type: ".html"
6019 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6020 #  data: "plot-vpp-soak-2n-skx"
6021 #  include:
6022 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
6023 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6024 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6025 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
6026 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6027 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6028 #  layout:
6029 #    title: "30 Minutes Soak Test (PLRsearch)"
6030 #    layout: "plot-soak-throughput"
6031 #
6032 ## Soak Test (PLRsearch), boxes
6033 #- type: "plot"
6034 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6035 #  algorithm: "plot_perf_box_name"
6036 #  output-file-type: ".html"
6037 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6038 #  data: "plot-vpp-soak-2n-skx"
6039 #  include:
6040 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
6041 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6042 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6043 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6044 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6045 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6046 #  layout:
6047 #    title: "30 Minutes Soak Test (PLRsearch)"
6048 #    layout: "plot-soak-throughput"
6049
6050 ###############################################################################
6051
6052 #- type: "plot"
6053 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6054 #  algorithm: "plot_nf_reconf_box_name"
6055 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6056 #  data: "plot-vpp-nfv-reconf-2n-skx"
6057 #  include:
6058 #    - "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"
6059 #    - "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"
6060 #    - "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"
6061 #    - "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"
6062 #    - "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"
6063 #    - "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"
6064 #  layout:
6065 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6066 #    layout: "plot-throughput"
6067 #
6068 #- type: "plot"
6069 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6070 #  algorithm: "plot_nf_reconf_box_name"
6071 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6072 #  data: "plot-vpp-nfv-reconf-2n-skx"
6073 #  include:
6074 #    - "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"
6075 #    - "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"
6076 #    - "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"
6077 #    - "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"
6078 #    - "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"
6079 #    - "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"
6080 #  layout:
6081 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6082 #    layout: "plot-throughput"
6083 #
6084 #- type: "plot"
6085 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6086 #  algorithm: "plot_nf_reconf_box_name"
6087 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6088 #  data: "plot-vpp-nfv-reconf-2n-skx"
6089 #  include:
6090 #    - "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"
6091 #    - "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"
6092 #    - "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"
6093 #    - "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"
6094 #    - "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"
6095 #    - "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"
6096 #  layout:
6097 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6098 #    layout: "plot-throughput"
6099 #
6100 ################################################################################
6101 ## Plots - NF Density - VSC - MRR 64b
6102 #- type: "plot"
6103 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6104 #  algorithm: "plot_nf_heatmap"
6105 #  output-file-type: ".html"
6106 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6107 #  data: "plot-vpp-nfv-2n-skx-mrr"
6108 #  filter: "'NIC_Intel-XXV710' and
6109 #           'NF_DENSITY' and
6110 #           'VHOST' and
6111 #           not 'VXLAN' and
6112 #           'CHAIN' and
6113 #           'NF_VPPIP4' and
6114 #           '64B' and
6115 #           '2T1C' and
6116 #           'MRR'"
6117 #  parameters:
6118 #  - "result"
6119 #  - "name"
6120 #  - "tags"
6121 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6122 #  x-axis: "X = VNFs per Service Chain"
6123 #  y-axis: "Y = Number of Service Chains"
6124 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6125 #  layout:
6126 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6127 #    layout: "plot-service-density"
6128 #
6129 #- type: "plot"
6130 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6131 #  algorithm: "plot_nf_heatmap"
6132 #  output-file-type: ".html"
6133 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6134 #  data: "plot-vpp-nfv-2n-skx-mrr"
6135 #  filter: "'NIC_Intel-XXV710' and
6136 #           'NF_DENSITY' and
6137 #           'VHOST' and
6138 #           not 'VXLAN' and
6139 #           'CHAIN' and
6140 #           'NF_VPPIP4' and
6141 #           '64B' and
6142 #           '4T2C' and
6143 #           'MRR'"
6144 #  parameters:
6145 #  - "result"
6146 #  - "name"
6147 #  - "tags"
6148 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6149 #  x-axis: "X = VNFs per Service Chain"
6150 #  y-axis: "Y = Number of Service Chains"
6151 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6152 #  layout:
6153 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6154 #    layout: "plot-service-density"
6155 #
6156 #- type: "plot"
6157 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6158 #  algorithm: "plot_nf_heatmap"
6159 #  output-file-type: ".html"
6160 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6161 #  data: "plot-vpp-nfv-2n-skx-mrr"
6162 #  filter: "'NIC_Intel-XXV710' and
6163 #           'NF_DENSITY' and
6164 #           'VHOST' and
6165 #           not 'VXLAN' and
6166 #           'CHAIN' and
6167 #           'NF_VPPIP4' and
6168 #           '64B' and
6169 #           '8T4C' and
6170 #           'MRR'"
6171 #  parameters:
6172 #  - "result"
6173 #  - "name"
6174 #  - "tags"
6175 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6176 #  x-axis: "X = VNFs per Service Chain"
6177 #  y-axis: "Y = Number of Service Chains"
6178 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6179 #  layout:
6180 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6181 #    layout: "plot-service-density"
6182 #
6183 ## Plots - NF Density - VSC - MRR IMIX
6184 #- type: "plot"
6185 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6186 #  algorithm: "plot_nf_heatmap"
6187 #  output-file-type: ".html"
6188 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6189 #  data: "plot-vpp-nfv-2n-skx-mrr"
6190 #  filter: "'NIC_Intel-XXV710' and
6191 #           'NF_DENSITY' and
6192 #           'VHOST' and
6193 #           not 'VXLAN' and
6194 #           'CHAIN' and
6195 #           'NF_VPPIP4' and
6196 #           'IMIX' and
6197 #           '2T1C' and
6198 #           'MRR'"
6199 #  parameters:
6200 #  - "result"
6201 #  - "name"
6202 #  - "tags"
6203 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6204 #  x-axis: "X = VNFs per Service Chain"
6205 #  y-axis: "Y = Number of Service Chains"
6206 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6207 #  layout:
6208 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6209 #    layout: "plot-service-density"
6210 #
6211 #- type: "plot"
6212 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6213 #  algorithm: "plot_nf_heatmap"
6214 #  output-file-type: ".html"
6215 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6216 #  data: "plot-vpp-nfv-2n-skx-mrr"
6217 #  filter: "'NIC_Intel-XXV710' and
6218 #           'NF_DENSITY' and
6219 #           'VHOST' and
6220 #           not 'VXLAN' and
6221 #           'CHAIN' and
6222 #           'NF_VPPIP4' and
6223 #           'IMIX' and
6224 #           '4T2C' and
6225 #           'MRR'"
6226 #  parameters:
6227 #  - "result"
6228 #  - "name"
6229 #  - "tags"
6230 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6231 #  x-axis: "X = VNFs per Service Chain"
6232 #  y-axis: "Y = Number of Service Chains"
6233 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6234 #  layout:
6235 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6236 #    layout: "plot-service-density"
6237 #
6238 #- type: "plot"
6239 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6240 #  algorithm: "plot_nf_heatmap"
6241 #  output-file-type: ".html"
6242 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6243 #  data: "plot-vpp-nfv-2n-skx-mrr"
6244 #  filter: "'NIC_Intel-XXV710' and
6245 #           'NF_DENSITY' and
6246 #           'VHOST' and
6247 #           not 'VXLAN' and
6248 #           'CHAIN' and
6249 #           'NF_VPPIP4' and
6250 #           'IMIX' and
6251 #           '8T4C' and
6252 #           'MRR'"
6253 #  parameters:
6254 #  - "result"
6255 #  - "name"
6256 #  - "tags"
6257 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6258 #  x-axis: "X = VNFs per Service Chain"
6259 #  y-axis: "Y = Number of Service Chains"
6260 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6261 #  layout:
6262 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6263 #    layout: "plot-service-density"
6264 #
6265 ## Plots - NF Density - VSC - NDR 64b
6266 #- type: "plot"
6267 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6268 #  algorithm: "plot_nf_heatmap"
6269 #  output-file-type: ".html"
6270 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6271 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6272 #  filter: "'NIC_Intel-XXV710' and
6273 #           'NF_DENSITY' and
6274 #           'VHOST' and
6275 #           not 'VXLAN' and
6276 #           'CHAIN' and
6277 #           'NF_VPPIP4' and
6278 #           '64B' and
6279 #           '2T1C' and
6280 #           'NDRPDR'"
6281 #  parameters:
6282 #  - "throughput"
6283 #  - "name"
6284 #  - "tags"
6285 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6286 #  x-axis: "X = VNFs per Service Chain"
6287 #  y-axis: "Y = Number of Service Chains"
6288 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6289 #  layout:
6290 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6291 #    layout: "plot-service-density"
6292 #
6293 #- type: "plot"
6294 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6295 #  algorithm: "plot_nf_heatmap"
6296 #  output-file-type: ".html"
6297 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6298 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6299 #  filter: "'NIC_Intel-XXV710' and
6300 #           'NF_DENSITY' and
6301 #           'VHOST' and
6302 #           not 'VXLAN' and
6303 #           'CHAIN' and
6304 #           'NF_VPPIP4' and
6305 #           '64B' and
6306 #           '4T2C' and
6307 #           'NDRPDR'"
6308 #  parameters:
6309 #  - "throughput"
6310 #  - "name"
6311 #  - "tags"
6312 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6313 #  x-axis: "X = VNFs per Service Chain"
6314 #  y-axis: "Y = Number of Service Chains"
6315 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6316 #  layout:
6317 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6318 #    layout: "plot-service-density"
6319 #
6320 #- type: "plot"
6321 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6322 #  algorithm: "plot_nf_heatmap"
6323 #  output-file-type: ".html"
6324 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6325 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6326 #  filter: "'NIC_Intel-XXV710' and
6327 #           'NF_DENSITY' and
6328 #           'VHOST' and
6329 #           not 'VXLAN' and
6330 #           'CHAIN' and
6331 #           'NF_VPPIP4' and
6332 #           '64B' and
6333 #           '8T4C' and
6334 #           'NDRPDR'"
6335 #  parameters:
6336 #  - "throughput"
6337 #  - "name"
6338 #  - "tags"
6339 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6340 #  x-axis: "X = VNFs per Service Chain"
6341 #  y-axis: "Y = Number of Service Chains"
6342 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6343 #  layout:
6344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6345 #    layout: "plot-service-density"
6346 #
6347 ## Plots - NF Density - VSC - NDR IMIX
6348 #- type: "plot"
6349 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6350 #  algorithm: "plot_nf_heatmap"
6351 #  output-file-type: ".html"
6352 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6353 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6354 #  filter: "'NIC_Intel-XXV710' and
6355 #           'NF_DENSITY' and
6356 #           'VHOST' and
6357 #           not 'VXLAN' and
6358 #           'CHAIN' and
6359 #           'NF_VPPIP4' and
6360 #           'IMIX' and
6361 #           '2T1C' and
6362 #           'NDRPDR'"
6363 #  parameters:
6364 #  - "throughput"
6365 #  - "name"
6366 #  - "tags"
6367 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6368 #  x-axis: "X = VNFs per Service Chain"
6369 #  y-axis: "Y = Number of Service Chains"
6370 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6371 #  layout:
6372 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6373 #    layout: "plot-service-density"
6374 #
6375 #- type: "plot"
6376 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6377 #  algorithm: "plot_nf_heatmap"
6378 #  output-file-type: ".html"
6379 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6380 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6381 #  filter: "'NIC_Intel-XXV710' and
6382 #           'NF_DENSITY' and
6383 #           'VHOST' and
6384 #           not 'VXLAN' and
6385 #           'CHAIN' and
6386 #           'NF_VPPIP4' and
6387 #           'IMIX' and
6388 #           '4T2C' and
6389 #           'NDRPDR'"
6390 #  parameters:
6391 #  - "throughput"
6392 #  - "name"
6393 #  - "tags"
6394 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6395 #  x-axis: "X = VNFs per Service Chain"
6396 #  y-axis: "Y = Number of Service Chains"
6397 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6398 #  layout:
6399 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6400 #    layout: "plot-service-density"
6401 #
6402 #- type: "plot"
6403 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6404 #  algorithm: "plot_nf_heatmap"
6405 #  output-file-type: ".html"
6406 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6407 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6408 #  filter: "'NIC_Intel-XXV710' and
6409 #           'NF_DENSITY' and
6410 #           'VHOST' and
6411 #           not 'VXLAN' and
6412 #           'CHAIN' and
6413 #           'NF_VPPIP4' and
6414 #           'IMIX' and
6415 #           '8T4C' and
6416 #           'NDRPDR'"
6417 #  parameters:
6418 #  - "throughput"
6419 #  - "name"
6420 #  - "tags"
6421 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6422 #  x-axis: "X = VNFs per Service Chain"
6423 #  y-axis: "Y = Number of Service Chains"
6424 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6425 #  layout:
6426 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6427 #    layout: "plot-service-density"
6428 #
6429 ## Plots - NF Density - VSC - PDR 64b
6430 #- type: "plot"
6431 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6432 #  algorithm: "plot_nf_heatmap"
6433 #  output-file-type: ".html"
6434 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6435 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6436 #  filter: "'NIC_Intel-XXV710' and
6437 #           'NF_DENSITY' and
6438 #           'VHOST' and
6439 #           not 'VXLAN' and
6440 #           'CHAIN' and
6441 #           'NF_VPPIP4' and
6442 #           '64B' and
6443 #           '2T1C' and
6444 #           'NDRPDR'"
6445 #  parameters:
6446 #  - "throughput"
6447 #  - "name"
6448 #  - "tags"
6449 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6450 #  x-axis: "X = VNFs per Service Chain"
6451 #  y-axis: "Y = Number of Service Chains"
6452 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6453 #  layout:
6454 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6455 #    layout: "plot-service-density"
6456 #
6457 #- type: "plot"
6458 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6459 #  algorithm: "plot_nf_heatmap"
6460 #  output-file-type: ".html"
6461 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6462 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6463 #  filter: "'NIC_Intel-XXV710' and
6464 #           'NF_DENSITY' and
6465 #           'VHOST' and
6466 #           not 'VXLAN' and
6467 #           'CHAIN' and
6468 #           'NF_VPPIP4' and
6469 #           '64B' and
6470 #           '4T2C' and
6471 #           'NDRPDR'"
6472 #  parameters:
6473 #  - "throughput"
6474 #  - "name"
6475 #  - "tags"
6476 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6477 #  x-axis: "X = VNFs per Service Chain"
6478 #  y-axis: "Y = Number of Service Chains"
6479 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6480 #  layout:
6481 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6482 #    layout: "plot-service-density"
6483 #
6484 #- type: "plot"
6485 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6486 #  algorithm: "plot_nf_heatmap"
6487 #  output-file-type: ".html"
6488 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6489 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6490 #  filter: "'NIC_Intel-XXV710' and
6491 #           'NF_DENSITY' and
6492 #           'VHOST' and
6493 #           not 'VXLAN' and
6494 #           'CHAIN' and
6495 #           'NF_VPPIP4' and
6496 #           '64B' and
6497 #           '8T4C' and
6498 #           'NDRPDR'"
6499 #  parameters:
6500 #  - "throughput"
6501 #  - "name"
6502 #  - "tags"
6503 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6504 #  x-axis: "X = VNFs per Service Chain"
6505 #  y-axis: "Y = Number of Service Chains"
6506 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6507 #  layout:
6508 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6509 #    layout: "plot-service-density"
6510 #
6511 ## Plots - NF Density - VSC - PDR IMIX
6512 #- type: "plot"
6513 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6514 #  algorithm: "plot_nf_heatmap"
6515 #  output-file-type: ".html"
6516 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6517 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6518 #  filter: "'NIC_Intel-XXV710' and
6519 #           'NF_DENSITY' and
6520 #           'VHOST' and
6521 #           not 'VXLAN' and
6522 #           'CHAIN' and
6523 #           'NF_VPPIP4' and
6524 #           'IMIX' and
6525 #           '2T1C' and
6526 #           'NDRPDR'"
6527 #  parameters:
6528 #  - "throughput"
6529 #  - "name"
6530 #  - "tags"
6531 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6532 #  x-axis: "X = VNFs per Service Chain"
6533 #  y-axis: "Y = Number of Service Chains"
6534 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6535 #  layout:
6536 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6537 #    layout: "plot-service-density"
6538 #
6539 #- type: "plot"
6540 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6541 #  algorithm: "plot_nf_heatmap"
6542 #  output-file-type: ".html"
6543 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6544 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6545 #  filter: "'NIC_Intel-XXV710' and
6546 #           'NF_DENSITY' and
6547 #           'VHOST' and
6548 #           not 'VXLAN' and
6549 #           'CHAIN' and
6550 #           'NF_VPPIP4' and
6551 #           'IMIX' and
6552 #           '4T2C' and
6553 #           'NDRPDR'"
6554 #  parameters:
6555 #  - "throughput"
6556 #  - "name"
6557 #  - "tags"
6558 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6559 #  x-axis: "X = VNFs per Service Chain"
6560 #  y-axis: "Y = Number of Service Chains"
6561 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6562 #  layout:
6563 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6564 #    layout: "plot-service-density"
6565 #
6566 #- type: "plot"
6567 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6568 #  algorithm: "plot_nf_heatmap"
6569 #  output-file-type: ".html"
6570 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6571 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6572 #  filter: "'NIC_Intel-XXV710' and
6573 #           'NF_DENSITY' and
6574 #           'VHOST' and
6575 #           not 'VXLAN' and
6576 #           'CHAIN' and
6577 #           'NF_VPPIP4' and
6578 #           'IMIX' and
6579 #           '8T4C' and
6580 #           'NDRPDR'"
6581 #  parameters:
6582 #  - "throughput"
6583 #  - "name"
6584 #  - "tags"
6585 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6586 #  x-axis: "X = VNFs per Service Chain"
6587 #  y-axis: "Y = Number of Service Chains"
6588 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6589 #  layout:
6590 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6591 #    layout: "plot-service-density"
6592 #
6593 ################################################################################
6594 ## Plots - NF Density - VSC - MRR 64b
6595 #- type: "plot"
6596 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6597 #  algorithm: "plot_nf_heatmap"
6598 #  output-file-type: ".html"
6599 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6600 #  data: "plot-vpp-nfv-2n-skx-mrr"
6601 #  filter: "'NIC_Intel-XXV710' and
6602 #           'NF_DENSITY' and
6603 #           'VHOST' and
6604 #           'VXLAN' and
6605 #           'CHAIN' and
6606 #           '118' and
6607 #           '2T1C' and
6608 #           'MRR'"
6609 #  parameters:
6610 #  - "result"
6611 #  - "name"
6612 #  - "tags"
6613 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6614 #  x-axis: "X = VNFs per Service Chain"
6615 #  y-axis: "Y = Number of Service Chains"
6616 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6617 #  layout:
6618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6619 #    layout: "plot-service-density"
6620 #
6621 #- type: "plot"
6622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6623 #  algorithm: "plot_nf_heatmap"
6624 #  output-file-type: ".html"
6625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6626 #  data: "plot-vpp-nfv-2n-skx-mrr"
6627 #  filter: "'NIC_Intel-XXV710' and
6628 #           'NF_DENSITY' and
6629 #           'VHOST' and
6630 #           'VXLAN' and
6631 #           'CHAIN' and
6632 #           '118' and
6633 #           '4T2C' and
6634 #           'MRR'"
6635 #  parameters:
6636 #  - "result"
6637 #  - "name"
6638 #  - "tags"
6639 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6640 #  x-axis: "X = VNFs per Service Chain"
6641 #  y-axis: "Y = Number of Service Chains"
6642 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6643 #  layout:
6644 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6645 #    layout: "plot-service-density"
6646 #
6647 #- type: "plot"
6648 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6649 #  algorithm: "plot_nf_heatmap"
6650 #  output-file-type: ".html"
6651 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6652 #  data: "plot-vpp-nfv-2n-skx-mrr"
6653 #  filter: "'NIC_Intel-XXV710' and
6654 #           'NF_DENSITY' and
6655 #           'VHOST' and
6656 #           'VXLAN' and
6657 #           'CHAIN' and
6658 #           '118' and
6659 #           '8T4C' and
6660 #           'MRR'"
6661 #  parameters:
6662 #  - "result"
6663 #  - "name"
6664 #  - "tags"
6665 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6666 #  x-axis: "X = VNFs per Service Chain"
6667 #  y-axis: "Y = Number of Service Chains"
6668 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6669 #  layout:
6670 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6671 #    layout: "plot-service-density"
6672 #
6673 ## Plots - NF Density - VSC - MRR IMIX
6674 #- type: "plot"
6675 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6676 #  algorithm: "plot_nf_heatmap"
6677 #  output-file-type: ".html"
6678 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6679 #  data: "plot-vpp-nfv-2n-skx-mrr"
6680 #  filter: "'NIC_Intel-XXV710' and
6681 #           'NF_DENSITY' and
6682 #           'VHOST' and
6683 #           'VXLAN' and
6684 #           'CHAIN' and
6685 #           'IMIX' and
6686 #           '2T1C' and
6687 #           'MRR'"
6688 #  parameters:
6689 #  - "result"
6690 #  - "name"
6691 #  - "tags"
6692 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6693 #  x-axis: "X = VNFs per Service Chain"
6694 #  y-axis: "Y = Number of Service Chains"
6695 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6696 #  layout:
6697 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6698 #    layout: "plot-service-density"
6699 #
6700 #- type: "plot"
6701 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6702 #  algorithm: "plot_nf_heatmap"
6703 #  output-file-type: ".html"
6704 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6705 #  data: "plot-vpp-nfv-2n-skx-mrr"
6706 #  filter: "'NIC_Intel-XXV710' and
6707 #           'NF_DENSITY' and
6708 #           'VHOST' and
6709 #           'VXLAN' and
6710 #           'CHAIN' and
6711 #           'IMIX' and
6712 #           '4T2C' and
6713 #           'MRR'"
6714 #  parameters:
6715 #  - "result"
6716 #  - "name"
6717 #  - "tags"
6718 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6719 #  x-axis: "X = VNFs per Service Chain"
6720 #  y-axis: "Y = Number of Service Chains"
6721 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6722 #  layout:
6723 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6724 #    layout: "plot-service-density"
6725 #
6726 #- type: "plot"
6727 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6728 #  algorithm: "plot_nf_heatmap"
6729 #  output-file-type: ".html"
6730 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6731 #  data: "plot-vpp-nfv-2n-skx-mrr"
6732 #  filter: "'NIC_Intel-XXV710' and
6733 #           'NF_DENSITY' and
6734 #           'VHOST' and
6735 #           'VXLAN' and
6736 #           'CHAIN' and
6737 #           'IMIX' and
6738 #           '8T4C' and
6739 #           'MRR'"
6740 #  parameters:
6741 #  - "result"
6742 #  - "name"
6743 #  - "tags"
6744 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6745 #  x-axis: "X = VNFs per Service Chain"
6746 #  y-axis: "Y = Number of Service Chains"
6747 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6748 #  layout:
6749 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6750 #    layout: "plot-service-density"
6751 #
6752 ## Plots - NF Density - VSC - NDR 64b
6753 #- type: "plot"
6754 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6755 #  algorithm: "plot_nf_heatmap"
6756 #  output-file-type: ".html"
6757 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6758 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6759 #  filter: "'NIC_Intel-XXV710' and
6760 #           'NF_DENSITY' and
6761 #           'VHOST' and
6762 #           'VXLAN' and
6763 #           'CHAIN' and
6764 #           '118' and
6765 #           '2T1C' and
6766 #           'NDRPDR'"
6767 #  parameters:
6768 #  - "throughput"
6769 #  - "name"
6770 #  - "tags"
6771 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6772 #  x-axis: "X = VNFs per Service Chain"
6773 #  y-axis: "Y = Number of Service Chains"
6774 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6775 #  layout:
6776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6777 #    layout: "plot-service-density"
6778 #
6779 #- type: "plot"
6780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6781 #  algorithm: "plot_nf_heatmap"
6782 #  output-file-type: ".html"
6783 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6784 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6785 #  filter: "'NIC_Intel-XXV710' and
6786 #           'NF_DENSITY' and
6787 #           'VHOST' and
6788 #           'VXLAN' and
6789 #           'CHAIN' and
6790 #           '118' and
6791 #           '4T2C' and
6792 #           'NDRPDR'"
6793 #  parameters:
6794 #  - "throughput"
6795 #  - "name"
6796 #  - "tags"
6797 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6798 #  x-axis: "X = VNFs per Service Chain"
6799 #  y-axis: "Y = Number of Service Chains"
6800 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6801 #  layout:
6802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6803 #    layout: "plot-service-density"
6804 #
6805 #- type: "plot"
6806 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6807 #  algorithm: "plot_nf_heatmap"
6808 #  output-file-type: ".html"
6809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6810 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6811 #  filter: "'NIC_Intel-XXV710' and
6812 #           'NF_DENSITY' and
6813 #           'VHOST' and
6814 #           'VXLAN' and
6815 #           'CHAIN' and
6816 #           '118' and
6817 #           '8T4C' and
6818 #           'NDRPDR'"
6819 #  parameters:
6820 #  - "throughput"
6821 #  - "name"
6822 #  - "tags"
6823 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6824 #  x-axis: "X = VNFs per Service Chain"
6825 #  y-axis: "Y = Number of Service Chains"
6826 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6827 #  layout:
6828 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6829 #    layout: "plot-service-density"
6830 #
6831 ## Plots - NF Density - VSC - NDR IMIX
6832 #- type: "plot"
6833 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6834 #  algorithm: "plot_nf_heatmap"
6835 #  output-file-type: ".html"
6836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6837 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6838 #  filter: "'NIC_Intel-XXV710' and
6839 #           'NF_DENSITY' and
6840 #           'VHOST' and
6841 #           'VXLAN' and
6842 #           'CHAIN' and
6843 #           'IMIX' and
6844 #           '2T1C' and
6845 #           'NDRPDR'"
6846 #  parameters:
6847 #  - "throughput"
6848 #  - "name"
6849 #  - "tags"
6850 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6851 #  x-axis: "X = VNFs per Service Chain"
6852 #  y-axis: "Y = Number of Service Chains"
6853 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6854 #  layout:
6855 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6856 #    layout: "plot-service-density"
6857 #
6858 #- type: "plot"
6859 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6860 #  algorithm: "plot_nf_heatmap"
6861 #  output-file-type: ".html"
6862 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6863 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6864 #  filter: "'NIC_Intel-XXV710' and
6865 #           'NF_DENSITY' and
6866 #           'VHOST' and
6867 #           'VXLAN' and
6868 #           'CHAIN' and
6869 #           'IMIX' and
6870 #           '4T2C' and
6871 #           'NDRPDR'"
6872 #  parameters:
6873 #  - "throughput"
6874 #  - "name"
6875 #  - "tags"
6876 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6877 #  x-axis: "X = VNFs per Service Chain"
6878 #  y-axis: "Y = Number of Service Chains"
6879 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6880 #  layout:
6881 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6882 #    layout: "plot-service-density"
6883 #
6884 #- type: "plot"
6885 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6886 #  algorithm: "plot_nf_heatmap"
6887 #  output-file-type: ".html"
6888 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6889 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6890 #  filter: "'NIC_Intel-XXV710' and
6891 #           'NF_DENSITY' and
6892 #           'VHOST' and
6893 #           'VXLAN' and
6894 #           'CHAIN' and
6895 #           'IMIX' and
6896 #           '8T4C' and
6897 #           'NDRPDR'"
6898 #  parameters:
6899 #  - "throughput"
6900 #  - "name"
6901 #  - "tags"
6902 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6903 #  x-axis: "X = VNFs per Service Chain"
6904 #  y-axis: "Y = Number of Service Chains"
6905 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6906 #  layout:
6907 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6908 #    layout: "plot-service-density"
6909 #
6910 ## Plots - NF Density - VSC - PDR 64b
6911 #- type: "plot"
6912 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6913 #  algorithm: "plot_nf_heatmap"
6914 #  output-file-type: ".html"
6915 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6916 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6917 #  filter: "'NIC_Intel-XXV710' and
6918 #           'NF_DENSITY' and
6919 #           'VHOST' and
6920 #           'VXLAN' and
6921 #           'CHAIN' and
6922 #           '118' and
6923 #           '2T1C' and
6924 #           'NDRPDR'"
6925 #  parameters:
6926 #  - "throughput"
6927 #  - "name"
6928 #  - "tags"
6929 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6930 #  x-axis: "X = VNFs per Service Chain"
6931 #  y-axis: "Y = Number of Service Chains"
6932 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6933 #  layout:
6934 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6935 #    layout: "plot-service-density"
6936 #
6937 #- type: "plot"
6938 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6939 #  algorithm: "plot_nf_heatmap"
6940 #  output-file-type: ".html"
6941 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6942 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6943 #  filter: "'NIC_Intel-XXV710' and
6944 #           'NF_DENSITY' and
6945 #           'VHOST' and
6946 #           'VXLAN' and
6947 #           'CHAIN' and
6948 #           '118' and
6949 #           '4T2C' and
6950 #           'NDRPDR'"
6951 #  parameters:
6952 #  - "throughput"
6953 #  - "name"
6954 #  - "tags"
6955 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6956 #  x-axis: "X = VNFs per Service Chain"
6957 #  y-axis: "Y = Number of Service Chains"
6958 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6959 #  layout:
6960 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6961 #    layout: "plot-service-density"
6962 #
6963 #- type: "plot"
6964 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6965 #  algorithm: "plot_nf_heatmap"
6966 #  output-file-type: ".html"
6967 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6968 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6969 #  filter: "'NIC_Intel-XXV710' and
6970 #           'NF_DENSITY' and
6971 #           'VHOST' and
6972 #           'VXLAN' and
6973 #           'CHAIN' and
6974 #           '118' and
6975 #           '8T4C' and
6976 #           'NDRPDR'"
6977 #  parameters:
6978 #  - "throughput"
6979 #  - "name"
6980 #  - "tags"
6981 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6982 #  x-axis: "X = VNFs per Service Chain"
6983 #  y-axis: "Y = Number of Service Chains"
6984 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6985 #  layout:
6986 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6987 #    layout: "plot-service-density"
6988 #
6989 ## Plots - NF Density - VSC - PDR IMIX
6990 #- type: "plot"
6991 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6992 #  algorithm: "plot_nf_heatmap"
6993 #  output-file-type: ".html"
6994 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
6995 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6996 #  filter: "'NIC_Intel-XXV710' and
6997 #           'NF_DENSITY' and
6998 #           'VHOST' and
6999 #           'VXLAN' and
7000 #           'CHAIN' and
7001 #           'IMIX' and
7002 #           '2T1C' and
7003 #           'NDRPDR'"
7004 #  parameters:
7005 #  - "throughput"
7006 #  - "name"
7007 #  - "tags"
7008 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7009 #  x-axis: "X = VNFs per Service Chain"
7010 #  y-axis: "Y = Number of Service Chains"
7011 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7012 #  layout:
7013 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7014 #    layout: "plot-service-density"
7015 #
7016 #- type: "plot"
7017 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7018 #  algorithm: "plot_nf_heatmap"
7019 #  output-file-type: ".html"
7020 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7021 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7022 #  filter: "'NIC_Intel-XXV710' and
7023 #           'NF_DENSITY' and
7024 #           'VHOST' and
7025 #           'VXLAN' and
7026 #           'CHAIN' and
7027 #           'IMIX' and
7028 #           '4T2C' and
7029 #           'NDRPDR'"
7030 #  parameters:
7031 #  - "throughput"
7032 #  - "name"
7033 #  - "tags"
7034 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7035 #  x-axis: "X = VNFs per Service Chain"
7036 #  y-axis: "Y = Number of Service Chains"
7037 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7038 #  layout:
7039 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7040 #    layout: "plot-service-density"
7041 #
7042 #- type: "plot"
7043 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7044 #  algorithm: "plot_nf_heatmap"
7045 #  output-file-type: ".html"
7046 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7047 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7048 #  filter: "'NIC_Intel-XXV710' and
7049 #           'NF_DENSITY' and
7050 #           'VHOST' and
7051 #           'VXLAN' and
7052 #           'CHAIN' and
7053 #           'IMIX' and
7054 #           '8T4C' and
7055 #           'NDRPDR'"
7056 #  parameters:
7057 #  - "throughput"
7058 #  - "name"
7059 #  - "tags"
7060 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7061 #  x-axis: "X = VNFs per Service Chain"
7062 #  y-axis: "Y = Number of Service Chains"
7063 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7064 #  layout:
7065 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7066 #    layout: "plot-service-density"
7067 #
7068 ################################################################################
7069 ## Plots - NF Density - CSC - MRR 64b
7070 #- type: "plot"
7071 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7072 #  algorithm: "plot_nf_heatmap"
7073 #  output-file-type: ".html"
7074 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7075 #  data: "plot-vpp-nfv-2n-skx-mrr"
7076 #  filter: "'NIC_Intel-XXV710' and
7077 #           'NF_DENSITY' and
7078 #           'DOCKER' and
7079 #           'CHAIN' and
7080 #           'NF_VPPIP4' and
7081 #           '64B' and
7082 #           '2T1C' and
7083 #           'MRR'"
7084 #  parameters:
7085 #  - "result"
7086 #  - "name"
7087 #  - "tags"
7088 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7089 #  x-axis: "X = CNFs per Service Chain"
7090 #  y-axis: "Y = Number of Service Chains"
7091 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7092 #  layout:
7093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7094 #    layout: "plot-service-density"
7095 #
7096 #- type: "plot"
7097 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7098 #  algorithm: "plot_nf_heatmap"
7099 #  output-file-type: ".html"
7100 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7101 #  data: "plot-vpp-nfv-2n-skx-mrr"
7102 #  filter: "'NIC_Intel-XXV710' and
7103 #           'NF_DENSITY' and
7104 #           'DOCKER' and
7105 #           'CHAIN' and
7106 #           'NF_VPPIP4' and
7107 #           '64B' and
7108 #           '4T2C' and
7109 #           'MRR'"
7110 #  parameters:
7111 #  - "result"
7112 #  - "name"
7113 #  - "tags"
7114 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7115 #  x-axis: "X = CNFs per Service Chain"
7116 #  y-axis: "Y = Number of Service Chains"
7117 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7118 #  layout:
7119 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7120 #    layout: "plot-service-density"
7121 #
7122 #- type: "plot"
7123 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7124 #  algorithm: "plot_nf_heatmap"
7125 #  output-file-type: ".html"
7126 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7127 #  data: "plot-vpp-nfv-2n-skx-mrr"
7128 #  filter: "'NIC_Intel-XXV710' and
7129 #           'NF_DENSITY' and
7130 #           'DOCKER' and
7131 #           'CHAIN' and
7132 #           'NF_VPPIP4' and
7133 #           '64B' and
7134 #           '8T4C' and
7135 #           'MRR'"
7136 #  parameters:
7137 #  - "result"
7138 #  - "name"
7139 #  - "tags"
7140 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7141 #  x-axis: "X = CNFs per Service Chain"
7142 #  y-axis: "Y = Number of Service Chains"
7143 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7144 #  layout:
7145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7146 #    layout: "plot-service-density"
7147 #
7148 ## Plots - NF Density - CSC - MRR IMIX
7149 #- type: "plot"
7150 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7151 #  algorithm: "plot_nf_heatmap"
7152 #  output-file-type: ".html"
7153 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7154 #  data: "plot-vpp-nfv-2n-skx-mrr"
7155 #  filter: "'NIC_Intel-XXV710' and
7156 #           'NF_DENSITY' and
7157 #           'DOCKER' and
7158 #           'CHAIN' and
7159 #           'NF_VPPIP4' and
7160 #           'IMIX' and
7161 #           '2T1C' and
7162 #           'MRR'"
7163 #  parameters:
7164 #  - "result"
7165 #  - "name"
7166 #  - "tags"
7167 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7168 #  x-axis: "X = CNFs per Service Chain"
7169 #  y-axis: "Y = Number of Service Chains"
7170 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7171 #  layout:
7172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7173 #    layout: "plot-service-density"
7174 #
7175 #- type: "plot"
7176 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7177 #  algorithm: "plot_nf_heatmap"
7178 #  output-file-type: ".html"
7179 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7180 #  data: "plot-vpp-nfv-2n-skx-mrr"
7181 #  filter: "'NIC_Intel-XXV710' and
7182 #           'NF_DENSITY' and
7183 #           'DOCKER' and
7184 #           'CHAIN' and
7185 #           'NF_VPPIP4' and
7186 #           'IMIX' and
7187 #           '4T2C' and
7188 #           'MRR'"
7189 #  parameters:
7190 #  - "result"
7191 #  - "name"
7192 #  - "tags"
7193 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7194 #  x-axis: "X = CNFs per Service Chain"
7195 #  y-axis: "Y = Number of Service Chains"
7196 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7197 #  layout:
7198 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7199 #    layout: "plot-service-density"
7200 #
7201 #- type: "plot"
7202 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7203 #  algorithm: "plot_nf_heatmap"
7204 #  output-file-type: ".html"
7205 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7206 #  data: "plot-vpp-nfv-2n-skx-mrr"
7207 #  filter: "'NIC_Intel-XXV710' and
7208 #           'NF_DENSITY' and
7209 #           'DOCKER' and
7210 #           'CHAIN' and
7211 #           'NF_VPPIP4' and
7212 #           'IMIX' and
7213 #           '8T4C' and
7214 #           'MRR'"
7215 #  parameters:
7216 #  - "result"
7217 #  - "name"
7218 #  - "tags"
7219 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7220 #  x-axis: "X = CNFs per Service Chain"
7221 #  y-axis: "Y = Number of Service Chains"
7222 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7223 #  layout:
7224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7225 #    layout: "plot-service-density"
7226 #
7227 ## Plots - NF Density - CSC - NDR 64b
7228 #- type: "plot"
7229 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7230 #  algorithm: "plot_nf_heatmap"
7231 #  output-file-type: ".html"
7232 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7233 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7234 #  filter: "'NIC_Intel-XXV710' and
7235 #           'NF_DENSITY' and
7236 #           'DOCKER' and
7237 #           'CHAIN' and
7238 #           'NF_VPPIP4' and
7239 #           '64B' and
7240 #           '2T1C' and
7241 #           'NDRPDR'"
7242 #  parameters:
7243 #  - "throughput"
7244 #  - "name"
7245 #  - "tags"
7246 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7247 #  x-axis: "X = CNFs per Service Chain"
7248 #  y-axis: "Y = Number of Service Chains"
7249 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7250 #  layout:
7251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7252 #    layout: "plot-service-density"
7253 #
7254 #- type: "plot"
7255 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7256 #  algorithm: "plot_nf_heatmap"
7257 #  output-file-type: ".html"
7258 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7259 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7260 #  filter: "'NIC_Intel-XXV710' and
7261 #           'NF_DENSITY' and
7262 #           'DOCKER' and
7263 #           'CHAIN' and
7264 #           'NF_VPPIP4' and
7265 #           '64B' and
7266 #           '4T2C' and
7267 #           'NDRPDR'"
7268 #  parameters:
7269 #  - "throughput"
7270 #  - "name"
7271 #  - "tags"
7272 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7273 #  x-axis: "X = CNFs per Service Chain"
7274 #  y-axis: "Y = Number of Service Chains"
7275 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7276 #  layout:
7277 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7278 #    layout: "plot-service-density"
7279 #
7280 #- type: "plot"
7281 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7282 #  algorithm: "plot_nf_heatmap"
7283 #  output-file-type: ".html"
7284 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7285 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7286 #  filter: "'NIC_Intel-XXV710' and
7287 #           'NF_DENSITY' and
7288 #           'DOCKER' and
7289 #           'CHAIN' and
7290 #           'NF_VPPIP4' and
7291 #           '64B' and
7292 #           '8T4C' and
7293 #           'NDRPDR'"
7294 #  parameters:
7295 #  - "throughput"
7296 #  - "name"
7297 #  - "tags"
7298 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7299 #  x-axis: "X = CNFs per Service Chain"
7300 #  y-axis: "Y = Number of Service Chains"
7301 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7302 #  layout:
7303 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7304 #    layout: "plot-service-density"
7305 #
7306 ## Plots - NF Density - CSC - NDR IMIX
7307 #- type: "plot"
7308 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7309 #  algorithm: "plot_nf_heatmap"
7310 #  output-file-type: ".html"
7311 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7312 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7313 #  filter: "'NIC_Intel-XXV710' and
7314 #           'NF_DENSITY' and
7315 #           'DOCKER' and
7316 #           'CHAIN' and
7317 #           'NF_VPPIP4' and
7318 #           'IMIX' and
7319 #           '2T1C' and
7320 #           'NDRPDR'"
7321 #  parameters:
7322 #  - "throughput"
7323 #  - "name"
7324 #  - "tags"
7325 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7326 #  x-axis: "X = CNFs per Service Chain"
7327 #  y-axis: "Y = Number of Service Chains"
7328 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7329 #  layout:
7330 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7331 #    layout: "plot-service-density"
7332 #
7333 #- type: "plot"
7334 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7335 #  algorithm: "plot_nf_heatmap"
7336 #  output-file-type: ".html"
7337 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7338 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7339 #  filter: "'NIC_Intel-XXV710' and
7340 #           'NF_DENSITY' and
7341 #           'DOCKER' and
7342 #           'CHAIN' and
7343 #           'NF_VPPIP4' and
7344 #           'IMIX' and
7345 #           '4T2C' and
7346 #           'NDRPDR'"
7347 #  parameters:
7348 #  - "throughput"
7349 #  - "name"
7350 #  - "tags"
7351 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7352 #  x-axis: "X = CNFs per Service Chain"
7353 #  y-axis: "Y = Number of Service Chains"
7354 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7355 #  layout:
7356 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7357 #    layout: "plot-service-density"
7358 #
7359 #- type: "plot"
7360 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7361 #  algorithm: "plot_nf_heatmap"
7362 #  output-file-type: ".html"
7363 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7364 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7365 #  filter: "'NIC_Intel-XXV710' and
7366 #           'NF_DENSITY' and
7367 #           'DOCKER' and
7368 #           'CHAIN' and
7369 #           'NF_VPPIP4' and
7370 #           'IMIX' and
7371 #           '8T4C' and
7372 #           'NDRPDR'"
7373 #  parameters:
7374 #  - "throughput"
7375 #  - "name"
7376 #  - "tags"
7377 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7378 #  x-axis: "X = CNFs per Service Chain"
7379 #  y-axis: "Y = Number of Service Chains"
7380 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7381 #  layout:
7382 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7383 #    layout: "plot-service-density"
7384 #
7385 ## Plots - NF Density - CSC - PDR 64b
7386 #- type: "plot"
7387 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7388 #  algorithm: "plot_nf_heatmap"
7389 #  output-file-type: ".html"
7390 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7391 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7392 #  filter: "'NIC_Intel-XXV710' and
7393 #           'NF_DENSITY' and
7394 #           'DOCKER' and
7395 #           'CHAIN' and
7396 #           'NF_VPPIP4' and
7397 #           '64B' and
7398 #           '2T1C' and
7399 #           'NDRPDR'"
7400 #  parameters:
7401 #  - "throughput"
7402 #  - "name"
7403 #  - "tags"
7404 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7405 #  x-axis: "X = CNFs per Service Chain"
7406 #  y-axis: "Y = Number of Service Chains"
7407 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7408 #  layout:
7409 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7410 #    layout: "plot-service-density"
7411 #
7412 #- type: "plot"
7413 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7414 #  algorithm: "plot_nf_heatmap"
7415 #  output-file-type: ".html"
7416 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7417 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7418 #  filter: "'NIC_Intel-XXV710' and
7419 #           'NF_DENSITY' and
7420 #           'DOCKER' and
7421 #           'CHAIN' and
7422 #           'NF_VPPIP4' and
7423 #           '64B' and
7424 #           '4T2C' and
7425 #           'NDRPDR'"
7426 #  parameters:
7427 #  - "throughput"
7428 #  - "name"
7429 #  - "tags"
7430 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7431 #  x-axis: "X = CNFs per Service Chain"
7432 #  y-axis: "Y = Number of Service Chains"
7433 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7434 #  layout:
7435 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7436 #    layout: "plot-service-density"
7437 #
7438 #- type: "plot"
7439 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7440 #  algorithm: "plot_nf_heatmap"
7441 #  output-file-type: ".html"
7442 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7443 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7444 #  filter: "'NIC_Intel-XXV710' and
7445 #           'NF_DENSITY' and
7446 #           'DOCKER' and
7447 #           'CHAIN' and
7448 #           'NF_VPPIP4' and
7449 #           '64B' and
7450 #           '8T4C' and
7451 #           'NDRPDR'"
7452 #  parameters:
7453 #  - "throughput"
7454 #  - "name"
7455 #  - "tags"
7456 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7457 #  x-axis: "X = CNFs per Service Chain"
7458 #  y-axis: "Y = Number of Service Chains"
7459 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7460 #  layout:
7461 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7462 #    layout: "plot-service-density"
7463 #
7464 ## Plots - NF Density - CSC - PDR IMIX
7465 #- type: "plot"
7466 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7467 #  algorithm: "plot_nf_heatmap"
7468 #  output-file-type: ".html"
7469 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7470 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7471 #  filter: "'NIC_Intel-XXV710' and
7472 #           'NF_DENSITY' and
7473 #           'DOCKER' and
7474 #           'CHAIN' and
7475 #           'NF_VPPIP4' and
7476 #           'IMIX' and
7477 #           '2T1C' and
7478 #           'NDRPDR'"
7479 #  parameters:
7480 #  - "throughput"
7481 #  - "name"
7482 #  - "tags"
7483 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7484 #  x-axis: "X = CNFs per Service Chain"
7485 #  y-axis: "Y = Number of Service Chains"
7486 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7487 #  layout:
7488 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7489 #    layout: "plot-service-density"
7490 #
7491 #- type: "plot"
7492 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7493 #  algorithm: "plot_nf_heatmap"
7494 #  output-file-type: ".html"
7495 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7496 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7497 #  filter: "'NIC_Intel-XXV710' and
7498 #           'NF_DENSITY' and
7499 #           'DOCKER' and
7500 #           'CHAIN' and
7501 #           'NF_VPPIP4' and
7502 #           'IMIX' and
7503 #           '4T2C' and
7504 #           'NDRPDR'"
7505 #  parameters:
7506 #  - "throughput"
7507 #  - "name"
7508 #  - "tags"
7509 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7510 #  x-axis: "X = CNFs per Service Chain"
7511 #  y-axis: "Y = Number of Service Chains"
7512 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7513 #  layout:
7514 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7515 #    layout: "plot-service-density"
7516 #
7517 #- type: "plot"
7518 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7519 #  algorithm: "plot_nf_heatmap"
7520 #  output-file-type: ".html"
7521 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7522 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7523 #  filter: "'NIC_Intel-XXV710' and
7524 #           'NF_DENSITY' and
7525 #           'DOCKER' and
7526 #           'CHAIN' and
7527 #           'NF_VPPIP4' and
7528 #           'IMIX' and
7529 #           '8T4C' and
7530 #           'NDRPDR'"
7531 #  parameters:
7532 #  - "throughput"
7533 #  - "name"
7534 #  - "tags"
7535 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7536 #  x-axis: "X = CNFs per Service Chain"
7537 #  y-axis: "Y = Number of Service Chains"
7538 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7539 #  layout:
7540 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7541 #    layout: "plot-service-density"
7542 #
7543 ################################################################################
7544 #
7545 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7546 #- type: "plot"
7547 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7548 #  algorithm: "plot_nf_heatmap"
7549 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7550 #  data: "plot-vpp-nfv-3n-skx-mrr"
7551 #  filter: "'NIC_Intel-XXV710' and
7552 #           'NF_DENSITY' and
7553 #           'DOCKER' and
7554 #           'CHAIN' and
7555 #           'NF_VPPIP4' and
7556 #           'IPSEC' and
7557 #           'TNL_4' and
7558 #           'IMIX' and
7559 #           '2T1C' and
7560 #           'MRR'"
7561 #  parameters:
7562 #  - "result"
7563 #  - "name"
7564 #  - "tags"
7565 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7566 #  x-axis: "X = CNFs per Service Chain"
7567 #  y-axis: "Y = Number of Service Chains"
7568 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7569 #  layout:
7570 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7571 #    layout: "plot-service-density"
7572 #
7573 #- type: "plot"
7574 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7575 #  algorithm: "plot_nf_heatmap"
7576 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7577 #  data: "plot-vpp-nfv-3n-skx-mrr"
7578 #  filter: "'NIC_Intel-XXV710' and
7579 #           'NF_DENSITY' and
7580 #           'DOCKER' and
7581 #           'CHAIN' and
7582 #           'NF_VPPIP4' and
7583 #           'IPSEC' and
7584 #           'TNL_4' and
7585 #           'IMIX' and
7586 #           '4T2C' and
7587 #           'MRR'"
7588 #  parameters:
7589 #  - "result"
7590 #  - "name"
7591 #  - "tags"
7592 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7593 #  x-axis: "X = CNFs per Service Chain"
7594 #  y-axis: "Y = Number of Service Chains"
7595 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7596 #  layout:
7597 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7598 #    layout: "plot-service-density"
7599 #
7600 #- type: "plot"
7601 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7602 #  algorithm: "plot_nf_heatmap"
7603 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7604 #  data: "plot-vpp-nfv-3n-skx-mrr"
7605 #  filter: "'NIC_Intel-XXV710' and
7606 #           'NF_DENSITY' and
7607 #           'DOCKER' and
7608 #           'CHAIN' and
7609 #           'NF_VPPIP4' and
7610 #           'IPSEC' and
7611 #           'TNL_4' and
7612 #           'IMIX' and
7613 #           '8T4C' and
7614 #           'MRR'"
7615 #  parameters:
7616 #  - "result"
7617 #  - "name"
7618 #  - "tags"
7619 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7620 #  x-axis: "X = CNFs per Service Chain"
7621 #  y-axis: "Y = Number of Service Chains"
7622 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7623 #  layout:
7624 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7625 #    layout: "plot-service-density"
7626 #
7627 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7628 #- type: "plot"
7629 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7630 #  algorithm: "plot_nf_heatmap"
7631 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7632 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7633 #  filter: "'NIC_Intel-XXV710' and
7634 #           'NF_DENSITY' and
7635 #           'DOCKER' and
7636 #           'CHAIN' and
7637 #           'NF_VPPIP4' and
7638 #           'IPSEC' and
7639 #           'TNL_4' and
7640 #           'IMIX' and
7641 #           '2T1C' and
7642 #           'NDRPDR'"
7643 #  parameters:
7644 #  - "throughput"
7645 #  - "name"
7646 #  - "tags"
7647 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7648 #  x-axis: "X = CNFs per Service Chain"
7649 #  y-axis: "Y = Number of Service Chains"
7650 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7651 #  layout:
7652 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7653 #    layout: "plot-service-density"
7654 #
7655 #- type: "plot"
7656 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7657 #  algorithm: "plot_nf_heatmap"
7658 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7659 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7660 #  filter: "'NIC_Intel-XXV710' and
7661 #           'NF_DENSITY' and
7662 #           'DOCKER' and
7663 #           'CHAIN' and
7664 #           'NF_VPPIP4' and
7665 #           'IPSEC' and
7666 #           'TNL_4' and
7667 #           'IMIX' and
7668 #           '4T2C' and
7669 #           'NDRPDR'"
7670 #  parameters:
7671 #  - "throughput"
7672 #  - "name"
7673 #  - "tags"
7674 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7675 #  x-axis: "X = CNFs per Service Chain"
7676 #  y-axis: "Y = Number of Service Chains"
7677 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7678 #  layout:
7679 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7680 #    layout: "plot-service-density"
7681 #
7682 #- type: "plot"
7683 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7684 #  algorithm: "plot_nf_heatmap"
7685 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7686 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7687 #  filter: "'NIC_Intel-XXV710' and
7688 #           'NF_DENSITY' and
7689 #           'DOCKER' and
7690 #           'CHAIN' and
7691 #           'NF_VPPIP4' and
7692 #           'IPSEC' and
7693 #           'TNL_4' and
7694 #           'IMIX' and
7695 #           '8T4C' and
7696 #           'NDRPDR'"
7697 #  parameters:
7698 #  - "throughput"
7699 #  - "name"
7700 #  - "tags"
7701 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7702 #  x-axis: "X = CNFs per Service Chain"
7703 #  y-axis: "Y = Number of Service Chains"
7704 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7705 #  layout:
7706 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7707 #    layout: "plot-service-density"
7708 #
7709 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7710 #- type: "plot"
7711 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7712 #  algorithm: "plot_nf_heatmap"
7713 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7714 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7715 #  filter: "'NIC_Intel-XXV710' and
7716 #           'NF_DENSITY' and
7717 #           'DOCKER' and
7718 #           'CHAIN' and
7719 #           'NF_VPPIP4' and
7720 #           'IPSEC' and
7721 #           'TNL_4' and
7722 #           'IMIX' and
7723 #           '2T1C' and
7724 #           'NDRPDR'"
7725 #  parameters:
7726 #  - "throughput"
7727 #  - "name"
7728 #  - "tags"
7729 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7730 #  x-axis: "X = CNFs per Service Chain"
7731 #  y-axis: "Y = Number of Service Chains"
7732 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7733 #  layout:
7734 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7735 #    layout: "plot-service-density"
7736 #
7737 #- type: "plot"
7738 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7739 #  algorithm: "plot_nf_heatmap"
7740 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7741 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7742 #  filter: "'NIC_Intel-XXV710' and
7743 #           'NF_DENSITY' and
7744 #           'DOCKER' and
7745 #           'CHAIN' and
7746 #           'NF_VPPIP4' and
7747 #           'IPSEC' and
7748 #           'TNL_4' and
7749 #           'IMIX' and
7750 #           '4T2C' and
7751 #           'NDRPDR'"
7752 #  parameters:
7753 #  - "throughput"
7754 #  - "name"
7755 #  - "tags"
7756 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7757 #  x-axis: "X = CNFs per Service Chain"
7758 #  y-axis: "Y = Number of Service Chains"
7759 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7760 #  layout:
7761 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7762 #    layout: "plot-service-density"
7763 #
7764 #- type: "plot"
7765 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7766 #  algorithm: "plot_nf_heatmap"
7767 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7768 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7769 #  filter: "'NIC_Intel-XXV710' and
7770 #           'NF_DENSITY' and
7771 #           'DOCKER' and
7772 #           'CHAIN' and
7773 #           'NF_VPPIP4' and
7774 #           'IPSEC' and
7775 #           'TNL_4' and
7776 #           'IMIX' and
7777 #           '8T4C' and
7778 #           'NDRPDR'"
7779 #  parameters:
7780 #  - "throughput"
7781 #  - "name"
7782 #  - "tags"
7783 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7784 #  x-axis: "X = CNFs per Service Chain"
7785 #  y-axis: "Y = Number of Service Chains"
7786 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7787 #  layout:
7788 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7789 #    layout: "plot-service-density"
7790
7791 ###############################################################################
7792
7793 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7794 - type: "plot"
7795   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7796   algorithm: "plot_nf_heatmap"
7797   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7798   data: "plot-vpp-nfv-3n-hsw-mrr"
7799   filter: "'NIC_Intel-XL710' and
7800            'NF_DENSITY' and
7801            'DOCKER' and
7802            'CHAIN' and
7803            'NF_VPPIP4' and
7804            'IMIX' and
7805            'TNL_4' and
7806            '1T1C' and
7807            'MRR'"
7808   parameters:
7809   - "result"
7810   - "name"
7811   - "tags"
7812   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7813   x-axis: "X = CNFs per Service Chain"
7814   y-axis: "Y = Number of Service Chains"
7815   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7816   layout:
7817     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7818     layout: "plot-service-density"
7819
7820 - type: "plot"
7821   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7822   algorithm: "plot_nf_heatmap"
7823   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7824   data: "plot-vpp-nfv-3n-hsw-mrr"
7825   filter: "'NIC_Intel-XL710' and
7826            'NF_DENSITY' and
7827            'DOCKER' and
7828            'CHAIN' and
7829            'NF_VPPIP4' and
7830            'IPSEC' and
7831            'TNL_4' and
7832            'IMIX' and
7833            '2T2C' and
7834            'MRR'"
7835   parameters:
7836   - "result"
7837   - "name"
7838   - "tags"
7839   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7840   x-axis: "X = CNFs per Service Chain"
7841   y-axis: "Y = Number of Service Chains"
7842   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7843   layout:
7844     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7845     layout: "plot-service-density"
7846
7847 - type: "plot"
7848   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7849   algorithm: "plot_nf_heatmap"
7850   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7851   data: "plot-vpp-nfv-3n-hsw-mrr"
7852   filter: "'NIC_Intel-XL710' and
7853            'NF_DENSITY' and
7854            'DOCKER' and
7855            'CHAIN' and
7856            'NF_VPPIP4' and
7857            'IPSEC' and
7858            'TNL_4' and
7859            'IMIX' and
7860            '4T4C' and
7861            'MRR'"
7862   parameters:
7863   - "result"
7864   - "name"
7865   - "tags"
7866   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7867   x-axis: "X = CNFs per Service Chain"
7868   y-axis: "Y = Number of Service Chains"
7869   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7870   layout:
7871     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7872     layout: "plot-service-density"
7873
7874 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7875 - type: "plot"
7876   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7877   algorithm: "plot_nf_heatmap"
7878   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7879   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7880   filter: "'NIC_Intel-XL710' and
7881            'NF_DENSITY' and
7882            'DOCKER' and
7883            'CHAIN' and
7884            'NF_VPPIP4' and
7885            'IPSEC' and
7886            'TNL_4' and
7887            'IMIX' and
7888            '1T1C' and
7889            'NDRPDR'"
7890   parameters:
7891   - "throughput"
7892   - "name"
7893   - "tags"
7894   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7895   x-axis: "X = CNFs per Service Chain"
7896   y-axis: "Y = Number of Service Chains"
7897   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7898   layout:
7899     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7900     layout: "plot-service-density"
7901
7902 - type: "plot"
7903   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7904   algorithm: "plot_nf_heatmap"
7905   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7906   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7907   filter: "'NIC_Intel-XL710' and
7908            'NF_DENSITY' and
7909            'DOCKER' and
7910            'CHAIN' and
7911            'NF_VPPIP4' and
7912            'IPSEC' and
7913            'TNL_4' and
7914            'IMIX' and
7915            '2T2C' and
7916            'NDRPDR'"
7917   parameters:
7918   - "throughput"
7919   - "name"
7920   - "tags"
7921   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7922   x-axis: "X = CNFs per Service Chain"
7923   y-axis: "Y = Number of Service Chains"
7924   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7925   layout:
7926     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7927     layout: "plot-service-density"
7928
7929 - type: "plot"
7930   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7931   algorithm: "plot_nf_heatmap"
7932   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7933   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7934   filter: "'NIC_Intel-XL710' and
7935            'NF_DENSITY' and
7936            'DOCKER' and
7937            'CHAIN' and
7938            'NF_VPPIP4' and
7939            'IPSEC' and
7940            'TNL_4' and
7941            'IMIX' and
7942            '4T4C' and
7943            'NDRPDR'"
7944   parameters:
7945   - "throughput"
7946   - "name"
7947   - "tags"
7948   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7949   x-axis: "X = CNFs per Service Chain"
7950   y-axis: "Y = Number of Service Chains"
7951   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7952   layout:
7953     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7954     layout: "plot-service-density"
7955
7956 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7957 - type: "plot"
7958   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7959   algorithm: "plot_nf_heatmap"
7960   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7961   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7962   filter: "'NIC_Intel-XL710' and
7963            'NF_DENSITY' and
7964            'DOCKER' and
7965            'CHAIN' and
7966            'NF_VPPIP4' and
7967            'IPSEC' and
7968            'TNL_4' and
7969            'IMIX' and
7970            '1T1C' and
7971            'NDRPDR'"
7972   parameters:
7973   - "throughput"
7974   - "name"
7975   - "tags"
7976   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7977   x-axis: "X = CNFs per Service Chain"
7978   y-axis: "Y = Number of Service Chains"
7979   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7980   layout:
7981     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7982     layout: "plot-service-density"
7983
7984 - type: "plot"
7985   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7986   algorithm: "plot_nf_heatmap"
7987   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
7988   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7989   filter: "'NIC_Intel-XL710' and
7990            'NF_DENSITY' and
7991            'DOCKER' and
7992            'CHAIN' and
7993            'NF_VPPIP4' and
7994            'IPSEC' and
7995            'TNL_4' and
7996            'IMIX' and
7997            '2T2C' and
7998            'NDRPDR'"
7999   parameters:
8000   - "throughput"
8001   - "name"
8002   - "tags"
8003   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8004   x-axis: "X = CNFs per Service Chain"
8005   y-axis: "Y = Number of Service Chains"
8006   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8007   layout:
8008     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8009     layout: "plot-service-density"
8010
8011 - type: "plot"
8012   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8013   algorithm: "plot_nf_heatmap"
8014   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8015   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8016   filter: "'NIC_Intel-XL710' and
8017            'NF_DENSITY' and
8018            'DOCKER' and
8019            'CHAIN' and
8020            'NF_VPPIP4' and
8021            'IPSEC' and
8022            'TNL_4' and
8023            'IMIX' and
8024            '4T4C' and
8025            'NDRPDR'"
8026   parameters:
8027   - "throughput"
8028   - "name"
8029   - "tags"
8030   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8031   x-axis: "X = CNFs per Service Chain"
8032   y-axis: "Y = Number of Service Chains"
8033   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8034   layout:
8035     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8036     layout: "plot-service-density"
8037
8038 ###############################################################################
8039
8040 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8041 #- type: "plot"
8042 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8043 #  algorithm: "plot_nf_heatmap"
8044 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8045 #  data: "plot-vpp-nfv-3n-skx-mrr"
8046 #  filter: "'NIC_Intel-XXV710' and
8047 #           'NF_DENSITY' and
8048 #           'DOCKER' and
8049 #           'CHAIN' and
8050 #           'NF_VPPIP4' and
8051 #           'IPSEC' and
8052 #           'TNL_1000' and
8053 #           'IMIX' and
8054 #           '2T1C' and
8055 #           'MRR'"
8056 #  parameters:
8057 #  - "result"
8058 #  - "name"
8059 #  - "tags"
8060 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8061 #  x-axis: "X = CNFs per Service Chain"
8062 #  y-axis: "Y = Number of Service Chains"
8063 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8064 #  layout:
8065 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8066 #    layout: "plot-service-density"
8067 #
8068 #- type: "plot"
8069 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8070 #  algorithm: "plot_nf_heatmap"
8071 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8072 #  data: "plot-vpp-nfv-3n-skx-mrr"
8073 #  filter: "'NIC_Intel-XXV710' and
8074 #           'NF_DENSITY' and
8075 #           'DOCKER' and
8076 #           'CHAIN' and
8077 #           'NF_VPPIP4' and
8078 #           'IPSEC' and
8079 #           'TNL_1000' and
8080 #           'IMIX' and
8081 #           '4T2C' and
8082 #           'MRR'"
8083 #  parameters:
8084 #  - "result"
8085 #  - "name"
8086 #  - "tags"
8087 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8088 #  x-axis: "X = CNFs per Service Chain"
8089 #  y-axis: "Y = Number of Service Chains"
8090 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8091 #  layout:
8092 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8093 #    layout: "plot-service-density"
8094 #
8095 #- type: "plot"
8096 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8097 #  algorithm: "plot_nf_heatmap"
8098 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8099 #  data: "plot-vpp-nfv-3n-skx-mrr"
8100 #  filter: "'NIC_Intel-XXV710' and
8101 #           'NF_DENSITY' and
8102 #           'DOCKER' and
8103 #           'CHAIN' and
8104 #           'NF_VPPIP4' and
8105 #           'IPSEC' and
8106 #           'TNL_1000' and
8107 #           'IMIX' and
8108 #           '8T4C' and
8109 #           'MRR'"
8110 #  parameters:
8111 #  - "result"
8112 #  - "name"
8113 #  - "tags"
8114 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8115 #  x-axis: "X = CNFs per Service Chain"
8116 #  y-axis: "Y = Number of Service Chains"
8117 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8118 #  layout:
8119 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8120 #    layout: "plot-service-density"
8121 #
8122 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8123 #- type: "plot"
8124 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8125 #  algorithm: "plot_nf_heatmap"
8126 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8127 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8128 #  filter: "'NIC_Intel-XXV710' and
8129 #           'NF_DENSITY' and
8130 #           'DOCKER' and
8131 #           'CHAIN' and
8132 #           'NF_VPPIP4' and
8133 #           'IPSEC' and
8134 #           'TNL_1000' and
8135 #           'IMIX' and
8136 #           '2T1C' and
8137 #           'NDRPDR'"
8138 #  parameters:
8139 #  - "throughput"
8140 #  - "name"
8141 #  - "tags"
8142 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8143 #  x-axis: "X = CNFs per Service Chain"
8144 #  y-axis: "Y = Number of Service Chains"
8145 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8146 #  layout:
8147 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8148 #    layout: "plot-service-density"
8149 #
8150 #- type: "plot"
8151 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8152 #  algorithm: "plot_nf_heatmap"
8153 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8154 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8155 #  filter: "'NIC_Intel-XXV710' and
8156 #           'NF_DENSITY' and
8157 #           'DOCKER' and
8158 #           'CHAIN' and
8159 #           'NF_VPPIP4' and
8160 #           'IPSEC' and
8161 #           'TNL_1000' and
8162 #           'IMIX' and
8163 #           '4T2C' and
8164 #           'NDRPDR'"
8165 #  parameters:
8166 #  - "throughput"
8167 #  - "name"
8168 #  - "tags"
8169 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8170 #  x-axis: "X = CNFs per Service Chain"
8171 #  y-axis: "Y = Number of Service Chains"
8172 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8173 #  layout:
8174 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8175 #    layout: "plot-service-density"
8176 #
8177 #- type: "plot"
8178 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8179 #  algorithm: "plot_nf_heatmap"
8180 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8181 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8182 #  filter: "'NIC_Intel-XXV710' and
8183 #           'NF_DENSITY' and
8184 #           'DOCKER' and
8185 #           'CHAIN' and
8186 #           'NF_VPPIP4' and
8187 #           'IPSEC' and
8188 #           'TNL_1000' and
8189 #           'IMIX' and
8190 #           '8T4C' and
8191 #           'NDRPDR'"
8192 #  parameters:
8193 #  - "throughput"
8194 #  - "name"
8195 #  - "tags"
8196 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8197 #  x-axis: "X = CNFs per Service Chain"
8198 #  y-axis: "Y = Number of Service Chains"
8199 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8200 #  layout:
8201 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8202 #    layout: "plot-service-density"
8203 #
8204 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8205 #- type: "plot"
8206 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8207 #  algorithm: "plot_nf_heatmap"
8208 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8209 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8210 #  filter: "'NIC_Intel-XXV710' and
8211 #           'NF_DENSITY' and
8212 #           'DOCKER' and
8213 #           'CHAIN' and
8214 #           'NF_VPPIP4' and
8215 #           'IPSEC' and
8216 #           'TNL_1000' and
8217 #           'IMIX' and
8218 #           '2T1C' and
8219 #           'NDRPDR'"
8220 #  parameters:
8221 #  - "throughput"
8222 #  - "name"
8223 #  - "tags"
8224 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8225 #  x-axis: "X = CNFs per Service Chain"
8226 #  y-axis: "Y = Number of Service Chains"
8227 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8228 #  layout:
8229 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8230 #    layout: "plot-service-density"
8231 #
8232 #- type: "plot"
8233 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8234 #  algorithm: "plot_nf_heatmap"
8235 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8236 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8237 #  filter: "'NIC_Intel-XXV710' and
8238 #           'NF_DENSITY' and
8239 #           'DOCKER' and
8240 #           'CHAIN' and
8241 #           'NF_VPPIP4' and
8242 #           'IPSEC' and
8243 #           'TNL_1000' and
8244 #           'IMIX' and
8245 #           '4T2C' and
8246 #           'NDRPDR'"
8247 #  parameters:
8248 #  - "throughput"
8249 #  - "name"
8250 #  - "tags"
8251 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8252 #  x-axis: "X = CNFs per Service Chain"
8253 #  y-axis: "Y = Number of Service Chains"
8254 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8255 #  layout:
8256 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8257 #    layout: "plot-service-density"
8258 #
8259 #- type: "plot"
8260 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8261 #  algorithm: "plot_nf_heatmap"
8262 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8263 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8264 #  filter: "'NIC_Intel-XXV710' and
8265 #           'NF_DENSITY' and
8266 #           'DOCKER' and
8267 #           'CHAIN' and
8268 #           'NF_VPPIP4' and
8269 #           'IPSEC' and
8270 #           'TNL_1000' and
8271 #           'IMIX' and
8272 #           '8T4C' and
8273 #           'NDRPDR'"
8274 #  parameters:
8275 #  - "throughput"
8276 #  - "name"
8277 #  - "tags"
8278 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8279 #  x-axis: "X = CNFs per Service Chain"
8280 #  y-axis: "Y = Number of Service Chains"
8281 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8282 #  layout:
8283 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8284 #    layout: "plot-service-density"
8285
8286 ###############################################################################
8287
8288 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8289 - type: "plot"
8290   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8291   algorithm: "plot_nf_heatmap"
8292   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8293   data: "plot-vpp-nfv-3n-hsw-mrr"
8294   filter: "'NIC_Intel-XL710' and
8295            'NF_DENSITY' and
8296            'DOCKER' and
8297            'CHAIN' and
8298            'NF_VPPIP4' and
8299            'IMIX' and
8300            'TNL_1000' and
8301            '1T1C' and
8302            'MRR'"
8303   parameters:
8304   - "result"
8305   - "name"
8306   - "tags"
8307   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8308   x-axis: "X = CNFs per Service Chain"
8309   y-axis: "Y = Number of Service Chains"
8310   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8311   layout:
8312     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8313     layout: "plot-service-density"
8314
8315 - type: "plot"
8316   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8317   algorithm: "plot_nf_heatmap"
8318   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8319   data: "plot-vpp-nfv-3n-hsw-mrr"
8320   filter: "'NIC_Intel-XL710' and
8321            'NF_DENSITY' and
8322            'DOCKER' and
8323            'CHAIN' and
8324            'NF_VPPIP4' and
8325            'IPSEC' and
8326            'TNL_1000' and
8327            'IMIX' and
8328            '2T2C' and
8329            'MRR'"
8330   parameters:
8331   - "result"
8332   - "name"
8333   - "tags"
8334   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8335   x-axis: "X = CNFs per Service Chain"
8336   y-axis: "Y = Number of Service Chains"
8337   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8338   layout:
8339     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8340     layout: "plot-service-density"
8341
8342 - type: "plot"
8343   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8344   algorithm: "plot_nf_heatmap"
8345   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8346   data: "plot-vpp-nfv-3n-hsw-mrr"
8347   filter: "'NIC_Intel-XL710' and
8348            'NF_DENSITY' and
8349            'DOCKER' and
8350            'CHAIN' and
8351            'NF_VPPIP4' and
8352            'IPSEC' and
8353            'TNL_1000' and
8354            'IMIX' and
8355            '4T4C' and
8356            'MRR'"
8357   parameters:
8358   - "result"
8359   - "name"
8360   - "tags"
8361   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8362   x-axis: "X = CNFs per Service Chain"
8363   y-axis: "Y = Number of Service Chains"
8364   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8365   layout:
8366     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8367     layout: "plot-service-density"
8368
8369 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8370 - type: "plot"
8371   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8372   algorithm: "plot_nf_heatmap"
8373   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8374   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8375   filter: "'NIC_Intel-XL710' and
8376            'NF_DENSITY' and
8377            'DOCKER' and
8378            'CHAIN' and
8379            'NF_VPPIP4' and
8380            'IPSEC' and
8381            'TNL_1000' and
8382            'IMIX' and
8383            '1T1C' and
8384            'NDRPDR'"
8385   parameters:
8386   - "throughput"
8387   - "name"
8388   - "tags"
8389   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8390   x-axis: "X = CNFs per Service Chain"
8391   y-axis: "Y = Number of Service Chains"
8392   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8393   layout:
8394     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8395     layout: "plot-service-density"
8396
8397 - type: "plot"
8398   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8399   algorithm: "plot_nf_heatmap"
8400   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8401   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8402   filter: "'NIC_Intel-XL710' and
8403            'NF_DENSITY' and
8404            'DOCKER' and
8405            'CHAIN' and
8406            'NF_VPPIP4' and
8407            'IPSEC' and
8408            'TNL_1000' and
8409            'IMIX' and
8410            '2T2C' and
8411            'NDRPDR'"
8412   parameters:
8413   - "throughput"
8414   - "name"
8415   - "tags"
8416   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8417   x-axis: "X = CNFs per Service Chain"
8418   y-axis: "Y = Number of Service Chains"
8419   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8420   layout:
8421     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8422     layout: "plot-service-density"
8423
8424 - type: "plot"
8425   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8426   algorithm: "plot_nf_heatmap"
8427   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8428   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8429   filter: "'NIC_Intel-XL710' and
8430            'NF_DENSITY' and
8431            'DOCKER' and
8432            'CHAIN' and
8433            'NF_VPPIP4' and
8434            'IPSEC' and
8435            'TNL_1000' and
8436            'IMIX' and
8437            '4T4C' and
8438            'NDRPDR'"
8439   parameters:
8440   - "throughput"
8441   - "name"
8442   - "tags"
8443   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8444   x-axis: "X = CNFs per Service Chain"
8445   y-axis: "Y = Number of Service Chains"
8446   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8447   layout:
8448     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8449     layout: "plot-service-density"
8450
8451 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8452 - type: "plot"
8453   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8454   algorithm: "plot_nf_heatmap"
8455   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8456   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8457   filter: "'NIC_Intel-XL710' and
8458            'NF_DENSITY' and
8459            'DOCKER' and
8460            'CHAIN' and
8461            'NF_VPPIP4' and
8462            'IPSEC' and
8463            'TNL_1000' and
8464            'IMIX' and
8465            '1T1C' and
8466            'NDRPDR'"
8467   parameters:
8468   - "throughput"
8469   - "name"
8470   - "tags"
8471   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8472   x-axis: "X = CNFs per Service Chain"
8473   y-axis: "Y = Number of Service Chains"
8474   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8475   layout:
8476     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8477     layout: "plot-service-density"
8478
8479 - type: "plot"
8480   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8481   algorithm: "plot_nf_heatmap"
8482   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8483   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8484   filter: "'NIC_Intel-XL710' and
8485            'NF_DENSITY' and
8486            'DOCKER' and
8487            'CHAIN' and
8488            'NF_VPPIP4' and
8489            'IPSEC' and
8490            'TNL_1000' and
8491            'IMIX' and
8492            '2T2C' and
8493            'NDRPDR'"
8494   parameters:
8495   - "throughput"
8496   - "name"
8497   - "tags"
8498   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8499   x-axis: "X = CNFs per Service Chain"
8500   y-axis: "Y = Number of Service Chains"
8501   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8502   layout:
8503     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8504     layout: "plot-service-density"
8505
8506 - type: "plot"
8507   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8508   algorithm: "plot_nf_heatmap"
8509   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8510   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8511   filter: "'NIC_Intel-XL710' and
8512            'NF_DENSITY' and
8513            'DOCKER' and
8514            'CHAIN' and
8515            'NF_VPPIP4' and
8516            'IPSEC' and
8517            'TNL_1000' and
8518            'IMIX' and
8519            '4T4C' and
8520            'NDRPDR'"
8521   parameters:
8522   - "throughput"
8523   - "name"
8524   - "tags"
8525   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8526   x-axis: "X = CNFs per Service Chain"
8527   y-axis: "Y = Number of Service Chains"
8528   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8529   layout:
8530     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8531     layout: "plot-service-density"
8532
8533 ###############################################################################
8534
8535 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8536 #- type: "plot"
8537 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8538 #  algorithm: "plot_nf_heatmap"
8539 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8540 #  data: "plot-vpp-nfv-3n-skx-mrr"
8541 #  filter: "'NIC_Intel-XXV710' and
8542 #           'NF_DENSITY' and
8543 #           'DOCKER' and
8544 #           'CHAIN' and
8545 #           'NF_VPPIP4' and
8546 #           'IPSEC' and
8547 #           'TNL_10000' and
8548 #           'IMIX' and
8549 #           '2T1C' and
8550 #           'MRR'"
8551 #  parameters:
8552 #  - "result"
8553 #  - "name"
8554 #  - "tags"
8555 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8556 #  x-axis: "X = CNFs per Service Chain"
8557 #  y-axis: "Y = Number of Service Chains"
8558 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8559 #  layout:
8560 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8561 #    layout: "plot-service-density"
8562 #
8563 #- type: "plot"
8564 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8565 #  algorithm: "plot_nf_heatmap"
8566 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8567 #  data: "plot-vpp-nfv-3n-skx-mrr"
8568 #  filter: "'NIC_Intel-XXV710' and
8569 #           'NF_DENSITY' and
8570 #           'DOCKER' and
8571 #           'CHAIN' and
8572 #           'NF_VPPIP4' and
8573 #           'IPSEC' and
8574 #           'TNL_10000' and
8575 #           'IMIX' and
8576 #           '4T2C' and
8577 #           'MRR'"
8578 #  parameters:
8579 #  - "result"
8580 #  - "name"
8581 #  - "tags"
8582 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8583 #  x-axis: "X = CNFs per Service Chain"
8584 #  y-axis: "Y = Number of Service Chains"
8585 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8586 #  layout:
8587 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8588 #    layout: "plot-service-density"
8589 #
8590 #- type: "plot"
8591 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8592 #  algorithm: "plot_nf_heatmap"
8593 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8594 #  data: "plot-vpp-nfv-3n-skx-mrr"
8595 #  filter: "'NIC_Intel-XXV710' and
8596 #           'NF_DENSITY' and
8597 #           'DOCKER' and
8598 #           'CHAIN' and
8599 #           'NF_VPPIP4' and
8600 #           'IPSEC' and
8601 #           'TNL_10000' and
8602 #           'IMIX' and
8603 #           '8T4C' and
8604 #           'MRR'"
8605 #  parameters:
8606 #  - "result"
8607 #  - "name"
8608 #  - "tags"
8609 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8610 #  x-axis: "X = CNFs per Service Chain"
8611 #  y-axis: "Y = Number of Service Chains"
8612 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8613 #  layout:
8614 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8615 #    layout: "plot-service-density"
8616 #
8617 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8618 #- type: "plot"
8619 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8620 #  algorithm: "plot_nf_heatmap"
8621 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8622 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8623 #  filter: "'NIC_Intel-XXV710' and
8624 #           'NF_DENSITY' and
8625 #           'DOCKER' and
8626 #           'CHAIN' and
8627 #           'NF_VPPIP4' and
8628 #           'IPSEC' and
8629 #           'TNL_10000' and
8630 #           'IMIX' and
8631 #           '2T1C' and
8632 #           'NDRPDR'"
8633 #  parameters:
8634 #  - "throughput"
8635 #  - "name"
8636 #  - "tags"
8637 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8638 #  x-axis: "X = CNFs per Service Chain"
8639 #  y-axis: "Y = Number of Service Chains"
8640 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8641 #  layout:
8642 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8643 #    layout: "plot-service-density"
8644 #
8645 #- type: "plot"
8646 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8647 #  algorithm: "plot_nf_heatmap"
8648 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8649 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8650 #  filter: "'NIC_Intel-XXV710' and
8651 #           'NF_DENSITY' and
8652 #           'DOCKER' and
8653 #           'CHAIN' and
8654 #           'NF_VPPIP4' and
8655 #           'IPSEC' and
8656 #           'TNL_10000' and
8657 #           'IMIX' and
8658 #           '4T2C' and
8659 #           'NDRPDR'"
8660 #  parameters:
8661 #  - "throughput"
8662 #  - "name"
8663 #  - "tags"
8664 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8665 #  x-axis: "X = CNFs per Service Chain"
8666 #  y-axis: "Y = Number of Service Chains"
8667 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8668 #  layout:
8669 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8670 #    layout: "plot-service-density"
8671 #
8672 #- type: "plot"
8673 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8674 #  algorithm: "plot_nf_heatmap"
8675 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8676 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8677 #  filter: "'NIC_Intel-XXV710' and
8678 #           'NF_DENSITY' and
8679 #           'DOCKER' and
8680 #           'CHAIN' and
8681 #           'NF_VPPIP4' and
8682 #           'IPSEC' and
8683 #           'TNL_10000' and
8684 #           'IMIX' and
8685 #           '8T4C' and
8686 #           'NDRPDR'"
8687 #  parameters:
8688 #  - "throughput"
8689 #  - "name"
8690 #  - "tags"
8691 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8692 #  x-axis: "X = CNFs per Service Chain"
8693 #  y-axis: "Y = Number of Service Chains"
8694 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8695 #  layout:
8696 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8697 #    layout: "plot-service-density"
8698 #
8699 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8700 #- type: "plot"
8701 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8702 #  algorithm: "plot_nf_heatmap"
8703 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8704 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8705 #  filter: "'NIC_Intel-XXV710' and
8706 #           'NF_DENSITY' and
8707 #           'DOCKER' and
8708 #           'CHAIN' and
8709 #           'NF_VPPIP4' and
8710 #           'IPSEC' and
8711 #           'TNL_10000' and
8712 #           'IMIX' and
8713 #           '2T1C' and
8714 #           'NDRPDR'"
8715 #  parameters:
8716 #  - "throughput"
8717 #  - "name"
8718 #  - "tags"
8719 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8720 #  x-axis: "X = CNFs per Service Chain"
8721 #  y-axis: "Y = Number of Service Chains"
8722 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8723 #  layout:
8724 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8725 #    layout: "plot-service-density"
8726 #
8727 #- type: "plot"
8728 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8729 #  algorithm: "plot_nf_heatmap"
8730 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8731 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8732 #  filter: "'NIC_Intel-XXV710' and
8733 #           'NF_DENSITY' and
8734 #           'DOCKER' and
8735 #           'CHAIN' and
8736 #           'NF_VPPIP4' and
8737 #           'IPSEC' and
8738 #           'TNL_10000' and
8739 #           'IMIX' and
8740 #           '4T2C' and
8741 #           'NDRPDR'"
8742 #  parameters:
8743 #  - "throughput"
8744 #  - "name"
8745 #  - "tags"
8746 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8747 #  x-axis: "X = CNFs per Service Chain"
8748 #  y-axis: "Y = Number of Service Chains"
8749 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8750 #  layout:
8751 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8752 #    layout: "plot-service-density"
8753 #
8754 #- type: "plot"
8755 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8756 #  algorithm: "plot_nf_heatmap"
8757 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8758 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8759 #  filter: "'NIC_Intel-XXV710' and
8760 #           'NF_DENSITY' and
8761 #           'DOCKER' and
8762 #           'CHAIN' and
8763 #           'NF_VPPIP4' and
8764 #           'IPSEC' and
8765 #           'TNL_10000' and
8766 #           'IMIX' and
8767 #           '8T4C' and
8768 #           'NDRPDR'"
8769 #  parameters:
8770 #  - "throughput"
8771 #  - "name"
8772 #  - "tags"
8773 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8774 #  x-axis: "X = CNFs per Service Chain"
8775 #  y-axis: "Y = Number of Service Chains"
8776 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8777 #  layout:
8778 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8779 #    layout: "plot-service-density"
8780
8781 ###############################################################################
8782
8783 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8784 - type: "plot"
8785   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8786   algorithm: "plot_nf_heatmap"
8787   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8788   data: "plot-vpp-nfv-3n-hsw-mrr"
8789   filter: "'NIC_Intel-XL710' and
8790            'NF_DENSITY' and
8791            'DOCKER' and
8792            'CHAIN' and
8793            'NF_VPPIP4' and
8794            'IMIX' and
8795            'TNL_10000' and
8796            '1T1C' and
8797            'MRR'"
8798   parameters:
8799   - "result"
8800   - "name"
8801   - "tags"
8802   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8803   x-axis: "X = CNFs per Service Chain"
8804   y-axis: "Y = Number of Service Chains"
8805   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8806   layout:
8807     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8808     layout: "plot-service-density"
8809
8810 - type: "plot"
8811   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8812   algorithm: "plot_nf_heatmap"
8813   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8814   data: "plot-vpp-nfv-3n-hsw-mrr"
8815   filter: "'NIC_Intel-XL710' and
8816            'NF_DENSITY' and
8817            'DOCKER' and
8818            'CHAIN' and
8819            'NF_VPPIP4' and
8820            'IPSEC' and
8821            'TNL_10000' and
8822            'IMIX' and
8823            '2T2C' and
8824            'MRR'"
8825   parameters:
8826   - "result"
8827   - "name"
8828   - "tags"
8829   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8830   x-axis: "X = CNFs per Service Chain"
8831   y-axis: "Y = Number of Service Chains"
8832   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8833   layout:
8834     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8835     layout: "plot-service-density"
8836
8837 - type: "plot"
8838   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8839   algorithm: "plot_nf_heatmap"
8840   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8841   data: "plot-vpp-nfv-3n-hsw-mrr"
8842   filter: "'NIC_Intel-XL710' and
8843            'NF_DENSITY' and
8844            'DOCKER' and
8845            'CHAIN' and
8846            'NF_VPPIP4' and
8847            'IPSEC' and
8848            'TNL_10000' and
8849            'IMIX' and
8850            '4T4C' and
8851            'MRR'"
8852   parameters:
8853   - "result"
8854   - "name"
8855   - "tags"
8856   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8857   x-axis: "X = CNFs per Service Chain"
8858   y-axis: "Y = Number of Service Chains"
8859   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8860   layout:
8861     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8862     layout: "plot-service-density"
8863
8864 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8865 - type: "plot"
8866   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8867   algorithm: "plot_nf_heatmap"
8868   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8869   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8870   filter: "'NIC_Intel-XL710' and
8871            'NF_DENSITY' and
8872            'DOCKER' and
8873            'CHAIN' and
8874            'NF_VPPIP4' and
8875            'IPSEC' and
8876            'TNL_10000' and
8877            'IMIX' and
8878            '1T1C' and
8879            'NDRPDR'"
8880   parameters:
8881   - "throughput"
8882   - "name"
8883   - "tags"
8884   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8885   x-axis: "X = CNFs per Service Chain"
8886   y-axis: "Y = Number of Service Chains"
8887   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8888   layout:
8889     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8890     layout: "plot-service-density"
8891
8892 - type: "plot"
8893   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8894   algorithm: "plot_nf_heatmap"
8895   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8896   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8897   filter: "'NIC_Intel-XL710' and
8898            'NF_DENSITY' and
8899            'DOCKER' and
8900            'CHAIN' and
8901            'NF_VPPIP4' and
8902            'IPSEC' and
8903            'TNL_10000' and
8904            'IMIX' and
8905            '2T2C' and
8906            'NDRPDR'"
8907   parameters:
8908   - "throughput"
8909   - "name"
8910   - "tags"
8911   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8912   x-axis: "X = CNFs per Service Chain"
8913   y-axis: "Y = Number of Service Chains"
8914   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8915   layout:
8916     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8917     layout: "plot-service-density"
8918
8919 - type: "plot"
8920   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8921   algorithm: "plot_nf_heatmap"
8922   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8923   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8924   filter: "'NIC_Intel-XL710' and
8925            'NF_DENSITY' and
8926            'DOCKER' and
8927            'CHAIN' and
8928            'NF_VPPIP4' and
8929            'IPSEC' and
8930            'TNL_10000' and
8931            'IMIX' and
8932            '4T4C' and
8933            'NDRPDR'"
8934   parameters:
8935   - "throughput"
8936   - "name"
8937   - "tags"
8938   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8939   x-axis: "X = CNFs per Service Chain"
8940   y-axis: "Y = Number of Service Chains"
8941   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8942   layout:
8943     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8944     layout: "plot-service-density"
8945
8946 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8947 - type: "plot"
8948   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8949   algorithm: "plot_nf_heatmap"
8950   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8951   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8952   filter: "'NIC_Intel-XL710' and
8953            'NF_DENSITY' and
8954            'DOCKER' and
8955            'CHAIN' and
8956            'NF_VPPIP4' and
8957            'IPSEC' and
8958            'TNL_10000' and
8959            'IMIX' and
8960            '1T1C' and
8961            'NDRPDR'"
8962   parameters:
8963   - "throughput"
8964   - "name"
8965   - "tags"
8966   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8967   x-axis: "X = CNFs per Service Chain"
8968   y-axis: "Y = Number of Service Chains"
8969   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8970   layout:
8971     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8972     layout: "plot-service-density"
8973
8974 - type: "plot"
8975   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8976   algorithm: "plot_nf_heatmap"
8977   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
8978   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8979   filter: "'NIC_Intel-XL710' and
8980            'NF_DENSITY' and
8981            'DOCKER' and
8982            'CHAIN' and
8983            'NF_VPPIP4' and
8984            'IPSEC' and
8985            'TNL_10000' and
8986            'IMIX' and
8987            '2T2C' and
8988            'NDRPDR'"
8989   parameters:
8990   - "throughput"
8991   - "name"
8992   - "tags"
8993   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8994   x-axis: "X = CNFs per Service Chain"
8995   y-axis: "Y = Number of Service Chains"
8996   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8997   layout:
8998     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8999     layout: "plot-service-density"
9000
9001 - type: "plot"
9002   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9003   algorithm: "plot_nf_heatmap"
9004   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9005   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9006   filter: "'NIC_Intel-XL710' and
9007            'NF_DENSITY' and
9008            'DOCKER' and
9009            'CHAIN' and
9010            'NF_VPPIP4' and
9011            'IPSEC' and
9012            'TNL_10000' and
9013            'IMIX' and
9014            '4T4C' and
9015            'NDRPDR'"
9016   parameters:
9017   - "throughput"
9018   - "name"
9019   - "tags"
9020   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9021   x-axis: "X = CNFs per Service Chain"
9022   y-axis: "Y = Number of Service Chains"
9023   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9024   layout:
9025     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9026     layout: "plot-service-density"
9027
9028 ###############################################################################
9029
9030 # Plots - NF Density - CSP - MRR 64b
9031
9032 #- type: "plot"
9033 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9034 #  algorithm: "plot_nf_heatmap"
9035 #  output-file-type: ".html"
9036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9037 #  data: "plot-vpp-nfv-2n-skx-mrr"
9038 #  filter: "'NIC_Intel-XXV710' and
9039 #           'NF_DENSITY' and
9040 #           'DOCKER' and
9041 #           'PIPELINE' and
9042 #           'NF_VPPIP4' and
9043 #           '64B' and
9044 #           '2T1C' and
9045 #           'MRR'"
9046 #  parameters:
9047 #  - "result"
9048 #  - "name"
9049 #  - "tags"
9050 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9051 #  x-axis: "X = CNFs per Service Pipeline"
9052 #  y-axis: "Y = Number of Service Pipelines"
9053 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9054 #  layout:
9055 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9056 #    layout: "plot-service-density"
9057 #
9058 #- type: "plot"
9059 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9060 #  algorithm: "plot_nf_heatmap"
9061 #  output-file-type: ".html"
9062 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9063 #  data: "plot-vpp-nfv-2n-skx-mrr"
9064 #  filter: "'NIC_Intel-XXV710' and
9065 #           'NF_DENSITY' and
9066 #           'DOCKER' and
9067 #           'PIPELINE' and
9068 #           'NF_VPPIP4' and
9069 #           '64B' and
9070 #           '4T2C' and
9071 #           'MRR'"
9072 #  parameters:
9073 #  - "result"
9074 #  - "name"
9075 #  - "tags"
9076 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9077 #  x-axis: "X = CNFs per Service Pipeline"
9078 #  y-axis: "Y = Number of Service Pipelines"
9079 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9080 #  layout:
9081 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9082 #    layout: "plot-service-density"
9083 #
9084 #- type: "plot"
9085 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9086 #  algorithm: "plot_nf_heatmap"
9087 #  output-file-type: ".html"
9088 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9089 #  data: "plot-vpp-nfv-2n-skx-mrr"
9090 #  filter: "'NIC_Intel-XXV710' and
9091 #           'NF_DENSITY' and
9092 #           'DOCKER' and
9093 #           'PIPELINE' and
9094 #           'NF_VPPIP4' and
9095 #           '64B' and
9096 #           '8T4C' and
9097 #           'MRR'"
9098 #  parameters:
9099 #  - "result"
9100 #  - "name"
9101 #  - "tags"
9102 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9103 #  x-axis: "X = CNFs per Service Pipeline"
9104 #  y-axis: "Y = Number of Service Pipelines"
9105 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9106 #  layout:
9107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9108 #    layout: "plot-service-density"
9109 #
9110 ## Plots - NF Density - CSP - MRR IMIX
9111 #- type: "plot"
9112 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9113 #  algorithm: "plot_nf_heatmap"
9114 #  output-file-type: ".html"
9115 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9116 #  data: "plot-vpp-nfv-2n-skx-mrr"
9117 #  filter: "'NIC_Intel-XXV710' and
9118 #           'NF_DENSITY' and
9119 #           'DOCKER' and
9120 #           'PIPELINE' and
9121 #           'NF_VPPIP4' and
9122 #           'IMIX' and
9123 #           '2T1C' and
9124 #           'MRR'"
9125 #  parameters:
9126 #  - "result"
9127 #  - "name"
9128 #  - "tags"
9129 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9130 #  x-axis: "X = CNFs per Service Pipeline"
9131 #  y-axis: "Y = Number of Service Pipelines"
9132 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9133 #  layout:
9134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9135 #    layout: "plot-service-density"
9136 #
9137 #- type: "plot"
9138 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9139 #  algorithm: "plot_nf_heatmap"
9140 #  output-file-type: ".html"
9141 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9142 #  data: "plot-vpp-nfv-2n-skx-mrr"
9143 #  filter: "'NIC_Intel-XXV710' and
9144 #           'NF_DENSITY' and
9145 #           'DOCKER' and
9146 #           'PIPELINE' and
9147 #           'NF_VPPIP4' and
9148 #           'IMIX' and
9149 #           '4T2C' and
9150 #           'MRR'"
9151 #  parameters:
9152 #  - "result"
9153 #  - "name"
9154 #  - "tags"
9155 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9156 #  x-axis: "X = CNFs per Service Pipeline"
9157 #  y-axis: "Y = Number of Service Pipelines"
9158 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9159 #  layout:
9160 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9161 #    layout: "plot-service-density"
9162 #
9163 #- type: "plot"
9164 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9165 #  algorithm: "plot_nf_heatmap"
9166 #  output-file-type: ".html"
9167 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9168 #  data: "plot-vpp-nfv-2n-skx-mrr"
9169 #  filter: "'NIC_Intel-XXV710' and
9170 #           'NF_DENSITY' and
9171 #           'DOCKER' and
9172 #           'PIPELINE' and
9173 #           'NF_VPPIP4' and
9174 #           'IMIX' and
9175 #           '8T4C' and
9176 #           'MRR'"
9177 #  parameters:
9178 #  - "result"
9179 #  - "name"
9180 #  - "tags"
9181 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9182 #  x-axis: "X = CNFs per Service Pipeline"
9183 #  y-axis: "Y = Number of Service Pipelines"
9184 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9185 #  layout:
9186 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9187 #    layout: "plot-service-density"
9188 #
9189 ## Plots - NF Density - CSP - NDR 64b
9190 #- type: "plot"
9191 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9192 #  algorithm: "plot_nf_heatmap"
9193 #  output-file-type: ".html"
9194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9195 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9196 #  filter: "'NIC_Intel-XXV710' and
9197 #           'NF_DENSITY' and
9198 #           'DOCKER' and
9199 #           'PIPELINE' and
9200 #           'NF_VPPIP4' and
9201 #           '64B' and
9202 #           '2T1C' and
9203 #           'NDRPDR'"
9204 #  parameters:
9205 #  - "throughput"
9206 #  - "name"
9207 #  - "tags"
9208 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9209 #  x-axis: "X = CNFs per Service Pipeline"
9210 #  y-axis: "Y = Number of Service Pipelines"
9211 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9212 #  layout:
9213 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9214 #    layout: "plot-service-density"
9215 #
9216 #- type: "plot"
9217 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9218 #  algorithm: "plot_nf_heatmap"
9219 #  output-file-type: ".html"
9220 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9221 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9222 #  filter: "'NIC_Intel-XXV710' and
9223 #           'NF_DENSITY' and
9224 #           'DOCKER' and
9225 #           'PIPELINE' and
9226 #           'NF_VPPIP4' and
9227 #           '64B' and
9228 #           '4T2C' and
9229 #           'NDRPDR'"
9230 #  parameters:
9231 #  - "throughput"
9232 #  - "name"
9233 #  - "tags"
9234 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9235 #  x-axis: "X = CNFs per Service Pipeline"
9236 #  y-axis: "Y = Number of Service Pipelines"
9237 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9238 #  layout:
9239 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9240 #    layout: "plot-service-density"
9241 #
9242 #- type: "plot"
9243 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9244 #  algorithm: "plot_nf_heatmap"
9245 #  output-file-type: ".html"
9246 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9247 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9248 #  filter: "'NIC_Intel-XXV710' and
9249 #           'NF_DENSITY' and
9250 #           'DOCKER' and
9251 #           'PIPELINE' and
9252 #           'NF_VPPIP4' and
9253 #           '64B' and
9254 #           '8T4C' and
9255 #           'NDRPDR'"
9256 #  parameters:
9257 #  - "throughput"
9258 #  - "name"
9259 #  - "tags"
9260 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9261 #  x-axis: "X = CNFs per Service Pipeline"
9262 #  y-axis: "Y = Number of Service Pipelines"
9263 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9264 #  layout:
9265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9266 #    layout: "plot-service-density"
9267 #
9268 ## Plots - NF Density - CSP - NDR IMIX
9269 #- type: "plot"
9270 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9271 #  algorithm: "plot_nf_heatmap"
9272 #  output-file-type: ".html"
9273 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9274 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9275 #  filter: "'NIC_Intel-XXV710' and
9276 #           'NF_DENSITY' and
9277 #           'DOCKER' and
9278 #           'PIPELINE' and
9279 #           'NF_VPPIP4' and
9280 #           'IMIX' and
9281 #           '2T1C' and
9282 #           'NDRPDR'"
9283 #  parameters:
9284 #  - "throughput"
9285 #  - "name"
9286 #  - "tags"
9287 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9288 #  x-axis: "X = CNFs per Service Pipeline"
9289 #  y-axis: "Y = Number of Service Pipelines"
9290 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9291 #  layout:
9292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9293 #    layout: "plot-service-density"
9294 #
9295 #- type: "plot"
9296 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9297 #  algorithm: "plot_nf_heatmap"
9298 #  output-file-type: ".html"
9299 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9300 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9301 #  filter: "'NIC_Intel-XXV710' and
9302 #           'NF_DENSITY' and
9303 #           'DOCKER' and
9304 #           'PIPELINE' and
9305 #           'NF_VPPIP4' and
9306 #           'IMIX' and
9307 #           '4T2C' and
9308 #           'NDRPDR'"
9309 #  parameters:
9310 #  - "throughput"
9311 #  - "name"
9312 #  - "tags"
9313 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9314 #  x-axis: "X = CNFs per Service Pipeline"
9315 #  y-axis: "Y = Number of Service Pipelines"
9316 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9317 #  layout:
9318 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9319 #    layout: "plot-service-density"
9320 #
9321 #- type: "plot"
9322 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9323 #  algorithm: "plot_nf_heatmap"
9324 #  output-file-type: ".html"
9325 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9326 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9327 #  filter: "'NIC_Intel-XXV710' and
9328 #           'NF_DENSITY' and
9329 #           'DOCKER' and
9330 #           'PIPELINE' and
9331 #           'NF_VPPIP4' and
9332 #           'IMIX' and
9333 #           '8T4C' and
9334 #           'NDRPDR'"
9335 #  parameters:
9336 #  - "throughput"
9337 #  - "name"
9338 #  - "tags"
9339 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9340 #  x-axis: "X = CNFs per Service Pipeline"
9341 #  y-axis: "Y = Number of Service Pipelines"
9342 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9343 #  layout:
9344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9345 #    layout: "plot-service-density"
9346 #
9347 ## Plots - NF Density - CSP - PDR 64b
9348 #- type: "plot"
9349 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9350 #  algorithm: "plot_nf_heatmap"
9351 #  output-file-type: ".html"
9352 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9353 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9354 #  filter: "'NIC_Intel-XXV710' and
9355 #           'NF_DENSITY' and
9356 #           'DOCKER' and
9357 #           'PIPELINE' and
9358 #           'NF_VPPIP4' and
9359 #           '64B' and
9360 #           '2T1C' and
9361 #           'NDRPDR'"
9362 #  parameters:
9363 #  - "throughput"
9364 #  - "name"
9365 #  - "tags"
9366 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9367 #  x-axis: "X = CNFs per Service Pipeline"
9368 #  y-axis: "Y = Number of Service Pipelines"
9369 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9370 #  layout:
9371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9372 #    layout: "plot-service-density"
9373 #
9374 #- type: "plot"
9375 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9376 #  algorithm: "plot_nf_heatmap"
9377 #  output-file-type: ".html"
9378 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9379 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9380 #  filter: "'NIC_Intel-XXV710' and
9381 #           'NF_DENSITY' and
9382 #           'DOCKER' and
9383 #           'PIPELINE' and
9384 #           'NF_VPPIP4' and
9385 #           '64B' and
9386 #           '4T2C' and
9387 #           'NDRPDR'"
9388 #  parameters:
9389 #  - "throughput"
9390 #  - "name"
9391 #  - "tags"
9392 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9393 #  x-axis: "X = CNFs per Service Pipeline"
9394 #  y-axis: "Y = Number of Service Pipelines"
9395 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9396 #  layout:
9397 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9398 #    layout: "plot-service-density"
9399 #
9400 #- type: "plot"
9401 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9402 #  algorithm: "plot_nf_heatmap"
9403 #  output-file-type: ".html"
9404 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9405 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9406 #  filter: "'NIC_Intel-XXV710' and
9407 #           'NF_DENSITY' and
9408 #           'DOCKER' and
9409 #           'PIPELINE' and
9410 #           'NF_VPPIP4' and
9411 #           '64B' and
9412 #           '8T4C' and
9413 #           'NDRPDR'"
9414 #  parameters:
9415 #  - "throughput"
9416 #  - "name"
9417 #  - "tags"
9418 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9419 #  x-axis: "X = CNFs per Service Pipeline"
9420 #  y-axis: "Y = Number of Service Pipelines"
9421 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9422 #  layout:
9423 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9424 #    layout: "plot-service-density"
9425 #
9426 ## Plots - NF Density - CSP - PDR IMIX
9427 #- type: "plot"
9428 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9429 #  algorithm: "plot_nf_heatmap"
9430 #  output-file-type: ".html"
9431 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9432 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9433 #  filter: "'NIC_Intel-XXV710' and
9434 #           'NF_DENSITY' and
9435 #           'DOCKER' and
9436 #           'PIPELINE' and
9437 #           'NF_VPPIP4' and
9438 #           'IMIX' and
9439 #           '2T1C' and
9440 #           'NDRPDR'"
9441 #  parameters:
9442 #  - "throughput"
9443 #  - "name"
9444 #  - "tags"
9445 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9446 #  x-axis: "X = CNFs per Service Pipeline"
9447 #  y-axis: "Y = Number of Service Pipelines"
9448 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9449 #  layout:
9450 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9451 #    layout: "plot-service-density"
9452 #
9453 #- type: "plot"
9454 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9455 #  algorithm: "plot_nf_heatmap"
9456 #  output-file-type: ".html"
9457 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9458 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9459 #  filter: "'NIC_Intel-XXV710' and
9460 #           'NF_DENSITY' and
9461 #           'DOCKER' and
9462 #           'PIPELINE' and
9463 #           'NF_VPPIP4' and
9464 #           'IMIX' and
9465 #           '4T2C' and
9466 #           'NDRPDR'"
9467 #  parameters:
9468 #  - "throughput"
9469 #  - "name"
9470 #  - "tags"
9471 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9472 #  x-axis: "X = CNFs per Service Pipeline"
9473 #  y-axis: "Y = Number of Service Pipelines"
9474 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9475 #  layout:
9476 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9477 #    layout: "plot-service-density"
9478 #
9479 #- type: "plot"
9480 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9481 #  algorithm: "plot_nf_heatmap"
9482 #  output-file-type: ".html"
9483 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9484 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9485 #  filter: "'NIC_Intel-XXV710' and
9486 #           'NF_DENSITY' and
9487 #           'DOCKER' and
9488 #           'PIPELINE' and
9489 #           'NF_VPPIP4' and
9490 #           'IMIX' and
9491 #           '8T4C' and
9492 #           'NDRPDR'"
9493 #  parameters:
9494 #  - "throughput"
9495 #  - "name"
9496 #  - "tags"
9497 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9498 #  x-axis: "X = CNFs per Service Pipeline"
9499 #  y-axis: "Y = Number of Service Pipelines"
9500 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9501 #  layout:
9502 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9503 #    layout: "plot-service-density"
9504
9505 ###############################################################################
9506 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9507
9508 - type: "plot"
9509   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9510   algorithm: "plot_nf_heatmap"
9511   output-file-type: ".html"
9512   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9513   data: "plot-vpp-nfv-2n-clx-mrr"
9514   filter: "'NIC_Intel-XXV710' and
9515            'NF_DENSITY' and
9516            'VHOST' and
9517            not 'VXLAN' and
9518            'CHAIN' and
9519            'NF_VPPIP4' and
9520            'IMIX' and
9521            '2T1C' and
9522            'MRR'"
9523   parameters:
9524   - "result"
9525   - "name"
9526   - "tags"
9527   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9528   x-axis: "X = VNFs per Service Chain"
9529   y-axis: "Y = Number of Service Chains"
9530   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9531   layout:
9532     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9533     layout: "plot-service-density"
9534
9535 - type: "plot"
9536   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9537   algorithm: "plot_nf_heatmap"
9538   output-file-type: ".html"
9539   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9540   data: "plot-vpp-nfv-2n-clx-mrr"
9541   filter: "'NIC_Intel-XXV710' and
9542            'NF_DENSITY' and
9543            'VHOST' and
9544            not 'VXLAN' and
9545            'CHAIN' and
9546            'NF_VPPIP4' and
9547            'IMIX' and
9548            '4T2C' and
9549            'MRR'"
9550   parameters:
9551   - "result"
9552   - "name"
9553   - "tags"
9554   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9555   x-axis: "X = VNFs per Service Chain"
9556   y-axis: "Y = Number of Service Chains"
9557   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9558   layout:
9559     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9560     layout: "plot-service-density"
9561
9562 - type: "plot"
9563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9564   algorithm: "plot_nf_heatmap"
9565   output-file-type: ".html"
9566   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9567   data: "plot-vpp-nfv-2n-clx-mrr"
9568   filter: "'NIC_Intel-XXV710' and
9569            'NF_DENSITY' and
9570            'VHOST' and
9571            not 'VXLAN' and
9572            'CHAIN' and
9573            'NF_VPPIP4' and
9574            'IMIX' and
9575            '8T4C' and
9576            'MRR'"
9577   parameters:
9578   - "result"
9579   - "name"
9580   - "tags"
9581   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9582   x-axis: "X = VNFs per Service Chain"
9583   y-axis: "Y = Number of Service Chains"
9584   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9585   layout:
9586     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9587     layout: "plot-service-density"
9588
9589 # Plots - NF Density - VSC - NDR IMIX
9590 - type: "plot"
9591   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9592   algorithm: "plot_nf_heatmap"
9593   output-file-type: ".html"
9594   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9595   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9596   filter: "'NIC_Intel-XXV710' and
9597            'NF_DENSITY' and
9598            'VHOST' and
9599            not 'VXLAN' and
9600            'CHAIN' and
9601            'NF_VPPIP4' and
9602            'IMIX' and
9603            '2T1C' and
9604            'NDRPDR'"
9605   parameters:
9606   - "throughput"
9607   - "name"
9608   - "tags"
9609   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9610   x-axis: "X = VNFs per Service Chain"
9611   y-axis: "Y = Number of Service Chains"
9612   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9613   layout:
9614     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9615     layout: "plot-service-density"
9616
9617 - type: "plot"
9618   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9619   algorithm: "plot_nf_heatmap"
9620   output-file-type: ".html"
9621   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9622   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9623   filter: "'NIC_Intel-XXV710' and
9624            'NF_DENSITY' and
9625            'VHOST' and
9626            not 'VXLAN' and
9627            'CHAIN' and
9628            'NF_VPPIP4' and
9629            'IMIX' and
9630            '4T2C' and
9631            'NDRPDR'"
9632   parameters:
9633   - "throughput"
9634   - "name"
9635   - "tags"
9636   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9637   x-axis: "X = VNFs per Service Chain"
9638   y-axis: "Y = Number of Service Chains"
9639   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9640   layout:
9641     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9642     layout: "plot-service-density"
9643
9644 - type: "plot"
9645   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9646   algorithm: "plot_nf_heatmap"
9647   output-file-type: ".html"
9648   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9649   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9650   filter: "'NIC_Intel-XXV710' and
9651            'NF_DENSITY' and
9652            'VHOST' and
9653            not 'VXLAN' and
9654            'CHAIN' and
9655            'NF_VPPIP4' and
9656            'IMIX' and
9657            '8T4C' and
9658            'NDRPDR'"
9659   parameters:
9660   - "throughput"
9661   - "name"
9662   - "tags"
9663   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9664   x-axis: "X = VNFs per Service Chain"
9665   y-axis: "Y = Number of Service Chains"
9666   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9667   layout:
9668     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9669     layout: "plot-service-density"
9670
9671 # Plots - NF Density - VSC - PDR IMIX
9672 - type: "plot"
9673   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9674   algorithm: "plot_nf_heatmap"
9675   output-file-type: ".html"
9676   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9677   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9678   filter: "'NIC_Intel-XXV710' and
9679            'NF_DENSITY' and
9680            'VHOST' and
9681            not 'VXLAN' and
9682            'CHAIN' and
9683            'NF_VPPIP4' and
9684            'IMIX' and
9685            '2T1C' and
9686            'NDRPDR'"
9687   parameters:
9688   - "throughput"
9689   - "name"
9690   - "tags"
9691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9692   x-axis: "X = VNFs per Service Chain"
9693   y-axis: "Y = Number of Service Chains"
9694   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9695   layout:
9696     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9697     layout: "plot-service-density"
9698
9699 - type: "plot"
9700   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9701   algorithm: "plot_nf_heatmap"
9702   output-file-type: ".html"
9703   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9704   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9705   filter: "'NIC_Intel-XXV710' and
9706            'NF_DENSITY' and
9707            'VHOST' and
9708            not 'VXLAN' and
9709            'CHAIN' and
9710            'NF_VPPIP4' and
9711            'IMIX' and
9712            '4T2C' and
9713            'NDRPDR'"
9714   parameters:
9715   - "throughput"
9716   - "name"
9717   - "tags"
9718   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9719   x-axis: "X = VNFs per Service Chain"
9720   y-axis: "Y = Number of Service Chains"
9721   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9722   layout:
9723     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9724     layout: "plot-service-density"
9725
9726 - type: "plot"
9727   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9728   algorithm: "plot_nf_heatmap"
9729   output-file-type: ".html"
9730   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9731   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9732   filter: "'NIC_Intel-XXV710' and
9733            'NF_DENSITY' and
9734            'VHOST' and
9735            not 'VXLAN' and
9736            'CHAIN' and
9737            'NF_VPPIP4' and
9738            'IMIX' and
9739            '8T4C' and
9740            'NDRPDR'"
9741   parameters:
9742   - "throughput"
9743   - "name"
9744   - "tags"
9745   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9746   x-axis: "X = VNFs per Service Chain"
9747   y-axis: "Y = Number of Service Chains"
9748   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9749   layout:
9750     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9751     layout: "plot-service-density"
9752
9753 # Plots - NF Density - VSC - MRR IMIX
9754 - type: "plot"
9755   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9756   algorithm: "plot_nf_heatmap"
9757   output-file-type: ".html"
9758   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9759   data: "plot-vpp-nfv-2n-clx-mrr"
9760   filter: "'NIC_Intel-XXV710' and
9761            'NF_DENSITY' and
9762            'VHOST' and
9763            'VXLAN' and
9764            'CHAIN' and
9765            'IMIX' and
9766            '2T1C' and
9767            'MRR'"
9768   parameters:
9769   - "result"
9770   - "name"
9771   - "tags"
9772   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9773   x-axis: "X = VNFs per Service Chain"
9774   y-axis: "Y = Number of Service Chains"
9775   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9776   layout:
9777     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9778     layout: "plot-service-density"
9779
9780 - type: "plot"
9781   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9782   algorithm: "plot_nf_heatmap"
9783   output-file-type: ".html"
9784   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9785   data: "plot-vpp-nfv-2n-clx-mrr"
9786   filter: "'NIC_Intel-XXV710' and
9787            'NF_DENSITY' and
9788            'VHOST' and
9789            'VXLAN' and
9790            'CHAIN' and
9791            'IMIX' and
9792            '4T2C' and
9793            'MRR'"
9794   parameters:
9795   - "result"
9796   - "name"
9797   - "tags"
9798   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9799   x-axis: "X = VNFs per Service Chain"
9800   y-axis: "Y = Number of Service Chains"
9801   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9802   layout:
9803     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9804     layout: "plot-service-density"
9805
9806 - type: "plot"
9807   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9808   algorithm: "plot_nf_heatmap"
9809   output-file-type: ".html"
9810   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9811   data: "plot-vpp-nfv-2n-clx-mrr"
9812   filter: "'NIC_Intel-XXV710' and
9813            'NF_DENSITY' and
9814            'VHOST' and
9815            'VXLAN' and
9816            'CHAIN' and
9817            'IMIX' and
9818            '8T4C' and
9819            'MRR'"
9820   parameters:
9821   - "result"
9822   - "name"
9823   - "tags"
9824   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9825   x-axis: "X = VNFs per Service Chain"
9826   y-axis: "Y = Number of Service Chains"
9827   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9828   layout:
9829     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9830     layout: "plot-service-density"
9831
9832 # Plots - NF Density - VSC - NDR IMIX
9833 - type: "plot"
9834   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9835   algorithm: "plot_nf_heatmap"
9836   output-file-type: ".html"
9837   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9838   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9839   filter: "'NIC_Intel-XXV710' and
9840            'NF_DENSITY' and
9841            'VHOST' and
9842            'VXLAN' and
9843            'CHAIN' a
9844            'IMIX' and
9845            '2T1C' and
9846            'NDRPDR'"
9847   parameters:
9848   - "throughput"
9849   - "name"
9850   - "tags"
9851   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9852   x-axis: "X = VNFs per Service Chain"
9853   y-axis: "Y = Number of Service Chains"
9854   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9855   layout:
9856     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9857     layout: "plot-service-density"
9858
9859 - type: "plot"
9860   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9861   algorithm: "plot_nf_heatmap"
9862   output-file-type: ".html"
9863   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9864   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9865   filter: "'NIC_Intel-XXV710' and
9866            'NF_DENSITY' and
9867            'VHOST' and
9868            'VXLAN' and
9869            'CHAIN' and
9870            'IMIX' and
9871            '4T2C' and
9872            'NDRPDR'"
9873   parameters:
9874   - "throughput"
9875   - "name"
9876   - "tags"
9877   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9878   x-axis: "X = VNFs per Service Chain"
9879   y-axis: "Y = Number of Service Chains"
9880   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9881   layout:
9882     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9883     layout: "plot-service-density"
9884
9885 - type: "plot"
9886   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9887   algorithm: "plot_nf_heatmap"
9888   output-file-type: ".html"
9889   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9890   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9891   filter: "'NIC_Intel-XXV710' and
9892            'NF_DENSITY' and
9893            'VHOST' and
9894            'VXLAN' and
9895            'CHAIN' and
9896            'IMIX' and
9897            '8T4C' and
9898            'NDRPDR'"
9899   parameters:
9900   - "throughput"
9901   - "name"
9902   - "tags"
9903   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9904   x-axis: "X = VNFs per Service Chain"
9905   y-axis: "Y = Number of Service Chains"
9906   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9907   layout:
9908     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9909     layout: "plot-service-density"
9910
9911 # Plots - NF Density - VSC - PDR IMIX
9912 - type: "plot"
9913   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9914   algorithm: "plot_nf_heatmap"
9915   output-file-type: ".html"
9916   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9917   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9918   filter: "'NIC_Intel-XXV710' and
9919            'NF_DENSITY' and
9920            'VHOST' and
9921            'VXLAN' and
9922            'CHAIN' and
9923            'IMIX' and
9924            '2T1C' and
9925            'NDRPDR'"
9926   parameters:
9927   - "throughput"
9928   - "name"
9929   - "tags"
9930   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9931   x-axis: "X = VNFs per Service Chain"
9932   y-axis: "Y = Number of Service Chains"
9933   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9934   layout:
9935     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9936     layout: "plot-service-density"
9937
9938 - type: "plot"
9939   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9940   algorithm: "plot_nf_heatmap"
9941   output-file-type: ".html"
9942   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9943   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9944   filter: "'NIC_Intel-XXV710' and
9945            'NF_DENSITY' and
9946            'VHOST' and
9947            'VXLAN' and
9948            'CHAIN' and
9949            'IMIX' and
9950            '4T2C' and
9951            'NDRPDR'"
9952   parameters:
9953   - "throughput"
9954   - "name"
9955   - "tags"
9956   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9957   x-axis: "X = VNFs per Service Chain"
9958   y-axis: "Y = Number of Service Chains"
9959   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9960   layout:
9961     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9962     layout: "plot-service-density"
9963
9964 - type: "plot"
9965   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9966   algorithm: "plot_nf_heatmap"
9967   output-file-type: ".html"
9968   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9969   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9970   filter: "'NIC_Intel-XXV710' and
9971            'NF_DENSITY' and
9972            'VHOST' and
9973            'VXLAN' and
9974            'CHAIN' and
9975            'IMIX' and
9976            '8T4C' and
9977            'NDRPDR'"
9978   parameters:
9979   - "throughput"
9980   - "name"
9981   - "tags"
9982   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9983   x-axis: "X = VNFs per Service Chain"
9984   y-axis: "Y = Number of Service Chains"
9985   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9986   layout:
9987     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9988     layout: "plot-service-density"
9989
9990 # Plots - NF Density - CSC - MRR IMIX
9991 - type: "plot"
9992   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9993   algorithm: "plot_nf_heatmap"
9994   output-file-type: ".html"
9995   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
9996   data: "plot-vpp-nfv-2n-clx-mrr"
9997   filter: "'NIC_Intel-XXV710' and
9998            'NF_DENSITY' and
9999            'DOCKER' and
10000            'CHAIN' and
10001            'NF_VPPIP4' and
10002            'IMIX' and
10003            '2T1C' and
10004            'MRR'"
10005   parameters:
10006   - "result"
10007   - "name"
10008   - "tags"
10009   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10010   x-axis: "X = CNFs per Service Chain"
10011   y-axis: "Y = Number of Service Chains"
10012   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10013   layout:
10014     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10015     layout: "plot-service-density"
10016
10017 - type: "plot"
10018   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10019   algorithm: "plot_nf_heatmap"
10020   output-file-type: ".html"
10021   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10022   data: "plot-vpp-nfv-2n-clx-mrr"
10023   filter: "'NIC_Intel-XXV710' and
10024            'NF_DENSITY' and
10025            'DOCKER' and
10026            'CHAIN' and
10027            'NF_VPPIP4' and
10028            'IMIX' and
10029            '4T2C' and
10030            'MRR'"
10031   parameters:
10032   - "result"
10033   - "name"
10034   - "tags"
10035   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10036   x-axis: "X = CNFs per Service Chain"
10037   y-axis: "Y = Number of Service Chains"
10038   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10039   layout:
10040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10041     layout: "plot-service-density"
10042
10043 - type: "plot"
10044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10045   algorithm: "plot_nf_heatmap"
10046   output-file-type: ".html"
10047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10048   data: "plot-vpp-nfv-2n-clx-mrr"
10049   filter: "'NIC_Intel-XXV710' and
10050            'NF_DENSITY' and
10051            'DOCKER' and
10052            'CHAIN' and
10053            'NF_VPPIP4' and
10054            'IMIX' and
10055            '8T4C' and
10056            'MRR'"
10057   parameters:
10058   - "result"
10059   - "name"
10060   - "tags"
10061   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10062   x-axis: "X = CNFs per Service Chain"
10063   y-axis: "Y = Number of Service Chains"
10064   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10065   layout:
10066     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10067     layout: "plot-service-density"
10068
10069 # Plots - NF Density - CSC - NDR IMIX
10070 - type: "plot"
10071   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10072   algorithm: "plot_nf_heatmap"
10073   output-file-type: ".html"
10074   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10075   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10076   filter: "'NIC_Intel-XXV710' and
10077            'NF_DENSITY' and
10078            'DOCKER' and
10079            'CHAIN' and
10080            'NF_VPPIP4' and
10081            'IMIX' and
10082            '2T1C' and
10083            'NDRPDR'"
10084   parameters:
10085   - "throughput"
10086   - "name"
10087   - "tags"
10088   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10089   x-axis: "X = CNFs per Service Chain"
10090   y-axis: "Y = Number of Service Chains"
10091   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10092   layout:
10093     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10094     layout: "plot-service-density"
10095
10096 - type: "plot"
10097   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10098   algorithm: "plot_nf_heatmap"
10099   output-file-type: ".html"
10100   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10101   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10102   filter: "'NIC_Intel-XXV710' and
10103            'NF_DENSITY' and
10104            'DOCKER' and
10105            'CHAIN' and
10106            'NF_VPPIP4' and
10107            'IMIX' and
10108            '4T2C' and
10109            'NDRPDR'"
10110   parameters:
10111   - "throughput"
10112   - "name"
10113   - "tags"
10114   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10115   x-axis: "X = CNFs per Service Chain"
10116   y-axis: "Y = Number of Service Chains"
10117   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10118   layout:
10119     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10120     layout: "plot-service-density"
10121
10122 - type: "plot"
10123   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10124   algorithm: "plot_nf_heatmap"
10125   output-file-type: ".html"
10126   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10127   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10128   filter: "'NIC_Intel-XXV710' and
10129            'NF_DENSITY' and
10130            'DOCKER' and
10131            'CHAIN' and
10132            'NF_VPPIP4' and
10133            'IMIX' and
10134            '8T4C' and
10135            'NDRPDR'"
10136   parameters:
10137   - "throughput"
10138   - "name"
10139   - "tags"
10140   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10141   x-axis: "X = CNFs per Service Chain"
10142   y-axis: "Y = Number of Service Chains"
10143   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10144   layout:
10145     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10146     layout: "plot-service-density"
10147
10148 # Plots - NF Density - CSC - PDR IMIX
10149 - type: "plot"
10150   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10151   algorithm: "plot_nf_heatmap"
10152   output-file-type: ".html"
10153   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10154   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10155   filter: "'NIC_Intel-XXV710' and
10156            'NF_DENSITY' and
10157            'DOCKER' and
10158            'CHAIN' and
10159            'NF_VPPIP4' and
10160            'IMIX' and
10161            '2T1C' and
10162            'NDRPDR'"
10163   parameters:
10164   - "throughput"
10165   - "name"
10166   - "tags"
10167   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10168   x-axis: "X = CNFs per Service Chain"
10169   y-axis: "Y = Number of Service Chains"
10170   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10171   layout:
10172     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10173     layout: "plot-service-density"
10174
10175 - type: "plot"
10176   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10177   algorithm: "plot_nf_heatmap"
10178   output-file-type: ".html"
10179   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10180   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10181   filter: "'NIC_Intel-XXV710' and
10182            'NF_DENSITY' and
10183            'DOCKER' and
10184            'CHAIN' and
10185            'NF_VPPIP4' and
10186            'IMIX' and
10187            '4T2C' and
10188            'NDRPDR'"
10189   parameters:
10190   - "throughput"
10191   - "name"
10192   - "tags"
10193   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10194   x-axis: "X = CNFs per Service Chain"
10195   y-axis: "Y = Number of Service Chains"
10196   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10197   layout:
10198     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10199     layout: "plot-service-density"
10200
10201 - type: "plot"
10202   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10203   algorithm: "plot_nf_heatmap"
10204   output-file-type: ".html"
10205   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10206   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10207   filter: "'NIC_Intel-XXV710' and
10208            'NF_DENSITY' and
10209            'DOCKER' and
10210            'CHAIN' and
10211            'NF_VPPIP4' and
10212            'IMIX' and
10213            '8T4C' and
10214            'NDRPDR'"
10215   parameters:
10216   - "throughput"
10217   - "name"
10218   - "tags"
10219   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10220   x-axis: "X = CNFs per Service Chain"
10221   y-axis: "Y = Number of Service Chains"
10222   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10223   layout:
10224     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10225     layout: "plot-service-density"
10226
10227 # Plots - NF Density - CSP - MRR IMIX
10228 - type: "plot"
10229   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10230   algorithm: "plot_nf_heatmap"
10231   output-file-type: ".html"
10232   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10233   data: "plot-vpp-nfv-2n-clx-mrr"
10234   filter: "'NIC_Intel-XXV710' and
10235            'NF_DENSITY' and
10236            'DOCKER' and
10237            'PIPELINE' and
10238            'NF_VPPIP4' and
10239            'IMIX' and
10240            '2T1C' and
10241            'MRR'"
10242   parameters:
10243   - "result"
10244   - "name"
10245   - "tags"
10246   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10247   x-axis: "X = CNFs per Service Pipeline"
10248   y-axis: "Y = Number of Service Pipelines"
10249   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10250   layout:
10251     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10252     layout: "plot-service-density"
10253
10254 - type: "plot"
10255   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10256   algorithm: "plot_nf_heatmap"
10257   output-file-type: ".html"
10258   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10259   data: "plot-vpp-nfv-2n-clx-mrr"
10260   filter: "'NIC_Intel-XXV710' and
10261            'NF_DENSITY' and
10262            'DOCKER' and
10263            'PIPELINE' and
10264            'NF_VPPIP4' and
10265            'IMIX' and
10266            '4T2C' and
10267            'MRR'"
10268   parameters:
10269   - "result"
10270   - "name"
10271   - "tags"
10272   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10273   x-axis: "X = CNFs per Service Pipeline"
10274   y-axis: "Y = Number of Service Pipelines"
10275   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10276   layout:
10277     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10278     layout: "plot-service-density"
10279
10280 - type: "plot"
10281   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10282   algorithm: "plot_nf_heatmap"
10283   output-file-type: ".html"
10284   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10285   data: "plot-vpp-nfv-2n-clx-mrr"
10286   filter: "'NIC_Intel-XXV710' and
10287            'NF_DENSITY' and
10288            'DOCKER' and
10289            'PIPELINE' and
10290            'NF_VPPIP4' and
10291            'IMIX' and
10292            '8T4C' and
10293            'MRR'"
10294   parameters:
10295   - "result"
10296   - "name"
10297   - "tags"
10298   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10299   x-axis: "X = CNFs per Service Pipeline"
10300   y-axis: "Y = Number of Service Pipelines"
10301   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10302   layout:
10303     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10304     layout: "plot-service-density"
10305
10306 # Plots - NF Density - CSP - NDR IMIX
10307 - type: "plot"
10308   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10309   algorithm: "plot_nf_heatmap"
10310   output-file-type: ".html"
10311   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10312   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10313   filter: "'NIC_Intel-XXV710' and
10314            'NF_DENSITY' and
10315            'DOCKER' and
10316            'PIPELINE' and
10317            'NF_VPPIP4' and
10318            'IMIX' and
10319            '2T1C' and
10320            'NDRPDR'"
10321   parameters:
10322   - "throughput"
10323   - "name"
10324   - "tags"
10325   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10326   x-axis: "X = CNFs per Service Pipeline"
10327   y-axis: "Y = Number of Service Pipelines"
10328   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10329   layout:
10330     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10331     layout: "plot-service-density"
10332
10333 - type: "plot"
10334   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10335   algorithm: "plot_nf_heatmap"
10336   output-file-type: ".html"
10337   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10338   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10339   filter: "'NIC_Intel-XXV710' and
10340            'NF_DENSITY' and
10341            'DOCKER' and
10342            'PIPELINE' and
10343            'NF_VPPIP4' and
10344            'IMIX' and
10345            '4T2C' and
10346            'NDRPDR'"
10347   parameters:
10348   - "throughput"
10349   - "name"
10350   - "tags"
10351   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10352   x-axis: "X = CNFs per Service Pipeline"
10353   y-axis: "Y = Number of Service Pipelines"
10354   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10355   layout:
10356     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10357     layout: "plot-service-density"
10358
10359 - type: "plot"
10360   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10361   algorithm: "plot_nf_heatmap"
10362   output-file-type: ".html"
10363   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10364   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10365   filter: "'NIC_Intel-XXV710' and
10366            'NF_DENSITY' and
10367            'DOCKER' and
10368            'PIPELINE' and
10369            'NF_VPPIP4' and
10370            'IMIX' and
10371            '8T4C' and
10372            'NDRPDR'"
10373   parameters:
10374   - "throughput"
10375   - "name"
10376   - "tags"
10377   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10378   x-axis: "X = CNFs per Service Pipeline"
10379   y-axis: "Y = Number of Service Pipelines"
10380   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10381   layout:
10382     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10383     layout: "plot-service-density"
10384
10385 # Plots - NF Density - CSP - PDR IMIX
10386 - type: "plot"
10387   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10388   algorithm: "plot_nf_heatmap"
10389   output-file-type: ".html"
10390   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10391   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10392   filter: "'NIC_Intel-XXV710' and
10393            'NF_DENSITY' and
10394            'DOCKER' and
10395            'PIPELINE' and
10396            'NF_VPPIP4' and
10397            'IMIX' and
10398            '2T1C' and
10399            'NDRPDR'"
10400   parameters:
10401   - "throughput"
10402   - "name"
10403   - "tags"
10404   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10405   x-axis: "X = CNFs per Service Pipeline"
10406   y-axis: "Y = Number of Service Pipelines"
10407   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10408   layout:
10409     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10410     layout: "plot-service-density"
10411
10412 - type: "plot"
10413   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10414   algorithm: "plot_nf_heatmap"
10415   output-file-type: ".html"
10416   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10417   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10418   filter: "'NIC_Intel-XXV710' and
10419            'NF_DENSITY' and
10420            'DOCKER' and
10421            'PIPELINE' and
10422            'NF_VPPIP4' and
10423            'IMIX' and
10424            '4T2C' and
10425            'NDRPDR'"
10426   parameters:
10427   - "throughput"
10428   - "name"
10429   - "tags"
10430   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10431   x-axis: "X = CNFs per Service Pipeline"
10432   y-axis: "Y = Number of Service Pipelines"
10433   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10434   layout:
10435     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10436     layout: "plot-service-density"
10437
10438 - type: "plot"
10439   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10440   algorithm: "plot_nf_heatmap"
10441   output-file-type: ".html"
10442   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10443   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10444   filter: "'NIC_Intel-XXV710' and
10445            'NF_DENSITY' and
10446            'DOCKER' and
10447            'PIPELINE' and
10448            'NF_VPPIP4' and
10449            'IMIX' and
10450            '8T4C' and
10451            'NDRPDR'"
10452   parameters:
10453   - "throughput"
10454   - "name"
10455   - "tags"
10456   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10457   x-axis: "X = CNFs per Service Pipeline"
10458   y-axis: "Y = Number of Service Pipelines"
10459   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10460   layout:
10461     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10462     layout: "plot-service-density"
10463
10464 ################################################################################
10465
10466 # Packet Throughput
10467
10468 #- type: "plot"
10469 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10470 #  algorithm: "plot_perf_box_name"
10471 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10472 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10473 #  include:
10474 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10475 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10476 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10477 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10478 #  layout:
10479 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10480 #    layout: "plot-throughput"
10481 #
10482 #- type: "plot"
10483 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10484 #  algorithm: "plot_perf_box_name"
10485 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10486 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10487 #  include:
10488 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10489 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10490 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10491 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10492 #  layout:
10493 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10494 #    layout: "plot-throughput"
10495 #
10496 #- type: "plot"
10497 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10498 #  algorithm: "plot_perf_box_name"
10499 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10500 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10501 #  include:
10502 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10503 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10504 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10505 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10506 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10507 #  layout:
10508 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10509 #    layout: "plot-throughput"
10510 #
10511 #- type: "plot"
10512 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10513 #  algorithm: "plot_perf_box_name"
10514 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10515 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10516 #  include:
10517 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10518 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10519 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10520 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10521 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10522 #  layout:
10523 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10524 #    layout: "plot-throughput"
10525
10526 - type: "plot"
10527   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10528   algorithm: "plot_perf_box_name"
10529   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10530   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10531   include:
10532     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10533     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10534     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10535     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10536     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10537   layout:
10538     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10539     layout: "plot-throughput"
10540
10541 - type: "plot"
10542   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10543   algorithm: "plot_perf_box_name"
10544   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10545   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10546   include:
10547     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10548     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10549     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10550     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10551     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10552   layout:
10553     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10554     layout: "plot-throughput"
10555
10556 #- type: "plot"
10557 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10558 #  algorithm: "plot_perf_box_name"
10559 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10560 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10561 #  include:
10562 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10563 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10564 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10565 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10566 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10567 #  layout:
10568 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10569 #    layout: "plot-throughput"
10570 #
10571 #- type: "plot"
10572 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10573 #  algorithm: "plot_perf_box_name"
10574 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10575 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10576 #  include:
10577 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10578 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10579 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10580 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10581 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10582 #  layout:
10583 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10584 #    layout: "plot-throughput"
10585 #
10586 #- type: "plot"
10587 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10588 #  algorithm: "plot_perf_box_name"
10589 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10590 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10591 #  include:
10592 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10593 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10594 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10595 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10596 #  layout:
10597 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10598 #    layout: "plot-throughput"
10599 #
10600 #- type: "plot"
10601 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10602 #  algorithm: "plot_perf_box_name"
10603 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10604 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10605 #  include:
10606 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10607 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10608 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10609 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10610 #  layout:
10611 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10612 #    layout: "plot-throughput"
10613 #
10614 #- type: "plot"
10615 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10616 #  algorithm: "plot_perf_box_name"
10617 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10618 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10619 #  include:
10620 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10621 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10622 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10623 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10624 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10625 #  layout:
10626 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10627 #    layout: "plot-throughput"
10628 #
10629 #- type: "plot"
10630 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10631 #  algorithm: "plot_perf_box_name"
10632 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10633 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10634 #  include:
10635 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10636 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10637 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10638 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10639 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10640 #  layout:
10641 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10642 #    layout: "plot-throughput"
10643 #
10644 #- type: "plot"
10645 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10646 #  algorithm: "plot_perf_box_name"
10647 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10648 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10649 #  include:
10650 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10651 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10652 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10653 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10654 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10655 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10656 #  layout:
10657 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10658 #    layout: "plot-throughput"
10659 #
10660 #- type: "plot"
10661 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10662 #  algorithm: "plot_perf_box_name"
10663 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10664 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10665 #  include:
10666 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10667 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10668 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10669 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10670 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10671 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10672 #  layout:
10673 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10674 #    layout: "plot-throughput"
10675
10676 - type: "plot"
10677   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10678   algorithm: "plot_perf_box_name"
10679   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10680   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10681   include:
10682     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10683     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10684     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10685   layout:
10686     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10687     layout: "plot-throughput"
10688
10689 - type: "plot"
10690   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10691   algorithm: "plot_perf_box_name"
10692   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10693   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10694   include:
10695     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10696     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10697     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10698   layout:
10699     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10700     layout: "plot-throughput"
10701
10702 #- type: "plot"
10703 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10704 #  algorithm: "plot_perf_box_name"
10705 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10706 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10707 #  include:
10708 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10709 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10710 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10711 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10712 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10713 #  layout:
10714 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10715 #    layout: "plot-throughput"
10716 #
10717 #- type: "plot"
10718 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10719 #  algorithm: "plot_perf_box_name"
10720 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10721 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10722 #  include:
10723 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10724 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10725 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10726 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10727 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10728 #  layout:
10729 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10730 #    layout: "plot-throughput"
10731 #
10732 #- type: "plot"
10733 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10734 #  algorithm: "plot_perf_box_name"
10735 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10736 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10737 #  include:
10738 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10739 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10740 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10741 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10742 #  layout:
10743 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10744 #    layout: "plot-throughput"
10745 #
10746 #- type: "plot"
10747 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10748 #  algorithm: "plot_perf_box_name"
10749 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10750 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10751 #  include:
10752 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10753 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10754 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10755 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10756 #  layout:
10757 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10758 #    layout: "plot-throughput"
10759 #
10760 #- type: "plot"
10761 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10762 #  algorithm: "plot_perf_box_name"
10763 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10764 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10765 #  include:
10766 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10767 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10768 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10769 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10770 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10771 #  layout:
10772 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10773 #    layout: "plot-throughput"
10774 #
10775 #- type: "plot"
10776 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10777 #  algorithm: "plot_perf_box_name"
10778 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10779 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10780 #  include:
10781 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10782 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10783 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10784 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10785 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10786 #  layout:
10787 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10788 #    layout: "plot-throughput"
10789 #
10790 #- type: "plot"
10791 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10792 #  algorithm: "plot_perf_box_name"
10793 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10794 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10795 #  include:
10796 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10797 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10798 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10799 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10800 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10801 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10802 #  layout:
10803 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10804 #    layout: "plot-throughput"
10805 #
10806 #- type: "plot"
10807 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10808 #  algorithm: "plot_perf_box_name"
10809 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10810 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10811 #  include:
10812 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10813 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10814 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10815 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10816 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10817 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10818 #  layout:
10819 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10820 #    layout: "plot-throughput"
10821
10822 - type: "plot"
10823   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10824   algorithm: "plot_perf_box_name"
10825   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10826   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10827   include:
10828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10833   layout:
10834     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10835     layout: "plot-throughput"
10836
10837 - type: "plot"
10838   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10839   algorithm: "plot_perf_box_name"
10840   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10841   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10842   include:
10843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10848   layout:
10849     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10850     layout: "plot-throughput"
10851
10852 - type: "plot"
10853   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10854   algorithm: "plot_perf_box_name"
10855   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10856   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10857   include:
10858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10861     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10862     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10863     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10864   layout:
10865     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10866     layout: "plot-throughput"
10867
10868 - type: "plot"
10869   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10870   algorithm: "plot_perf_box_name"
10871   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10872   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10873   include:
10874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10876     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10877     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10880   layout:
10881     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10882     layout: "plot-throughput"
10883
10884 - type: "plot"
10885   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10886   algorithm: "plot_perf_box_name"
10887   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10888   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10889   include:
10890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10891     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10894     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10895   layout:
10896     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10897     layout: "plot-throughput"
10898
10899 - type: "plot"
10900   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10901   algorithm: "plot_perf_box_name"
10902   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10903   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10904   include:
10905     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10906     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10910   layout:
10911     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10912     layout: "plot-throughput"
10913
10914 - type: "plot"
10915   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10916   algorithm: "plot_perf_box_name"
10917   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10918   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10919   include:
10920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10923     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10924     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10925     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10926   layout:
10927     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10928     layout: "plot-throughput"
10929
10930 - type: "plot"
10931   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10932   algorithm: "plot_perf_box_name"
10933   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10934   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10935   include:
10936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10937     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10939     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10940     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10941     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10942   layout:
10943     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10944     layout: "plot-throughput"
10945
10946 - type: "plot"
10947   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10948   algorithm: "plot_perf_box_name"
10949   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10950   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10951   include:
10952     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10953     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10954     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10955     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10957   layout:
10958     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10959     layout: "plot-throughput"
10960
10961 - type: "plot"
10962   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10963   algorithm: "plot_perf_box_name"
10964   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10965   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10966   include:
10967     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10968     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10969     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10970     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10972   layout:
10973     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10974     layout: "plot-throughput"
10975
10976 - type: "plot"
10977   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10978   algorithm: "plot_perf_box_name"
10979   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10980   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10981   include:
10982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10985     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10986     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10987     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10988   layout:
10989     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10990     layout: "plot-throughput"
10991
10992 - type: "plot"
10993   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10994   algorithm: "plot_perf_box_name"
10995   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10996   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10997   include:
10998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10999     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11000     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11001     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11002     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11003     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11004   layout:
11005     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11006     layout: "plot-throughput"
11007
11008 - type: "plot"
11009   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11010   algorithm: "plot_perf_box_name"
11011   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11013   include:
11014     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11015     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11016   layout:
11017     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11018     layout: "plot-throughput"
11019
11020 - type: "plot"
11021   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11022   algorithm: "plot_perf_box_name"
11023   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11024   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11025   include:
11026     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11027     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11028   layout:
11029     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11030     layout: "plot-throughput"
11031
11032 #- type: "plot"
11033 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11034 #  algorithm: "plot_perf_box_name"
11035 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11036 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11037 #  include:
11038 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11039 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11040 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11041 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11042 #  layout:
11043 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11044 #    layout: "plot-throughput"
11045 #
11046 #- type: "plot"
11047 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11048 #  algorithm: "plot_perf_box_name"
11049 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11050 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11051 #  include:
11052 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11053 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11054 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11055 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11056 #  layout:
11057 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11058 #    layout: "plot-throughput"
11059
11060 - type: "plot"
11061   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11062   algorithm: "plot_perf_box_name"
11063   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11064   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11065   include:
11066     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11067     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11068     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11069     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11070   layout:
11071     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11072     layout: "plot-throughput"
11073
11074 - type: "plot"
11075   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11076   algorithm: "plot_perf_box_name"
11077   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11078   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11079   include:
11080     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11081     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11082     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11083     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11084   layout:
11085     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11086     layout: "plot-throughput"
11087
11088 - type: "plot"
11089   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11090   algorithm: "plot_perf_box_name"
11091   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11092   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11093   include:
11094     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11098   layout:
11099     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11100     layout: "plot-throughput"
11101
11102 - type: "plot"
11103   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11104   algorithm: "plot_perf_box_name"
11105   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11106   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11107   include:
11108     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11112   layout:
11113     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11114     layout: "plot-throughput"
11115
11116 #- type: "plot"
11117 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11118 #  algorithm: "plot_perf_box_name"
11119 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11120 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11121 #  include:
11122 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11123 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11124 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11125 #  layout:
11126 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11127 #    layout: "plot-throughput"
11128 #
11129 #- type: "plot"
11130 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11131 #  algorithm: "plot_perf_box_name"
11132 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11133 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11134 #  include:
11135 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11136 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11137 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11138 #  layout:
11139 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11140 #    layout: "plot-throughput"
11141 #
11142 #- type: "plot"
11143 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11144 #  algorithm: "plot_perf_box_name"
11145 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11146 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11147 #  include:
11148 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11149 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11150 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11151 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11152 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11153 #  layout:
11154 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11155 #    layout: "plot-throughput"
11156 #
11157 #- type: "plot"
11158 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11159 #  algorithm: "plot_perf_box_name"
11160 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11161 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11162 #  include:
11163 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11164 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11165 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11166 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11167 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11168 #  layout:
11169 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11170 #    layout: "plot-throughput"
11171
11172 - type: "plot"
11173   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11174   algorithm: "plot_perf_box_name"
11175   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11176   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11177   include:
11178     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11179     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11180     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11181   layout:
11182     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11183     layout: "plot-throughput"
11184
11185 - type: "plot"
11186   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11187   algorithm: "plot_perf_box_name"
11188   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11189   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11190   include:
11191     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11192     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11193     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11194   layout:
11195     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11196     layout: "plot-throughput"
11197
11198 #- type: "plot"
11199 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11200 #  algorithm: "plot_perf_box_name"
11201 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11202 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11203 #  include:
11204 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11205 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11206 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11207 #  layout:
11208 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11209 #    layout: "plot-throughput"
11210 #
11211 #- type: "plot"
11212 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11213 #  algorithm: "plot_perf_box_name"
11214 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11215 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11216 #  include:
11217 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11218 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11219 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11220 #  layout:
11221 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11222 #    layout: "plot-throughput"
11223 #
11224 #- type: "plot"
11225 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11226 #  algorithm: "plot_perf_box_name"
11227 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11228 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11229 #  include:
11230 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11231 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11232 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11233 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11234 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11235 #  layout:
11236 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11237 #    layout: "plot-throughput"
11238 #
11239 #- type: "plot"
11240 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11241 #  algorithm: "plot_perf_box_name"
11242 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11243 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11244 #  include:
11245 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11246 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11247 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11248 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11249 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11250 #  layout:
11251 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11252 #    layout: "plot-throughput"
11253
11254 - type: "plot"
11255   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11256   algorithm: "plot_perf_box_name"
11257   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11258   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11259   include:
11260     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11261     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11262     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11263     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11264     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11265   layout:
11266     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11267     layout: "plot-throughput"
11268
11269 - type: "plot"
11270   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11271   algorithm: "plot_perf_box_name"
11272   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11273   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11274   include:
11275     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11276     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11277     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11278     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11279     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11280   layout:
11281     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11282     layout: "plot-throughput"
11283
11284 - type: "plot"
11285   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11286   algorithm: "plot_perf_box_name"
11287   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11288   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11289   include:
11290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11291     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11292     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11293     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11294     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11295   layout:
11296     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11297     layout: "plot-throughput"
11298
11299 - type: "plot"
11300   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11301   algorithm: "plot_perf_box_name"
11302   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11303   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11304   include:
11305     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11306     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11309     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11310   layout:
11311     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11312     layout: "plot-throughput"
11313
11314 - type: "plot"
11315   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11316   algorithm: "plot_perf_box_name"
11317   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11318   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11319   include:
11320     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11323     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11324     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11325   layout:
11326     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11327     layout: "plot-throughput"
11328
11329 - type: "plot"
11330   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11331   algorithm: "plot_perf_box_name"
11332   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11333   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11334   include:
11335     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11336     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11337     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11338     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11339     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11340   layout:
11341     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11342     layout: "plot-throughput"
11343
11344 - type: "plot"
11345   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11346   algorithm: "plot_perf_box_name"
11347   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11348   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11349   include:
11350     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11351     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11352     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11353     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11354     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11355     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11356   layout:
11357     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11358     layout: "plot-throughput"
11359
11360 - type: "plot"
11361   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11362   algorithm: "plot_perf_box_name"
11363   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11364   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11365   include:
11366     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11367     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11368     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11369     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11370     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11371     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11372   layout:
11373     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11374     layout: "plot-throughput"
11375
11376 - type: "plot"
11377   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11378   algorithm: "plot_perf_box_name"
11379   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11380   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11381   include:
11382     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11383     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11384     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11385     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11386   layout:
11387     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11388     layout: "plot-throughput"
11389
11390 - type: "plot"
11391   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11392   algorithm: "plot_perf_box_name"
11393   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11394   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11395   include:
11396     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11397     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11398     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11399     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11400   layout:
11401     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11402     layout: "plot-throughput"
11403
11404 #- type: "plot"
11405 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11406 #  algorithm: "plot_perf_box_name"
11407 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11408 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11409 #  include:
11410 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11411 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11412 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11413 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11414 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11415 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11416 #  layout:
11417 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11418 #    layout: "plot-throughput"
11419 #
11420 #- type: "plot"
11421 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11422 #  algorithm: "plot_perf_box_name"
11423 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11424 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11425 #  include:
11426 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11427 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11428 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11429 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11430 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11431 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11432 #  layout:
11433 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11434 #    layout: "plot-throughput"
11435
11436 - type: "plot"
11437   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11438   algorithm: "plot_perf_box_name"
11439   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11440   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11441   include:
11442     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11443 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11444     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11445 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11446     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11447 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11448   layout:
11449     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11450     layout: "plot-throughput"
11451
11452 - type: "plot"
11453   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11454   algorithm: "plot_perf_box_name"
11455   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11456   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11457   include:
11458     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11459 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11460     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11461 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11462     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11463 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11464   layout:
11465     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11466     layout: "plot-throughput"
11467
11468 - type: "plot"
11469   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11470   algorithm: "plot_perf_box_name"
11471   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11472   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11473   include:
11474     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11475     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11476     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11477     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11478     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11479     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11480   layout:
11481     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11482     layout: "plot-throughput"
11483
11484 - type: "plot"
11485   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11486   algorithm: "plot_perf_box_name"
11487   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11488   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11489   include:
11490     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11496   layout:
11497     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11498     layout: "plot-throughput"
11499
11500 #- type: "plot"
11501 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11502 #  algorithm: "plot_perf_box_name"
11503 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11504 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11505 #  include:
11506 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11507 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11508 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11509 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11510 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11511 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11512 #  layout:
11513 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11514 #    layout: "plot-throughput"
11515 #
11516 #- type: "plot"
11517 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11518 #  algorithm: "plot_perf_box_name"
11519 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11520 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11521 #  include:
11522 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11523 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11524 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11525 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11526 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11527 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11528 #  layout:
11529 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11530 #    layout: "plot-throughput"
11531 #
11532 #- type: "plot"
11533 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11534 #  algorithm: "plot_perf_box_name"
11535 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11536 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11537 #  include:
11538 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11539 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11540 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11541 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11542 #  layout:
11543 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11544 #    layout: "plot-throughput"
11545 #
11546 #- type: "plot"
11547 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11548 #  algorithm: "plot_perf_box_name"
11549 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11550 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11551 #  include:
11552 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11553 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11554 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11555 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11556 #  layout:
11557 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11558 #    layout: "plot-throughput"
11559 #
11560 #- type: "plot"
11561 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11562 #  algorithm: "plot_perf_box_name"
11563 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11564 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11565 #  include:
11566 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11567 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11568 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11569 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11570 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11571 #  layout:
11572 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11573 #    layout: "plot-throughput"
11574 #
11575 #- type: "plot"
11576 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11577 #  algorithm: "plot_perf_box_name"
11578 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11579 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11580 #  include:
11581 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11582 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11583 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11584 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11585 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11586 #  layout:
11587 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11588 #    layout: "plot-throughput"
11589 #
11590 #- type: "plot"
11591 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11592 #  algorithm: "plot_perf_box_name"
11593 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11594 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11595 #  include:
11596 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11597 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11598 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11599 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11600 #  layout:
11601 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11602 #    layout: "plot-throughput"
11603 #
11604 #- type: "plot"
11605 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11606 #  algorithm: "plot_perf_box_name"
11607 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11608 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11609 #  include:
11610 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11611 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11612 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11613 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11614 #  layout:
11615 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11616 #    layout: "plot-throughput"
11617
11618 - type: "plot"
11619   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11620   algorithm: "plot_perf_box_name"
11621   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11622   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11623   include:
11624     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11625     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11626     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11627     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11628     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11629     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11630   layout:
11631     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11632     layout: "plot-throughput"
11633
11634 - type: "plot"
11635   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11636   algorithm: "plot_perf_box_name"
11637   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11638   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11639   include:
11640     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11641     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11642     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11643     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11644     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11645     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11646   layout:
11647     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11648     layout: "plot-throughput"
11649
11650 #- type: "plot"
11651 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11652 #  algorithm: "plot_perf_box_name"
11653 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11654 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11655 #  include:
11656 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11657 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11658 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11659 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11660 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11661 #  layout:
11662 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11663 #    layout: "plot-throughput"
11664 #
11665 #- type: "plot"
11666 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11667 #  algorithm: "plot_perf_box_name"
11668 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11669 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11670 #  include:
11671 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11672 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11673 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11674 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11675 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11676 #  layout:
11677 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11678 #    layout: "plot-throughput"
11679 #
11680 #- type: "plot"
11681 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11682 #  algorithm: "plot_perf_box_name"
11683 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11684 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11685 #  include:
11686 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11687 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11688 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11689 #  layout:
11690 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11691 #    layout: "plot-throughput"
11692 #
11693 #- type: "plot"
11694 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11695 #  algorithm: "plot_perf_box_name"
11696 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11697 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11698 #  include:
11699 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11700 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11701 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11702 #  layout:
11703 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11704 #    layout: "plot-throughput"
11705 #
11706 #- type: "plot"
11707 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11708 #  algorithm: "plot_perf_box_name"
11709 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11710 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11711 #  include:
11712 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11713 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11714 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11715 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11716 #  layout:
11717 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11718 #    layout: "plot-throughput"
11719 #
11720 #- type: "plot"
11721 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11722 #  algorithm: "plot_perf_box_name"
11723 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11724 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11725 #  include:
11726 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11727 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11728 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11729 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11730 #  layout:
11731 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11732 #    layout: "plot-throughput"
11733 #
11734 #- type: "plot"
11735 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11736 #  algorithm: "plot_perf_box_name"
11737 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11738 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11739 #  include:
11740 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11741 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11742 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11743 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11744 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11745 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11746 #  layout:
11747 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11748 #    layout: "plot-throughput"
11749 #
11750 #- type: "plot"
11751 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11752 #  algorithm: "plot_perf_box_name"
11753 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11754 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11755 #  include:
11756 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11757 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11758 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11759 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11760 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11761 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11762 #  layout:
11763 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11764 #    layout: "plot-throughput"
11765 #
11766 #- type: "plot"
11767 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11768 #  algorithm: "plot_perf_box_name"
11769 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11770 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11771 #  include:
11772 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11773 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11774 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11775 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11776 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11777 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11778 #  layout:
11779 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11780 #    layout: "plot-throughput"
11781 #
11782 #- type: "plot"
11783 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11784 #  algorithm: "plot_perf_box_name"
11785 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11786 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11787 #  include:
11788 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11789 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11790 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11791 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11792 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11793 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11794 #  layout:
11795 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11796 #    layout: "plot-throughput"
11797
11798 - type: "plot"
11799   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11800   algorithm: "plot_perf_box_name"
11801   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11802   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11803   include:
11804     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11805     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11806     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11807     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11808   layout:
11809     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11810     layout: "plot-throughput"
11811
11812 - type: "plot"
11813   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11814   algorithm: "plot_perf_box_name"
11815   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11816   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11817   include:
11818     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11819     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11820     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11821     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11822   layout:
11823     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11824     layout: "plot-throughput"
11825
11826 - type: "plot"
11827   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11828   algorithm: "plot_perf_box_name"
11829   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11830   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11831   include:
11832     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11833     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11834     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11835     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11836     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11837     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11838   layout:
11839     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11840     layout: "plot-throughput"
11841
11842 - type: "plot"
11843   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11844   algorithm: "plot_perf_box_name"
11845   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11846   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11847   include:
11848     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11849     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11850     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11851     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11852     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11853     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11854   layout:
11855     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11856     layout: "plot-throughput"
11857
11858 - type: "plot"
11859   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11860   algorithm: "plot_perf_box_name"
11861   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11862   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11863   include:
11864     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11865     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11866     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11867     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11868     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11869     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11870   layout:
11871     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11872     layout: "plot-throughput"
11873
11874 - type: "plot"
11875   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11876   algorithm: "plot_perf_box_name"
11877   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11878   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11879   include:
11880     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11881     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11882     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11883     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11884     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11885     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11886   layout:
11887     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11888     layout: "plot-throughput"
11889
11890 - type: "plot"
11891   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11892   algorithm: "plot_perf_box_name"
11893   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11894   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11895   include:
11896     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11897     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11898     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11900   layout:
11901     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11902     layout: "plot-throughput"
11903
11904 - type: "plot"
11905   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11906   algorithm: "plot_perf_box_name"
11907   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11908   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11909   include:
11910     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11911     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11914   layout:
11915     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11916     layout: "plot-throughput"
11917
11918 - type: "plot"
11919   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11920   algorithm: "plot_perf_box_name"
11921   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11922   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11923   include:
11924     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11925     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11927     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11928     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11930   layout:
11931     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11932     layout: "plot-throughput"
11933
11934 - type: "plot"
11935   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11936   algorithm: "plot_perf_box_name"
11937   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11938   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11939   include:
11940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11943     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11944     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11945     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11946   layout:
11947     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11948     layout: "plot-throughput"
11949
11950 - type: "plot"
11951   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11952   algorithm: "plot_perf_box_name"
11953   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11954   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11955   include:
11956     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11957     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11958     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11959     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11960   layout:
11961     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11962     layout: "plot-throughput"
11963
11964 - type: "plot"
11965   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11966   algorithm: "plot_perf_box_name"
11967   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11968   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11969   include:
11970     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11971     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11972     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11973     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11974   layout:
11975     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11976     layout: "plot-throughput"
11977
11978 - type: "plot"
11979   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11980   algorithm: "plot_perf_box_name"
11981   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11982   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11983   include:
11984     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11985     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11986     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11987     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11988     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11989     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11990   layout:
11991     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11992     layout: "plot-throughput"
11993
11994 - type: "plot"
11995   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11996   algorithm: "plot_perf_box_name"
11997   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11998   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11999   include:
12000     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12001     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12002     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12003     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12004     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12005     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12006   layout:
12007     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12008     layout: "plot-throughput"
12009
12010 - type: "plot"
12011   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12012   algorithm: "plot_perf_box_name"
12013   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12014   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12015   include:
12016     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12017     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12018     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12019     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12020     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12021     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12022   layout:
12023     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12024     layout: "plot-throughput"
12025
12026 - type: "plot"
12027   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12028   algorithm: "plot_perf_box_name"
12029   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12030   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12031   include:
12032     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12033     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12034     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12035     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12036     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12037     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12038   layout:
12039     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12040     layout: "plot-throughput"
12041
12042 - type: "plot"
12043   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12044   algorithm: "plot_perf_box_name"
12045   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12046   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12047   include:
12048     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12049     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12050     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12051     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12052     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12053     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12054   layout:
12055     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12056     layout: "plot-throughput"
12057
12058 - type: "plot"
12059   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12060   algorithm: "plot_perf_box_name"
12061   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12062   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12063   include:
12064     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12065     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12066     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12067     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12068     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12069     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12070   layout:
12071     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12072     layout: "plot-throughput"
12073
12074 #- type: "plot"
12075 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12076 #  algorithm: "plot_perf_box_name"
12077 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12078 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12079 #  include:
12080 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12081 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12082 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12083 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12084 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12085 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12086 #  layout:
12087 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12088 #    layout: "plot-throughput"
12089 #
12090 #- type: "plot"
12091 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12092 #  algorithm: "plot_perf_box_name"
12093 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12094 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12095 #  include:
12096 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12097 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12098 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12099 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12100 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12101 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12102 #  layout:
12103 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12104 #    layout: "plot-throughput"
12105
12106 - type: "plot"
12107   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12108   algorithm: "plot_perf_box_name"
12109   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12110   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12111   include:
12112     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12113     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12114     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12115     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12116     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12117     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12118   layout:
12119     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12120     layout: "plot-throughput"
12121
12122 - type: "plot"
12123   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12124   algorithm: "plot_perf_box_name"
12125   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12126   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12127   include:
12128     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12129     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12130     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12131     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12132     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12133     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12134   layout:
12135     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12136     layout: "plot-throughput"
12137
12138 #- type: "plot"
12139 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12140 #  algorithm: "plot_perf_box_name"
12141 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12142 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12143 #  include:
12144 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12145 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12146 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12147 #  layout:
12148 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12149 #    layout: "plot-throughput"
12150 #
12151 #- type: "plot"
12152 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12153 #  algorithm: "plot_perf_box_name"
12154 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12155 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12156 #  include:
12157 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12158 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12159 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12160 #  layout:
12161 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12162 #    layout: "plot-throughput"
12163
12164 #- type: "plot"
12165 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12166 #  algorithm: "plot_perf_box_name"
12167 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12168 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12169 #  include:
12170 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12171 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12172 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12173 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12174 #  layout:
12175 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12176 #    layout: "plot-throughput"
12177 #
12178 #- type: "plot"
12179 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12180 #  algorithm: "plot_perf_box_name"
12181 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12182 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12183 #  include:
12184 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12185 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12186 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12187 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12188 #  layout:
12189 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12190 #    layout: "plot-throughput"
12191 #
12192 #- type: "plot"
12193 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12194 #  algorithm: "plot_perf_box_name"
12195 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12196 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12197 #  include:
12198 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12199 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12200 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12201 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12202 #  layout:
12203 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12204 #    layout: "plot-throughput"
12205 #
12206 #- type: "plot"
12207 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12208 #  algorithm: "plot_perf_box_name"
12209 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12210 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12211 #  include:
12212 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12213 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12214 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12215 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12216 #  layout:
12217 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12218 #    layout: "plot-throughput"
12219
12220 - type: "plot"
12221   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12222   algorithm: "plot_perf_box_name"
12223   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12224   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12225   include:
12226     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12227     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12228     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12229     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12230   layout:
12231     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12232     layout: "plot-throughput"
12233
12234 - type: "plot"
12235   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12236   algorithm: "plot_perf_box_name"
12237   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12238   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12239   include:
12240     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12241     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12242     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12243     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12244   layout:
12245     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12246     layout: "plot-throughput"
12247
12248 - type: "plot"
12249   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12250   algorithm: "plot_perf_box_name"
12251   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12252   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12253   include:
12254     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12255     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12256     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12257     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12258   layout:
12259     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12260     layout: "plot-throughput"
12261
12262 - type: "plot"
12263   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12264   algorithm: "plot_perf_box_name"
12265   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12266   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12267   include:
12268     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12269     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12270     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12271     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12272   layout:
12273     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12274     layout: "plot-throughput"
12275
12276 #- type: "plot"
12277 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12278 #  algorithm: "plot_perf_box_name"
12279 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12280 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12281 #  include:
12282 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12283 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12284 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12285 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12286 #  layout:
12287 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12288 #    layout: "plot-throughput"
12289 #
12290 #- type: "plot"
12291 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12292 #  algorithm: "plot_perf_box_name"
12293 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12294 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12295 #  include:
12296 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12297 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12298 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12299 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12300 #  layout:
12301 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12302 #    layout: "plot-throughput"
12303 #
12304 #- type: "plot"
12305 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12306 #  algorithm: "plot_perf_box_name"
12307 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12308 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12309 #  include:
12310 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12311 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12312 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12313 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12314 #  layout:
12315 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12316 #    layout: "plot-throughput"
12317 #
12318 #- type: "plot"
12319 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12320 #  algorithm: "plot_perf_box_name"
12321 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12322 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12323 #  include:
12324 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12325 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12326 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12327 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12328 #  layout:
12329 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12330 #    layout: "plot-throughput"
12331 #
12332 #- type: "plot"
12333 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12334 #  algorithm: "plot_perf_box_name"
12335 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12336 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12337 #  include:
12338 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12339 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12340 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12341 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12342 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12343 #  layout:
12344 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12345 #    layout: "plot-throughput"
12346 #
12347 #- type: "plot"
12348 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12349 #  algorithm: "plot_perf_box_name"
12350 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12351 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12352 #  include:
12353 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12354 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12355 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12356 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12357 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12358 #  layout:
12359 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12360 #    layout: "plot-throughput"
12361 #
12362 #- type: "plot"
12363 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12364 #  algorithm: "plot_perf_box_name"
12365 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12366 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12367 #  include:
12368 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12369 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12370 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12371 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12372 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12373 #  layout:
12374 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12375 #    layout: "plot-throughput"
12376 #
12377 #- type: "plot"
12378 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12379 #  algorithm: "plot_perf_box_name"
12380 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12381 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12382 #  include:
12383 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12384 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12385 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12386 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12387 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12388 #  layout:
12389 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12390 #    layout: "plot-throughput"
12391 #
12392 #- type: "plot"
12393 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12394 #  algorithm: "plot_perf_box_name"
12395 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12396 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12397 #  include:
12398 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12399 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12400 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12401 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12402 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12403 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12404 #  layout:
12405 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12406 #    layout: "plot-throughput"
12407 #
12408 #- type: "plot"
12409 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12410 #  algorithm: "plot_perf_box_name"
12411 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12412 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12413 #  include:
12414 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12415 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12416 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12417 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12418 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12419 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12420 #  layout:
12421 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12422 #    layout: "plot-throughput"
12423 #
12424 #- type: "plot"
12425 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12426 #  algorithm: "plot_perf_box_name"
12427 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12428 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12429 #  include:
12430 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12431 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12432 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12433 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12434 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12435 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12436 #  layout:
12437 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12438 #    layout: "plot-throughput"
12439 #
12440 #- type: "plot"
12441 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12442 #  algorithm: "plot_perf_box_name"
12443 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12444 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12445 #  include:
12446 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12447 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12448 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12449 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12450 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12451 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12452 #  layout:
12453 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12454 #    layout: "plot-throughput"
12455
12456 - type: "plot"
12457   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12458   algorithm: "plot_perf_box_name"
12459   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12460   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12461   include:
12462     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12463     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12464     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12465     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12466     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12467   layout:
12468     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12469     layout: "plot-throughput"
12470
12471 - type: "plot"
12472   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12473   algorithm: "plot_perf_box_name"
12474   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12475   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12476   include:
12477     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12478     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12479     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12480     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12481     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12482   layout:
12483     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12484     layout: "plot-throughput"
12485
12486 #- type: "plot"
12487 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12488 #  algorithm: "plot_perf_box_name"
12489 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12490 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12491 #  include:
12492 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12493 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12494 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12495 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12496 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12497 #  layout:
12498 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12499 #    layout: "plot-throughput"
12500 #
12501 #- type: "plot"
12502 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12503 #  algorithm: "plot_perf_box_name"
12504 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12505 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12506 #  include:
12507 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12508 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12509 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12510 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12511 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12512 #  layout:
12513 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12514 #    layout: "plot-throughput"
12515
12516 #- type: "plot"
12517 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12518 #  algorithm: "plot_perf_box_name"
12519 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12520 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12521 #  include:
12522 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12523 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12524 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12525 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12526 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12527 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12528 #  layout:
12529 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12530 #    layout: "plot-throughput"
12531 #
12532 #- type: "plot"
12533 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12534 #  algorithm: "plot_perf_box_name"
12535 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12536 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12537 #  include:
12538 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12539 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12540 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12541 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12542 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12543 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12544 #  layout:
12545 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12546 #    layout: "plot-throughput"
12547
12548 #- type: "plot"
12549 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12550 #  algorithm: "plot_perf_box_name"
12551 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12552 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12553 #  include:
12554 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12555 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12556 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12557 #  layout:
12558 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12559 #    layout: "plot-throughput"
12560 #
12561 #- type: "plot"
12562 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12563 #  algorithm: "plot_perf_box_name"
12564 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12565 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12566 #  include:
12567 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12568 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12569 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12570 #  layout:
12571 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12572 #    layout: "plot-throughput"
12573
12574 ################################################################################
12575
12576 # Packet Speedup
12577
12578 #- type: "plot"
12579 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12580 #  algorithm: "plot_tsa_name"
12581 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12582 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12583 #  include:
12584 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12585 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12586 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12587 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12588 #  layout:
12589 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12590 #    layout: "plot-throughput-speedup-analysis"
12591 #
12592 #- type: "plot"
12593 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12594 #  algorithm: "plot_tsa_name"
12595 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12596 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12597 #  include:
12598 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12599 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12600 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12601 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12602 #  layout:
12603 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12604 #    layout: "plot-throughput-speedup-analysis"
12605 #
12606 #- type: "plot"
12607 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12608 #  algorithm: "plot_tsa_name"
12609 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12610 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12611 #  include:
12612 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12613 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12614 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12615 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12616 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12617 #  layout:
12618 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12619 #    layout: "plot-throughput-speedup-analysis"
12620 #
12621 #- type: "plot"
12622 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12623 #  algorithm: "plot_tsa_name"
12624 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12625 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12626 #  include:
12627 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12628 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12629 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12630 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12631 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12632 #  layout:
12633 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12634 #    layout: "plot-throughput-speedup-analysis"
12635 #
12636 #- type: "plot"
12637 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12638 #  algorithm: "plot_tsa_name"
12639 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12640 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12641 #  include:
12642 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12643 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12644 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12645 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12646 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12647 #  layout:
12648 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12649 #    layout: "plot-throughput-speedup-analysis"
12650 #
12651 #- type: "plot"
12652 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12653 #  algorithm: "plot_tsa_name"
12654 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12655 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12656 #  include:
12657 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12658 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12659 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12660 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12661 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12662 #  layout:
12663 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12664 #    layout: "plot-throughput-speedup-analysis"
12665 #
12666 #- type: "plot"
12667 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12668 #  algorithm: "plot_tsa_name"
12669 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12670 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12671 #  include:
12672 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12673 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12674 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12675 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12676 #  layout:
12677 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12678 #    layout: "plot-throughput-speedup-analysis"
12679 #
12680 #- type: "plot"
12681 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12682 #  algorithm: "plot_tsa_name"
12683 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12684 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12685 #  include:
12686 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12687 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12688 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12689 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12690 #  layout:
12691 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12692 #    layout: "plot-throughput-speedup-analysis"
12693 #
12694 #- type: "plot"
12695 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12696 #  algorithm: "plot_tsa_name"
12697 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12698 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12699 #  include:
12700 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12701 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12702 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12703 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12704 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12705 #  layout:
12706 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12707 #    layout: "plot-throughput-speedup-analysis"
12708 #
12709 #- type: "plot"
12710 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12711 #  algorithm: "plot_tsa_name"
12712 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12713 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12714 #  include:
12715 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12716 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12717 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12718 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12719 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12720 #  layout:
12721 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12722 #    layout: "plot-throughput-speedup-analysis"
12723 #
12724 #- type: "plot"
12725 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12726 #  algorithm: "plot_tsa_name"
12727 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12728 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12729 #  include:
12730 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12731 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12732 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12733 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12734 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12735 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12736 #  layout:
12737 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12738 #    layout: "plot-throughput-speedup-analysis"
12739 #
12740 #- type: "plot"
12741 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12742 #  algorithm: "plot_tsa_name"
12743 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12744 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12745 #  include:
12746 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12747 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12748 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12749 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12750 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12751 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12752 #  layout:
12753 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12754 #    layout: "plot-throughput-speedup-analysis"
12755
12756 - type: "plot"
12757   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12758   algorithm: "plot_tsa_name"
12759   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12760   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12761   include:
12762     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12763     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12764     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12765   layout:
12766     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12767     layout: "plot-throughput-speedup-analysis"
12768
12769 - type: "plot"
12770   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12771   algorithm: "plot_tsa_name"
12772   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12773   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12774   include:
12775     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12776     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12777     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12778   layout:
12779     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12780     layout: "plot-throughput-speedup-analysis"
12781
12782 #- type: "plot"
12783 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12784 #  algorithm: "plot_tsa_name"
12785 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12786 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12787 #  include:
12788 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12789 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12790 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12791 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12792 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12793 #  layout:
12794 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12795 #    layout: "plot-throughput-speedup-analysis"
12796 #
12797 #- type: "plot"
12798 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12799 #  algorithm: "plot_tsa_name"
12800 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12801 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12802 #  include:
12803 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12804 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12805 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12806 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12807 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12808 #  layout:
12809 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12810 #    layout: "plot-throughput-speedup-analysis"
12811 #
12812 #- type: "plot"
12813 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12814 #  algorithm: "plot_tsa_name"
12815 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12816 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12817 #  include:
12818 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12819 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12820 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12821 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12822 #  layout:
12823 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12824 #    layout: "plot-throughput-speedup-analysis"
12825 #
12826 #- type: "plot"
12827 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12828 #  algorithm: "plot_tsa_name"
12829 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12830 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12831 #  include:
12832 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12833 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12834 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12835 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12836 #  layout:
12837 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12838 #    layout: "plot-throughput-speedup-analysis"
12839 #
12840 #- type: "plot"
12841 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12842 #  algorithm: "plot_tsa_name"
12843 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12844 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12845 #  include:
12846 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12847 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12848 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12849 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12850 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12851 #  layout:
12852 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12853 #    layout: "plot-throughput-speedup-analysis"
12854 #
12855 #- type: "plot"
12856 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12857 #  algorithm: "plot_tsa_name"
12858 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12859 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12860 #  include:
12861 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12862 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12863 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12864 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12865 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12866 #  layout:
12867 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12868 #    layout: "plot-throughput-speedup-analysis"
12869 #
12870 #- type: "plot"
12871 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12872 #  algorithm: "plot_tsa_name"
12873 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12874 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12875 #  include:
12876 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12877 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12878 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12879 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12880 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12881 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12882 #  layout:
12883 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12884 #    layout: "plot-throughput-speedup-analysis"
12885 #
12886 #- type: "plot"
12887 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12888 #  algorithm: "plot_tsa_name"
12889 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12890 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12891 #  include:
12892 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12893 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12894 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12895 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12896 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12897 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12898 #  layout:
12899 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12900 #    layout: "plot-throughput-speedup-analysis"
12901
12902 - type: "plot"
12903   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12904   algorithm: "plot_tsa_name"
12905   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12906   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12907   include:
12908     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12909     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12910   layout:
12911     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12912     layout: "plot-throughput-speedup-analysis"
12913
12914 - type: "plot"
12915   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12916   algorithm: "plot_tsa_name"
12917   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12918   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12919   include:
12920     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12921     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12922   layout:
12923     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12924     layout: "plot-throughput-speedup-analysis"
12925
12926 #- type: "plot"
12927 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12928 #  algorithm: "plot_tsa_name"
12929 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12930 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12931 #  include:
12932 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12933 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12934 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12935 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12936 #  layout:
12937 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12938 #    layout: "plot-throughput-speedup-analysis"
12939 #
12940 #- type: "plot"
12941 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12942 #  algorithm: "plot_tsa_name"
12943 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12944 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12945 #  include:
12946 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12947 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12948 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12949 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12950 #  layout:
12951 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12952 #    layout: "plot-throughput-speedup-analysis"
12953 #
12954 #- type: "plot"
12955 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12956 #  algorithm: "plot_tsa_name"
12957 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12958 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12959 #  include:
12960 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12961 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12962 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12963 #  layout:
12964 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12965 #    layout: "plot-throughput-speedup-analysis"
12966 #
12967 #- type: "plot"
12968 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12969 #  algorithm: "plot_tsa_name"
12970 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12971 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12972 #  include:
12973 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12974 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12975 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12976 #  layout:
12977 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12978 #    layout: "plot-throughput-speedup-analysis"
12979 #
12980 #- type: "plot"
12981 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12982 #  algorithm: "plot_tsa_name"
12983 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12984 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12985 #  include:
12986 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12987 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12988 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12989 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12990 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12991 #  layout:
12992 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12993 #    layout: "plot-throughput-speedup-analysis"
12994 #
12995 #- type: "plot"
12996 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12997 #  algorithm: "plot_tsa_name"
12998 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12999 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13000 #  include:
13001 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13002 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13003 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13004 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13005 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13006 #  layout:
13007 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13008 #    layout: "plot-throughput-speedup-analysis"
13009
13010 - type: "plot"
13011   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13012   algorithm: "plot_tsa_name"
13013   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13014   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13015   include:
13016     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13017     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13018     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13019   layout:
13020     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13021     layout: "plot-throughput-speedup-analysis"
13022
13023 - type: "plot"
13024   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13025   algorithm: "plot_tsa_name"
13026   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13027   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13028   include:
13029     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13030     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13031     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13032   layout:
13033     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13034     layout: "plot-throughput-speedup-analysis"
13035
13036 #- type: "plot"
13037 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13038 #  algorithm: "plot_tsa_name"
13039 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13040 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13041 #  include:
13042 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13043 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13044 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13045 #  layout:
13046 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13047 #    layout: "plot-throughput-speedup-analysis"
13048 #
13049 #- type: "plot"
13050 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13051 #  algorithm: "plot_tsa_name"
13052 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13053 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13054 #  include:
13055 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13056 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13057 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13058 #  layout:
13059 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13060 #    layout: "plot-throughput-speedup-analysis"
13061 #
13062 #- type: "plot"
13063 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13064 #  algorithm: "plot_tsa_name"
13065 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13066 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13067 #  include:
13068 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13069 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13070 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13071 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13072 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13073 #  layout:
13074 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13075 #    layout: "plot-throughput-speedup-analysis"
13076 #
13077 #- type: "plot"
13078 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13079 #  algorithm: "plot_tsa_name"
13080 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13081 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13082 #  include:
13083 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13084 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13085 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13086 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13087 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13088 #  layout:
13089 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13090 #    layout: "plot-throughput-speedup-analysis"
13091
13092 - type: "plot"
13093   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13094   algorithm: "plot_tsa_name"
13095   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13096   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13097   include:
13098     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13099     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13100     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13101     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13102     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13103     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13104   layout:
13105     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13106     layout: "plot-throughput-speedup-analysis"
13107
13108 - type: "plot"
13109   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13110   algorithm: "plot_tsa_name"
13111   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13112   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13113   include:
13114     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13115     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13116     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13117     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13118     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13119     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13120   layout:
13121     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13122     layout: "plot-throughput-speedup-analysis"
13123
13124 - type: "plot"
13125   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13126   algorithm: "plot_tsa_name"
13127   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13129   include:
13130     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13131     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13132     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13133     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13134   layout:
13135     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13136     layout: "plot-throughput-speedup-analysis"
13137
13138 - type: "plot"
13139   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13140   algorithm: "plot_tsa_name"
13141   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13142   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13143   include:
13144     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13145     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13146     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13147     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13148   layout:
13149     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13150     layout: "plot-throughput-speedup-analysis"
13151
13152 #- type: "plot"
13153 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13154 #  algorithm: "plot_tsa_name"
13155 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13156 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13157 #  include:
13158 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13159 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13160 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13161 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13162 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13163 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13164 #  layout:
13165 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13166 #    layout: "plot-throughput-speedup-analysis"
13167 #
13168 #- type: "plot"
13169 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13170 #  algorithm: "plot_tsa_name"
13171 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13172 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13173 #  include:
13174 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13175 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13176 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13177 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13178 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13179 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13180 #  layout:
13181 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13182 #    layout: "plot-throughput-speedup-analysis"
13183 #
13184 #- type: "plot"
13185 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13186 #  algorithm: "plot_tsa_name"
13187 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13188 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13189 #  include:
13190 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13191 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13192 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13193 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13194 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13195 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13196 #  layout:
13197 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13198 #    layout: "plot-throughput-speedup-analysis"
13199 #
13200 #- type: "plot"
13201 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13202 #  algorithm: "plot_tsa_name"
13203 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13204 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13205 #  include:
13206 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13207 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13208 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13209 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13210 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13211 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13212 #  layout:
13213 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13214 #    layout: "plot-throughput-speedup-analysis"
13215 #
13216 #- type: "plot"
13217 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13218 #  algorithm: "plot_tsa_name"
13219 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13220 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13221 #  include:
13222 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13223 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13224 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13225 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13226 #  layout:
13227 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13228 #    layout: "plot-throughput-speedup-analysis"
13229 #
13230 #- type: "plot"
13231 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13232 #  algorithm: "plot_tsa_name"
13233 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13234 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13235 #  include:
13236 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13237 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13238 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13239 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13240 #  layout:
13241 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13242 #    layout: "plot-throughput-speedup-analysis"
13243 #
13244 #- type: "plot"
13245 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13246 #  algorithm: "plot_tsa_name"
13247 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13248 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13249 #  include:
13250 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13251 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13252 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13253 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13254 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13255 #  layout:
13256 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13257 #    layout: "plot-throughput-speedup-analysis"
13258 #
13259 #- type: "plot"
13260 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13261 #  algorithm: "plot_tsa_name"
13262 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13263 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13264 #  include:
13265 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13266 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13267 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13268 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13269 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13270 #  layout:
13271 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13272 #    layout: "plot-throughput-speedup-analysis"
13273 #
13274 #- type: "plot"
13275 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13276 #  algorithm: "plot_tsa_name"
13277 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13278 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13279 #  include:
13280 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13281 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13282 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13283 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13284 #  layout:
13285 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13286 #    layout: "plot-throughput-speedup-analysis"
13287 #
13288 #- type: "plot"
13289 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13290 #  algorithm: "plot_tsa_name"
13291 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13292 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13293 #  include:
13294 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13295 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13296 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13297 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13298 #  layout:
13299 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13300 #    layout: "plot-throughput-speedup-analysis"
13301
13302 - type: "plot"
13303   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13304   algorithm: "plot_tsa_name"
13305   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13306   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13307   include:
13308     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13309     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13310     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13311     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13314   layout:
13315     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13316     layout: "plot-throughput-speedup-analysis"
13317
13318 - type: "plot"
13319   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13320   algorithm: "plot_tsa_name"
13321   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13322   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13323   include:
13324     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13325     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13330   layout:
13331     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13332     layout: "plot-throughput-speedup-analysis"
13333
13334 #- type: "plot"
13335 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13336 #  algorithm: "plot_tsa_name"
13337 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13338 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13339 #  include:
13340 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13341 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13342 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13343 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13344 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13345 #  layout:
13346 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13347 #    layout: "plot-throughput-speedup-analysis"
13348 #
13349 #- type: "plot"
13350 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13351 #  algorithm: "plot_tsa_name"
13352 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13353 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13354 #  include:
13355 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13356 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13357 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13358 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13359 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13360 #  layout:
13361 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13362 #    layout: "plot-throughput-speedup-analysis"
13363 #
13364 #- type: "plot"
13365 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13366 #  algorithm: "plot_tsa_name"
13367 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13368 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13369 #  include:
13370 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13371 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13372 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13373 #  layout:
13374 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13375 #    layout: "plot-throughput-speedup-analysis"
13376 #
13377 #- type: "plot"
13378 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13379 #  algorithm: "plot_tsa_name"
13380 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13381 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13382 #  include:
13383 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13384 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13385 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13386 #  layout:
13387 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13388 #    layout: "plot-throughput-speedup-analysis"
13389 #
13390 #- type: "plot"
13391 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13392 #  algorithm: "plot_tsa_name"
13393 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13394 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13395 #  include:
13396 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13397 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13398 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13399 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13400 #  layout:
13401 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13402 #    layout: "plot-throughput-speedup-analysis"
13403 #
13404 #- type: "plot"
13405 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13406 #  algorithm: "plot_tsa_name"
13407 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13408 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13409 #  include:
13410 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13411 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13412 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13413 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13414 #  layout:
13415 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13416 #    layout: "plot-throughput-speedup-analysis"
13417 #
13418 #- type: "plot"
13419 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13420 #  algorithm: "plot_tsa_name"
13421 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13422 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13423 #  include:
13424 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13425 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13426 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13427 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13428 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13429 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13430 #  layout:
13431 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13432 #    layout: "plot-throughput-speedup-analysis"
13433 #
13434 #- type: "plot"
13435 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13436 #  algorithm: "plot_tsa_name"
13437 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13438 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13439 #  include:
13440 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13441 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13442 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13443 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13444 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13445 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13446 #  layout:
13447 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13448 #    layout: "plot-throughput-speedup-analysis"
13449 #
13450 #- type: "plot"
13451 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13452 #  algorithm: "plot_tsa_name"
13453 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13454 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13455 #  include:
13456 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13457 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13458 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13459 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13460 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13461 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13462 #  layout:
13463 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13464 #    layout: "plot-throughput-speedup-analysis"
13465 #
13466 #- type: "plot"
13467 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13468 #  algorithm: "plot_tsa_name"
13469 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13470 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13471 #  include:
13472 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13473 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13474 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13475 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13476 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13477 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13478 #  layout:
13479 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13480 #    layout: "plot-throughput-speedup-analysis"
13481
13482 - type: "plot"
13483   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13484   algorithm: "plot_tsa_name"
13485   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13486   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13487   include:
13488     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13489     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13490     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13491     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13492     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13493     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13494   layout:
13495     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13496     layout: "plot-throughput-speedup-analysis"
13497
13498 - type: "plot"
13499   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13500   algorithm: "plot_tsa_name"
13501   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13502   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13503   include:
13504     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13505     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13506     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13507     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13508     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13509     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13510   layout:
13511     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13512     layout: "plot-throughput-speedup-analysis"
13513
13514 #- type: "plot"
13515 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13516 #  algorithm: "plot_tsa_name"
13517 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13518 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13519 #  include:
13520 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13521 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13522 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13523 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13524 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13525 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13526 #  layout:
13527 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13528 #    layout: "plot-throughput-speedup-analysis"
13529 #
13530 #- type: "plot"
13531 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13532 #  algorithm: "plot_tsa_name"
13533 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13534 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13535 #  include:
13536 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13537 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13538 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13539 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13540 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13541 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13542 #  layout:
13543 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13544 #    layout: "plot-throughput-speedup-analysis"
13545 #
13546 #- type: "plot"
13547 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13548 #  algorithm: "plot_tsa_name"
13549 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13550 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13551 #  include:
13552 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13553 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13554 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13555 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13556 #  layout:
13557 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13558 #    layout: "plot-throughput-speedup-analysis"
13559 #
13560 #- type: "plot"
13561 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13562 #  algorithm: "plot_tsa_name"
13563 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13564 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13565 #  include:
13566 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13567 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13568 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13569 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13570 #  layout:
13571 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13572 #    layout: "plot-throughput-speedup-analysis"
13573 #
13574 #- type: "plot"
13575 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13576 #  algorithm: "plot_tsa_name"
13577 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13578 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13579 #  include:
13580 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13581 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13582 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13583 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13584 #  layout:
13585 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13586 #    layout: "plot-throughput-speedup-analysis"
13587 #
13588 #- type: "plot"
13589 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13590 #  algorithm: "plot_tsa_name"
13591 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13592 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13593 #  include:
13594 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13595 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13596 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13597 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13598 #  layout:
13599 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13600 #    layout: "plot-throughput-speedup-analysis"
13601
13602 - type: "plot"
13603   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13604   algorithm: "plot_tsa_name"
13605   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13606   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13607   include:
13608     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13609     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13610     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13611     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13612   layout:
13613     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13614     layout: "plot-throughput-speedup-analysis"
13615
13616 - type: "plot"
13617   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13618   algorithm: "plot_tsa_name"
13619   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13620   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13621   include:
13622     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13623     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13624     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13625     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13626   layout:
13627     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13628     layout: "plot-throughput-speedup-analysis"
13629
13630 - type: "plot"
13631   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13632   algorithm: "plot_tsa_name"
13633   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13634   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13635   include:
13636     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13637     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13638     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13639     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13640   layout:
13641     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13642     layout: "plot-throughput-speedup-analysis"
13643
13644 - type: "plot"
13645   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13646   algorithm: "plot_tsa_name"
13647   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13648   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13649   include:
13650     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13651     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13652     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13653     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13654   layout:
13655     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13656     layout: "plot-throughput-speedup-analysis"
13657
13658 #- type: "plot"
13659 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13660 #  algorithm: "plot_tsa_name"
13661 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13662 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13663 #  include:
13664 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13665 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13666 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13667 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13668 #  layout:
13669 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13670 #    layout: "plot-throughput-speedup-analysis"
13671 #
13672 #- type: "plot"
13673 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13674 #  algorithm: "plot_tsa_name"
13675 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13676 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13677 #  include:
13678 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13679 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13680 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13681 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13682 #  layout:
13683 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13684 #    layout: "plot-throughput-speedup-analysis"
13685 #
13686 #- type: "plot"
13687 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13688 #  algorithm: "plot_tsa_name"
13689 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13690 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13691 #  include:
13692 #    - "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"
13693 #    - "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"
13694 #    - "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"
13695 #    - "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"
13696 #  layout:
13697 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13698 #    layout: "plot-throughput-speedup-analysis"
13699 #
13700 #- type: "plot"
13701 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13702 #  algorithm: "plot_tsa_name"
13703 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13704 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13705 #  include:
13706 #    - "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"
13707 #    - "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"
13708 #    - "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"
13709 #    - "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"
13710 #  layout:
13711 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13712 #    layout: "plot-throughput-speedup-analysis"
13713 #
13714 #- type: "plot"
13715 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13716 #  algorithm: "plot_tsa_name"
13717 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13718 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13719 #  include:
13720 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13721 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13722 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13723 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13724 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13725 #  layout:
13726 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13727 #    layout: "plot-throughput-speedup-analysis"
13728 #
13729 #- type: "plot"
13730 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13731 #  algorithm: "plot_tsa_name"
13732 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13733 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13734 #  include:
13735 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13736 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13737 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13738 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13739 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13740 #  layout:
13741 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13742 #    layout: "plot-throughput-speedup-analysis"
13743 #
13744 #- type: "plot"
13745 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13746 #  algorithm: "plot_tsa_name"
13747 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13748 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13749 #  include:
13750 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13751 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13752 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13753 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13754 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13755 #  layout:
13756 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13757 #    layout: "plot-throughput-speedup-analysis"
13758 #
13759 #- type: "plot"
13760 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13761 #  algorithm: "plot_tsa_name"
13762 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13763 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13764 #  include:
13765 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13766 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13767 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13768 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13769 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13770 #  layout:
13771 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13772 #    layout: "plot-throughput-speedup-analysis"
13773 #
13774 #- type: "plot"
13775 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13776 #  algorithm: "plot_tsa_name"
13777 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13778 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13779 #  include:
13780 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13781 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13782 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13783 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13784 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13785 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13786 #  layout:
13787 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13788 #    layout: "plot-throughput-speedup-analysis"
13789 #
13790 #- type: "plot"
13791 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13792 #  algorithm: "plot_tsa_name"
13793 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13794 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13795 #  include:
13796 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13797 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13798 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13799 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13800 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13801 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13802 #  layout:
13803 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13804 #    layout: "plot-throughput-speedup-analysis"
13805 #
13806 #- type: "plot"
13807 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13808 #  algorithm: "plot_tsa_name"
13809 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13810 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13811 #  include:
13812 #    - "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"
13813 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13814 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13815 #    - "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"
13816 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13817 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13818 #  layout:
13819 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13820 #    layout: "plot-throughput-speedup-analysis"
13821 #
13822 #- type: "plot"
13823 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13824 #  algorithm: "plot_tsa_name"
13825 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13826 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13827 #  include:
13828 #    - "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"
13829 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13830 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13831 #    - "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"
13832 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13833 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13834 #  layout:
13835 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13836 #    layout: "plot-throughput-speedup-analysis"
13837 #
13838 #- type: "plot"
13839 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13840 #  algorithm: "plot_tsa_name"
13841 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13842 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13843 #  include:
13844 #    - "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"
13845 #    - "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"
13846 #    - "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"
13847 #  layout:
13848 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13849 #    layout: "plot-throughput-speedup-analysis"
13850 #
13851 #- type: "plot"
13852 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13853 #  algorithm: "plot_tsa_name"
13854 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13855 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13856 #  include:
13857 #    - "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"
13858 #    - "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"
13859 #    - "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"
13860 #  layout:
13861 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13862 #    layout: "plot-throughput-speedup-analysis"
13863
13864 - type: "plot"
13865   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13866   algorithm: "plot_tsa_name"
13867   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13868   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13869   include:
13870     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13871     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13872     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13873     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13874     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13875   layout:
13876     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13877     layout: "plot-throughput-speedup-analysis"
13878
13879 - type: "plot"
13880   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13881   algorithm: "plot_tsa_name"
13882   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13883   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13884   include:
13885     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13886     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13887     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13888     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13889     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13890   layout:
13891     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13892     layout: "plot-throughput-speedup-analysis"
13893
13894 - type: "plot"
13895   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13896   algorithm: "plot_tsa_name"
13897   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13898   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13899   include:
13900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13905   layout:
13906     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13907     layout: "plot-throughput-speedup-analysis"
13908
13909 - type: "plot"
13910   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13911   algorithm: "plot_tsa_name"
13912   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13913   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13914   include:
13915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13920   layout:
13921     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13922     layout: "plot-throughput-speedup-analysis"
13923
13924 - type: "plot"
13925   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13926   algorithm: "plot_tsa_name"
13927   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13928   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13929   include:
13930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13936   layout:
13937     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13938     layout: "plot-throughput-speedup-analysis"
13939
13940 - type: "plot"
13941   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13942   algorithm: "plot_tsa_name"
13943   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13944   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13945   include:
13946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13950     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13951     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13952   layout:
13953     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13954     layout: "plot-throughput-speedup-analysis"
13955
13956 - type: "plot"
13957   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13958   algorithm: "plot_tsa_name"
13959   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13960   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13961   include:
13962     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13963     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13964     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13965     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13966   layout:
13967     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
13968     layout: "plot-throughput-speedup-analysis"
13969
13970 - type: "plot"
13971   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13972   algorithm: "plot_tsa_name"
13973   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13974   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13975   include:
13976     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13977     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13978     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13979     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13980   layout:
13981     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
13982     layout: "plot-throughput-speedup-analysis"
13983
13984 - type: "plot"
13985   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13986   algorithm: "plot_tsa_name"
13987   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13988   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13989   include:
13990     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13991     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13992     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13993     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13994     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13995   layout:
13996     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
13997     layout: "plot-throughput-speedup-analysis"
13998
13999 - type: "plot"
14000   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14001   algorithm: "plot_tsa_name"
14002   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14003   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14004   include:
14005     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14006     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14007     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14008     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14009     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14010   layout:
14011     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14012     layout: "plot-throughput-speedup-analysis"
14013
14014 - type: "plot"
14015   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14016   algorithm: "plot_tsa_name"
14017   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14018   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14019   include:
14020     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14021     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14022     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14023     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14024     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14025     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14026   layout:
14027     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14028     layout: "plot-throughput-speedup-analysis"
14029
14030 - type: "plot"
14031   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14032   algorithm: "plot_tsa_name"
14033   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14034   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14035   include:
14036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14038     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14040     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14041     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14042   layout:
14043     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14044     layout: "plot-throughput-speedup-analysis"
14045
14046 - type: "plot"
14047   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14048   algorithm: "plot_tsa_name"
14049   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14050   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14051   include:
14052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14056   layout:
14057     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14058     layout: "plot-throughput-speedup-analysis"
14059
14060 - type: "plot"
14061   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14062   algorithm: "plot_tsa_name"
14063   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14064   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14065   include:
14066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14070   layout:
14071     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14072     layout: "plot-throughput-speedup-analysis"
14073
14074 - type: "plot"
14075   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14076   algorithm: "plot_tsa_name"
14077   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14078   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14079   include:
14080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14084     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14085     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14086   layout:
14087     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14088     layout: "plot-throughput-speedup-analysis"
14089
14090 - type: "plot"
14091   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14092   algorithm: "plot_tsa_name"
14093   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14094   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14095   include:
14096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14098     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14100     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14101     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14102   layout:
14103     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14104     layout: "plot-throughput-speedup-analysis"
14105
14106 - type: "plot"
14107   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14108   algorithm: "plot_tsa_name"
14109   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14110   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14111   include:
14112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14113     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14114     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14115     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14116     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14117     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14118   layout:
14119     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14120     layout: "plot-throughput-speedup-analysis"
14121
14122 - type: "plot"
14123   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14124   algorithm: "plot_tsa_name"
14125   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14126   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14127   include:
14128     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14129     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14130     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14131     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14132     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14133     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14134   layout:
14135     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14136     layout: "plot-throughput-speedup-analysis"
14137
14138 - type: "plot"
14139   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14140   algorithm: "plot_tsa_name"
14141   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14142   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14143   include:
14144     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14145     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14146     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14147     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14148     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14149     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14150   layout:
14151     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14152     layout: "plot-throughput-speedup-analysis"
14153
14154 - type: "plot"
14155   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14156   algorithm: "plot_tsa_name"
14157   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14158   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14159   include:
14160     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14161     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14162     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14163     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14164     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14165     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14166   layout:
14167     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14168     layout: "plot-throughput-speedup-analysis"
14169
14170 - type: "plot"
14171   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14172   algorithm: "plot_tsa_name"
14173   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14174   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14175   include:
14176     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14177     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14178     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14179     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14180     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14181   layout:
14182     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14183     layout: "plot-throughput-speedup-analysis"
14184
14185 - type: "plot"
14186   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14187   algorithm: "plot_tsa_name"
14188   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14189   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14190   include:
14191     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14192     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14193     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14194     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14195     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14196   layout:
14197     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14198     layout: "plot-throughput-speedup-analysis"
14199
14200 #- type: "plot"
14201 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14202 #  algorithm: "plot_tsa_name"
14203 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14204 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14205 #  include:
14206 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14207 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14208 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14209 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14210 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14211 #  layout:
14212 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14213 #    layout: "plot-throughput-speedup-analysis"
14214 #
14215 #- type: "plot"
14216 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14217 #  algorithm: "plot_tsa_name"
14218 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14219 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14220 #  include:
14221 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14222 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14223 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14224 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14225 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14226 #  layout:
14227 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14228 #    layout: "plot-throughput-speedup-analysis"
14229
14230 #- type: "plot"
14231 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14232 #  algorithm: "plot_tsa_name"
14233 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14234 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14235 #  include:
14236 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14237 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14238 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14239 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14240 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14241 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14242 #  layout:
14243 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14244 #    layout: "plot-throughput-speedup-analysis"
14245 #
14246 #- type: "plot"
14247 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14248 #  algorithm: "plot_tsa_name"
14249 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14250 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14251 #  include:
14252 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14253 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14254 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14255 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14256 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14257 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14258 #  layout:
14259 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14260 #    layout: "plot-throughput-speedup-analysis"
14261
14262 - type: "plot"
14263   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14264   algorithm: "plot_tsa_name"
14265   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14266   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14267   include:
14268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14273   layout:
14274     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14275     layout: "plot-throughput-speedup-analysis"
14276
14277 - type: "plot"
14278   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14279   algorithm: "plot_tsa_name"
14280   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14281   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14282   include:
14283     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14284     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14285     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14288   layout:
14289     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14290     layout: "plot-throughput-speedup-analysis"
14291
14292 - type: "plot"
14293   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14294   algorithm: "plot_tsa_name"
14295   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14296   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14297   include:
14298     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14303     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14304   layout:
14305     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14306     layout: "plot-throughput-speedup-analysis"
14307
14308 - type: "plot"
14309   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14310   algorithm: "plot_tsa_name"
14311   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14312   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14313   include:
14314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14320   layout:
14321     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14322     layout: "plot-throughput-speedup-analysis"
14323
14324 - type: "plot"
14325   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14326   algorithm: "plot_tsa_name"
14327   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14328   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14329   include:
14330     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14331     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14332     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14335   layout:
14336     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14337     layout: "plot-throughput-speedup-analysis"
14338
14339 - type: "plot"
14340   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14341   algorithm: "plot_tsa_name"
14342   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14343   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14344   include:
14345     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14346     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14347     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14348     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14349     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14350   layout:
14351     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14352     layout: "plot-throughput-speedup-analysis"
14353
14354 - type: "plot"
14355   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14356   algorithm: "plot_tsa_name"
14357   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14358   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14359   include:
14360     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14361     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14362     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14363     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14364   layout:
14365     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14366     layout: "plot-throughput-speedup-analysis"
14367
14368 - type: "plot"
14369   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14370   algorithm: "plot_tsa_name"
14371   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14372   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14373   include:
14374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14377     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14378   layout:
14379     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14380     layout: "plot-throughput-speedup-analysis"
14381
14382 - type: "plot"
14383   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14384   algorithm: "plot_tsa_name"
14385   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14386   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14387   include:
14388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14389     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14393     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14394   layout:
14395     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14396     layout: "plot-throughput-speedup-analysis"
14397
14398 - type: "plot"
14399   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14400   algorithm: "plot_tsa_name"
14401   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14402   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14403   include:
14404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14408     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14409     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14410   layout:
14411     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14412     layout: "plot-throughput-speedup-analysis"
14413
14414 - type: "plot"
14415   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14416   algorithm: "plot_tsa_name"
14417   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14418   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14419   include:
14420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14425   layout:
14426     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14427     layout: "plot-throughput-speedup-analysis"
14428
14429 - type: "plot"
14430   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14431   algorithm: "plot_tsa_name"
14432   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14433   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14434   include:
14435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14440   layout:
14441     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14442     layout: "plot-throughput-speedup-analysis"
14443
14444 - type: "plot"
14445   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14446   algorithm: "plot_tsa_name"
14447   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14448   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14449   include:
14450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14456   layout:
14457     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14458     layout: "plot-throughput-speedup-analysis"
14459
14460 - type: "plot"
14461   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14462   algorithm: "plot_tsa_name"
14463   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14464   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14465   include:
14466     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14467     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14472   layout:
14473     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14474     layout: "plot-throughput-speedup-analysis"
14475
14476 - type: "plot"
14477   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14478   algorithm: "plot_tsa_name"
14479   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14480   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14481   include:
14482     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14486   layout:
14487     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14488     layout: "plot-throughput-speedup-analysis"
14489
14490 - type: "plot"
14491   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14492   algorithm: "plot_tsa_name"
14493   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14494   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14495   include:
14496     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14500   layout:
14501     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14502     layout: "plot-throughput-speedup-analysis"
14503
14504 - type: "plot"
14505   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14506   algorithm: "plot_tsa_name"
14507   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14508   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14509   include:
14510     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14515   layout:
14516     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14517     layout: "plot-throughput-speedup-analysis"
14518
14519 - type: "plot"
14520   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14521   algorithm: "plot_tsa_name"
14522   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14523   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14524   include:
14525     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14528     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14530   layout:
14531     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14532     layout: "plot-throughput-speedup-analysis"
14533
14534 - type: "plot"
14535   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14536   algorithm: "plot_tsa_name"
14537   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14538   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14539   include:
14540     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14541     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14542     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14543     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14544     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14545     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14546   layout:
14547     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14548     layout: "plot-throughput-speedup-analysis"
14549
14550 - type: "plot"
14551   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14552   algorithm: "plot_tsa_name"
14553   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14554   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14555   include:
14556     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14557     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14558     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14559     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14560     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14561     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14562   layout:
14563     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14564     layout: "plot-throughput-speedup-analysis"
14565
14566 - type: "plot"
14567   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14568   algorithm: "plot_tsa_name"
14569   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14570   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14571   include:
14572     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14573     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14574     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14575     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14576   layout:
14577     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14578     layout: "plot-throughput-speedup-analysis"
14579
14580 - type: "plot"
14581   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14582   algorithm: "plot_tsa_name"
14583   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14584   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14585   include:
14586     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14587     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14588     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14589     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14590   layout:
14591     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14592     layout: "plot-throughput-speedup-analysis"
14593
14594 - type: "plot"
14595   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14596   algorithm: "plot_tsa_name"
14597   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14598   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14599   include:
14600     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14601     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14603     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14604     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14605     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14606   layout:
14607     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14608     layout: "plot-throughput-speedup-analysis"
14609
14610 - type: "plot"
14611   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14612   algorithm: "plot_tsa_name"
14613   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14614   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14615   include:
14616     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14617     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14618     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14619     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14620     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14621     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14622   layout:
14623     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14624     layout: "plot-throughput-speedup-analysis"
14625
14626 - type: "plot"
14627   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14628   algorithm: "plot_tsa_name"
14629   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14630   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14631   include:
14632     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14633     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14634     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14635     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14636     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14637     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14638   layout:
14639     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14640     layout: "plot-throughput-speedup-analysis"
14641
14642 - type: "plot"
14643   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14644   algorithm: "plot_tsa_name"
14645   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14646   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14647   include:
14648     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14649     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14650     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14651     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14652     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14653     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14654   layout:
14655     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14656     layout: "plot-throughput-speedup-analysis"
14657
14658 #- type: "plot"
14659 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14660 #  algorithm: "plot_tsa_name"
14661 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14662 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14663 #  include:
14664 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14665 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14666 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14667 #  layout:
14668 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14669 #    layout: "plot-throughput-speedup-analysis"
14670 #
14671 #- type: "plot"
14672 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14673 #  algorithm: "plot_tsa_name"
14674 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14675 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14676 #  include:
14677 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14678 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14679 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14680 #  layout:
14681 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14682 #    layout: "plot-throughput-speedup-analysis"
14683
14684 ################################################################################
14685
14686 # Packet Throughput - DPDK
14687
14688 # 2n-skx-xxv710
14689
14690 #- type: "plot"
14691 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14692 #  algorithm: "plot_perf_box_name"
14693 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14694 #  data: "plot-dpdk-throughput-latency-2n-skx"
14695 #  include:
14696 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14697 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14698 #  layout:
14699 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14700 #    layout: "plot-throughput"
14701 #
14702 #- type: "plot"
14703 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14704 #  algorithm: "plot_perf_box_name"
14705 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14706 #  data: "plot-dpdk-throughput-latency-2n-skx"
14707 #  include:
14708 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14709 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14710 #  layout:
14711 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14712 #    layout: "plot-throughput"
14713 #
14714 #- type: "plot"
14715 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14716 #  algorithm: "plot_perf_box_name"
14717 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14718 #  data: "plot-dpdk-throughput-latency-2n-skx"
14719 #  include:
14720 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14721 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14722 #  layout:
14723 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14724 #    layout: "plot-throughput"
14725 #
14726 #- type: "plot"
14727 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14728 #  algorithm: "plot_perf_box_name"
14729 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14730 #  data: "plot-dpdk-throughput-latency-2n-skx"
14731 #  include:
14732 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14733 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14734 #  layout:
14735 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14736 #    layout: "plot-throughput"
14737 #
14738 ## 2n-skx-x710
14739 #
14740 #- type: "plot"
14741 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14742 #  algorithm: "plot_perf_box_name"
14743 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14744 #  data: "plot-dpdk-throughput-latency-2n-skx"
14745 #  include:
14746 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14747 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14748 #  layout:
14749 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14750 #    layout: "plot-throughput"
14751 #
14752 #- type: "plot"
14753 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14754 #  algorithm: "plot_perf_box_name"
14755 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14756 #  data: "plot-dpdk-throughput-latency-2n-skx"
14757 #  include:
14758 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14759 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14760 #  layout:
14761 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14762 #    layout: "plot-throughput"
14763 #
14764 #- type: "plot"
14765 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14766 #  algorithm: "plot_perf_box_name"
14767 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14768 #  data: "plot-dpdk-throughput-latency-2n-skx"
14769 #  include:
14770 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14771 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14772 #  layout:
14773 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14774 #    layout: "plot-throughput"
14775 #
14776 #- type: "plot"
14777 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14778 #  algorithm: "plot_perf_box_name"
14779 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14780 #  data: "plot-dpdk-throughput-latency-2n-skx"
14781 #  include:
14782 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14783 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14784 #  layout:
14785 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14786 #    layout: "plot-throughput"
14787 #
14788 ## 3n-skx-xxv710
14789 #
14790 #- type: "plot"
14791 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14792 #  algorithm: "plot_perf_box_name"
14793 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14794 #  data: "plot-dpdk-throughput-latency-3n-skx"
14795 #  include:
14796 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14797 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14798 #  layout:
14799 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14800 #    layout: "plot-throughput"
14801 #
14802 #- type: "plot"
14803 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14804 #  algorithm: "plot_perf_box_name"
14805 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14806 #  data: "plot-dpdk-throughput-latency-3n-skx"
14807 #  include:
14808 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14809 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14810 #  layout:
14811 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14812 #    layout: "plot-throughput"
14813 #
14814 #- type: "plot"
14815 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14816 #  algorithm: "plot_perf_box_name"
14817 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14818 #  data: "plot-dpdk-throughput-latency-3n-skx"
14819 #  include:
14820 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14821 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14822 #  layout:
14823 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14824 #    layout: "plot-throughput"
14825 #
14826 #- type: "plot"
14827 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14828 #  algorithm: "plot_perf_box_name"
14829 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14830 #  data: "plot-dpdk-throughput-latency-3n-skx"
14831 #  include:
14832 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14833 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14834 #  layout:
14835 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14836 #    layout: "plot-throughput"
14837 #
14838 ## 3n-skx-x710
14839 #
14840 #- type: "plot"
14841 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14842 #  algorithm: "plot_perf_box_name"
14843 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14844 #  data: "plot-dpdk-throughput-latency-3n-skx"
14845 #  include:
14846 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14847 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14848 #  layout:
14849 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14850 #    layout: "plot-throughput"
14851 #
14852 #- type: "plot"
14853 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14854 #  algorithm: "plot_perf_box_name"
14855 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14856 #  data: "plot-dpdk-throughput-latency-3n-skx"
14857 #  include:
14858 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14859 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14860 #  layout:
14861 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14862 #    layout: "plot-throughput"
14863 #
14864 #- type: "plot"
14865 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14866 #  algorithm: "plot_perf_box_name"
14867 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14868 #  data: "plot-dpdk-throughput-latency-3n-skx"
14869 #  include:
14870 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14871 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14872 #  layout:
14873 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14874 #    layout: "plot-throughput"
14875 #
14876 #- type: "plot"
14877 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14878 #  algorithm: "plot_perf_box_name"
14879 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14880 #  data: "plot-dpdk-throughput-latency-3n-skx"
14881 #  include:
14882 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14883 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14884 #  layout:
14885 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14886 #    layout: "plot-throughput"
14887
14888 # 3n-hsw-xl710
14889
14890 - type: "plot"
14891   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14892   algorithm: "plot_perf_box_name"
14893   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14894   data: "plot-dpdk-throughput-latency-3n-hsw"
14895   include:
14896     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14897     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14898   layout:
14899     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14900     layout: "plot-throughput"
14901
14902 - type: "plot"
14903   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14904   algorithm: "plot_perf_box_name"
14905   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14906   data: "plot-dpdk-throughput-latency-3n-hsw"
14907   include:
14908     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14909     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14910   layout:
14911     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14912     layout: "plot-throughput"
14913
14914 - type: "plot"
14915   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14916   algorithm: "plot_perf_box_name"
14917   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14918   data: "plot-dpdk-throughput-latency-3n-hsw"
14919   include:
14920     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14921     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14922   layout:
14923     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14924     layout: "plot-throughput"
14925
14926 - type: "plot"
14927   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14928   algorithm: "plot_perf_box_name"
14929   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14930   data: "plot-dpdk-throughput-latency-3n-hsw"
14931   include:
14932     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14933     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14934   layout:
14935     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14936     layout: "plot-throughput"
14937
14938 # 3n-hsw-x710
14939
14940 - type: "plot"
14941   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14942   algorithm: "plot_perf_box_name"
14943   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14944   data: "plot-dpdk-throughput-latency-3n-hsw"
14945   include:
14946     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14947     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14948   layout:
14949     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14950     layout: "plot-throughput"
14951
14952 - type: "plot"
14953   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14954   algorithm: "plot_perf_box_name"
14955   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14956   data: "plot-dpdk-throughput-latency-3n-hsw"
14957   include:
14958     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14959     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14960   layout:
14961     title: "3n-hsw-x710-64b-2t2c-base-ndr"
14962     layout: "plot-throughput"
14963
14964 - type: "plot"
14965   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
14966   algorithm: "plot_perf_box_name"
14967   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
14968   data: "plot-dpdk-throughput-latency-3n-hsw"
14969   include:
14970     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14971     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14972   layout:
14973     title: "3n-hsw-x710-64b-1t1c-base-pdr"
14974     layout: "plot-throughput"
14975
14976 - type: "plot"
14977   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
14978   algorithm: "plot_perf_box_name"
14979   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
14980   data: "plot-dpdk-throughput-latency-3n-hsw"
14981   include:
14982     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14983     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14984   layout:
14985     title: "3n-hsw-x710-64b-2t2c-base-pdr"
14986     layout: "plot-throughput"
14987
14988 # 2n-dnv-x553
14989
14990 - type: "plot"
14991   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
14992   algorithm: "plot_perf_box_name"
14993   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
14994   data: "plot-dpdk-throughput-latency-2n-dnv"
14995   include:
14996     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14997     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14998   layout:
14999     title: "2n-dnv-x553-64b-1t1c-base-ndr"
15000     layout: "plot-throughput"
15001
15002 - type: "plot"
15003   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
15004   algorithm: "plot_perf_box_name"
15005   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15006   data: "plot-dpdk-throughput-latency-2n-dnv"
15007   include:
15008     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15009     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15010   layout:
15011     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15012     layout: "plot-throughput"
15013
15014 - type: "plot"
15015   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15016   algorithm: "plot_perf_box_name"
15017   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15018   data: "plot-dpdk-throughput-latency-2n-dnv"
15019   include:
15020     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15021     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15022   layout:
15023     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15024     layout: "plot-throughput"
15025
15026 - type: "plot"
15027   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15028   algorithm: "plot_perf_box_name"
15029   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15030   data: "plot-dpdk-throughput-latency-2n-dnv"
15031   include:
15032     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15033     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15034   layout:
15035     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15036     layout: "plot-throughput"
15037
15038 # 3n-dnv-x553
15039
15040 - type: "plot"
15041   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15042   algorithm: "plot_perf_box_name"
15043   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15044   data: "plot-dpdk-throughput-latency-3n-dnv"
15045   include:
15046     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15047     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15048   layout:
15049     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15050     layout: "plot-throughput"
15051
15052 - type: "plot"
15053   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15054   algorithm: "plot_perf_box_name"
15055   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15056   data: "plot-dpdk-throughput-latency-3n-dnv"
15057   include:
15058     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15059     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15060   layout:
15061     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15062     layout: "plot-throughput"
15063
15064 - type: "plot"
15065   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15066   algorithm: "plot_perf_box_name"
15067   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15068   data: "plot-dpdk-throughput-latency-3n-dnv"
15069   include:
15070     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15071     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15072   layout:
15073     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15074     layout: "plot-throughput"
15075
15076 - type: "plot"
15077   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15078   algorithm: "plot_perf_box_name"
15079   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15080   data: "plot-dpdk-throughput-latency-3n-dnv"
15081   include:
15082     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15083     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15084   layout:
15085     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15086     layout: "plot-throughput"
15087
15088 # 3n-tsh-x520
15089
15090 - type: "plot"
15091   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
15092   algorithm: "plot_perf_box_name"
15093   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
15094   data: "plot-dpdk-throughput-latency-3n-tsh"
15095   include:
15096     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15097     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15098   layout:
15099     title: "3n-tsh-x520-64b-1t1c-base-ndr"
15100     layout: "plot-throughput"
15101
15102 - type: "plot"
15103   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15104   algorithm: "plot_perf_box_name"
15105   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15106   data: "plot-dpdk-throughput-latency-3n-tsh"
15107   include:
15108     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15109     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15110   layout:
15111     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15112     layout: "plot-throughput"
15113
15114 - type: "plot"
15115   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15116   algorithm: "plot_perf_box_name"
15117   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15118   data: "plot-dpdk-throughput-latency-3n-tsh"
15119   include:
15120     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15121     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15122   layout:
15123     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15124     layout: "plot-throughput"
15125
15126 - type: "plot"
15127   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15128   algorithm: "plot_perf_box_name"
15129   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15130   data: "plot-dpdk-throughput-latency-3n-tsh"
15131   include:
15132     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15133     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15134   layout:
15135     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15136     layout: "plot-throughput"
15137
15138 ################################################################################
15139 ###   2n-clx                                                                 ###
15140 ################################################################################
15141
15142 # Packet Throughput
15143
15144 - type: "plot"
15145   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15146   algorithm: "plot_perf_box_name"
15147   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15149   include:
15150     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15151     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15152     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15153     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15154   layout:
15155     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15156     layout: "plot-throughput"
15157
15158 - type: "plot"
15159   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15160   algorithm: "plot_perf_box_name"
15161   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15163   include:
15164     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15165     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15166     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15167     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15168   layout:
15169     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15170     layout: "plot-throughput"
15171
15172 - type: "plot"
15173   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15174   algorithm: "plot_perf_box_name"
15175   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15177   include:
15178     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15179     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15180     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15181     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15182   layout:
15183     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15184     layout: "plot-throughput"
15185
15186 - type: "plot"
15187   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15188   algorithm: "plot_perf_box_name"
15189   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15191   include:
15192     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15193     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15194     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15195     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15196   layout:
15197     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15198     layout: "plot-throughput"
15199
15200 - type: "plot"
15201   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15202   algorithm: "plot_perf_box_name"
15203   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15205   include:
15206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15208     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15209     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15211   layout:
15212     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15213     layout: "plot-throughput"
15214
15215 - type: "plot"
15216   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15217   algorithm: "plot_perf_box_name"
15218   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15220   include:
15221     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15224     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15226   layout:
15227     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15228     layout: "plot-throughput"
15229
15230 - type: "plot"
15231   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15232   algorithm: "plot_perf_box_name"
15233   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15235   include:
15236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15240   layout:
15241     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15242     layout: "plot-throughput"
15243
15244 - type: "plot"
15245   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15246   algorithm: "plot_perf_box_name"
15247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15249   include:
15250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15254   layout:
15255     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15256     layout: "plot-throughput"
15257
15258 - type: "plot"
15259   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15260   algorithm: "plot_perf_box_name"
15261   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15262   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15263   include:
15264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15269   layout:
15270     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15271     layout: "plot-throughput"
15272
15273 - type: "plot"
15274   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15275   algorithm: "plot_perf_box_name"
15276   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15278   include:
15279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15284   layout:
15285     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15286     layout: "plot-throughput"
15287
15288 - type: "plot"
15289   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15290   algorithm: "plot_perf_box_name"
15291   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15293   include:
15294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15300   layout:
15301     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15302     layout: "plot-throughput"
15303
15304 - type: "plot"
15305   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15306   algorithm: "plot_perf_box_name"
15307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15309   include:
15310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15316   layout:
15317     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15318     layout: "plot-throughput"
15319
15320 - type: "plot"
15321   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15322   algorithm: "plot_perf_box_name"
15323   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15325   include:
15326     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15327     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15328   layout:
15329     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15330     layout: "plot-throughput"
15331
15332 - type: "plot"
15333   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15334   algorithm: "plot_perf_box_name"
15335   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15336   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15337   include:
15338     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15339     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15340   layout:
15341     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15342     layout: "plot-throughput"
15343
15344 - type: "plot"
15345   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15346   algorithm: "plot_perf_box_name"
15347   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15349   include:
15350     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15351     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15352     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15353     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15354     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15355     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15356   layout:
15357     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15358     layout: "plot-throughput"
15359
15360 - type: "plot"
15361   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15362   algorithm: "plot_perf_box_name"
15363   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15365   include:
15366     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15367     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15368     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15369     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15370     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15371     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15372   layout:
15373     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15374     layout: "plot-throughput"
15375
15376 - type: "plot"
15377   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15378   algorithm: "plot_perf_box_name"
15379   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15380   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15381   include:
15382     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15383     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15384     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15385     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15386     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15387     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15388   layout:
15389     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15390     layout: "plot-throughput"
15391
15392 - type: "plot"
15393   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15394   algorithm: "plot_perf_box_name"
15395   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15397   include:
15398     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15399     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15400     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15401     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15402     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15403     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15404   layout:
15405     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15406     layout: "plot-throughput"
15407
15408 - type: "plot"
15409   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15410   algorithm: "plot_perf_box_name"
15411   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15412   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15413   include:
15414     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15415     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15416     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15417   layout:
15418     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15419     layout: "plot-throughput"
15420
15421 - type: "plot"
15422   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15423   algorithm: "plot_perf_box_name"
15424   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15425   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15426   include:
15427     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15428     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15429     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15430   layout:
15431     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15432     layout: "plot-throughput"
15433
15434 - type: "plot"
15435   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15436   algorithm: "plot_perf_box_name"
15437   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15438   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15439   include:
15440     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15441     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15442     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15443     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15444     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15445   layout:
15446     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15447     layout: "plot-throughput"
15448
15449 - type: "plot"
15450   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15451   algorithm: "plot_perf_box_name"
15452   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15454   include:
15455     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15456     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15457     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15458     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15459     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15460   layout:
15461     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15462     layout: "plot-throughput"
15463
15464 - type: "plot"
15465   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15466   algorithm: "plot_perf_box_name"
15467   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15469   include:
15470     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15471     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15472     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15473     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15474     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15475   layout:
15476     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15477     layout: "plot-throughput"
15478
15479 - type: "plot"
15480   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15481   algorithm: "plot_perf_box_name"
15482   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15483   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15484   include:
15485     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15486     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15487     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15488     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15489     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15490   layout:
15491     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15492     layout: "plot-throughput"
15493
15494 - type: "plot"
15495   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15496   algorithm: "plot_perf_box_name"
15497   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15499   include:
15500     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15501     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15502     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15503     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15504     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15505     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15506   layout:
15507     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15508     layout: "plot-throughput"
15509
15510 - type: "plot"
15511   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15512   algorithm: "plot_perf_box_name"
15513   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15515   include:
15516     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15517     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15518     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15519     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15520     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15522   layout:
15523     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15524     layout: "plot-throughput"
15525
15526 - type: "plot"
15527   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15528   algorithm: "plot_perf_box_name"
15529   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15530   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15531   include:
15532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15536   layout:
15537     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15538     layout: "plot-throughput"
15539
15540 - type: "plot"
15541   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15542   algorithm: "plot_perf_box_name"
15543   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15545   include:
15546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15550   layout:
15551     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15552     layout: "plot-throughput"
15553
15554 - type: "plot"
15555   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15556   algorithm: "plot_perf_box_name"
15557   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15559   include:
15560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15565   layout:
15566     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15567     layout: "plot-throughput"
15568
15569 - type: "plot"
15570   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15571   algorithm: "plot_perf_box_name"
15572   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15574   include:
15575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15580   layout:
15581     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15582     layout: "plot-throughput"
15583
15584 - type: "plot"
15585   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15586   algorithm: "plot_perf_box_name"
15587   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15588   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15589   include:
15590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15594   layout:
15595     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15596     layout: "plot-throughput"
15597
15598 - type: "plot"
15599   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15600   algorithm: "plot_perf_box_name"
15601   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15602   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15603   include:
15604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15608   layout:
15609     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15610     layout: "plot-throughput"
15611
15612 - type: "plot"
15613   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15614   algorithm: "plot_perf_box_name"
15615   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15616   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15617   include:
15618     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15619     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15620     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15621     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15622     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15623     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15624   layout:
15625     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15626     layout: "plot-throughput"
15627
15628 - type: "plot"
15629   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15630   algorithm: "plot_perf_box_name"
15631   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15632   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15633   include:
15634     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15635     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15636     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15637     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15638     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15639     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15640   layout:
15641     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15642     layout: "plot-throughput"
15643
15644 - type: "plot"
15645   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15646   algorithm: "plot_perf_box_name"
15647   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15648   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15649   include:
15650     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15651     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15652     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15653     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15654   layout:
15655     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15656     layout: "plot-throughput"
15657
15658 - type: "plot"
15659   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15660   algorithm: "plot_perf_box_name"
15661   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15663   include:
15664     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15665     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15666     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15667     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15668   layout:
15669     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15670     layout: "plot-throughput"
15671
15672 - type: "plot"
15673   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15674   algorithm: "plot_perf_box_name"
15675   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15677   include:
15678     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15679     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15680     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15681     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15682   layout:
15683     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15684     layout: "plot-throughput"
15685
15686 - type: "plot"
15687   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15688   algorithm: "plot_perf_box_name"
15689   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15691   include:
15692     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15693     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15694     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15695     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15696   layout:
15697     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15698     layout: "plot-throughput"
15699
15700 - type: "plot"
15701   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15702   algorithm: "plot_perf_box_name"
15703   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15705   include:
15706     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15707     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15708     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15709     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15710   layout:
15711     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15712     layout: "plot-throughput"
15713
15714 - type: "plot"
15715   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15716   algorithm: "plot_perf_box_name"
15717   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15718   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15719   include:
15720     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15721     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15722     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15724   layout:
15725     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15726     layout: "plot-throughput"
15727
15728 - type: "plot"
15729   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15730   algorithm: "plot_perf_box_name"
15731   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15733   include:
15734     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15735     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15738   layout:
15739     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15740     layout: "plot-throughput"
15741
15742 - type: "plot"
15743   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15744   algorithm: "plot_perf_box_name"
15745   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15747   include:
15748     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15752   layout:
15753     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15754     layout: "plot-throughput"
15755
15756 - type: "plot"
15757   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15758   algorithm: "plot_perf_box_name"
15759   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15761   include:
15762     - "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"
15763     - "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"
15764     - "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"
15765     - "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"
15766   layout:
15767     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15768     layout: "plot-throughput"
15769
15770 - type: "plot"
15771   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15772   algorithm: "plot_perf_box_name"
15773   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15775   include:
15776     - "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"
15777     - "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"
15778     - "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"
15779     - "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"
15780   layout:
15781     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15782     layout: "plot-throughput"
15783
15784 ################################################################################
15785
15786 # Packet Speedup
15787
15788 - type: "plot"
15789   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15790   algorithm: "plot_tsa_name"
15791   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15792   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15793   include:
15794     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15795     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15796     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15797     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15798   layout:
15799     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15800     layout: "plot-throughput-speedup-analysis"
15801
15802 - type: "plot"
15803   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15804   algorithm: "plot_tsa_name"
15805   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15807   include:
15808     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15809     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15811     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15812   layout:
15813     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15814     layout: "plot-throughput-speedup-analysis"
15815
15816 - type: "plot"
15817   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15818   algorithm: "plot_tsa_name"
15819   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15821   include:
15822     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15823     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15824     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15825     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15826   layout:
15827     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
15828     layout: "plot-throughput-speedup-analysis"
15829
15830 - type: "plot"
15831   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15832   algorithm: "plot_tsa_name"
15833   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15835   include:
15836     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15837     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15838     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15839     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15840   layout:
15841     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
15842     layout: "plot-throughput-speedup-analysis"
15843
15844 - type: "plot"
15845   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15846   algorithm: "plot_tsa_name"
15847   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15849   include:
15850     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15851     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15852     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15853     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15855   layout:
15856     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15857     layout: "plot-throughput-speedup-analysis"
15858
15859 - type: "plot"
15860   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15861   algorithm: "plot_tsa_name"
15862   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15864   include:
15865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15870   layout:
15871     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15872     layout: "plot-throughput-speedup-analysis"
15873
15874 - type: "plot"
15875   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15876   algorithm: "plot_tsa_name"
15877   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15879   include:
15880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15884   layout:
15885     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15886     layout: "plot-throughput-speedup-analysis"
15887
15888 - type: "plot"
15889   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15890   algorithm: "plot_tsa_name"
15891   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15893   include:
15894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15898   layout:
15899     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15900     layout: "plot-throughput-speedup-analysis"
15901
15902 - type: "plot"
15903   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15904   algorithm: "plot_tsa_name"
15905   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15906   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15907   include:
15908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15913   layout:
15914     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15915     layout: "plot-throughput-speedup-analysis"
15916
15917 - type: "plot"
15918   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15919   algorithm: "plot_tsa_name"
15920   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15921   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15922   include:
15923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15928   layout:
15929     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15930     layout: "plot-throughput-speedup-analysis"
15931
15932 - type: "plot"
15933   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15934   algorithm: "plot_tsa_name"
15935   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15937   include:
15938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15944   layout:
15945     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15946     layout: "plot-throughput-speedup-analysis"
15947
15948 - type: "plot"
15949   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15950   algorithm: "plot_tsa_name"
15951   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15953   include:
15954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15960   layout:
15961     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15962     layout: "plot-throughput-speedup-analysis"
15963
15964 - type: "plot"
15965   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
15966   algorithm: "plot_tsa_name"
15967   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
15968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15969   include:
15970     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
15971     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
15972   layout:
15973     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
15974     layout: "plot-throughput-speedup-analysis"
15975
15976 - type: "plot"
15977   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
15978   algorithm: "plot_tsa_name"
15979   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
15980   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15981   include:
15982     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
15983     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
15984   layout:
15985     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
15986     layout: "plot-throughput-speedup-analysis"
15987
15988 - type: "plot"
15989   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
15990   algorithm: "plot_tsa_name"
15991   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
15992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15993   include:
15994     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
15995     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15996     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
15997     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15998     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
15999     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16000   layout:
16001     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
16002     layout: "plot-throughput-speedup-analysis"
16003
16004 - type: "plot"
16005   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16006   algorithm: "plot_tsa_name"
16007   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16008   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16009   include:
16010     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16011     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16012     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16013     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16014     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16015     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16016   layout:
16017     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
16018     layout: "plot-throughput-speedup-analysis"
16019
16020 - type: "plot"
16021   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16022   algorithm: "plot_tsa_name"
16023   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16024   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16025   include:
16026     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16027     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16028     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16029     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16030     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16031     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16032   layout:
16033     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
16034     layout: "plot-throughput-speedup-analysis"
16035
16036 - type: "plot"
16037   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16038   algorithm: "plot_tsa_name"
16039   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16040   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16041   include:
16042     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16043     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16044     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16045     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16046     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16047     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16048   layout:
16049     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
16050     layout: "plot-throughput-speedup-analysis"
16051
16052 - type: "plot"
16053   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16054   algorithm: "plot_tsa_name"
16055   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16056   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16057   include:
16058     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16059     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16060     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16061   layout:
16062     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
16063     layout: "plot-throughput-speedup-analysis"
16064
16065 - type: "plot"
16066   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16067   algorithm: "plot_tsa_name"
16068   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16070   include:
16071     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16072     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16073     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16074   layout:
16075     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
16076     layout: "plot-throughput-speedup-analysis"
16077
16078 - type: "plot"
16079   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16080   algorithm: "plot_tsa_name"
16081   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16083   include:
16084     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16085     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16086     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16087     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16088     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16089   layout:
16090     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16091     layout: "plot-throughput-speedup-analysis"
16092
16093 - type: "plot"
16094   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16095   algorithm: "plot_tsa_name"
16096   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16098   include:
16099     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16100     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16102     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16103     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16104   layout:
16105     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16106     layout: "plot-throughput-speedup-analysis"
16107
16108 - type: "plot"
16109   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16110   algorithm: "plot_tsa_name"
16111   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16112   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16113   include:
16114     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16115     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16116     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16117     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16118     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16119   layout:
16120     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
16121     layout: "plot-throughput-speedup-analysis"
16122
16123 - type: "plot"
16124   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16125   algorithm: "plot_tsa_name"
16126   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16128   include:
16129     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16130     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16131     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16132     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16133     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16134   layout:
16135     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
16136     layout: "plot-throughput-speedup-analysis"
16137
16138 - type: "plot"
16139   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16140   algorithm: "plot_tsa_name"
16141   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16143   include:
16144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16149     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16150   layout:
16151     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16152     layout: "plot-throughput-speedup-analysis"
16153
16154 - type: "plot"
16155   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16156   algorithm: "plot_tsa_name"
16157   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16159   include:
16160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16164     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16166   layout:
16167     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16168     layout: "plot-throughput-speedup-analysis"
16169
16170 - type: "plot"
16171   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16172   algorithm: "plot_tsa_name"
16173   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16175   include:
16176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16180   layout:
16181     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16182     layout: "plot-throughput-speedup-analysis"
16183
16184 - type: "plot"
16185   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16186   algorithm: "plot_tsa_name"
16187   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16188   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16189   include:
16190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16194   layout:
16195     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16196     layout: "plot-throughput-speedup-analysis"
16197
16198 - type: "plot"
16199   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16200   algorithm: "plot_tsa_name"
16201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16203   include:
16204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16209   layout:
16210     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16211     layout: "plot-throughput-speedup-analysis"
16212
16213 - type: "plot"
16214   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16215   algorithm: "plot_tsa_name"
16216   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16217   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16218   include:
16219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16224   layout:
16225     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16226     layout: "plot-throughput-speedup-analysis"
16227
16228 - type: "plot"
16229   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16230   algorithm: "plot_tsa_name"
16231   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16233   include:
16234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16238   layout:
16239     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16240     layout: "plot-throughput-speedup-analysis"
16241
16242 - type: "plot"
16243   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16244   algorithm: "plot_tsa_name"
16245   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16246   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16247   include:
16248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16252   layout:
16253     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16254     layout: "plot-throughput-speedup-analysis"
16255
16256 - type: "plot"
16257   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16258   algorithm: "plot_tsa_name"
16259   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16261   include:
16262     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16263     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16264     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16265     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16266     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16267     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16268   layout:
16269     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
16270     layout: "plot-throughput-speedup-analysis"
16271
16272 - type: "plot"
16273   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16274   algorithm: "plot_tsa_name"
16275   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16277   include:
16278     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16279     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16280     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16281     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16282     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16283     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16284   layout:
16285     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
16286     layout: "plot-throughput-speedup-analysis"
16287
16288 - type: "plot"
16289   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16290   algorithm: "plot_tsa_name"
16291   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16293   include:
16294     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16295     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16296     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16297     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16298   layout:
16299     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
16300     layout: "plot-throughput-speedup-analysis"
16301
16302 - type: "plot"
16303   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16304   algorithm: "plot_tsa_name"
16305   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16306   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16307   include:
16308     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16309     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16310     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16311     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16312   layout:
16313     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
16314     layout: "plot-throughput-speedup-analysis"
16315
16316 - type: "plot"
16317   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16318   algorithm: "plot_tsa_name"
16319   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16320   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16321   include:
16322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16326   layout:
16327     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16328     layout: "plot-throughput-speedup-analysis"
16329
16330 - type: "plot"
16331   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16332   algorithm: "plot_tsa_name"
16333   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16335   include:
16336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16340   layout:
16341     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16342     layout: "plot-throughput-speedup-analysis"
16343
16344 - type: "plot"
16345   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16346   algorithm: "plot_tsa_name"
16347   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16349   include:
16350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16354   layout:
16355     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16356     layout: "plot-throughput-speedup-analysis"
16357
16358 - type: "plot"
16359   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16360   algorithm: "plot_tsa_name"
16361   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16362   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16363   include:
16364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16368   layout:
16369     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16370     layout: "plot-throughput-speedup-analysis"
16371
16372 - type: "plot"
16373   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16374   algorithm: "plot_tsa_name"
16375   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16377   include:
16378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16382   layout:
16383     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
16384     layout: "plot-throughput-speedup-analysis"
16385
16386 - type: "plot"
16387   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16388   algorithm: "plot_tsa_name"
16389   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16391   include:
16392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16396   layout:
16397     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
16398     layout: "plot-throughput-speedup-analysis"
16399
16400 - type: "plot"
16401   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16402   algorithm: "plot_tsa_name"
16403   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16405   include:
16406     - "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"
16407     - "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"
16408     - "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"
16409     - "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"
16410   layout:
16411     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
16412     layout: "plot-throughput-speedup-analysis"
16413
16414 - type: "plot"
16415   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16416   algorithm: "plot_tsa_name"
16417   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16419   include:
16420     - "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"
16421     - "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"
16422     - "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"
16423     - "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"
16424   layout:
16425     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
16426     layout: "plot-throughput-speedup-analysis"
16427
16428 ################################################################################
16429
16430 # Packet Throughput - DPDK
16431
16432 # 2n-clx-xxv710
16433
16434 - type: "plot"
16435   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16436   algorithm: "plot_perf_box_name"
16437   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16438   data: "plot-dpdk-throughput-latency-2n-clx"
16439   include:
16440     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16441     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16442   layout:
16443     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16444     layout: "plot-throughput"
16445
16446 - type: "plot"
16447   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16448   algorithm: "plot_perf_box_name"
16449   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16450   data: "plot-dpdk-throughput-latency-2n-clx"
16451   include:
16452     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16453     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16454   layout:
16455     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16456     layout: "plot-throughput"
16457
16458 - type: "plot"
16459   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16460   algorithm: "plot_perf_box_name"
16461   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16462   data: "plot-dpdk-throughput-latency-2n-clx"
16463   include:
16464     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16465     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16466   layout:
16467     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16468     layout: "plot-throughput"
16469
16470 - type: "plot"
16471   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16472   algorithm: "plot_perf_box_name"
16473   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16474   data: "plot-dpdk-throughput-latency-2n-clx"
16475   include:
16476     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16477     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16478   layout:
16479     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16480     layout: "plot-throughput"
16481
16482 # 2n-clx-x710
16483
16484 - type: "plot"
16485   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16486   algorithm: "plot_perf_box_name"
16487   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16488   data: "plot-dpdk-throughput-latency-2n-clx"
16489   include:
16490     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16491     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16492   layout:
16493     title: "2n-clx-x710-64b-2t1c-base-ndr"
16494     layout: "plot-throughput"
16495
16496 - type: "plot"
16497   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16498   algorithm: "plot_perf_box_name"
16499   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16500   data: "plot-dpdk-throughput-latency-2n-clx"
16501   include:
16502     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16503     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16504   layout:
16505     title: "2n-clx-x710-64b-4t2c-base-ndr"
16506     layout: "plot-throughput"
16507
16508 - type: "plot"
16509   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16510   algorithm: "plot_perf_box_name"
16511   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16512   data: "plot-dpdk-throughput-latency-2n-clx"
16513   include:
16514     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16515     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16516   layout:
16517     title: "2n-clx-x710-64b-2t1c-base-pdr"
16518     layout: "plot-throughput"
16519
16520 - type: "plot"
16521   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16522   algorithm: "plot_perf_box_name"
16523   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16524   data: "plot-dpdk-throughput-latency-2n-clx"
16525   include:
16526     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16527     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16528   layout:
16529     title: "2n-clx-x710-64b-4t2c-base-pdr"
16530     layout: "plot-throughput"
16531
16532 ################################################################################
16533
16534 #- type: "plot"
16535 #  title: "Latency by percentile: 2n-skx"
16536 #  algorithm: "plot_hdrh_lat_by_percentile"
16537 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16538 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16539 #  target-links: "../../_static/vpp"
16540 #  data: "plot-vpp-hdrh-lat-2n-skx"
16541 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16542 #  layout:
16543 #    layout: "plot-hdrh-latency-by-percentile"
16544
16545 #- type: "plot"
16546 #  title: "Latency by percentile: 3n-skx"
16547 #  algorithm: "plot_hdrh_lat_by_percentile"
16548 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16549 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16550 #  target-links: "../../_static/vpp"
16551 #  data: "plot-vpp-hdrh-lat-3n-skx"
16552 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16553 #  layout:
16554 #    layout: "plot-hdrh-latency-by-percentile"
16555
16556 - type: "plot"
16557   title: "Latency by percentile: 2n-clx"
16558   algorithm: "plot_hdrh_lat_by_percentile"
16559   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16560   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16561   target-links: "../../_static/vpp"
16562   data: "plot-vpp-hdrh-lat-2n-clx"
16563   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16564   layout:
16565     layout: "plot-hdrh-latency-by-percentile"
16566
16567 - type: "plot"
16568   title: "Latency by percentile: 3n-hsw"
16569   algorithm: "plot_hdrh_lat_by_percentile"
16570   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16571   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16572   target-links: "../../_static/vpp"
16573   data: "plot-vpp-hdrh-lat-3n-hsw"
16574   filter: "'1T1C' and 'NIC_Intel-XL710'"
16575   layout:
16576     layout: "plot-hdrh-latency-by-percentile"
16577
16578 - type: "plot"
16579   title: "Latency by percentile: 3n-tsh"
16580   algorithm: "plot_hdrh_lat_by_percentile"
16581   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16582   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16583   target-links: "../../_static/vpp"
16584   data: "plot-vpp-hdrh-lat-3n-tsh"
16585   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16586   layout:
16587     layout: "plot-hdrh-latency-by-percentile"
16588
16589 - type: "plot"
16590   title: "Latency by percentile: DPDK 2n-clx"
16591   algorithm: "plot_hdrh_lat_by_percentile"
16592   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
16593   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
16594   target-links: "../../_static/dpdk"
16595   data: "plot-dpdk-hdrh-lat-2n-clx"
16596   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16597   layout:
16598     layout: "plot-hdrh-latency-by-percentile"
16599
16600 - type: "plot"
16601   title: "Latency by percentile: DPDK 3n-hsw"
16602   algorithm: "plot_hdrh_lat_by_percentile"
16603   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16604   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16605   target-links: "../../_static/dpdk"
16606   data: "plot-dpdk-hdrh-lat-3n-hsw"
16607   filter: "'1T1C' and 'NIC_Intel-XL710'"
16608   layout:
16609     layout: "plot-hdrh-latency-by-percentile"
16610
16611 - type: "plot"
16612   title: "Latency by percentile: DPDK 3n-tsh"
16613   algorithm: "plot_hdrh_lat_by_percentile"
16614   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16615   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16616   target-links: "../../_static/dpdk"
16617   data: "plot-dpdk-hdrh-lat-3n-tsh"
16618   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16619   layout:
16620     layout: "plot-hdrh-latency-by-percentile"