Report: Edit Report history
[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         - 82  # NDRPDR full
593
594     vpp-perf-results-3n-skx:
595       # TODO: Replace
596       csit-vpp-perf-verify-2001-3n-skx:
597         - 14  # NDRPDR sel
598
599     vpp-perf-results-2n-skx:
600       csit-vpp-perf-verify-2001-2n-skx:
601         - 32  # NDRPDR full
602         - 33  # NDRPDR full
603
604     vpp-perf-results-2n-clx:
605       # TODO: Add data
606       csit-vpp-perf-verify-2001-2n-clx:
607         - 34  # NDRPDR full
608         - 35  # NDRPDR full
609         - 36  # NDRPDR full
610         - 38  # NDRPDR full
611         - 41  # NDRPDR full
612         - 42  # NDRPDR full
613
614     vpp-perf-results-3n-tsh:
615       csit-vpp-perf-verify-2001-3n-tsh:
616         - 10  # NDRPDR sel
617
618     vpp-perf-results-3n-dnv:
619       csit-vpp-perf-verify-2001-3n-dnv:
620         - 19  # NDRPDR full
621         - 20  # NDRPDR full
622         - 21  # NDRPDR full
623         - 22  # NDRPDR full
624         - 23  # NDRPDR full
625         - 24  # NDRPDR full
626         - 25  # NDRPDR full
627         - 26  # NDRPDR full
628         - 37  # NDRPDR full
629         - 38  # NDRPDR full
630         - 39  # NDRPDR full
631
632     vpp-perf-results-2n-dnv:
633       csit-vpp-perf-verify-2001-2n-dnv:
634         - 21  # NDRPDR full
635         - 22  # NDRPDR full
636         - 25  # NDRPDR full
637         - 26  # NDRPDR full
638         - 27  # NDRPDR full
639         - 28  # NDRPDR full
640
641     vpp-mrr-results-3n-hsw:
642       csit-vpp-perf-verify-2001-3n-hsw:
643         - 17  # MRR sel
644
645     vpp-mrr-results-3n-skx:
646       # TODO: Replace
647       # csit-vpp-perf-verify-2001-3n-skx:
648       csit-vpp-perf-verify-1908-3n-skx:
649         - 36  # MRR sel
650
651     vpp-mrr-results-2n-skx:
652       # TODO: Replace
653       # csit-vpp-perf-verify-2001-2n-skx:
654       csit-vpp-perf-verify-1908-2n-skx:
655         - 69  # MRR sel
656
657     vpp-mrr-results-2n-clx:
658       csit-vpp-perf-verify-2001-2n-clx:
659         - 39  # MRR
660
661     vpp-mrr-results-3n-tsh:
662       csit-vpp-perf-verify-2001-3n-tsh:
663         - 9   # MRR sel
664
665     vpp-mrr-results-3n-dnv:
666       csit-vpp-perf-verify-2001-3n-dnv:
667         - 11  # MRR sel
668
669     vpp-mrr-results-2n-dnv:
670       csit-vpp-perf-verify-2001-2n-dnv:
671         - 12  # MRR sel
672
673     vpp-device-results-ubuntu:
674       csit-vpp-device-2001-ubuntu1804-1n-skx:
675         - 57
676
677     dpdk-perf-results-3n-hsw:
678       csit-dpdk-perf-verify-2001-3n-hsw:
679         - 25  # NDRPDR full
680         - 26  # NDRPDR full
681
682     dpdk-perf-results-3n-skx:
683       csit-dpdk-perf-verify-2001-3n-skx:
684         - 1   # NDRPDR sel
685
686     dpdk-perf-results-2n-skx:
687       csit-dpdk-perf-verify-2001-2n-skx:
688         - 1   # NDRPDR sel
689
690     dpdk-perf-results-2n-clx:
691       csit-dpdk-perf-verify-2001-2n-clx:
692         - 15  # NDRPDR sel
693         - 34  # NDRPDR sel
694
695     dpdk-perf-results-2n-dnv:
696       csit-dpdk-perf-verify-2001-2n-dnv:
697         - 16  # NDRPDR sel
698
699     dpdk-perf-results-3n-dnv:
700       csit-dpdk-perf-verify-2001-3n-dnv:
701         - 12  # NDRPDR sel
702
703     dpdk-perf-results-3n-tsh:
704       csit-dpdk-perf-verify-2001-3n-tsh:
705         - 3   # NDRPDR sel
706
707 ###########################################################################
708     # Tables (more than one data set)
709
710     # Performance changes
711
712     vpp-performance-changes-3n-hsw-h1:
713       csit-vpp-perf-verify-1904-3n-hsw:
714         - 11  # NDRPDR sel
715         - 12  # NDRPDR sel
716         - 20  # NDRPDR sel
717         - 21  # NDRPDR sel
718         - 23  # NDRPDR sel
719         - 24  # NDRPDR sel
720         - 25  # NDRPDR sel
721         - 26  # NDRPDR sel
722         - 29  # NDRPDR sel
723         - 30  # NDRPDR sel
724     vpp-performance-changes-3n-hsw-ref:
725       csit-vpp-perf-verify-1908-3n-hsw:
726         - 12  # NDRPDR sel
727         - 13  # NDRPDR sel
728         - 14  # NDRPDR sel
729         - 15  # NDRPDR sel
730         - 16  # NDRPDR sel
731         - 17  # NDRPDR sel
732         - 18  # NDRPDR sel
733         - 19  # NDRPDR sel
734         - 20  # NDRPDR sel
735         - 21  # NDRPDR sel
736     vpp-performance-changes-3n-hsw-cmp:
737       csit-vpp-perf-verify-2001-3n-hsw:
738         - 21  # NDRPDR sel
739         - 22  # NDRPDR sel
740         - 23  # NDRPDR sel
741         - 24  # NDRPDR sel
742         - 25  # NDRPDR sel
743         - 29  # NDRPDR sel
744         - 30  # NDRPDR sel
745         - 31  # NDRPDR sel
746         - 32  # NDRPDR sel
747         - 34  # NDRPDR sel
748     vpp-performance-changes-3n-hsw:
749       - "vpp-performance-changes-3n-hsw-h1"
750       - "vpp-performance-changes-3n-hsw-ref"
751       - "vpp-performance-changes-3n-hsw-cmp"
752
753     vpp-performance-changes-3n-skx-h1:
754       csit-vpp-perf-verify-1904-3n-skx:
755         - 8   # NDRPDR sel
756         - 9   # NDRPDR sel
757         - 10  # NDRPDR sel
758         - 11  # NDRPDR sel
759         - 12  # NDRPDR sel
760         - 14  # NDRPDR sel
761         - 16  # NDRPDR sel
762         - 21  # NDRPDR sel
763         - 23  # NDRPDR sel
764         - 25  # NDRPDR sel
765     vpp-performance-changes-3n-skx-ref:
766       csit-vpp-perf-verify-1908-3n-skx:
767         - 14  # NDRPDR sel
768         - 16  # NDRPDR sel
769         - 19  # NDRPDR sel
770         - 20  # NDRPDR sel
771         - 22  # NDRPDR sel
772         - 23  # NDRPDR sel
773         - 24  # NDRPDR sel
774         - 25  # NDRPDR sel
775         - 26  # NDRPDR sel
776         - 29  # NDRPDR sel
777     vpp-performance-changes-3n-skx-cmp:
778       # TODO: Add the data
779       csit-vpp-perf-verify-2001-3n-skx:
780         - 14  # NDRPDR sel
781         - 15  # NDRPDR sel
782         - 16  # NDRPDR sel
783     vpp-performance-changes-3n-skx:
784       - "vpp-performance-changes-3n-skx-h1"
785       - "vpp-performance-changes-3n-skx-ref"
786       - "vpp-performance-changes-3n-skx-cmp"
787
788     vpp-performance-changes-2n-skx-h1:
789       csit-vpp-perf-verify-1904-2n-skx:
790         - 12  # NDRPDR sel
791         - 14  # NDRPDR sel
792         - 16  # NDRPDR sel
793         - 17  # NDRPDR sel
794         - 18  # NDRPDR sel
795         - 21  # NDRPDR sel
796         - 27  # NDRPDR sel
797         - 30  # NDRPDR sel
798         - 31  # NDRPDR sel
799         - 32  # NDRPDR sel
800     vpp-performance-changes-2n-skx-ref:
801       csit-vpp-perf-verify-1908-2n-skx:
802         - 26  # NDRPDR sel
803         - 27  # NDRPDR sel
804         - 34  # NDRPDR sel
805         - 35  # NDRPDR sel
806         - 36  # NDRPDR sel
807         - 42  # NDRPDR sel
808         - 43  # NDRPDR sel
809         - 44  # NDRPDR sel
810         - 45  # NDRPDR sel
811         - 46  # NDRPDR sel
812     vpp-performance-changes-2n-skx-cmp:
813       # TODO: Add the data
814       csit-vpp-perf-verify-2001-2n-skx:
815         - 21  # NDRPDR sel
816         - 22  # NDRPDR sel
817         - 23  # NDRPDR sel
818         - 26  # NDRPDR sel
819         - 27  # NDRPDR sel
820         - 29  # NDRPDR sel
821     vpp-performance-changes-2n-skx:
822       - "vpp-performance-changes-2n-skx-h1"
823       - "vpp-performance-changes-2n-skx-ref"
824       - "vpp-performance-changes-2n-skx-cmp"
825
826     vpp-performance-changes-nfv-2n-skx-ref:
827       csit-vpp-perf-verify-1908-2n-skx:
828         - 22  # NFV
829         - 31  # NFV
830         - 32  # NFV
831     vpp-performance-changes-nfv-2n-skx-cmp:
832       # TODO: Add the data
833       csit-vpp-perf-verify-2001-2n-skx:
834         - 30  # NFV
835         - 31  # NFV
836     vpp-performance-changes-nfv-2n-skx:
837       - "vpp-performance-changes-nfv-2n-skx-ref"
838       - "vpp-performance-changes-nfv-2n-skx-cmp"
839
840     vpp-performance-changes-2n-dnv-ref:
841       csit-vpp-perf-verify-1908-2n-dnv:
842         - 1   # NDRPDR sel
843         - 2   # NDRPDR sel
844         - 3   # NDRPDR sel
845         - 4   # NDRPDR sel
846         - 5   # NDRPDR sel
847         - 6   # NDRPDR sel
848         - 7   # NDRPDR sel
849         - 8   # NDRPDR sel
850         - 9   # NDRPDR sel
851         - 10  # NDRPDR sel
852     vpp-performance-changes-2n-dnv-cmp:
853       csit-vpp-perf-verify-2001-2n-dnv:
854         - 4   # NDRPDR sel
855         - 5   # NDRPDR sel
856         - 6   # NDRPDR sel
857         - 7   # NDRPDR sel
858         - 8   # NDRPDR sel
859         - 9   # NDRPDR sel
860         - 10  # NDRPDR sel
861         - 11  # NDRPDR sel
862         - 13  # NDRPDR sel
863         - 16  # NDRPDR sel
864     vpp-performance-changes-2n-dnv:
865       - "vpp-performance-changes-2n-dnv-ref"
866       - "vpp-performance-changes-2n-dnv-cmp"
867
868     vpp-performance-changes-3n-dnv-ref:
869       csit-vpp-perf-verify-1908-3n-dnv:
870         - 6   # NDRPDR sel
871         - 7   # NDRPDR sel
872         - 8   # NDRPDR sel
873         - 9   # NDRPDR sel
874         - 10  # NDRPDR sel
875         - 12  # NDRPDR sel
876         - 13  # NDRPDR sel
877         - 14  # NDRPDR sel
878         - 15  # NDRPDR sel
879         - 16  # NDRPDR sel
880     vpp-performance-changes-3n-dnv-cmp:
881       csit-vpp-perf-verify-2001-3n-dnv:
882         - 5   # NDRPDR sel
883         - 6   # NDRPDR sel
884         - 7   # NDRPDR sel
885         - 8   # NDRPDR sel
886         - 9   # NDRPDR sel
887         - 10  # NDRPDR sel
888         - 12  # NDRPDR sel
889         - 16  # NDRPDR sel
890         - 17  # NDRPDR sel
891         - 18  # NDRPDR sel
892     vpp-performance-changes-3n-dnv:
893       - "vpp-performance-changes-3n-dnv-ref"
894       - "vpp-performance-changes-3n-dnv-cmp"
895
896     vpp-performance-changes-3n-tsh-ref:
897       csit-vpp-perf-verify-1908-3n-tsh:
898         - 7   # NDRPDR sel
899         - 8   # NDRPDR sel
900         - 9   # NDRPDR sel
901         - 10  # NDRPDR sel
902         - 11  # NDRPDR sel
903         - 12  # NDRPDR sel
904         - 13  # NDRPDR sel
905         - 14  # NDRPDR sel
906         - 15  # NDRPDR sel
907         - 16  # NDRPDR sel
908     vpp-performance-changes-3n-tsh-cmp:
909       # TODO: Add the data
910       csit-vpp-perf-verify-2001-3n-tsh:
911         - 3   # NDRPDR sel
912         - 4   # NDRPDR sel
913         - 7   # NDRPDR sel
914         - 8   # NDRPDR sel
915         - 10  # NDRPDR sel
916         - 12  # NDRPDR sel
917         - 13  # NDRPDR sel
918         - 14  # NDRPDR sel
919     vpp-performance-changes-3n-tsh:
920       - "vpp-performance-changes-3n-tsh-ref"
921       - "vpp-performance-changes-3n-tsh-cmp"
922
923     vpp-soak-vs-ndr-2n-skx-ref:
924       # TODO: Replace
925       # csit-vpp-perf-verify-2001-2n-skx:
926       csit-vpp-perf-verify-1908-2n-skx:
927         - 26  # NDRPDR sel
928         - 27  # NDRPDR sel
929         - 34  # NDRPDR sel
930     vpp-soak-vs-ndr-2n-skx-cmp:
931       # TODO: Replace
932       # csit-vpp-perf-verify-2001-2n-skx:
933       csit-vpp-perf-verify-1908-2n-skx:
934         - 83  # SOAK
935         - 86  # SOAK
936     vpp-soak-vs-ndr-2n-skx:
937       # TODO: Replace
938       # csit-vpp-perf-verify-2001-2n-skx:
939       csit-vpp-perf-verify-1908-2n-skx:
940         - 26  # NDRPDR sel
941         - 27  # NDRPDR sel
942         - 34  # NDRPDR sel
943         - 83  # SOAK
944         - 86  # SOAK
945
946     vpp-performance-changes-3n-hsw-mrr-h1:
947       csit-vpp-perf-verify-1904-3n-hsw:
948         - 9   # MRR sel
949     vpp-performance-changes-3n-hsw-mrr-ref:
950       csit-vpp-perf-verify-1908-3n-hsw:
951         - 39  # MRR sel
952     vpp-performance-changes-3n-hsw-mrr-cmp:
953       csit-vpp-perf-verify-2001-3n-hsw:
954         - 17  # MRR sel
955     vpp-performance-changes-3n-hsw-mrr:
956       - "vpp-performance-changes-3n-hsw-mrr-h1"
957       - "vpp-performance-changes-3n-hsw-mrr-ref"
958       - "vpp-performance-changes-3n-hsw-mrr-cmp"
959
960     vpp-performance-changes-3n-skx-mrr-h1:
961       csit-vpp-perf-verify-1904-3n-skx:
962         - 7   # MRR sel
963     vpp-performance-changes-3n-skx-mrr-ref:
964       csit-vpp-perf-verify-1908-3n-skx:
965         - 36  # MRR sel
966     vpp-performance-changes-3n-skx-mrr-cmp:
967       # TODO: Replace
968       # csit-vpp-perf-verify-2001-3n-skx:
969       csit-vpp-perf-verify-1908-3n-skx:
970         - 36  # MRR sel
971     vpp-performance-changes-3n-skx-mrr:
972       - "vpp-performance-changes-3n-skx-mrr-h1"
973       - "vpp-performance-changes-3n-skx-mrr-ref"
974       - "vpp-performance-changes-3n-skx-mrr-cmp"
975
976     vpp-performance-changes-2n-skx-mrr-h1:
977       csit-vpp-perf-verify-1904-2n-skx:
978         - 11  # MRR sel
979     vpp-performance-changes-2n-skx-mrr-ref:
980       csit-vpp-perf-verify-1908-2n-skx:
981         - 69  # MRR sel
982     vpp-performance-changes-2n-skx-mrr-cmp:
983       # TODO: Replace
984       # csit-vpp-perf-verify-2001-2n-skx:
985       csit-vpp-perf-verify-1908-2n-skx:
986         - 69  # MRR sel
987     vpp-performance-changes-2n-skx-mrr:
988       - "vpp-performance-changes-2n-skx-mrr-h1"
989       - "vpp-performance-changes-2n-skx-mrr-ref"
990       - "vpp-performance-changes-2n-skx-mrr-cmp"
991
992     vpp-performance-changes-nfv-2n-skx-mrr-ref:
993       csit-vpp-perf-verify-1908-2n-skx:
994         - 71  # NFV MRR
995     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
996       # TODO: Replace
997       # csit-vpp-perf-verify-2001-2n-skx:
998       csit-vpp-perf-verify-1908-2n-skx:
999         - 71  # NFV MRR
1000     vpp-performance-changes-nfv-2n-skx-mrr:
1001       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1002       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1003
1004     vpp-performance-changes-2n-dnv-mrr-ref:
1005       csit-vpp-perf-verify-1908-2n-dnv:
1006         - 11  # MRR sel
1007     vpp-performance-changes-2n-dnv-mrr-cmp:
1008       csit-vpp-perf-verify-2001-2n-dnv:
1009         - 12  # MRR sel
1010     vpp-performance-changes-2n-dnv-mrr:
1011       - "vpp-performance-changes-2n-dnv-mrr-ref"
1012       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1013
1014     vpp-performance-changes-3n-dnv-mrr-ref:
1015       csit-vpp-perf-verify-1908-3n-dnv:
1016         - 17  # MRR sel
1017     vpp-performance-changes-3n-dnv-mrr-cmp:
1018       csit-vpp-perf-verify-2001-3n-dnv:
1019         - 11  # MRR sel
1020     vpp-performance-changes-3n-dnv-mrr:
1021       - "vpp-performance-changes-3n-dnv-mrr-ref"
1022       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1023
1024     vpp-performance-changes-3n-tsh-mrr-ref:
1025       csit-vpp-perf-verify-1908-3n-tsh:
1026         - 17  # MRR sel
1027     vpp-performance-changes-3n-tsh-mrr-cmp:
1028       csit-vpp-perf-verify-2001-3n-tsh:
1029         - 9   # MRR sel
1030     vpp-performance-changes-3n-tsh-mrr:
1031       - "vpp-performance-changes-3n-tsh-mrr-ref"
1032       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1033
1034     dpdk-performance-changes-3n-hsw-h1:
1035       csit-dpdk-perf-verify-1904-3n-hsw:
1036         - 2   # NDRPDR sel
1037         - 3   # NDRPDR sel
1038         - 5   # NDRPDR sel
1039         - 6   # NDRPDR sel
1040         - 13  # NDRPDR sel
1041         - 14  # NDRPDR sel
1042         - 15  # NDRPDR sel
1043         - 18  # NDRPDR sel
1044         - 19  # NDRPDR sel
1045         - 20  # NDRPDR sel
1046     dpdk-performance-changes-3n-hsw-ref:
1047       csit-dpdk-perf-verify-1908-3n-hsw:
1048         - 2   # NDRPDR sel
1049         - 3   # NDRPDR sel
1050         - 4   # NDRPDR sel
1051         - 5   # NDRPDR sel
1052         - 6   # NDRPDR sel
1053         - 7   # NDRPDR sel
1054         - 8   # NDRPDR sel
1055         - 9   # NDRPDR sel
1056         - 10  # NDRPDR sel
1057         - 11  # NDRPDR sel
1058     dpdk-performance-changes-3n-hsw-cmp:
1059       csit-dpdk-perf-verify-2001-3n-hsw:
1060 #        - 4   # NDRPDR sel
1061 #        - 5   # NDRPDR sel
1062 #        - 6   # NDRPDR sel
1063 #        - 7   # NDRPDR sel
1064 #        - 8   # NDRPDR sel
1065 #        - 9   # NDRPDR sel
1066 #        - 10  # NDRPDR sel
1067 #        - 11  # NDRPDR sel
1068 #        - 12  # NDRPDR sel
1069 #        - 13  # NDRPDR sel
1070         - 15  # NDRPDR sel
1071         - 16  # NDRPDR sel
1072         - 17  # NDRPDR sel
1073         - 18  # NDRPDR sel
1074         - 19  # NDRPDR sel
1075         - 20  # NDRPDR sel
1076         - 21  # NDRPDR sel
1077         - 22  # NDRPDR sel
1078         - 23  # NDRPDR sel
1079         - 24  # NDRPDR sel
1080     dpdk-performance-changes-3n-hsw:
1081       - "dpdk-performance-changes-3n-hsw-h1"
1082       - "dpdk-performance-changes-3n-hsw-ref"
1083       - "dpdk-performance-changes-3n-hsw-cmp"
1084
1085     dpdk-performance-changes-3n-skx-h1:
1086       csit-dpdk-perf-verify-1904-3n-skx:
1087         - 2   # NDRPDR sel
1088         - 3   # NDRPDR sel
1089         - 4   # NDRPDR sel
1090         - 5   # NDRPDR sel
1091         - 6   # NDRPDR sel
1092         - 7   # NDRPDR sel
1093         - 11  # NDRPDR sel
1094         - 12  # NDRPDR sel
1095         - 13  # NDRPDR sel
1096         - 14  # NDRPDR sel
1097     dpdk-performance-changes-3n-skx-ref:
1098       csit-dpdk-perf-verify-1908-3n-skx:
1099         - 3   # NDRPDR sel
1100         - 4   # NDRPDR sel
1101         - 5   # NDRPDR sel
1102         - 6   # NDRPDR sel
1103         - 7   # NDRPDR sel
1104         - 8   # NDRPDR sel
1105         - 9   # NDRPDR sel
1106         - 10  # NDRPDR sel
1107         - 11  # NDRPDR sel
1108         - 12  # NDRPDR sel
1109     dpdk-performance-changes-3n-skx-cmp:
1110       csit-dpdk-perf-verify-2001-3n-skx:
1111         - 1   # NDRPDR sel
1112         - 2   # NDRPDR sel
1113         - 3   # NDRPDR sel
1114         - 4   # NDRPDR sel
1115         - 5   # NDRPDR sel
1116         - 6   # NDRPDR sel
1117         - 7   # NDRPDR sel
1118         - 8   # NDRPDR sel
1119         - 9   # NDRPDR sel
1120         - 10  # NDRPDR sel
1121     dpdk-performance-changes-3n-skx:
1122       - "dpdk-performance-changes-3n-skx-h1"
1123       - "dpdk-performance-changes-3n-skx-ref"
1124       - "dpdk-performance-changes-3n-skx-cmp"
1125
1126     dpdk-performance-changes-2n-skx-h1:
1127       csit-dpdk-perf-verify-1904-2n-skx:
1128         - 2   # NDRPDR sel
1129         - 3   # NDRPDR sel
1130         - 4   # NDRPDR sel
1131         - 5   # NDRPDR sel
1132         - 7   # NDRPDR sel
1133         - 8   # NDRPDR sel
1134         - 9   # NDRPDR sel
1135         - 10  # NDRPDR sel
1136         - 11  # NDRPDR sel
1137         - 12  # NDRPDR sel
1138     dpdk-performance-changes-2n-skx-ref:
1139       csit-dpdk-perf-verify-1908-2n-skx:
1140         - 2   # NDRPDR sel
1141         - 3   # NDRPDR sel
1142         - 4   # NDRPDR sel
1143         - 5   # NDRPDR sel
1144         - 7   # NDRPDR sel
1145         - 8   # NDRPDR sel
1146         - 9   # NDRPDR sel
1147         - 10  # NDRPDR sel
1148         - 11  # NDRPDR sel
1149         - 12  # NDRPDR sel
1150     dpdk-performance-changes-2n-skx-cmp:
1151       csit-dpdk-perf-verify-2001-2n-skx:
1152         - 1   # NDRPDR sel
1153         - 2   # NDRPDR sel
1154         - 3   # NDRPDR sel
1155         - 4   # NDRPDR sel
1156         - 5   # NDRPDR sel
1157         - 6   # NDRPDR sel
1158         - 7   # NDRPDR sel
1159         - 8   # NDRPDR sel
1160         - 9   # NDRPDR sel
1161         - 10  # NDRPDR sel
1162         - 11  # NDRPDR sel
1163         - 13  # NDRPDR sel
1164         - 26  # NDRPDR sel
1165         - 16  # NDRPDR sel
1166         - 17  # NDRPDR sel
1167         - 18  # NDRPDR sel
1168         - 19  # NDRPDR sel
1169         - 27  # NDRPDR sel
1170         - 21  # NDRPDR sel
1171         - 25  # NDRPDR sel
1172     dpdk-performance-changes-2n-skx:
1173       - "dpdk-performance-changes-2n-skx-h1"
1174       - "dpdk-performance-changes-2n-skx-ref"
1175       - "dpdk-performance-changes-2n-skx-cmp"
1176
1177     # Compare testbeds
1178
1179     vpp-compare-testbeds-ref:
1180       csit-vpp-perf-verify-2001-3n-hsw:
1181         - 21  # NDRPDR sel
1182         - 22  # NDRPDR sel
1183         - 23  # NDRPDR sel
1184         - 24  # NDRPDR sel
1185         - 25  # NDRPDR sel
1186         - 29  # NDRPDR sel
1187         - 30  # NDRPDR sel
1188         - 31  # NDRPDR sel
1189         - 32  # NDRPDR sel
1190         - 34  # NDRPDR sel
1191     vpp-compare-testbeds-cmp:
1192       # TODO: Add the data
1193       csit-vpp-perf-verify-2001-3n-skx:
1194         - 14  # NDRPDR sel
1195         - 15  # NDRPDR sel
1196         - 16  # NDRPDR sel
1197     vpp-compare-testbeds:
1198       - "vpp-compare-testbeds-ref"
1199       - "vpp-compare-testbeds-cmp"
1200
1201     vpp-compare-testbeds-skx-clx-ref:
1202       # TODO: Add the data
1203       csit-vpp-perf-verify-2001-2n-skx:
1204         - 21  # NDRPDR sel
1205         - 22  # NDRPDR sel
1206         - 23  # NDRPDR sel
1207         - 26  # NDRPDR sel
1208         - 27  # NDRPDR sel
1209         - 29  # NDRPDR sel
1210     vpp-compare-testbeds-skx-clx-cmp:
1211       # TODO: Add the data
1212       csit-vpp-perf-verify-2001-2n-clx:
1213         - 28  # NDRPDR sel
1214         - 29  # NDRPDR sel
1215         - 32  # NDRPDR sel
1216         - 40  # NDRPDR sel
1217         - 43  # NDRPDR sel
1218         - 44  # NDRPDR sel
1219         - 45  # NDRPDR sel
1220     vpp-compare-testbeds-skx-clx:
1221       - "vpp-compare-testbeds-skx-clx-ref"
1222       - "vpp-compare-testbeds-skx-clx-cmp"
1223
1224     vpp-compare-testbeds-hsw-clx-ref:
1225       csit-vpp-perf-verify-2001-3n-hsw:
1226         - 21  # NDRPDR sel
1227         - 22  # NDRPDR sel
1228         - 23  # NDRPDR sel
1229         - 24  # NDRPDR sel
1230         - 25  # NDRPDR sel
1231         - 29  # NDRPDR sel
1232         - 30  # NDRPDR sel
1233         - 31  # NDRPDR sel
1234         - 32  # NDRPDR sel
1235         - 34  # NDRPDR sel
1236     vpp-compare-testbeds-hsw-clx-cmp:
1237       # TODO: Add the data
1238       csit-vpp-perf-verify-2001-2n-clx:
1239         - 28  # NDRPDR sel
1240         - 29  # NDRPDR sel
1241         - 32  # NDRPDR sel
1242         - 40  # NDRPDR sel
1243         - 43  # NDRPDR sel
1244         - 44  # NDRPDR sel
1245         - 45  # NDRPDR sel
1246     vpp-compare-testbeds-hsw-clx:
1247       - "vpp-compare-testbeds-hsw-clx-ref"
1248       - "vpp-compare-testbeds-hsw-clx-cmp"
1249
1250     vpp-compare-testbeds-mrr-ref:
1251       csit-vpp-perf-verify-2001-3n-hsw:
1252         - 17  # MRR sel
1253     vpp-compare-testbeds-mrr-cmp:
1254       # TODO: Replace
1255       # csit-vpp-perf-verify-2001-3n-skx:
1256       csit-vpp-perf-verify-1908-3n-skx:
1257         - 36  # MRR sel
1258     vpp-compare-testbeds-mrr:
1259       - "vpp-compare-testbeds-mrr-ref"
1260       - "vpp-compare-testbeds-mrr-cmp"
1261
1262     vpp-compare-testbeds-mrr-skx-clx-ref:
1263       # TODO: Replace
1264       # csit-vpp-perf-verify-2001-2n-skx:
1265       csit-vpp-perf-verify-1908-2n-skx:
1266         - 69  # MRR sel
1267     vpp-compare-testbeds-mrr-skx-clx-cmp:
1268       csit-vpp-perf-verify-2001-2n-clx:
1269         - 39  # MRR
1270     vpp-compare-testbeds-mrr-skx-clx:
1271       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1272       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1273
1274     vpp-compare-testbeds-mrr-hsw-clx-ref:
1275       csit-vpp-perf-verify-2001-3n-hsw:
1276         - 17  # MRR sel
1277     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1278       csit-vpp-perf-verify-2001-2n-clx:
1279         - 39  # MRR
1280     vpp-compare-testbeds-mrr-hsw-clx:
1281       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1282       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1283
1284     dpdk-compare-testbeds-ref:
1285       csit-dpdk-perf-verify-2001-3n-hsw:
1286         - 4   # NDRPDR sel
1287         - 5   # NDRPDR sel
1288         - 6   # NDRPDR sel
1289         - 7   # NDRPDR sel
1290         - 8   # NDRPDR sel
1291         - 9   # NDRPDR sel
1292         - 10  # NDRPDR sel
1293         - 11  # NDRPDR sel
1294         - 12  # NDRPDR sel
1295         - 13  # NDRPDR sel
1296         - 15  # NDRPDR sel
1297         - 16  # NDRPDR sel
1298         - 17  # NDRPDR sel
1299         - 18  # NDRPDR sel
1300         - 19  # NDRPDR sel
1301         - 20  # NDRPDR sel
1302         - 21  # NDRPDR sel
1303         - 22  # NDRPDR sel
1304         - 23  # NDRPDR sel
1305         - 24  # NDRPDR sel
1306     dpdk-compare-testbeds-cmp:
1307       csit-dpdk-perf-verify-2001-3n-skx:
1308         - 1   # NDRPDR sel
1309         - 2   # NDRPDR sel
1310         - 3   # NDRPDR sel
1311         - 4   # NDRPDR sel
1312         - 5   # NDRPDR sel
1313         - 6   # NDRPDR sel
1314         - 7   # NDRPDR sel
1315         - 8   # NDRPDR sel
1316         - 9   # NDRPDR sel
1317         - 10  # NDRPDR sel
1318     dpdk-compare-testbeds:
1319       - "dpdk-compare-testbeds-ref"
1320       - "dpdk-compare-testbeds-cmp"
1321
1322     dpdk-compare-testbeds-skx-clx-ref:
1323       csit-dpdk-perf-verify-2001-2n-skx:
1324         - 1   # NDRPDR sel
1325         - 2   # NDRPDR sel
1326         - 3   # NDRPDR sel
1327         - 4   # NDRPDR sel
1328         - 5   # NDRPDR sel
1329         - 6   # NDRPDR sel
1330         - 7   # NDRPDR sel
1331         - 8   # NDRPDR sel
1332         - 9   # NDRPDR sel
1333         - 10  # NDRPDR sel
1334         - 11  # NDRPDR sel
1335         - 13  # NDRPDR sel
1336         - 26  # NDRPDR sel
1337         - 16  # NDRPDR sel
1338         - 17  # NDRPDR sel
1339         - 18  # NDRPDR sel
1340         - 19  # NDRPDR sel
1341         - 27  # NDRPDR sel
1342         - 21  # NDRPDR sel
1343         - 25  # NDRPDR sel
1344     dpdk-compare-testbeds-skx-clx-cmp:
1345       csit-dpdk-perf-verify-2001-2n-clx:
1346         - 15  # NDRPDR sel
1347         - 16  # NDRPDR sel
1348         - 17  # NDRPDR sel
1349         - 18  # NDRPDR sel
1350         - 19  # NDRPDR sel
1351         - 20  # NDRPDR sel
1352         - 21  # NDRPDR sel
1353         - 22  # NDRPDR sel
1354         - 23  # NDRPDR sel
1355         - 24  # NDRPDR sel
1356         - 25  # NDRPDR sel
1357         - 26  # NDRPDR sel
1358         - 27  # NDRPDR sel
1359         - 28  # NDRPDR sel
1360         - 29  # NDRPDR sel
1361         - 30  # NDRPDR sel
1362         - 31  # NDRPDR sel
1363         - 32  # NDRPDR sel
1364         - 33  # NDRPDR sel
1365         - 34  # NDRPDR sel
1366
1367     dpdk-compare-testbeds-skx-clx:
1368       - "dpdk-compare-testbeds-skx-clx-ref"
1369       - "dpdk-compare-testbeds-skx-clx-cmp"
1370
1371     # Compare topologies
1372
1373     vpp-compare-topologies-ref:
1374       # TODO: Add the data
1375       csit-vpp-perf-verify-2001-3n-skx:
1376         - 14  # NDRPDR sel
1377         - 15  # NDRPDR sel
1378         - 16  # NDRPDR sel
1379     vpp-compare-topologies-cmp:
1380       # TODO: Add the data
1381       csit-vpp-perf-verify-2001-2n-skx:
1382         - 21  # NDRPDR sel
1383         - 22  # NDRPDR sel
1384         - 23  # NDRPDR sel
1385         - 26  # NDRPDR sel
1386         - 27  # NDRPDR sel
1387         - 29  # NDRPDR sel
1388     vpp-compare-topologies:
1389       - "vpp-compare-topologies-ref"
1390       - "vpp-compare-topologies-cmp"
1391
1392     vpp-compare-topologies-mrr-ref:
1393       # TODO: Replace
1394       # csit-vpp-perf-verify-2001-3n-skx:
1395       csit-vpp-perf-verify-1908-3n-skx:
1396         - 36  # MRR sel
1397     vpp-compare-topologies-mrr-cmp:
1398       # TODO: Replace
1399       # csit-vpp-perf-verify-2001-2n-skx:
1400       csit-vpp-perf-verify-1908-2n-skx:
1401         - 69  # MRR sel
1402     vpp-compare-topologies-mrr:
1403       - "vpp-compare-topologies-mrr-ref"
1404       - "vpp-compare-topologies-mrr-cmp"
1405
1406     dpdk-compare-topologies-ref:
1407       csit-dpdk-perf-verify-2001-3n-skx:
1408         - 1   # NDRPDR sel
1409         - 2   # NDRPDR sel
1410         - 3   # NDRPDR sel
1411         - 4   # NDRPDR sel
1412         - 5   # NDRPDR sel
1413         - 6   # NDRPDR sel
1414         - 7   # NDRPDR sel
1415         - 8   # NDRPDR sel
1416         - 9   # NDRPDR sel
1417         - 10  # NDRPDR sel
1418     dpdk-compare-topologies-cmp:
1419       csit-dpdk-perf-verify-2001-2n-skx:
1420         - 1   # NDRPDR sel
1421         - 2   # NDRPDR sel
1422         - 3   # NDRPDR sel
1423         - 4   # NDRPDR sel
1424         - 5   # NDRPDR sel
1425         - 6   # NDRPDR sel
1426         - 7   # NDRPDR sel
1427         - 8   # NDRPDR sel
1428         - 9   # NDRPDR sel
1429         - 10  # NDRPDR sel
1430         - 11  # NDRPDR sel
1431         - 13  # NDRPDR sel
1432         - 26  # NDRPDR sel
1433         - 16  # NDRPDR sel
1434         - 17  # NDRPDR sel
1435         - 18  # NDRPDR sel
1436         - 19  # NDRPDR sel
1437         - 27  # NDRPDR sel
1438         - 21  # NDRPDR sel
1439         - 25  # NDRPDR sel
1440     dpdk-compare-topologies:
1441       - "dpdk-compare-topologies-ref"
1442       - "dpdk-compare-topologies-cmp"
1443
1444   plot-layouts:
1445
1446     plot-soak-throughput:
1447       titlefont:
1448         size: 18
1449       xaxis:
1450         title: "<b>Test Cases [Index]</b>"
1451         titlefont:
1452           size: 16
1453         autorange: True
1454         fixedrange: False
1455         gridcolor: "rgb(230, 230, 230)"
1456         linecolor: "rgb(220, 220, 220)"
1457         linewidth: 1
1458         showgrid: True
1459         showline: True
1460         showticklabels: True
1461         tickcolor: "rgb(220, 220, 220)"
1462         tickmode: "linear"
1463         tickfont:
1464           size: 16
1465         zeroline: False
1466       yaxis:
1467         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1468         titlefont:
1469           size: 16
1470         gridcolor: "rgb(230, 230, 230)"
1471         hoverformat: ".4r"
1472         tickformat: ".3r"
1473         linecolor: "rgb(220, 220, 220)"
1474         linewidth: 1
1475         showgrid: True
1476         showline: True
1477         showticklabels: True
1478         tickcolor: "rgb(220, 220, 220)"
1479         tickfont:
1480           size: 16
1481         zeroline: False
1482         range: [0,50]
1483       autosize: False
1484       margin:
1485         t: 50
1486         b: 0
1487         l: 80
1488         r: 20
1489       showlegend: True
1490       legend:
1491         orientation: "h"
1492         font:
1493           size: 16
1494       width: 700
1495       height: 900
1496       paper_bgcolor: "#fff"
1497       plot_bgcolor: "#fff"
1498       hoverlabel:
1499         namelength: -1
1500
1501     plot-service-density:
1502       titlefont:
1503         size: 18
1504       xaxis:
1505         side: "top"
1506         autorange: True
1507         fixedrange: False
1508         showgrid: False
1509         showline: False
1510         showticklabels: False
1511         ticks: ""
1512         ticklen: 0
1513         tickwidth: 0
1514         zeroline: False
1515       yaxis:
1516         autorange: "reversed"
1517         showgrid: False
1518         showline: False
1519         showticklabels: False
1520         ticks: ""
1521         ticklen: 0
1522         tickwidth: 0
1523         zeroline: False
1524       showlegend: False
1525       paper_bgcolor: "#fff"
1526       plot_bgcolor: "#fff"
1527       width: 700
1528       height: 700
1529       hoverlabel:
1530         namelength: -1
1531
1532     plot-cps:
1533       titlefont:
1534         size: 18
1535       xaxis:
1536         title: "<b>Test Cases [Index]</b>"
1537         titlefont:
1538           size: 16
1539         autorange: True
1540         fixedrange: False
1541         gridcolor: "rgb(230, 230, 230)"
1542         linecolor: "rgb(220, 220, 220)"
1543         linewidth: 1
1544         showgrid: True
1545         showline: True
1546         showticklabels: True
1547         tickcolor: "rgb(220, 220, 220)"
1548         tickmode: "linear"
1549         tickfont:
1550           size: 16
1551         zeroline: False
1552       yaxis:
1553         title: "<b>Connections Per Second [cps]</b>"
1554         titlefont:
1555           size: 16
1556         gridcolor: "rgb(230, 230, 230)"
1557         hoverformat: ".4s"
1558         linecolor: "rgb(220, 220, 220)"
1559         linewidth: 1
1560         rangemode: "tozero"
1561         showgrid: True
1562         showline: True
1563         showticklabels: True
1564         tickcolor: "rgb(220, 220, 220)"
1565         tickformat: ".3s"
1566         tickfont:
1567           size: 16
1568         zeroline: False
1569       boxmode: "group"
1570       boxgroupgap: 0.5
1571       autosize: False
1572       margin:
1573         t: 50
1574         b: 20
1575         l: 80
1576         r: 20
1577       showlegend: True
1578       legend:
1579         orientation: "h"
1580         font:
1581           size: 16
1582       width: 700
1583       height: 800
1584       paper_bgcolor: "#fff"
1585       plot_bgcolor: "#fff"
1586       hoverlabel:
1587         namelength: -1
1588
1589     plot-rps:
1590       titlefont:
1591         size: 18
1592       xaxis:
1593         title: "<b>Test Cases [Index]</b>"
1594         titlefont:
1595           size: 16
1596         autorange: True
1597         fixedrange: False
1598         gridcolor: "rgb(230, 230, 230)"
1599         linecolor: "rgb(220, 220, 220)"
1600         linewidth: 1
1601         showgrid: True
1602         showline: True
1603         showticklabels: True
1604         tickcolor: "rgb(220, 220, 220)"
1605         tickmode: "linear"
1606         tickfont:
1607           size: 16
1608         zeroline: False
1609       yaxis:
1610         title: "<b>Requests Per Second [rps]</b>"
1611         titlefont:
1612           size: 16
1613         gridcolor: "rgb(230, 230, 230)"
1614         hoverformat: ".4s"
1615         linecolor: "rgb(220, 220, 220)"
1616         linewidth: 1
1617         rangemode: "tozero"
1618         showgrid: True
1619         showline: True
1620         showticklabels: True
1621         tickcolor: "rgb(230, 230, 230)"
1622         tickformat: ".3s"
1623         tickfont:
1624           size: 16
1625         zeroline: False
1626       boxmode: "group"
1627       boxgroupgap: 0.5
1628       autosize: False
1629       margin:
1630         t: 50
1631         b: 20
1632         l: 80
1633         r: 20
1634       showlegend: True
1635       legend:
1636         orientation: "h"
1637         font:
1638           size: 16
1639       width: 700
1640       height: 800
1641       paper_bgcolor: "#fff"
1642       plot_bgcolor: "#fff"
1643       hoverlabel:
1644         namelength: -1
1645
1646     plot-throughput:
1647       titlefont:
1648         size: 18
1649       xaxis:
1650         title: "<b>Test Cases [Index]</b>"
1651         titlefont:
1652           size: 16
1653         autorange: True
1654         fixedrange: False
1655         gridcolor: "rgb(230, 230, 230)"
1656         linecolor: "rgb(220, 220, 220)"
1657         linewidth: 1
1658         showgrid: True
1659         showline: True
1660         showticklabels: True
1661         tickcolor: "rgb(220, 220, 220)"
1662         tickmode: "linear"
1663         tickfont:
1664           size: 16
1665         zeroline: False
1666       yaxis:
1667         title: "<b>Packet Throughput [Mpps]</b>"
1668         titlefont:
1669           size: 16
1670         gridcolor: "rgb(230, 230, 230)"
1671         hoverformat: ".4r"
1672         tickformat: ".3r"
1673         linecolor: "rgb(220, 220, 220)"
1674         linewidth: 1
1675         showgrid: True
1676         showline: True
1677         showticklabels: True
1678         tickcolor: "rgb(220, 220, 220)"
1679         tickfont:
1680           size: 16
1681         zeroline: False
1682         range: [0,50]
1683       autosize: False
1684       margin:
1685         t: 50
1686         b: 0
1687         l: 80
1688         r: 20
1689       showlegend: True
1690       legend:
1691         orientation: "h"
1692         font:
1693           size: 16
1694       width: 700
1695       height: 900
1696       paper_bgcolor: "#fff"
1697       plot_bgcolor: "#fff"
1698       hoverlabel:
1699         namelength: -1
1700
1701     plot-throughput-speedup-analysis:
1702       titlefont:
1703         size: 18
1704       xaxis:
1705         title: "<b>Number of Cores [Qty]</b>"
1706         titlefont:
1707           size: 16
1708         autorange: True
1709         fixedrange: False
1710         gridcolor: "rgb(230, 230, 230)"
1711         linecolor: "rgb(220, 220, 220)"
1712         linewidth: 1
1713         showgrid: True
1714         showline: True
1715         showticklabels: True
1716         tickcolor: "rgb(238, 238, 238)"
1717         tickmode: "linear"
1718         tickfont:
1719           size: 16
1720         zeroline: False
1721       yaxis:
1722         title: "<b>Packet Throughput [Mpps]</b>"
1723         titlefont:
1724           size: 16
1725         type: "linear"
1726         gridcolor: "rgb(230, 230, 230)"
1727         hoverformat: ".4s"
1728         linecolor: "rgb(220, 220, 220)"
1729         linewidth: 1
1730         showgrid: True
1731         showline: True
1732         showticklabels: True
1733         tickcolor: "rgb(220, 220, 220)"
1734         tickformat: ".4s"
1735         tickfont:
1736           size: 16
1737         zeroline: True
1738         rangemode: "tozero"
1739         range: [0,100]
1740       legend:
1741         orientation: "h"
1742         font:
1743           size: 16
1744         xanchor: "left"
1745         yanchor: "top"
1746         x: 0
1747         y: -0.2
1748         bgcolor: "rgba(255, 255, 255, 0)"
1749         bordercolor: "rgba(255, 255, 255, 0)"
1750         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1751       autosize: False
1752       margin:
1753           't': 50
1754           'b': 150
1755           'l': 85
1756           'r': 10
1757       showlegend: True
1758       width: 700
1759       height: 700
1760       paper_bgcolor: "#fff"
1761       plot_bgcolor: "#fff"
1762       hoverlabel:
1763         namelength: -1
1764       annotations: [
1765         {
1766           text: "_ _          __          ...",
1767           align: "left",
1768           showarrow: False,
1769           xref: "paper",
1770           yref: "paper",
1771           xanchor: "left",
1772           yanchor: "top",
1773           x: 0,
1774           y: -0.13,
1775           font: {
1776             family: "Consolas, Courier New",
1777             size: 15
1778           },
1779         },
1780         {
1781           text: "    Perfect     Measured     Limit",
1782           align: "left",
1783           showarrow: False,
1784           xref: "paper",
1785           yref: "paper",
1786           xanchor: "left",
1787           yanchor: "top",
1788           x: 0,
1789           y: -0.15,
1790           font: {
1791             family: "Consolas, Courier New",
1792             size: 15
1793           },
1794         },
1795       ]
1796
1797     plot-latency:
1798       titlefont:
1799         size: 18
1800       xaxis:
1801         title: "<b>Direction</b>"
1802         titlefont:
1803           size: 16
1804         autorange: True
1805         fixedrange: False
1806         gridcolor: "rgb(230, 230, 230)"
1807         linecolor: "rgb(220, 220, 220)"
1808         linewidth: 1
1809         showgrid: True
1810         showline: True
1811         showticklabels: False
1812         tickcolor: "rgb(220, 220, 220)"
1813         tickmode: "linear"
1814         tickfont:
1815           size: 16
1816         zeroline: False
1817       yaxis:
1818         title: "<b>Packet Latency [uSec]</b>"
1819         titlefont:
1820           size: 16
1821         type: "linear"
1822         gridcolor: "rgb(230, 230, 230)"
1823         hoverformat: ".4s"
1824         linecolor: "rgb(220, 220, 220)"
1825         linewidth: 1
1826         showgrid: True
1827         showline: True
1828         showticklabels: True
1829         tickcolor: "rgb(220, 220, 220)"
1830         tickformat: ".4s"
1831         tickfont:
1832           size: 16
1833         zeroline: True
1834         rangemode: "tozero"
1835       legend:
1836         orientation: "h"
1837         font:
1838           size: 16
1839         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1840       autosize: False
1841       margin:
1842           't': 50
1843           'b': 150
1844           'l': 80
1845           'r': 10
1846       showlegend: True
1847       width: 700
1848       height: 700
1849       paper_bgcolor: "#fff"
1850       plot_bgcolor: "#fff"
1851       hoverlabel:
1852         namelength: -1
1853
1854     plot-hdrh-latency:
1855       title:
1856         text: ""
1857         xanchor: "center"
1858         x: 0.5
1859         font:
1860           size: 16
1861       width: 700
1862       plot_bgcolor: "white"
1863       annotations:
1864         - font:
1865             size: 14
1866           showarrow: False
1867           text: "<b>Packet Latency [uSec]</b>"
1868           x: 1
1869           xanchor: "right"
1870           xref: "paper"
1871           y: -0.045
1872           yanchor: "top"
1873           yref: "paper"
1874         - font:
1875             size: 14
1876           showarrow: False
1877           text: "<b>Probability [%]</b>"
1878           textangle: 270
1879           x: -0.06
1880           xanchor: "center"
1881           xref: "paper"
1882           y: 0.5
1883           yanchor: "middle"
1884           yref: "paper"
1885         - font:
1886             size: 14
1887           showarrow: False
1888           text: "<b>Direction: E-W</b>"
1889           x: 0.24
1890           xanchor: "center"
1891           xref: "paper"
1892           y: 1.05
1893           yanchor: "bottom"
1894           yref: "paper"
1895         - font:
1896             size: 14
1897           showarrow: False
1898           text: "<b>Direction: W-E</b>"
1899           x: 0.74
1900           xanchor: "center"
1901           xref: "paper"
1902           y: 1.05
1903           yanchor: "bottom"
1904           yref: "paper"
1905
1906     plot-hdrh-latency-percentile:
1907       title:
1908         text: ""
1909         xanchor: "center"
1910         x: 0.5
1911         font:
1912           size: 18
1913       xaxis:
1914         type: "log"
1915         title: "<b>Percentile [%]</b>"
1916         titlefont:
1917           size: 16
1918         autorange: True
1919         fixedrange: False
1920         gridcolor: "rgb(230, 230, 230)"
1921         linecolor: "rgb(220, 220, 220)"
1922         linewidth: 1
1923         showgrid: True
1924         showline: True
1925         showticklabels: True
1926         tickcolor: "rgb(220, 220, 220)"
1927         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1928         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1929         tickfont:
1930           size: 16
1931       yaxis:
1932         title: "<b>Packet Latency [uSec]</b>"
1933         titlefont:
1934           size: 16
1935         gridcolor: "rgb(230, 230, 230)"
1936         linecolor: "rgb(220, 220, 220)"
1937         linewidth: 1
1938         showgrid: True
1939         showline: True
1940         showticklabels: True
1941         tickcolor: "rgb(220, 220, 220)"
1942         tickfont:
1943           size: 16
1944       autosize: False
1945       showlegend: True
1946       legend:
1947         traceorder: "normal"
1948         orientation: "h"
1949         font:
1950           size: 16
1951         xanchor: "left"
1952         yanchor: "top"
1953         x: 0
1954         y: -0.15
1955         bgcolor: "rgba(255, 255, 255, 0)"
1956         bordercolor: "rgba(255, 255, 255, 0)"
1957       width: 700
1958       height: 700
1959       paper_bgcolor: "white"
1960       plot_bgcolor: "white"
1961
1962     plot-hdrh-latency-by-percentile:
1963       title:
1964         text: "<b>Latency by Percentile Distribution</b>"
1965         xanchor: "center"
1966         x: 0.5
1967         font:
1968           size: 18
1969       showlegend: True
1970       legend:
1971         traceorder: "normal"
1972         orientation: "h"
1973         font:
1974           size: 16
1975         xanchor: "left"
1976         yanchor: "top"
1977         x: 0
1978         y: -0.2
1979         bgcolor: "rgba(255, 255, 255, 0)"
1980         bordercolor: "rgba(255, 255, 255, 0)"
1981       xaxis:
1982         type: "linear"
1983         title: "<b>Percentile [%]</b>"
1984         titlefont:
1985           size: 14
1986         autorange: False
1987         fixedrange: False
1988         range: [0, 100]
1989         gridcolor: "rgb(230, 230, 230)"
1990         linecolor: "rgb(220, 220, 220)"
1991         linewidth: 1
1992         showgrid: True
1993         showline: True
1994         showticklabels: True
1995         tickcolor: "rgb(220, 220, 220)"
1996         tickvals: [0, 25, 50, 75, 100]
1997         ticktext: [0, 25, 50, 75, 100]
1998         tickfont:
1999           size: 14
2000       yaxis:
2001         title: "<b>One-Way Latency per Direction [uSec]</b>"
2002         titlefont:
2003           size: 14
2004         gridcolor: "rgb(230, 230, 230)"
2005         linecolor: "rgb(220, 220, 220)"
2006         linewidth: 1
2007         showgrid: True
2008         showline: True
2009         showticklabels: True
2010         tickcolor: "rgb(220, 220, 220)"
2011         tickfont:
2012           size: 14
2013       width: 700
2014       height: 700
2015       paper_bgcolor: "white"
2016       plot_bgcolor: "white"
2017
2018 - type: "static"
2019   src-path: "{DIR[RST]}"
2020   dst-path: "{DIR[WORKING,SRC]}"
2021
2022 - type: "input"
2023   general:
2024     file-name: "output_info.xml.gz"
2025     file-format: ".gz"
2026     arch-file-format:
2027       - ".gz"
2028       - ".zip"
2029     download-path: "{job}/{build}/archives/{filename}"
2030     extract: "output.xml"
2031
2032     zip-file-name: "robot-plugin.zip"
2033     zip-file-format: ".zip"
2034     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2035     zip-extract: "robot-plugin/output.xml"
2036
2037   builds:
2038
2039     csit-vpp-perf-verify-1904-3n-hsw:
2040       - 9   # MRR sel
2041       - 11  # NDRPDR sel
2042       - 12  # NDRPDR sel
2043       - 20  # NDRPDR sel
2044       - 21  # NDRPDR sel
2045       - 23  # NDRPDR sel
2046       - 24  # NDRPDR sel
2047       - 25  # NDRPDR sel
2048       - 26  # NDRPDR sel
2049       - 29  # NDRPDR sel
2050       - 30  # NDRPDR sel
2051     csit-vpp-perf-verify-1908-3n-hsw:
2052       - 12  # NDRPDR sel
2053       - 13  # NDRPDR sel
2054       - 14  # NDRPDR sel
2055       - 15  # NDRPDR sel
2056       - 16  # NDRPDR sel
2057       - 17  # NDRPDR sel
2058       - 18  # NDRPDR sel
2059       - 19  # NDRPDR sel
2060       - 20  # NDRPDR sel
2061       - 21  # NDRPDR sel
2062       - 48  # NDRPDR sel vhost
2063       - 49  # NDRPDR sel vhost
2064       - 52  # NDRPDR sel vhost
2065       - 53  # NDRPDR sel vhost
2066       - 54  # NDRPDR sel vhost
2067       - 55  # NDRPDR sel vhost
2068       - 56  # NDRPDR sel vhost
2069       - 57  # NDRPDR sel vhost
2070       - 58  # NDRPDR sel vhost
2071       - 59  # NDRPDR sel vhost
2072       - 39  # MRR sel
2073     csit-vpp-perf-verify-2001-3n-hsw:
2074       - 21  # NDRPDR sel
2075       - 22  # NDRPDR sel
2076       - 23  # NDRPDR sel
2077       - 24  # NDRPDR sel
2078       - 25  # NDRPDR sel
2079       - 29  # NDRPDR sel
2080       - 30  # NDRPDR sel
2081       - 31  # NDRPDR sel
2082       - 32  # NDRPDR sel
2083       - 34  # NDRPDR sel
2084       - 17  # MRR sel
2085       - 18  # NDRPDR full
2086       - 20  # NDRPDR full
2087       - 28  # NDRPDR full
2088       - 35  # NDRPDR full
2089       - 42  # NDRPDR full
2090       - 46  # NDRPDR full
2091       - 47  # NDRPDR full
2092       - 48  # NDRPDR full
2093       - 49  # NDRPDR full
2094       - 50  # NDRPDR full
2095       - 51  # NDRPDR full
2096       - 52  # NDRPDR full
2097       - 53  # NDRPDR full
2098       - 54  # NDRPDR full
2099       - 55  # NDRPDR full
2100       - 56  # NDRPDR full
2101       - 57  # NDRPDR full
2102       - 58  # NDRPDR full
2103       - 59  # NDRPDR full
2104       - 61  # NDRPDR full
2105       - 62  # NDRPDR full
2106       - 63  # NDRPDR full
2107       - 64  # NDRPDR full
2108       - 65  # NDRPDR full
2109       - 67  # NDRPDR full
2110       - 70  # NDRPDR full
2111       - 72  # NDRPDR full
2112       - 73  # NDRPDR full
2113       - 77  # NDRPDR full
2114       - 78  # NDRPDR full
2115       - 79  # NDRPDR full
2116       - 82  # NDRPDR full
2117
2118 #    csit-vpp-perf-verify-1904-3n-skx:
2119 #      - 7   # MRR sel
2120 #      - 8   # NDRPDR sel
2121 #      - 9   # NDRPDR sel
2122 #      - 10  # NDRPDR sel
2123 #      - 11  # NDRPDR sel
2124 #      - 12  # NDRPDR sel
2125 #      - 14  # NDRPDR sel
2126 #      - 16  # NDRPDR sel
2127 #      - 21  # NDRPDR sel
2128 #      - 23  # NDRPDR sel
2129 #      - 25  # NDRPDR sel
2130 #    csit-vpp-perf-verify-1908-3n-skx:
2131 #      - 14  # NDRPDR sel
2132 #      - 16  # NDRPDR sel
2133 #      - 19  # NDRPDR sel
2134 #      - 20  # NDRPDR sel
2135 #      - 22  # NDRPDR sel
2136 #      - 23  # NDRPDR sel
2137 #      - 24  # NDRPDR sel
2138 #      - 25  # NDRPDR sel
2139 #      - 26  # NDRPDR sel
2140 #      - 29  # NDRPDR sel
2141 #      - 52  # NDRPDR sel vhost
2142 #      - 53  # NDRPDR sel vhost
2143 #      - 55  # NDRPDR sel vhost
2144 #      - 61  # NDRPDR sel vhost
2145 #      - 62  # NDRPDR sel vhost
2146 #      - 63  # NDRPDR sel vhost
2147 #      - 64  # NDRPDR sel vhost
2148 #      - 65  # NDRPDR sel vhost
2149 #      - 66  # NDRPDR sel vhost
2150 #      - 67  # NDRPDR sel vhost
2151 #      - 36  # MRR sel
2152 #    csit-vpp-perf-verify-2001-3n-skx:
2153 #      - 14  # NDRPDR sel
2154 #      - 15  # NDRPDR sel
2155 #      - 16  # NDRPDR sel
2156
2157 #    csit-vpp-perf-verify-1904-2n-skx:
2158 #      - 11  # MRR sel
2159 #      - 12  # NDRPDR sel
2160 #      - 14  # NDRPDR sel
2161 #      - 16  # NDRPDR sel
2162 #      - 17  # NDRPDR sel
2163 #      - 18  # NDRPDR sel
2164 #      - 21  # NDRPDR sel
2165 #      - 27  # NDRPDR sel
2166 #      - 30  # NDRPDR sel
2167 #      - 31  # NDRPDR sel
2168 #      - 32  # NDRPDR sel
2169 #    csit-vpp-perf-verify-1908-2n-skx:
2170 #      - 26  # NDRPDR sel
2171 #      - 27  # NDRPDR sel
2172 #      - 34  # NDRPDR sel
2173 #      - 35  # NDRPDR sel
2174 #      - 36  # NDRPDR sel
2175 #      - 42  # NDRPDR sel
2176 #      - 43  # NDRPDR sel
2177 #      - 44  # NDRPDR sel
2178 #      - 45  # NDRPDR sel
2179 #      - 46  # NDRPDR sel
2180 #      - 88  # NDRPDR sel vhost
2181 #      - 89  # NDRPDR sel vhost
2182 #      - 91  # NDRPDR sel vhost
2183 #      - 92  # NDRPDR sel vhost
2184 #      - 93  # NDRPDR sel vhost
2185 #      - 94  # NDRPDR sel vhost
2186 #      - 95  # NDRPDR sel vhost
2187 #      - 96  # NDRPDR sel vhost
2188 #      - 97  # NDRPDR sel vhost
2189 #      - 98  # NDRPDR sel vhost
2190 #      - 69  # MRR sel
2191 #      - 29  # TCP
2192 #      - 30  # TCP
2193 #      - 58  # TCP
2194 #      - 22  # NFV
2195 #      - 31  # NFV
2196 #      - 32  # NFV
2197 #      - 71  # NFV MRR
2198 #      - 113 # NFV reconf sel
2199 #      - 114 # NFV reconf sel
2200 #      - 115 # NFV reconf sel
2201 #      - 83  # SOAK
2202 #      - 86  # SOAK
2203 #    csit-vpp-perf-verify-2001-2n-skx:
2204 #      - 21  # NDRPDR sel
2205 #      - 22  # NDRPDR sel
2206 #      - 23  # NDRPDR sel
2207 #      - 26  # NDRPDR sel
2208 #      - 27  # NDRPDR sel
2209 #      - 29  # NDRPDR sel
2210 #      - 32  # NDRPDR full
2211 #      - 33  # NDRPDR full
2212 #      - 30  # NFV
2213 #      - 31  # NFV
2214
2215     csit-vpp-perf-verify-2001-2n-clx:
2216       - 28  # NDRPDR sel
2217       - 29  # NDRPDR sel
2218       - 32  # NDRPDR sel
2219       - 40  # NDRPDR sel
2220       - 43  # NDRPDR sel
2221       - 44  # NDRPDR sel
2222       - 45  # NDRPDR sel
2223       - 39  # MRR
2224       - 34  # NDRPDR full
2225       - 35  # NDRPDR full
2226       - 36  # NDRPDR full
2227       - 38  # NDRPDR full
2228       - 41  # NDRPDR full
2229       - 42  # NDRPDR full
2230
2231     csit-vpp-perf-verify-1908-3n-tsh:
2232       - 7   # NDRPDR sel
2233       - 8   # NDRPDR sel
2234       - 9   # NDRPDR sel
2235       - 10  # NDRPDR sel
2236       - 11  # NDRPDR sel
2237       - 12  # NDRPDR sel
2238       - 13  # NDRPDR sel
2239       - 14  # NDRPDR sel
2240       - 15  # NDRPDR sel
2241       - 16  # NDRPDR sel
2242       - 17  # MRR sel
2243     csit-vpp-perf-verify-2001-3n-tsh:
2244       - 3   # NDRPDR sel
2245       - 4   # NDRPDR sel
2246       - 7   # NDRPDR sel
2247       - 8   # NDRPDR sel
2248       - 10  # NDRPDR sel
2249       - 12  # NDRPDR sel
2250       - 13  # NDRPDR sel
2251       - 14  # NDRPDR sel
2252       - 9   # MRR sel
2253
2254     csit-vpp-perf-verify-1908-3n-dnv:
2255       - 6   # NDRPDR sel
2256       - 7   # NDRPDR sel
2257       - 8   # NDRPDR sel
2258       - 9   # NDRPDR sel
2259       - 10  # NDRPDR sel
2260       - 12  # NDRPDR sel
2261       - 13  # NDRPDR sel
2262       - 14  # NDRPDR sel
2263       - 15  # NDRPDR sel
2264       - 16  # NDRPDR sel
2265       - 17  # MRR sel
2266     csit-vpp-perf-verify-2001-3n-dnv:
2267       - 5   # NDRPDR sel
2268       - 6   # NDRPDR sel
2269       - 7   # NDRPDR sel
2270       - 8   # NDRPDR sel
2271       - 9   # NDRPDR sel
2272       - 10  # NDRPDR sel
2273       - 12  # NDRPDR sel
2274       - 16  # NDRPDR sel
2275       - 17  # NDRPDR sel
2276       - 18  # NDRPDR sel
2277       - 11  # MRR sel
2278       - 19  # NDRPDR full
2279       - 20  # NDRPDR full
2280       - 21  # NDRPDR full
2281       - 22  # NDRPDR full
2282       - 23  # NDRPDR full
2283       - 24  # NDRPDR full
2284       - 25  # NDRPDR full
2285       - 26  # NDRPDR full
2286       - 37  # NDRPDR full
2287       - 38  # NDRPDR full
2288       - 39  # NDRPDR full
2289
2290     csit-vpp-perf-verify-1908-2n-dnv:
2291       - 1   # NDRPDR sel
2292       - 2   # NDRPDR sel
2293       - 3   # NDRPDR sel
2294       - 4   # NDRPDR sel
2295       - 5   # NDRPDR sel
2296       - 6   # NDRPDR sel
2297       - 7   # NDRPDR sel
2298       - 8   # NDRPDR sel
2299       - 9   # NDRPDR sel
2300       - 10  # NDRPDR sel
2301       - 11  # MRR sel
2302     csit-vpp-perf-verify-2001-2n-dnv:
2303       - 4   # NDRPDR sel
2304       - 5   # NDRPDR sel
2305       - 6   # NDRPDR sel
2306       - 7   # NDRPDR sel
2307       - 8   # NDRPDR sel
2308       - 9   # NDRPDR sel
2309       - 10  # NDRPDR sel
2310       - 11  # NDRPDR sel
2311       - 13  # NDRPDR sel
2312       - 16  # NDRPDR sel
2313       - 12  # MRR sel
2314       - 21  # NDRPDR full
2315       - 22  # NDRPDR full
2316       - 25  # NDRPDR full
2317       - 26  # NDRPDR full
2318       - 27  # NDRPDR full
2319       - 28  # NDRPDR full
2320
2321     csit-dpdk-perf-verify-1904-3n-hsw:
2322       - 2   # NDRPDR sel
2323       - 3   # NDRPDR sel
2324       - 5   # NDRPDR sel
2325       - 6   # NDRPDR sel
2326       - 13  # NDRPDR sel
2327       - 14  # NDRPDR sel
2328       - 15  # NDRPDR sel
2329       - 18  # NDRPDR sel
2330       - 19  # NDRPDR sel
2331       - 20  # NDRPDR sel
2332     csit-dpdk-perf-verify-1908-3n-hsw:
2333       - 2   # NDRPDR sel
2334       - 3   # NDRPDR sel
2335       - 4   # NDRPDR sel
2336       - 5   # NDRPDR sel
2337       - 6   # NDRPDR sel
2338       - 7   # NDRPDR sel
2339       - 8   # NDRPDR sel
2340       - 9   # NDRPDR sel
2341       - 10  # NDRPDR sel
2342       - 11  # NDRPDR sel
2343     csit-dpdk-perf-verify-2001-3n-hsw:
2344       - 4   # NDRPDR sel
2345       - 5   # NDRPDR sel
2346       - 6   # NDRPDR sel
2347       - 7   # NDRPDR sel
2348       - 8   # NDRPDR sel
2349       - 9   # NDRPDR sel
2350       - 10  # NDRPDR sel
2351       - 11  # NDRPDR sel
2352       - 12  # NDRPDR sel
2353       - 13  # NDRPDR sel
2354       - 15  # NDRPDR sel
2355       - 16  # NDRPDR sel
2356       - 17  # NDRPDR sel
2357       - 18  # NDRPDR sel
2358       - 19  # NDRPDR sel
2359       - 20  # NDRPDR sel
2360       - 21  # NDRPDR sel
2361       - 22  # NDRPDR sel
2362       - 23  # NDRPDR sel
2363       - 24  # NDRPDR sel
2364       - 25  # NDRPDR full
2365       - 26  # NDRPDR full
2366
2367 #    csit-dpdk-perf-verify-1904-3n-skx:
2368 #      - 2   # NDRPDR sel
2369 #      - 3   # NDRPDR sel
2370 #      - 4   # NDRPDR sel
2371 #      - 5   # NDRPDR sel
2372 #      - 6   # NDRPDR sel
2373 #      - 7   # NDRPDR sel
2374 #      - 11  # NDRPDR sel
2375 #      - 12  # NDRPDR sel
2376 #      - 13  # NDRPDR sel
2377 #      - 14  # NDRPDR sel
2378 #    csit-dpdk-perf-verify-1908-3n-skx:
2379 #      - 3   # NDRPDR sel
2380 #      - 4   # NDRPDR sel
2381 #      - 5   # NDRPDR sel
2382 #      - 6   # NDRPDR sel
2383 #      - 7   # NDRPDR sel
2384 #      - 8   # NDRPDR sel
2385 #      - 9   # NDRPDR sel
2386 #      - 10  # NDRPDR sel
2387 #      - 11  # NDRPDR sel
2388 #      - 12  # NDRPDR sel
2389 #    csit-dpdk-perf-verify-2001-3n-skx:
2390 #      - 1   # NDRPDR sel
2391 #      - 2   # NDRPDR sel
2392 #      - 3   # NDRPDR sel
2393 #      - 4   # NDRPDR sel
2394 #      - 5   # NDRPDR sel
2395 #      - 6   # NDRPDR sel
2396 #      - 7   # NDRPDR sel
2397 #      - 8   # NDRPDR sel
2398 #      - 9   # NDRPDR sel
2399 #      - 10  # NDRPDR sel
2400
2401 #    csit-dpdk-perf-verify-1904-2n-skx:
2402 #      - 2   # NDRPDR sel
2403 #      - 3   # NDRPDR sel
2404 #      - 4   # NDRPDR sel
2405 #      - 5   # NDRPDR sel
2406 #      - 7   # NDRPDR sel
2407 #      - 8   # NDRPDR sel
2408 #      - 9   # NDRPDR sel
2409 #      - 10  # NDRPDR sel
2410 #      - 11  # NDRPDR sel
2411 #      - 12  # NDRPDR sel
2412 #    csit-dpdk-perf-verify-1908-2n-skx:
2413 #      - 2   # NDRPDR sel
2414 #      - 3   # NDRPDR sel
2415 #      - 4   # NDRPDR sel
2416 #      - 5   # NDRPDR sel
2417 #      - 7   # NDRPDR sel
2418 #      - 8   # NDRPDR sel
2419 #      - 9   # NDRPDR sel
2420 #      - 10  # NDRPDR sel
2421 #      - 11  # NDRPDR sel
2422 #      - 12  # NDRPDR sel
2423 #    csit-dpdk-perf-verify-2001-2n-skx:
2424 #      - 1   # NDRPDR sel
2425 #      - 2   # NDRPDR sel
2426 #      - 3   # NDRPDR sel
2427 #      - 4   # NDRPDR sel
2428 #      - 5   # NDRPDR sel
2429 #      - 6   # NDRPDR sel
2430 #      - 7   # NDRPDR sel
2431 #      - 8   # NDRPDR sel
2432 #      - 9   # NDRPDR sel
2433 #      - 10  # NDRPDR sel
2434 #      - 11  # NDRPDR sel
2435 #      - 13  # NDRPDR sel
2436 #      - 26  # NDRPDR sel
2437 #      - 16  # NDRPDR sel
2438 #      - 17  # NDRPDR sel
2439 #      - 18  # NDRPDR sel
2440 #      - 19  # NDRPDR sel
2441 #      - 27  # NDRPDR sel
2442 #      - 21  # NDRPDR sel
2443 #      - 25  # NDRPDR sel
2444
2445     csit-dpdk-perf-verify-2001-2n-clx:
2446       - 15  # NDRPDR sel
2447       - 16  # NDRPDR sel
2448       - 17  # NDRPDR sel
2449       - 18  # NDRPDR sel
2450       - 19  # NDRPDR sel
2451       - 20  # NDRPDR sel
2452       - 21  # NDRPDR sel
2453       - 22  # NDRPDR sel
2454       - 23  # NDRPDR sel
2455       - 24  # NDRPDR sel
2456       - 25  # NDRPDR sel
2457       - 26  # NDRPDR sel
2458       - 27  # NDRPDR sel
2459       - 28  # NDRPDR sel
2460       - 29  # NDRPDR sel
2461       - 30  # NDRPDR sel
2462       - 31  # NDRPDR sel
2463       - 32  # NDRPDR sel
2464       - 33  # NDRPDR sel
2465       - 34  # NDRPDR sel
2466
2467     csit-dpdk-perf-verify-2001-2n-dnv:
2468       - 9   # NDRPDR sel
2469       - 10  # NDRPDR sel
2470       - 11  # NDRPDR sel
2471       - 12  # NDRPDR sel
2472       - 13  # NDRPDR sel
2473       - 14  # NDRPDR sel
2474       - 15  # NDRPDR sel
2475       - 16  # NDRPDR sel
2476       - 17  # NDRPDR sel
2477       - 18  # NDRPDR sel
2478
2479     csit-dpdk-perf-verify-2001-3n-dnv:
2480       - 12  # NDRPDR sel
2481       - 13  # NDRPDR sel
2482       - 14  # NDRPDR sel
2483       - 15  # NDRPDR sel
2484       - 16  # NDRPDR sel
2485       - 17  # NDRPDR sel
2486       - 18  # NDRPDR sel
2487       - 19  # NDRPDR sel
2488       - 20  # NDRPDR sel
2489       - 22  # NDRPDR sel
2490
2491     csit-dpdk-perf-verify-2001-3n-tsh:
2492       - 3   # NDRPDR sel
2493       - 4   # NDRPDR sel
2494       - 5   # NDRPDR sel
2495       - 9   # NDRPDR sel
2496       - 10  # NDRPDR sel
2497       - 11  # NDRPDR sel
2498       - 12  # NDRPDR sel
2499       - 14  # NDRPDR sel
2500       - 15  # NDRPDR sel
2501       - 18  # NDRPDR sel
2502
2503     csit-vpp-device-2001-ubuntu1804-1n-skx:
2504       - 57
2505
2506 - type: "output"
2507   output: "report"
2508   format:
2509     html:
2510     - full
2511     pdf:
2512     - minimal
2513
2514 ################################################################################
2515 ###                               T A B L E S                                ###
2516 ################################################################################
2517
2518 ## VPP Soak vs NDR
2519 #- type: "table"
2520 #  title: "VPP Soak vs NDR 2n-skx"
2521 #  algorithm: "table_soak_vs_ndr"
2522 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2523 #  reference:
2524 #    title: "NDR"
2525 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2526 #  compare:
2527 #    title: "Soak"
2528 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2529 #  data: "vpp-soak-vs-ndr-2n-skx"
2530 #  include-tests: "NDR"
2531 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2532 #  parameters:
2533 #    - "throughput"
2534 #    - "name"
2535 #    - "parent"
2536
2537 ################################################################################
2538
2539 ## VPP Compare NICs 3n-skx 2t1c ndr
2540 #- type: "table"
2541 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2542 #  algorithm: "table_nics_comparison"
2543 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2544 #  reference:
2545 #    title: "x710"
2546 #    nic: "NIC_Intel-X710"
2547 #  compare:
2548 #    title: "xxv710"
2549 #    nic: "NIC_Intel-XXV710"
2550 #  data: "vpp-nic-comparison-3n-skx"
2551 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2552 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2553 #  parameters:
2554 #  - "name"
2555 #  - "parent"
2556 #  - "throughput"
2557 #  - "tags"
2558 #
2559 ## VPP Compare NICs 3n-skx 4t2c ndr
2560 #- type: "table"
2561 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2562 #  algorithm: "table_nics_comparison"
2563 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2564 #  reference:
2565 #    title: "x710"
2566 #    nic: "NIC_Intel-X710"
2567 #  compare:
2568 #    title: "xxv710"
2569 #    nic: "NIC_Intel-XXV710"
2570 #  data: "vpp-nic-comparison-3n-skx"
2571 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2572 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2573 #  parameters:
2574 #  - "name"
2575 #  - "parent"
2576 #  - "throughput"
2577 #  - "tags"
2578 #
2579 ## VPP Compare NICs 3n-skx 2t1c pdr
2580 #- type: "table"
2581 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2582 #  algorithm: "table_nics_comparison"
2583 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2584 #  reference:
2585 #    title: "x710"
2586 #    nic: "NIC_Intel-X710"
2587 #  compare:
2588 #    title: "xxv710"
2589 #    nic: "NIC_Intel-XXV710"
2590 #  data: "vpp-nic-comparison-3n-skx"
2591 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2592 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2593 #  parameters:
2594 #  - "name"
2595 #  - "parent"
2596 #  - "throughput"
2597 #  - "tags"
2598 #
2599 # # VPP Compare NICs 3n-skx 4t2c pdr
2600 #- type: "table"
2601 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2602 #  algorithm: "table_nics_comparison"
2603 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2604 #  reference:
2605 #    title: "x710"
2606 #    nic: "NIC_Intel-X710"
2607 #  compare:
2608 #    title: "xxv710"
2609 #    nic: "NIC_Intel-XXV710"
2610 #  data: "vpp-nic-comparison-3n-skx"
2611 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2612 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2613 #  parameters:
2614 #  - "name"
2615 #  - "parent"
2616 #  - "throughput"
2617 #  - "tags"
2618 #
2619 ## VPP Compare NICs 3n-skx 2t1c mrr
2620 #- type: "table"
2621 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2622 #  algorithm: "table_nics_comparison"
2623 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2624 #  reference:
2625 #    title: "x710"
2626 #    nic: "NIC_Intel-X710"
2627 #  compare:
2628 #    title: "xxv710"
2629 #    nic: "NIC_Intel-XXV710"
2630 #  data: "vpp-nic-comparison-3n-skx-mrr"
2631 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2632 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2633 #  parameters:
2634 #  - "name"
2635 #  - "parent"
2636 #  - "result"
2637 #  - "tags"
2638 #
2639 ## VPP Compare NICs 3n-skx 4t2c mrr
2640 #- type: "table"
2641 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2642 #  algorithm: "table_nics_comparison"
2643 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2644 #  reference:
2645 #    title: "x710"
2646 #    nic: "NIC_Intel-X710"
2647 #  compare:
2648 #    title: "xxv710"
2649 #    nic: "NIC_Intel-XXV710"
2650 #  data: "vpp-nic-comparison-3n-skx-mrr"
2651 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2652 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2653 #  parameters:
2654 #  - "name"
2655 #  - "parent"
2656 #  - "result"
2657 #  - "tags"
2658 #
2659 # # VPP Compare NICs 3n-skx 8t4c mrr
2660 #- type: "table"
2661 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2662 #  algorithm: "table_nics_comparison"
2663 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2664 #  reference:
2665 #    title: "x710"
2666 #    nic: "NIC_Intel-X710"
2667 #  compare:
2668 #    title: "xxv710"
2669 #    nic: "NIC_Intel-XXV710"
2670 #  data: "vpp-nic-comparison-3n-skx-mrr"
2671 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2672 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2673 #  parameters:
2674 #  - "name"
2675 #  - "parent"
2676 #  - "result"
2677 #  - "tags"
2678 #
2679 ## VPP Compare NICs 2n-skx 2t1c ndr
2680 #- type: "table"
2681 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2682 #  algorithm: "table_nics_comparison"
2683 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2684 #  reference:
2685 #    title: "x710"
2686 #    nic: "NIC_Intel-X710"
2687 #  compare:
2688 #    title: "xxv710"
2689 #    nic: "NIC_Intel-XXV710"
2690 #  data: "vpp-nic-comparison-2n-skx"
2691 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2692 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2693 #  parameters:
2694 #  - "name"
2695 #  - "parent"
2696 #  - "throughput"
2697 #  - "tags"
2698 #
2699 ## VPP Compare NICs 2n-skx 4t2c ndr
2700 #- type: "table"
2701 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2702 #  algorithm: "table_nics_comparison"
2703 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2704 #  reference:
2705 #    title: "x710"
2706 #    nic: "NIC_Intel-X710"
2707 #  compare:
2708 #    title: "xxv710"
2709 #    nic: "NIC_Intel-XXV710"
2710 #  data: "vpp-nic-comparison-2n-skx"
2711 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2712 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2713 #  parameters:
2714 #  - "name"
2715 #  - "parent"
2716 #  - "throughput"
2717 #  - "tags"
2718 #
2719 # # VPP Compare NICs 2n-skx 2t1c pdr
2720 #- type: "table"
2721 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2722 #  algorithm: "table_nics_comparison"
2723 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2724 #  reference:
2725 #    title: "x710"
2726 #    nic: "NIC_Intel-X710"
2727 #  compare:
2728 #    title: "xxv710"
2729 #    nic: "NIC_Intel-XXV710"
2730 #  data: "vpp-nic-comparison-2n-skx"
2731 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2732 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2733 #  parameters:
2734 #  - "name"
2735 #  - "parent"
2736 #  - "throughput"
2737 #  - "tags"
2738 #
2739 ## VPP Compare NICs 2n-skx 4t2c pdr
2740 #- type: "table"
2741 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2742 #  algorithm: "table_nics_comparison"
2743 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2744 #  reference:
2745 #    title: "x710"
2746 #    nic: "NIC_Intel-X710"
2747 #  compare:
2748 #    title: "xxv710"
2749 #    nic: "NIC_Intel-XXV710"
2750 #  data: "vpp-nic-comparison-2n-skx"
2751 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2752 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2753 #  parameters:
2754 #  - "name"
2755 #  - "parent"
2756 #  - "throughput"
2757 #  - "tags"
2758 #
2759 ## VPP Compare NICs 2n-skx 2t1c mrr
2760 #- type: "table"
2761 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2762 #  algorithm: "table_nics_comparison"
2763 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2764 #  reference:
2765 #    title: "x710"
2766 #    nic: "NIC_Intel-X710"
2767 #  compare:
2768 #    title: "xxv710"
2769 #    nic: "NIC_Intel-XXV710"
2770 #  data: "vpp-nic-comparison-2n-skx-mrr"
2771 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2772 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2773 #  parameters:
2774 #  - "name"
2775 #  - "parent"
2776 #  - "result"
2777 #  - "tags"
2778 #
2779 ## VPP Compare NICs 2n-skx 4t2c mrr
2780 #- type: "table"
2781 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2782 #  algorithm: "table_nics_comparison"
2783 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2784 #  reference:
2785 #    title: "x710"
2786 #    nic: "NIC_Intel-X710"
2787 #  compare:
2788 #    title: "xxv710"
2789 #    nic: "NIC_Intel-XXV710"
2790 #  data: "vpp-nic-comparison-2n-skx-mrr"
2791 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2792 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2793 #  parameters:
2794 #  - "name"
2795 #  - "parent"
2796 #  - "result"
2797 #  - "tags"
2798 #
2799 ## VPP Compare NICs 2n-skx 8t4c mrr
2800 #- type: "table"
2801 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2802 #  algorithm: "table_nics_comparison"
2803 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2804 #  reference:
2805 #    title: "x710"
2806 #    nic: "NIC_Intel-X710"
2807 #  compare:
2808 #    title: "xxv710"
2809 #    nic: "NIC_Intel-XXV710"
2810 #  data: "vpp-nic-comparison-2n-skx-mrr"
2811 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2812 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2813 #  parameters:
2814 #  - "name"
2815 #  - "parent"
2816 #  - "result"
2817 #  - "tags"
2818
2819 ################################################################################
2820 # VPP
2821
2822 # VPP Performance Changes 3n-hsw 1t1c pdr
2823 - type: "table"
2824   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2825   algorithm: "table_perf_comparison"
2826   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2827   history:
2828     - title: "rls1904"
2829       data: "vpp-performance-changes-3n-hsw-h1"
2830   reference:
2831     title: "rls1908"
2832     data: "vpp-performance-changes-3n-hsw-ref"
2833     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2834   compare:
2835     title: "rls2001"
2836     data: "vpp-performance-changes-3n-hsw-cmp"
2837   data: "vpp-performance-changes-3n-hsw"
2838   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2839   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2840   parameters:
2841   - "name"
2842   - "parent"
2843   - "throughput"
2844
2845 # VPP Performance Changes 3n-hsw 2t2c pdr
2846 - type: "table"
2847   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2848   algorithm: "table_perf_comparison"
2849   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2850   history:
2851     - title: "rls1904"
2852       data: "vpp-performance-changes-3n-hsw-h1"
2853   reference:
2854     title: "rls1908"
2855     data: "vpp-performance-changes-3n-hsw-ref"
2856     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2857   compare:
2858     title: "rls2001"
2859     data: "vpp-performance-changes-3n-hsw-cmp"
2860   data: "vpp-performance-changes-3n-hsw"
2861   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2862   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2863   parameters:
2864   - "name"
2865   - "parent"
2866   - "throughput"
2867
2868 # VPP Performance Changes 3n-hsw 1t1c ndr
2869 - type: "table"
2870   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2871   algorithm: "table_perf_comparison"
2872   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2873   history:
2874     - title: "rls1904"
2875       data: "vpp-performance-changes-3n-hsw-h1"
2876   reference:
2877     title: "rls1908"
2878     data: "vpp-performance-changes-3n-hsw-ref"
2879     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2880   compare:
2881     title: "rls2001"
2882     data: "vpp-performance-changes-3n-hsw-cmp"
2883   data: "vpp-performance-changes-3n-hsw"
2884   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2885   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2886   parameters:
2887   - "name"
2888   - "parent"
2889   - "throughput"
2890
2891 # VPP Performance Changes 3n-hsw 2t2c ndr
2892 - type: "table"
2893   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2894   algorithm: "table_perf_comparison"
2895   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2896   history:
2897     - title: "rls1904"
2898       data: "vpp-performance-changes-3n-hsw-h1"
2899   reference:
2900     title: "rls1908"
2901     data: "vpp-performance-changes-3n-hsw-ref"
2902     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2903   compare:
2904     title: "rls2001"
2905     data: "vpp-performance-changes-3n-hsw-cmp"
2906   data: "vpp-performance-changes-3n-hsw"
2907   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2908   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2909   parameters:
2910   - "name"
2911   - "parent"
2912   - "throughput"
2913
2914 ## VPP Performance Changes 3n-skx 2t1c pdr
2915 #- type: "table"
2916 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2917 #  algorithm: "table_perf_comparison_nic"
2918 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2919 #  history:
2920 #    - title: "rls1904 x710"
2921 #      data: "vpp-performance-changes-3n-skx-h1"
2922 #      nic: "NIC_Intel-X710"
2923 #  reference:
2924 #    title: "rls1908 xxv710"
2925 #    data: "vpp-performance-changes-3n-skx-ref"
2926 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2927 #    nic: "NIC_Intel-XXV710"
2928 #  compare:
2929 #    title: "rls2001 xxv710"
2930 #    data: "vpp-performance-changes-3n-skx-cmp"
2931 #    nic: "NIC_Intel-XXV710"
2932 #  data: "vpp-performance-changes-3n-skx"
2933 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2934 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2935 #  parameters:
2936 #  - "name"
2937 #  - "parent"
2938 #  - "throughput"
2939 #  - "tags"
2940 #
2941 ## VPP Performance Changes 3n-skx 4t2c pdr
2942 #- type: "table"
2943 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
2944 #  algorithm: "table_perf_comparison_nic"
2945 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2946 #  history:
2947 #    - title: "rls1904 x710"
2948 #      data: "vpp-performance-changes-3n-skx-h1"
2949 #      nic: "NIC_Intel-X710"
2950 #  reference:
2951 #    title: "rls1908 x710"
2952 #    data: "vpp-performance-changes-3n-skx-ref"
2953 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2954 #    nic: "NIC_Intel-X710"
2955 #  compare:
2956 #    title: "rls2001 xxv710"
2957 #    data: "vpp-performance-changes-3n-skx-cmp"
2958 #    nic: "NIC_Intel-XXV710"
2959 #  data: "vpp-performance-changes-3n-skx"
2960 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2961 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2962 #  parameters:
2963 #  - "name"
2964 #  - "parent"
2965 #  - "throughput"
2966 #  - "tags"
2967 #
2968 ## VPP Performance Changes 3n-skx 2t1c ndr
2969 #- type: "table"
2970 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
2971 #  algorithm: "table_perf_comparison_nic"
2972 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2973 #  history:
2974 #    - title: "rls1904 x710"
2975 #      data: "vpp-performance-changes-3n-skx-h1"
2976 #      nic: "NIC_Intel-X710"
2977 #  reference:
2978 #    title: "rls1908 x710"
2979 #    data: "vpp-performance-changes-3n-skx-ref"
2980 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2981 #    nic: "NIC_Intel-X710"
2982 #  compare:
2983 #    title: "rls2001 xxv710"
2984 #    data: "vpp-performance-changes-3n-skx-cmp"
2985 #    nic: "NIC_Intel-XXV710"
2986 #  data: "vpp-performance-changes-3n-skx"
2987 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2988 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2989 #  parameters:
2990 #  - "name"
2991 #  - "parent"
2992 #  - "throughput"
2993 #  - "tags"
2994 #
2995 ## VPP Performance Changes 3n-skx 4t2c ndr
2996 #- type: "table"
2997 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
2998 #  algorithm: "table_perf_comparison_nic"
2999 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3000 #  history:
3001 #    - title: "rls1904 x710"
3002 #      data: "vpp-performance-changes-3n-skx-h1"
3003 #      nic: "NIC_Intel-X710"
3004 #  reference:
3005 #    title: "rls1908 x710"
3006 #    data: "vpp-performance-changes-3n-skx-ref"
3007 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3008 #    nic: "NIC_Intel-X710"
3009 #  compare:
3010 #    title: "rls2001 xxv710"
3011 #    data: "vpp-performance-changes-3n-skx-cmp"
3012 #    nic: "NIC_Intel-XXV710"
3013 #  data: "vpp-performance-changes-3n-skx"
3014 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3015 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3016 #  parameters:
3017 #  - "name"
3018 #  - "parent"
3019 #  - "throughput"
3020 #  - "tags"
3021 #
3022 ## VPP Performance Changes 2n-skx 2t1c pdr
3023 #- type: "table"
3024 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
3025 #  algorithm: "table_perf_comparison_nic"
3026 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3027 #  history:
3028 #    - title: "rls1904 x710"
3029 #      data: "vpp-performance-changes-2n-skx-h1"
3030 #      nic: "NIC_Intel-X710"
3031 #  reference:
3032 #    title: "rls1908 xxv710"
3033 #    data: "vpp-performance-changes-2n-skx-ref"
3034 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3035 #    nic: "NIC_Intel-XXV710"
3036 #  compare:
3037 #    title: "rls2001 xxv710"
3038 #    data: "vpp-performance-changes-2n-skx-cmp"
3039 #    nic: "NIC_Intel-XXV710"
3040 #  data: "vpp-performance-changes-2n-skx"
3041 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3042 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3043 #  parameters:
3044 #  - "name"
3045 #  - "parent"
3046 #  - "throughput"
3047 #  - "tags"
3048 #
3049 ## VPP Performance Changes 2n-skx 4t2c pdr
3050 #- type: "table"
3051 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
3052 #  algorithm: "table_perf_comparison_nic"
3053 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3054 #  history:
3055 #    - title: "rls1904 x710"
3056 #      data: "vpp-performance-changes-2n-skx-h1"
3057 #      nic: "NIC_Intel-X710"
3058 #  reference:
3059 #    title: "rls1908 xxv710"
3060 #    data: "vpp-performance-changes-2n-skx-ref"
3061 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3062 #    nic: "NIC_Intel-XXV710"
3063 #  compare:
3064 #    title: "rls2001 xxv710"
3065 #    data: "vpp-performance-changes-2n-skx-cmp"
3066 #    nic: "NIC_Intel-XXV710"
3067 #  data: "vpp-performance-changes-2n-skx"
3068 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3069 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3070 #  parameters:
3071 #  - "name"
3072 #  - "parent"
3073 #  - "throughput"
3074 #  - "tags"
3075 #
3076 ## VPP Performance Changes 2n-skx 2t1c ndr
3077 #- type: "table"
3078 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
3079 #  algorithm: "table_perf_comparison_nic"
3080 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3081 #  history:
3082 #    - title: "rls1904 x710"
3083 #      data: "vpp-performance-changes-2n-skx-h1"
3084 #      nic: "NIC_Intel-X710"
3085 #  reference:
3086 #    title: "rls1908 xxv710"
3087 #    data: "vpp-performance-changes-2n-skx-ref"
3088 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3089 #    nic: "NIC_Intel-XXV710"
3090 #  compare:
3091 #    title: "rls2001 xxv710"
3092 #    data: "vpp-performance-changes-2n-skx-cmp"
3093 #    nic: "NIC_Intel-XXV710"
3094 #  data: "vpp-performance-changes-2n-skx"
3095 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3096 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3097 #  parameters:
3098 #  - "name"
3099 #  - "parent"
3100 #  - "throughput"
3101 #  - "tags"
3102 #
3103 ## VPP Performance Changes 2n-skx 4t2c ndr
3104 #- type: "table"
3105 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
3106 #  algorithm: "table_perf_comparison_nic"
3107 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3108 #  history:
3109 #    - title: "rls1904 x710"
3110 #      data: "vpp-performance-changes-2n-skx-h1"
3111 #      nic: "NIC_Intel-X710"
3112 #  reference:
3113 #    title: "rls1908 xxv710"
3114 #    data: "vpp-performance-changes-2n-skx-ref"
3115 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3116 #    nic: "NIC_Intel-XXV710"
3117 #  compare:
3118 #    title: "rls2001 xxv710"
3119 #    data: "vpp-performance-changes-2n-skx-cmp"
3120 #    nic: "NIC_Intel-XXV710"
3121 #  data: "vpp-performance-changes-2n-skx"
3122 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3123 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3124 #  parameters:
3125 #  - "name"
3126 #  - "parent"
3127 #  - "throughput"
3128 #  - "tags"
3129 #
3130 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3131 #- type: "table"
3132 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3133 #  algorithm: "table_perf_comparison"
3134 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3135 #  reference:
3136 #    title: "rls1908"
3137 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3138 #  compare:
3139 #    title: "rls2001"
3140 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3141 #  data: "vpp-performance-changes-nfv-2n-skx"
3142 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3143 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3144 #  parameters:
3145 #  - "name"
3146 #  - "parent"
3147 #  - "throughput"
3148 #  - "tags"
3149 #
3150 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3151 #- type: "table"
3152 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3153 #  algorithm: "table_perf_comparison"
3154 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3155 #  reference:
3156 #    title: "rls1908"
3157 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3158 #  compare:
3159 #    title: "rls2001"
3160 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3161 #  data: "vpp-performance-changes-nfv-2n-skx"
3162 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3163 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3164 #  parameters:
3165 #  - "name"
3166 #  - "parent"
3167 #  - "throughput"
3168 #  - "tags"
3169 #
3170 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3171 #- type: "table"
3172 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3173 #  algorithm: "table_perf_comparison"
3174 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3175 #  reference:
3176 #    title: "rls1908"
3177 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3178 #  compare:
3179 #    title: "rls2001"
3180 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3181 #  data: "vpp-performance-changes-nfv-2n-skx"
3182 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3183 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3184 #  parameters:
3185 #  - "name"
3186 #  - "parent"
3187 #  - "throughput"
3188 #  - "tags"
3189 #
3190 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3191 #- type: "table"
3192 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3193 #  algorithm: "table_perf_comparison"
3194 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3195 #  reference:
3196 #    title: "rls1908"
3197 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3198 #  compare:
3199 #    title: "rls2001"
3200 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3201 #  data: "vpp-performance-changes-nfv-2n-skx"
3202 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3203 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3204 #  parameters:
3205 #  - "name"
3206 #  - "parent"
3207 #  - "throughput"
3208 #  - "tags"
3209
3210 # VPP Performance Changes 2n-dnv 1t1c pdr
3211 - type: "table"
3212   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3213   algorithm: "table_perf_comparison"
3214   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3215   reference:
3216     title: "rls1908"
3217     data: "vpp-performance-changes-2n-dnv-ref"
3218   compare:
3219     title: "rls2001"
3220     data: "vpp-performance-changes-2n-dnv-cmp"
3221   data: "vpp-performance-changes-2n-dnv"
3222   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3223   filter: "'1T1C'"
3224   parameters:
3225   - "name"
3226   - "parent"
3227   - "throughput"
3228   - "tags"
3229
3230 # VPP Performance Changes 2n-dnv 2t2c pdr
3231 - type: "table"
3232   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3233   algorithm: "table_perf_comparison"
3234   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3235   reference:
3236     title: "rls1908"
3237     data: "vpp-performance-changes-2n-dnv-ref"
3238   compare:
3239     title: "rls2001"
3240     data: "vpp-performance-changes-2n-dnv-cmp"
3241   data: "vpp-performance-changes-2n-dnv"
3242   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3243   filter: "'2T2C'"
3244   parameters:
3245   - "name"
3246   - "parent"
3247   - "throughput"
3248   - "tags"
3249
3250 # VPP Performance Changes 2n-dnv 1t1c ndr
3251 - type: "table"
3252   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3253   algorithm: "table_perf_comparison"
3254   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3255   reference:
3256     title: "rls1908"
3257     data: "vpp-performance-changes-2n-dnv-ref"
3258   compare:
3259     title: "rls2001"
3260     data: "vpp-performance-changes-2n-dnv-cmp"
3261   data: "vpp-performance-changes-2n-dnv"
3262   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3263   filter: "'1T1C'"
3264   parameters:
3265   - "name"
3266   - "parent"
3267   - "throughput"
3268   - "tags"
3269
3270 # VPP Performance Changes 2n-dnv 2t2c ndr
3271 - type: "table"
3272   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3273   algorithm: "table_perf_comparison"
3274   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3275   reference:
3276     title: "rls1908 "
3277     data: "vpp-performance-changes-2n-dnv-ref"
3278   compare:
3279     title: "rls2001"
3280     data: "vpp-performance-changes-2n-dnv-cmp"
3281   data: "vpp-performance-changes-2n-dnv"
3282   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3283   filter: "'2T2C'"
3284   parameters:
3285   - "name"
3286   - "parent"
3287   - "throughput"
3288   - "tags"
3289
3290 # VPP Performance Changes 3n-dnv 1t1c pdr
3291 - type: "table"
3292   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3293   algorithm: "table_perf_comparison"
3294   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3295   reference:
3296     title: "rls1908"
3297     data: "vpp-performance-changes-3n-dnv-ref"
3298   compare:
3299     title: "rls2001"
3300     data: "vpp-performance-changes-3n-dnv-cmp"
3301   data: "vpp-performance-changes-3n-dnv"
3302   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3303   filter: "'1T1C'"
3304   parameters:
3305   - "name"
3306   - "parent"
3307   - "throughput"
3308   - "tags"
3309
3310 # VPP Performance Changes 3n-dnv 2t2c pdr
3311 - type: "table"
3312   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3313   algorithm: "table_perf_comparison"
3314   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3315   reference:
3316     title: "rls1908"
3317     data: "vpp-performance-changes-3n-dnv-ref"
3318   compare:
3319     title: "rls2001"
3320     data: "vpp-performance-changes-3n-dnv-cmp"
3321   data: "vpp-performance-changes-3n-dnv"
3322   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3323   filter: "'2T2C'"
3324   parameters:
3325   - "name"
3326   - "parent"
3327   - "throughput"
3328   - "tags"
3329
3330 # VPP Performance Changes 3n-dnv 1t1c ndr
3331 - type: "table"
3332   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3333   algorithm: "table_perf_comparison"
3334   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3335   reference:
3336     title: "rls1908"
3337     data: "vpp-performance-changes-3n-dnv-ref"
3338   compare:
3339     title: "rls2001"
3340     data: "vpp-performance-changes-3n-dnv-cmp"
3341   data: "vpp-performance-changes-3n-dnv"
3342   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3343   filter: "'1T1C'"
3344   parameters:
3345   - "name"
3346   - "parent"
3347   - "throughput"
3348   - "tags"
3349
3350 # VPP Performance Changes 3n-dnv 2t2c ndr
3351 - type: "table"
3352   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3353   algorithm: "table_perf_comparison"
3354   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3355   reference:
3356     title: "rls1908"
3357     data: "vpp-performance-changes-3n-dnv-ref"
3358   compare:
3359     title: "rls2001"
3360     data: "vpp-performance-changes-3n-dnv-cmp"
3361   data: "vpp-performance-changes-3n-dnv"
3362   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3363   filter: "'2T2C'"
3364   parameters:
3365   - "name"
3366   - "parent"
3367   - "throughput"
3368   - "tags"
3369
3370 # VPP Performance Changes 3n-tsh 1t1c pdr
3371 - type: "table"
3372   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3373   algorithm: "table_perf_comparison"
3374   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3375   reference:
3376     title: "rls1908"
3377     data: "vpp-performance-changes-3n-tsh-ref"
3378   compare:
3379     title: "rls2001"
3380     data: "vpp-performance-changes-3n-tsh-cmp"
3381   data: "vpp-performance-changes-3n-tsh"
3382   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3383   filter: "'1T1C'"
3384   parameters:
3385   - "name"
3386   - "parent"
3387   - "throughput"
3388   - "tags"
3389
3390 # VPP Performance Changes 3n-tsh 2t2c pdr
3391 - type: "table"
3392   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3393   algorithm: "table_perf_comparison"
3394   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3395   reference:
3396     title: "rls1908"
3397     data: "vpp-performance-changes-3n-tsh-ref"
3398   compare:
3399     title: "rls2001"
3400     data: "vpp-performance-changes-3n-tsh-cmp"
3401   data: "vpp-performance-changes-3n-tsh"
3402   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3403   filter: "'2T2C'"
3404   parameters:
3405   - "name"
3406   - "parent"
3407   - "throughput"
3408   - "tags"
3409
3410 # VPP Performance Changes 3n-tsh 1t1c ndr
3411 - type: "table"
3412   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3413   algorithm: "table_perf_comparison"
3414   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3415   reference:
3416     title: "rls1908"
3417     data: "vpp-performance-changes-3n-tsh-ref"
3418   compare:
3419     title: "rls2001"
3420     data: "vpp-performance-changes-3n-tsh-cmp"
3421   data: "vpp-performance-changes-3n-tsh"
3422   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3423   filter: "'1T1C'"
3424   parameters:
3425   - "name"
3426   - "parent"
3427   - "throughput"
3428   - "tags"
3429
3430 # VPP Performance Changes 3n-tsh 2t2c ndr
3431 - type: "table"
3432   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3433   algorithm: "table_perf_comparison"
3434   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3435   reference:
3436     title: "rls1908"
3437     data: "vpp-performance-changes-3n-tsh-ref"
3438   compare:
3439     title: "rls2001"
3440     data: "vpp-performance-changes-3n-tsh-cmp"
3441   data: "vpp-performance-changes-3n-tsh"
3442   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3443   filter: "'2T2C'"
3444   parameters:
3445   - "name"
3446   - "parent"
3447   - "throughput"
3448   - "tags"
3449
3450 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3451 #- type: "table"
3452 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3453 #  algorithm: "table_perf_comparison_nic"
3454 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3455 #  reference:
3456 #    title: "3n-hsw xl710"
3457 #    data: "vpp-compare-testbeds-ref"
3458 #    nic: "NIC_Intel-XL710"
3459 #  compare:
3460 #    title: "3n-skx xxv710"
3461 #    data: "vpp-compare-testbeds-cmp"
3462 #    nic: "NIC_Intel-XXV710"
3463 #  data: "vpp-compare-testbeds"
3464 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3465 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3466 #  parameters:
3467 #  - "name"
3468 #  - "parent"
3469 #  - "throughput"
3470 #  - "tags"
3471 #
3472 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3473 #- type: "table"
3474 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3475 #  algorithm: "table_perf_comparison_nic"
3476 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3477 #  reference:
3478 #    title: "3n-hsw xl710"
3479 #    data: "vpp-compare-testbeds-ref"
3480 #    nic: "NIC_Intel-XL710"
3481 #  compare:
3482 #    title: "3n-skx xxv710"
3483 #    data: "vpp-compare-testbeds-cmp"
3484 #    nic: "NIC_Intel-XXV710"
3485 #  data: "vpp-compare-testbeds"
3486 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3487 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3488 #  parameters:
3489 #  - "name"
3490 #  - "parent"
3491 #  - "throughput"
3492 #  - "tags"
3493 #
3494 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3495 #- type: "table"
3496 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3497 #  algorithm: "table_perf_comparison_nic"
3498 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3499 #  reference:
3500 #    title: "3n-hsw xl710"
3501 #    data: "vpp-compare-testbeds-ref"
3502 #    nic: "NIC_Intel-XL710"
3503 #  compare:
3504 #    title: "3n-skx xxv710"
3505 #    data: "vpp-compare-testbeds-cmp"
3506 #    nic: "NIC_Intel-XXV710"
3507 #  data: "vpp-compare-testbeds"
3508 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3509 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3510 #  parameters:
3511 #  - "name"
3512 #  - "parent"
3513 #  - "throughput"
3514 #  - "tags"
3515 #
3516 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3517 #- type: "table"
3518 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3519 #  algorithm: "table_perf_comparison_nic"
3520 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3521 #  reference:
3522 #    title: "3n-hsw xl710"
3523 #    data: "vpp-compare-testbeds-ref"
3524 #    nic: "NIC_Intel-XL710"
3525 #  compare:
3526 #    title: "3n-skx xxv710"
3527 #    data: "vpp-compare-testbeds-cmp"
3528 #    nic: "NIC_Intel-XXV710"
3529 #  data: "vpp-compare-testbeds"
3530 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3531 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3532 #  parameters:
3533 #  - "name"
3534 #  - "parent"
3535 #  - "throughput"
3536 #  - "tags"
3537
3538 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3539 #- type: "table"
3540 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3541 #  algorithm: "table_perf_comparison"
3542 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3543 #  reference:
3544 #    title: "2n-skx"
3545 #    data: "vpp-compare-testbeds-skx-clx-ref"
3546 #  compare:
3547 #    title: "2n-clx"
3548 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3549 #  data: "vpp-compare-testbeds-skx-clx"
3550 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3551 #  filter: "'2T1C'"
3552 #  parameters:
3553 #  - "name"
3554 #  - "parent"
3555 #  - "throughput"
3556 #  - "tags"
3557 #
3558 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3559 #- type: "table"
3560 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3561 #  algorithm: "table_perf_comparison"
3562 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3563 #  reference:
3564 #    title: "2n-skx"
3565 #    data: "vpp-compare-testbeds-skx-clx-ref"
3566 #  compare:
3567 #    title: "2n-clx"
3568 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3569 #  data: "vpp-compare-testbeds-skx-clx"
3570 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3571 #  filter: "'4T2C'"
3572 #  parameters:
3573 #  - "name"
3574 #  - "parent"
3575 #  - "throughput"
3576 #  - "tags"
3577 #
3578 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3579 #- type: "table"
3580 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3581 #  algorithm: "table_perf_comparison"
3582 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3583 #  reference:
3584 #    title: "2n-skx"
3585 #    data: "vpp-compare-testbeds-skx-clx-ref"
3586 #  compare:
3587 #    title: "2n-clx"
3588 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3589 #  data: "vpp-compare-testbeds-skx-clx"
3590 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3591 #  filter: "'2T1C'"
3592 #  parameters:
3593 #  - "name"
3594 #  - "parent"
3595 #  - "throughput"
3596 #  - "tags"
3597 #
3598 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3599 #- type: "table"
3600 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3601 #  algorithm: "table_perf_comparison"
3602 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3603 #  reference:
3604 #    title: "2n-skx"
3605 #    data: "vpp-compare-testbeds-skx-clx-ref"
3606 #  compare:
3607 #    title: "2n-clx"
3608 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3609 #  data: "vpp-compare-testbeds-skx-clx"
3610 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3611 #  filter: "'4T2C'"
3612 #  parameters:
3613 #  - "name"
3614 #  - "parent"
3615 #  - "throughput"
3616 #  - "tags"
3617
3618 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3619 - type: "table"
3620   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3621   algorithm: "table_perf_comparison_nic"
3622   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3623   reference:
3624     title: "3n-hsw xl710"
3625     data: "vpp-compare-testbeds-hsw-clx-ref"
3626     nic: "NIC_Intel-XL710"
3627   compare:
3628     title: "2n-clx xxv710"
3629     data: "vpp-compare-testbeds-hsw-clx-cmp"
3630     nic: "NIC_Intel-XXV710"
3631   data: "vpp-compare-testbeds-hsw-clx"
3632   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3633   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3634   parameters:
3635   - "name"
3636   - "parent"
3637   - "throughput"
3638   - "tags"
3639
3640 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3641 - type: "table"
3642   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3643   algorithm: "table_perf_comparison_nic"
3644   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3645   reference:
3646     title: "3n-hsw xl710"
3647     data: "vpp-compare-testbeds-hsw-clx-ref"
3648     nic: "NIC_Intel-XL710"
3649   compare:
3650     title: "2n-clx xxv710"
3651     data: "vpp-compare-testbeds-hsw-clx-cmp"
3652     nic: "NIC_Intel-XXV710"
3653   data: "vpp-compare-testbeds-hsw-clx"
3654   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3655   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3656   parameters:
3657   - "name"
3658   - "parent"
3659   - "throughput"
3660   - "tags"
3661
3662 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3663 - type: "table"
3664   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3665   algorithm: "table_perf_comparison_nic"
3666   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3667   reference:
3668     title: "3n-hsw xl710"
3669     data: "vpp-compare-testbeds-hsw-clx-ref"
3670     nic: "NIC_Intel-XL710"
3671   compare:
3672     title: "2n-clx xxv710"
3673     data: "vpp-compare-testbeds-hsw-clx-cmp"
3674     nic: "NIC_Intel-XXV710"
3675   data: "vpp-compare-testbeds-hsw-clx"
3676   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3677   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3678   parameters:
3679   - "name"
3680   - "parent"
3681   - "throughput"
3682   - "tags"
3683
3684 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3685 - type: "table"
3686   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3687   algorithm: "table_perf_comparison_nic"
3688   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3689   reference:
3690     title: "3n-hsw xl710"
3691     data: "vpp-compare-testbeds-hsw-clx-ref"
3692     nic: "NIC_Intel-XL710"
3693   compare:
3694     title: "2n-clx xxv710"
3695     data: "vpp-compare-testbeds-hsw-clx-cmp"
3696     nic: "NIC_Intel-XXV710"
3697   data: "vpp-compare-testbeds-hsw-clx"
3698   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3699   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3700   parameters:
3701   - "name"
3702   - "parent"
3703   - "throughput"
3704   - "tags"
3705
3706 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3707 #- type: "table"
3708 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3709 #  algorithm: "table_perf_comparison"
3710 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3711 #  reference:
3712 #    title: "3-Node Skx"
3713 #    data: "vpp-compare-topologies-ref"
3714 #  compare:
3715 #    title: "2-Node Skx"
3716 #    data: "vpp-compare-topologies-cmp"
3717 #  data: "vpp-compare-topologies"
3718 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3719 #  filter: "'NDRPDR' and '1C'"
3720 #  parameters:
3721 #  - "name"
3722 #  - "parent"
3723 #  - "throughput"
3724 #
3725 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3726 #- type: "table"
3727 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3728 #  algorithm: "table_perf_comparison"
3729 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3730 #  reference:
3731 #    title: "3-Node Skx"
3732 #    data: "vpp-compare-topologies-ref"
3733 #  compare:
3734 #    title: "2-Node Skx"
3735 #    data: "vpp-compare-topologies-cmp"
3736 #  data: "vpp-compare-topologies"
3737 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3738 #  filter: "'NDRPDR' and '2C'"
3739 #  parameters:
3740 #  - "name"
3741 #  - "parent"
3742 #  - "throughput"
3743 #
3744 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3745 #- type: "table"
3746 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3747 #  algorithm: "table_perf_comparison"
3748 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3749 #  reference:
3750 #    title: "3-Node Skx"
3751 #    data: "vpp-compare-topologies-ref"
3752 #  compare:
3753 #    title: "2-Node Skx"
3754 #    data: "vpp-compare-topologies-cmp"
3755 #  data: "vpp-compare-topologies"
3756 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3757 #  filter: "'NDRPDR' and '1C'"
3758 #  parameters:
3759 #  - "name"
3760 #  - "parent"
3761 #  - "throughput"
3762 #
3763 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3764 #- type: "table"
3765 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3766 #  algorithm: "table_perf_comparison"
3767 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3768 #  reference:
3769 #    title: "3-Node Skx"
3770 #    data: "vpp-compare-topologies-ref"
3771 #  compare:
3772 #    title: "2-Node Skx"
3773 #    data: "vpp-compare-topologies-cmp"
3774 #  data: "vpp-compare-topologies"
3775 #  include-tests: "PDR"
3776 #  filter: "'NDRPDR' and '2C'"
3777 #  parameters:
3778 #  - "name"
3779 #  - "parent"
3780 #  - "throughput"
3781
3782 # VPP Performance Changes 3n-hsw 1t1c MRR
3783 - type: "table"
3784   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3785   algorithm: "table_perf_comparison"
3786   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3787   history:
3788     - title: "rls1904"
3789       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3790   reference:
3791     title: "rls1908"
3792     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3793   compare:
3794     title: "rls2001"
3795     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3796   data: "vpp-performance-changes-3n-hsw-mrr"
3797   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3798   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3799   parameters:
3800   - "name"
3801   - "parent"
3802   - "result"
3803
3804 # VPP Performance Changes 3n-hsw 2t2c MRR
3805 - type: "table"
3806   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3807   algorithm: "table_perf_comparison"
3808   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3809   history:
3810     - title: "rls1904"
3811       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3812   reference:
3813     title: "rls1908"
3814     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3815   compare:
3816     title: "rls2001"
3817     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3818   data: "vpp-performance-changes-3n-hsw-mrr"
3819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3820   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3821   parameters:
3822   - "name"
3823   - "parent"
3824   - "result"
3825
3826 # VPP Performance Changes 3n-hsw 4t4c MRR
3827 - type: "table"
3828   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3829   algorithm: "table_perf_comparison"
3830   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3831   history:
3832     - title: "rls1904"
3833       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3834   reference:
3835     title: "rls1908"
3836     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3837   compare:
3838     title: "rls2001"
3839     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3840   data: "vpp-performance-changes-3n-hsw-mrr"
3841   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3842   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3843   parameters:
3844   - "name"
3845   - "parent"
3846   - "result"
3847
3848 ## VPP Performance Changes 3n-skx 2t1c MRR
3849 #- type: "table"
3850 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3851 #  algorithm: "table_perf_comparison"
3852 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3853 #  history:
3854 #    - title: "rls1904"
3855 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3856 #  reference:
3857 #    title: "rls1908"
3858 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3859 #  compare:
3860 #    title: "rls2001"
3861 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3862 #  data: "vpp-performance-changes-3n-skx-mrr"
3863 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3864 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3865 #  parameters:
3866 #  - "name"
3867 #  - "parent"
3868 #  - "result"
3869 #
3870 ## VPP Performance Changes 3n-skx 4t2c MRR
3871 #- type: "table"
3872 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3873 #  algorithm: "table_perf_comparison"
3874 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3875 #  history:
3876 #    - title: "rls1904"
3877 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3878 #  reference:
3879 #    title: "rls1908"
3880 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3881 #  compare:
3882 #    title: "rls2001"
3883 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3884 #  data: "vpp-performance-changes-3n-skx-mrr"
3885 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3886 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3887 #  parameters:
3888 #  - "name"
3889 #  - "parent"
3890 #  - "result"
3891 #
3892 ## VPP Performance Changes 3n-skx 8t4c MRR
3893 #- type: "table"
3894 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3895 #  algorithm: "table_perf_comparison"
3896 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3897 #  history:
3898 #    - title: "rls1904"
3899 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3900 #  reference:
3901 #    title: "rls1908"
3902 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3903 #  compare:
3904 #    title: "rls2001"
3905 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3906 #  data: "vpp-performance-changes-3n-skx-mrr"
3907 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3908 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3909 #  parameters:
3910 #  - "name"
3911 #  - "parent"
3912 #  - "result"
3913 #
3914 ## VPP Performance Changes 2n-skx 2t1c MRR
3915 #- type: "table"
3916 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3917 #  algorithm: "table_perf_comparison"
3918 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3919 #  history:
3920 #    - title: "rls1904"
3921 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3922 #  reference:
3923 #    title: "rls1908"
3924 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3925 #  compare:
3926 #    title: "rls2001"
3927 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3928 #  data: "vpp-performance-changes-2n-skx-mrr"
3929 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3930 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3931 #  parameters:
3932 #  - "name"
3933 #  - "parent"
3934 #  - "result"
3935 #
3936 ## VPP Performance Changes 2n-skx 4t2c MRR
3937 #- type: "table"
3938 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3939 #  algorithm: "table_perf_comparison"
3940 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3941 #  history:
3942 #    - title: "rls1904"
3943 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3944 #  reference:
3945 #    title: "rls1908"
3946 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3947 #  compare:
3948 #    title: "rls2001"
3949 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3950 #  data: "vpp-performance-changes-2n-skx-mrr"
3951 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3952 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3953 #  parameters:
3954 #  - "name"
3955 #  - "parent"
3956 #  - "result"
3957 #
3958 ## VPP Performance Changes 2n-skx 8t4c MRR
3959 #- type: "table"
3960 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3961 #  algorithm: "table_perf_comparison"
3962 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3963 #  history:
3964 #    - title: "rls1904"
3965 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3966 #  reference:
3967 #    title: "rls1908"
3968 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3969 #  compare:
3970 #    title: "rls2001"
3971 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3972 #  data: "vpp-performance-changes-2n-skx-mrr"
3973 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3974 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3975 #  parameters:
3976 #  - "name"
3977 #  - "parent"
3978 #  - "result"
3979 #
3980 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3981 #- type: "table"
3982 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3983 #  algorithm: "table_perf_comparison"
3984 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3985 #  reference:
3986 #    title: "rls1908"
3987 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3988 #  compare:
3989 #    title: "rls2001"
3990 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3991 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3992 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3993 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3994 #  parameters:
3995 #  - "name"
3996 #  - "parent"
3997 #  - "result"
3998 #
3999 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4000 #- type: "table"
4001 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4002 #  algorithm: "table_perf_comparison"
4003 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4004 #  reference:
4005 #    title: "rls1908"
4006 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4007 #  compare:
4008 #    title: "rls2001"
4009 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4010 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4011 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4012 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4013 #  parameters:
4014 #  - "name"
4015 #  - "parent"
4016 #  - "result"
4017 #
4018 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4019 #- type: "table"
4020 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4021 #  algorithm: "table_perf_comparison"
4022 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4023 #  reference:
4024 #    title: "rls1908"
4025 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4026 #  compare:
4027 #    title: "rls2001"
4028 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4029 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4030 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4031 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4032 #  parameters:
4033 #  - "name"
4034 #  - "parent"
4035 #  - "result"
4036
4037 # VPP Performance Changes 2n-dnv 1t1c MRR
4038 - type: "table"
4039   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4040   algorithm: "table_perf_comparison"
4041   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4042   reference:
4043     title: "rls1908"
4044     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4045   compare:
4046     title: "rls2001"
4047     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4048   data: "vpp-performance-changes-2n-dnv-mrr"
4049   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4050   filter: "'1T1C' and 'MRR'"
4051   parameters:
4052   - "name"
4053   - "parent"
4054   - "result"
4055
4056 # VPP Performance Changes 2n-dnv 2t2c MRR
4057 - type: "table"
4058   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4059   algorithm: "table_perf_comparison"
4060   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4061   reference:
4062     title: "rls1908"
4063     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4064   compare:
4065     title: "rls2001"
4066     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4067   data: "vpp-performance-changes-2n-dnv-mrr"
4068   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4069   filter: "'2T2C' and 'MRR'"
4070   parameters:
4071   - "name"
4072   - "parent"
4073   - "result"
4074
4075 # VPP Performance Changes 2n-dnv 4t4c MRR
4076 - type: "table"
4077   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4078   algorithm: "table_perf_comparison"
4079   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4080   reference:
4081     title: "rls1908"
4082     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4083   compare:
4084     title: "rls2001"
4085     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4086   data: "vpp-performance-changes-2n-dnv-mrr"
4087   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4088   filter: "'4T4C' and 'MRR'"
4089   parameters:
4090   - "name"
4091   - "parent"
4092   - "result"
4093
4094 # VPP Performance Changes 3n-dnv 1t1c MRR
4095 - type: "table"
4096   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4097   algorithm: "table_perf_comparison"
4098   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4099   reference:
4100     title: "rls1908"
4101     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4102   compare:
4103     title: "rls2001"
4104     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4105   data: "vpp-performance-changes-3n-dnv-mrr"
4106   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4107   filter: "'1T1C' and 'MRR'"
4108   parameters:
4109   - "name"
4110   - "parent"
4111   - "result"
4112
4113 # VPP Performance Changes 3n-dnv 2t2c MRR
4114 - type: "table"
4115   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4116   algorithm: "table_perf_comparison"
4117   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4118   reference:
4119     title: "rls1908"
4120     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4121   compare:
4122     title: "rls2001"
4123     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4124   data: "vpp-performance-changes-3n-dnv-mrr"
4125   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4126   filter: "'2T2C' and 'MRR'"
4127   parameters:
4128   - "name"
4129   - "parent"
4130   - "result"
4131
4132 # VPP Performance Changes 3n-dnv 4t4c MRR
4133 - type: "table"
4134   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4135   algorithm: "table_perf_comparison"
4136   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4137   reference:
4138     title: "rls1908"
4139     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4140   compare:
4141     title: "rls2001"
4142     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4143   data: "vpp-performance-changes-3n-dnv-mrr"
4144   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4145   filter: "'4T4C' and 'MRR'"
4146   parameters:
4147   - "name"
4148   - "parent"
4149   - "result"
4150
4151 # VPP Performance Changes 3n-tsh 1t1c MRR
4152 - type: "table"
4153   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4154   algorithm: "table_perf_comparison"
4155   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4156   reference:
4157     title: "rls1908"
4158     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4159   compare:
4160     title: "rls2001"
4161     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4162   data: "vpp-performance-changes-3n-tsh-mrr"
4163   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4164   filter: "'1T1C' and 'MRR'"
4165   parameters:
4166   - "name"
4167   - "parent"
4168   - "result"
4169
4170 # VPP Performance Changes 3n-tsh 2t2c MRR
4171 - type: "table"
4172   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4173   algorithm: "table_perf_comparison"
4174   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4175   reference:
4176     title: "rls1908"
4177     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4178   compare:
4179     title: "rls2001"
4180     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4181   data: "vpp-performance-changes-3n-tsh-mrr"
4182   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4183   filter: "'2T2C' and 'MRR'"
4184   parameters:
4185   - "name"
4186   - "parent"
4187   - "result"
4188
4189 # VPP Performance Changes 3n-tsh 4t4c MRR
4190 - type: "table"
4191   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4192   algorithm: "table_perf_comparison"
4193   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4194   reference:
4195     title: "rls1908"
4196     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4197   compare:
4198     title: "rls2001"
4199     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4200   data: "vpp-performance-changes-3n-tsh-mrr"
4201   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4202   filter: "'4T4C' and 'MRR'"
4203   parameters:
4204   - "name"
4205   - "parent"
4206   - "result"
4207
4208 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4209 #- type: "table"
4210 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4211 #  algorithm: "table_perf_comparison_nic"
4212 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4213 #  reference:
4214 #    title: "3n-hsw xl710"
4215 #    data: "vpp-compare-testbeds-mrr-ref"
4216 #    nic: "NIC_Intel-XL710"
4217 #  compare:
4218 #    title: "3n-skx xxv710"
4219 #    data: "vpp-compare-testbeds-mrr-cmp"
4220 #    nic: "NIC_Intel-XXV710"
4221 #  data: "vpp-compare-testbeds-mrr"
4222 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4223 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4224 #  parameters:
4225 #  - "name"
4226 #  - "parent"
4227 #  - "result"
4228 #  - "tags"
4229 #
4230 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4231 #- type: "table"
4232 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4233 #  algorithm: "table_perf_comparison_nic"
4234 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4235 #  reference:
4236 #    title: "3n-hsw xl710"
4237 #    data: "vpp-compare-testbeds-mrr-ref"
4238 #    nic: "NIC_Intel-XL710"
4239 #  compare:
4240 #    title: "3n-skx xxv710"
4241 #    data: "vpp-compare-testbeds-mrr-cmp"
4242 #    nic: "NIC_Intel-XXV710"
4243 #  data: "vpp-compare-testbeds-mrr"
4244 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4245 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4246 #  parameters:
4247 #  - "name"
4248 #  - "parent"
4249 #  - "result"
4250 #  - "tags"
4251 #
4252 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4253 #- type: "table"
4254 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4255 #  algorithm: "table_perf_comparison_nic"
4256 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4257 #  reference:
4258 #    title: "3n-hsw xl710"
4259 #    data: "vpp-compare-testbeds-mrr-ref"
4260 #    nic: "NIC_Intel-XL710"
4261 #  compare:
4262 #    title: "3n-skx xxv710"
4263 #    data: "vpp-compare-testbeds-mrr-cmp"
4264 #    nic: "NIC_Intel-XXV710"
4265 #  data: "vpp-compare-testbeds-mrr"
4266 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4267 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4268 #  parameters:
4269 #  - "name"
4270 #  - "parent"
4271 #  - "result"
4272 #  - "tags"
4273
4274 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4275 #- type: "table"
4276 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4277 #  algorithm: "table_perf_comparison"
4278 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4279 #  reference:
4280 #    title: "2n-skx"
4281 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4282 #  compare:
4283 #    title: "2n-clx"
4284 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4285 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4286 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4287 #  filter: "'2T1C'"
4288 #  parameters:
4289 #  - "name"
4290 #  - "parent"
4291 #  - "result"
4292 #  - "tags"
4293 #
4294 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4295 #- type: "table"
4296 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4297 #  algorithm: "table_perf_comparison"
4298 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4299 #  reference:
4300 #    title: "2n-skx"
4301 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4302 #  compare:
4303 #    title: "2n-clx"
4304 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4305 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4306 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4307 #  filter: "'4T2C'"
4308 #  parameters:
4309 #  - "name"
4310 #  - "parent"
4311 #  - "result"
4312 #  - "tags"
4313 #
4314 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4315 #- type: "table"
4316 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4317 #  algorithm: "table_perf_comparison"
4318 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4319 #  reference:
4320 #    title: "2n-skx"
4321 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4322 #  compare:
4323 #    title: "2n-clx"
4324 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4325 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4326 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4327 #  filter: "'8T4C'"
4328 #  parameters:
4329 #  - "name"
4330 #  - "parent"
4331 #  - "result"
4332 #  - "tags"
4333 #
4334 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4335 #- type: "table"
4336 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4337 #  algorithm: "table_perf_comparison"
4338 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4339 #  reference:
4340 #    title: "3-Node Skx"
4341 #    data: "vpp-compare-topologies-mrr-ref"
4342 #  compare:
4343 #    title: "2-Node Skx"
4344 #    data: "vpp-compare-topologies-mrr-cmp"
4345 #  data: "vpp-compare-topologies-mrr"
4346 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4347 #  filter: "'MRR' and '1C'"
4348 #  parameters:
4349 #  - "name"
4350 #  - "parent"
4351 #  - "result"
4352 #
4353 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4354 #- type: "table"
4355 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4356 #  algorithm: "table_perf_comparison"
4357 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4358 #  reference:
4359 #    title: "3-Node Skx"
4360 #    data: "vpp-compare-topologies-mrr-ref"
4361 #  compare:
4362 #    title: "2-Node Skx"
4363 #    data: "vpp-compare-topologies-mrr-cmp"
4364 #  data: "vpp-compare-topologies-mrr"
4365 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4366 #  filter: "'MRR' and '2C'"
4367 #  parameters:
4368 #  - "name"
4369 #  - "parent"
4370 #  - "result"
4371 #
4372 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4373 #- type: "table"
4374 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4375 #  algorithm: "table_perf_comparison"
4376 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4377 #  reference:
4378 #    title: "3-Node Skx"
4379 #    data: "vpp-compare-topologies-mrr-ref"
4380 #  compare:
4381 #    title: "2-Node Skx"
4382 #    data: "vpp-compare-topologies-mrr-cmp"
4383 #  data: "vpp-compare-topologies-mrr"
4384 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4385 #  filter: "'MRR' and '4C'"
4386 #  parameters:
4387 #  - "name"
4388 #  - "parent"
4389 #  - "result"
4390
4391 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4392 - type: "table"
4393   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4394   algorithm: "table_perf_comparison_nic"
4395   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4396   reference:
4397     title: "3n-hsw xl710"
4398     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4399     nic: "NIC_Intel-XL710"
4400   compare:
4401     title: "2n-clx xxv710"
4402     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4403     nic: "NIC_Intel-XXV710"
4404   data: "vpp-compare-testbeds-mrr-hsw-clx"
4405   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4406   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4407   parameters:
4408   - "name"
4409   - "parent"
4410   - "result"
4411   - "tags"
4412
4413 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4414 - type: "table"
4415   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4416   algorithm: "table_perf_comparison_nic"
4417   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4418   reference:
4419     title: "3n-hsw xl710"
4420     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4421     nic: "NIC_Intel-XL710"
4422   compare:
4423     title: "2n-clx xxv710"
4424     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4425     nic: "NIC_Intel-XXV710"
4426   data: "vpp-compare-testbeds-mrr-hsw-clx"
4427   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4428   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4429   parameters:
4430   - "name"
4431   - "parent"
4432   - "result"
4433   - "tags"
4434
4435 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4436 - type: "table"
4437   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4438   algorithm: "table_perf_comparison_nic"
4439   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4440   reference:
4441     title: "3n-hsw xl710"
4442     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4443     nic: "NIC_Intel-XL710"
4444   compare:
4445     title: "2n-clx xxv710"
4446     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4447     nic: "NIC_Intel-XXV710"
4448   data: "vpp-compare-testbeds-mrr-hsw-clx"
4449   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4450   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4451   parameters:
4452   - "name"
4453   - "parent"
4454   - "result"
4455   - "tags"
4456
4457 # Detailed Test Results - VPP Performance Results 3n-hsw
4458 - type: "table"
4459   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4460   algorithm: "table_merged_details"
4461   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4462   columns:
4463   - title: " |prein| Test Name |preout| "
4464     data: "data name"
4465   - 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| "
4466     data: "data msg"
4467   data: "vpp-perf-results-3n-hsw"
4468   filter: "all"
4469   parameters:
4470   - "name"
4471   - "parent"
4472   - "msg"
4473
4474 ## Detailed Test Results - VPP Performance Results 3n-skx
4475 #- type: "table"
4476 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4477 #  algorithm: "table_merged_details"
4478 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4479 #  columns:
4480 #  - title: " |prein| Test Name |preout| "
4481 #    data: "data name"
4482 #  - 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| "
4483 #    data: "data msg"
4484 #  data: "vpp-perf-results-3n-skx"
4485 #  filter: "all"
4486 #  parameters:
4487 #  - "name"
4488 #  - "parent"
4489 #  - "msg"
4490 #
4491 ## Detailed Test Results - VPP Performance Results 2n-skx
4492 #- type: "table"
4493 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4494 #  algorithm: "table_merged_details"
4495 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4496 #  columns:
4497 #  - title: " |prein| Test Name |preout| "
4498 #    data: "data name"
4499 #  - 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| "
4500 #    data: "data msg"
4501 #  data: "vpp-perf-results-2n-skx"
4502 #  filter: "all"
4503 #  parameters:
4504 #  - "name"
4505 #  - "parent"
4506 #  - "msg"
4507
4508 # Detailed Test Results - VPP Performance Results 2n-clx
4509 - type: "table"
4510   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4511   algorithm: "table_merged_details"
4512   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4513   columns:
4514   - title: " |prein| Test Name |preout| "
4515     data: "data name"
4516   - 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| "
4517     data: "data msg"
4518   data: "vpp-perf-results-2n-clx"
4519   filter: "all"
4520   parameters:
4521   - "name"
4522   - "parent"
4523   - "msg"
4524
4525 # Detailed Test Results - VPP Performance Results 3n-tsh
4526 - type: "table"
4527   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4528   algorithm: "table_merged_details"
4529   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4530   columns:
4531   - title: " |prein| Test Name |preout| "
4532     data: "data name"
4533   - 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| "
4534     data: "data msg"
4535   data: "vpp-perf-results-3n-tsh"
4536   filter: "all"
4537   parameters:
4538   - "name"
4539   - "parent"
4540   - "msg"
4541
4542 # Detailed Test Results - VPP Performance Results 3n-dnv
4543 - type: "table"
4544   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4545   algorithm: "table_merged_details"
4546   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4547   columns:
4548   - title: " |prein| Test Name |preout| "
4549     data: "data name"
4550   - 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| "
4551     data: "data msg"
4552   data: "vpp-perf-results-3n-dnv"
4553   filter: "all"
4554   parameters:
4555   - "name"
4556   - "parent"
4557   - "msg"
4558
4559 # Detailed Test Results - VPP Performance Results 2n-dnv
4560 - type: "table"
4561   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4562   algorithm: "table_merged_details"
4563   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4564   columns:
4565   - title: " |prein| Test Name |preout| "
4566     data: "data name"
4567   - 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| "
4568     data: "data msg"
4569   data: "vpp-perf-results-2n-dnv"
4570   filter: "all"
4571   parameters:
4572   - "name"
4573   - "parent"
4574   - "msg"
4575
4576 # Test configuration - VPP Performance Test Configs 3n-hsw
4577 - type: "table"
4578   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4579   algorithm: "table_merged_details"
4580   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4581   columns:
4582   - title: " |prein| Test Name |preout| "
4583     data: "data name"
4584   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4585     data: "data conf-history"
4586   data: "vpp-perf-results-3n-hsw"
4587   filter: "all"
4588   parameters:
4589   - "parent"
4590   - "name"
4591   - "conf-history"
4592
4593 ## Test configuration - VPP Performance Test Configs 3n-skx
4594 #- type: "table"
4595 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4596 #  algorithm: "table_merged_details"
4597 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4598 #  columns:
4599 #  - title: " |prein| Test Name |preout| "
4600 #    data: "data name"
4601 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4602 #    data: "data conf-history"
4603 #  data: "vpp-perf-results-3n-skx"
4604 #  filter: "all"
4605 #  parameters:
4606 #  - "parent"
4607 #  - "name"
4608 #  - "conf-history"
4609 #
4610 ## Test configuration - VPP Performance Test Configs 2n-skx
4611 #- type: "table"
4612 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4613 #  algorithm: "table_merged_details"
4614 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4615 #  columns:
4616 #  - title: " |prein| Test Name |preout| "
4617 #    data: "data name"
4618 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4619 #    data: "data conf-history"
4620 #  data: "vpp-perf-results-2n-skx"
4621 #  filter: "all"
4622 #  parameters:
4623 #  - "parent"
4624 #  - "name"
4625 #  - "conf-history"
4626
4627 # Test configuration - VPP Performance Test Configs 2n-clx
4628 - type: "table"
4629   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4630   algorithm: "table_merged_details"
4631   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4632   columns:
4633   - title: " |prein| Test Name |preout| "
4634     data: "data name"
4635   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4636     data: "data conf-history"
4637   data: "vpp-perf-results-2n-clx"
4638   filter: "all"
4639   parameters:
4640   - "parent"
4641   - "name"
4642   - "conf-history"
4643
4644 # Test configuration - VPP Performance Test Configs 3n-tsh
4645 - type: "table"
4646   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4647   algorithm: "table_merged_details"
4648   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4649   columns:
4650   - title: " |prein| Test Name |preout| "
4651     data: "data name"
4652   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4653     data: "data conf-history"
4654   data: "vpp-perf-results-3n-tsh"
4655   filter: "all"
4656   parameters:
4657   - "parent"
4658   - "name"
4659   - "conf-history"
4660
4661 # Test configuration - VPP Performance Test Configs 3n-dnv
4662 - type: "table"
4663   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4664   algorithm: "table_merged_details"
4665   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4666   columns:
4667   - title: " |prein| Test Name |preout| "
4668     data: "data name"
4669   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4670     data: "data conf-history"
4671   data: "vpp-perf-results-3n-dnv"
4672   filter: "all"
4673   parameters:
4674   - "parent"
4675   - "name"
4676   - "conf-history"
4677
4678 # Test configuration - VPP Performance Test Configs 2n-dnv
4679 - type: "table"
4680   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4681   algorithm: "table_merged_details"
4682   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4683   columns:
4684   - title: " |prein| Test Name |preout| "
4685     data: "data name"
4686   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4687     data: "data conf-history"
4688   data: "vpp-perf-results-2n-dnv"
4689   filter: "all"
4690   parameters:
4691   - "parent"
4692   - "name"
4693   - "conf-history"
4694
4695 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4696 - type: "table"
4697   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4698   algorithm: "table_oper_data_html"
4699   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4700   data: "vpp-perf-results-3n-hsw"
4701   filter: "all"
4702
4703 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4704 #- type: "table"
4705 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4706 #  algorithm: "table_oper_data_html"
4707 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4708 #  data: "vpp-perf-results-3n-skx"
4709 #  filter: "all"
4710 #
4711 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4712 #- type: "table"
4713 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4714 #  algorithm: "table_oper_data_html"
4715 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4716 #  data: "vpp-perf-results-2n-skx"
4717 #  filter: "all"
4718
4719 # Test Operational Data - VPP Performance Operational Data 2n-clx
4720 - type: "table"
4721   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4722   algorithm: "table_oper_data_html"
4723   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4724   data: "vpp-perf-results-2n-clx"
4725   filter: "all"
4726
4727 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4728 - type: "table"
4729   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4730   algorithm: "table_oper_data_html"
4731   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4732   data: "vpp-perf-results-3n-tsh"
4733   filter: "all"
4734
4735 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4736 - type: "table"
4737   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4738   algorithm: "table_oper_data_html"
4739   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4740   data: "vpp-perf-results-3n-dnv"
4741   filter: "all"
4742
4743 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4744 - type: "table"
4745   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4746   algorithm: "table_oper_data_html"
4747   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4748   data: "vpp-perf-results-2n-dnv"
4749   filter: "all"
4750
4751 # Detailed Test Results - VPP MRR Results 3n-hsw
4752 - type: "table"
4753   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4754   algorithm: "table_merged_details"
4755   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4756   columns:
4757   - title: " |prein| Test Name |preout| "
4758     data: "data name"
4759   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4760     data: "data msg"
4761   data: "vpp-mrr-results-3n-hsw"
4762   filter: "all"
4763   parameters:
4764   - "name"
4765   - "parent"
4766   - "msg"
4767
4768 ## Detailed Test Results - VPP MRR Results 3n-skx
4769 #- type: "table"
4770 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4771 #  algorithm: "table_merged_details"
4772 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4773 #  columns:
4774 #  - title: " |prein| Test Name |preout| "
4775 #    data: "data name"
4776 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4777 #    data: "data msg"
4778 #  data: "vpp-mrr-results-3n-skx"
4779 #  filter: "all"
4780 #  parameters:
4781 #  - "name"
4782 #  - "parent"
4783 #  - "msg"
4784 #
4785 ## Detailed Test Results - VPP MRR Results 2n-skx
4786 #- type: "table"
4787 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4788 #  algorithm: "table_merged_details"
4789 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4790 #  columns:
4791 #  - title: " |prein| Test Name |preout| "
4792 #    data: "data name"
4793 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4794 #    data: "data msg"
4795 #  data: "vpp-mrr-results-2n-skx"
4796 #  filter: "all"
4797 #  parameters:
4798 #  - "name"
4799 #  - "parent"
4800 #  - "msg"
4801
4802 # Detailed Test Results - VPP MRR Results 2n-clx
4803 - type: "table"
4804   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4805   algorithm: "table_merged_details"
4806   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4807   columns:
4808   - title: " |prein| Test Name |preout| "
4809     data: "data name"
4810   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4811     data: "data msg"
4812   data: "vpp-mrr-results-2n-clx"
4813   filter: "all"
4814   parameters:
4815   - "name"
4816   - "parent"
4817   - "msg"
4818
4819 # Detailed Test Results - VPP MRR Results 3n-tsh
4820 - type: "table"
4821   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4822   algorithm: "table_merged_details"
4823   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4824   columns:
4825   - title: " |prein| Test Name |preout| "
4826     data: "data name"
4827   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4828     data: "data msg"
4829   data: "vpp-mrr-results-3n-tsh"
4830   filter: "all"
4831   parameters:
4832   - "name"
4833   - "parent"
4834   - "msg"
4835
4836 # Detailed Test Results - VPP MRR Results 3n-dnv
4837 - type: "table"
4838   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4839   algorithm: "table_merged_details"
4840   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4841   columns:
4842   - title: " |prein| Test Name |preout| "
4843     data: "data name"
4844   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4845     data: "data msg"
4846   data: "vpp-mrr-results-3n-dnv"
4847   filter: "all"
4848   parameters:
4849   - "name"
4850   - "parent"
4851   - "msg"
4852
4853 # Detailed Test Results - VPP MRR Results 2n-dnv
4854 - type: "table"
4855   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4856   algorithm: "table_merged_details"
4857   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4858   columns:
4859   - title: " |prein| Test Name |preout| "
4860     data: "data name"
4861   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4862     data: "data msg"
4863   data: "vpp-mrr-results-2n-dnv"
4864   filter: "all"
4865   parameters:
4866   - "name"
4867   - "parent"
4868   - "msg"
4869
4870 # Test configuration - VPP MRR Test Configs 3n-hsw
4871 - type: "table"
4872   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4873   algorithm: "table_merged_details"
4874   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4875   columns:
4876   - title: " |prein| Test Name |preout| "
4877     data: "data name"
4878   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4879     data: "data conf-history"
4880   data: "vpp-mrr-results-3n-hsw"
4881   filter: "all"
4882   parameters:
4883   - "parent"
4884   - "name"
4885   - "conf-history"
4886
4887 ## Test configuration - VPP MRR Test Configs 3n-skx
4888 #- type: "table"
4889 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4890 #  algorithm: "table_merged_details"
4891 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4892 #  columns:
4893 #  - title: " |prein| Test Name |preout| "
4894 #    data: "data name"
4895 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4896 #    data: "data conf-history"
4897 #  data: "vpp-mrr-results-3n-skx"
4898 #  filter: "all"
4899 #  parameters:
4900 #  - "parent"
4901 #  - "name"
4902 #  - "conf-history"
4903 #
4904 ## Test configuration - VPP MRR Test Configs 2n-skx
4905 #- type: "table"
4906 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4907 #  algorithm: "table_merged_details"
4908 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4909 #  columns:
4910 #  - title: " |prein| Test Name |preout| "
4911 #    data: "data name"
4912 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4913 #    data: "data conf-history"
4914 #  data: "vpp-mrr-results-2n-skx"
4915 #  filter: "all"
4916 #  parameters:
4917 #  - "parent"
4918 #  - "name"
4919 #  - "conf-history"
4920
4921 # Test configuration - VPP MRR Test Configs 2n-clx
4922 - type: "table"
4923   title: "Test configuration - VPP MRR Test Configs 2n-clx"
4924   algorithm: "table_merged_details"
4925   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4926   columns:
4927   - title: " |prein| Test Name |preout| "
4928     data: "data name"
4929   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4930     data: "data conf-history"
4931   data: "vpp-mrr-results-2n-clx"
4932   filter: "all"
4933   parameters:
4934   - "parent"
4935   - "name"
4936   - "conf-history"
4937
4938 # Test configuration - VPP MRR Test Configs 3n-tsh
4939 - type: "table"
4940   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4941   algorithm: "table_merged_details"
4942   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4943   columns:
4944   - title: " |prein| Test Name |preout| "
4945     data: "data name"
4946   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4947     data: "data conf-history"
4948   data: "vpp-mrr-results-3n-tsh"
4949   filter: "all"
4950   parameters:
4951   - "parent"
4952   - "name"
4953   - "conf-history"
4954
4955 # Test configuration - VPP MRR Test Configs 3n-dnv
4956 - type: "table"
4957   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4958   algorithm: "table_merged_details"
4959   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4960   columns:
4961   - title: " |prein| Test Name |preout| "
4962     data: "data name"
4963   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4964     data: "data conf-history"
4965   data: "vpp-mrr-results-3n-dnv"
4966   filter: "all"
4967   parameters:
4968   - "parent"
4969   - "name"
4970   - "conf-history"
4971
4972 # Test configuration - VPP MRR Test Configs 2n-dnv
4973 - type: "table"
4974   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4975   algorithm: "table_merged_details"
4976   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4977   columns:
4978   - title: " |prein| Test Name |preout| "
4979     data: "data name"
4980   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4981     data: "data conf-history"
4982   data: "vpp-mrr-results-2n-dnv"
4983   filter: "all"
4984   parameters:
4985   - "parent"
4986   - "name"
4987   - "conf-history"
4988
4989 # Detailed Test Results - VPP Device Results - Ubuntu
4990 - type: "table"
4991   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4992   algorithm: "table_merged_details"
4993   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4994   columns:
4995   - title: " |prein| Test Name |preout| "
4996     data: "data name"
4997   - title: " |prein| Status |preout| "
4998     data: "data status"
4999   data: "vpp-device-results-ubuntu"
5000   filter: "all"
5001   parameters:
5002   - "name"
5003   - "parent"
5004   - "doc"
5005   - "status"
5006
5007 # Test configuration - VPP Device Test Configs - Ubuntu
5008 - type: "table"
5009   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5010   algorithm: "table_merged_details"
5011   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5012   columns:
5013   - title: " |prein| Test Name |preout| "
5014     data: "data name"
5015   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5016     data: "data conf-history"
5017   data: "vpp-device-results-ubuntu"
5018   filter: "all"
5019   parameters:
5020   - "parent"
5021   - "name"
5022   - "conf-history"
5023
5024 ################################################################################
5025
5026 # DPDK Performance Changes 3n-hsw 1t1c pdr
5027 - type: "table"
5028   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5029   algorithm: "table_perf_comparison"
5030   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5031   history:
5032     - title: "rls1904"
5033       data: "dpdk-performance-changes-3n-hsw-h1"
5034   reference:
5035     title: "rls1908"
5036     data: "dpdk-performance-changes-3n-hsw-ref"
5037   compare:
5038     title: "rls2001"
5039     data: "dpdk-performance-changes-3n-hsw-cmp"
5040   data: "dpdk-performance-changes-3n-hsw"
5041   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5042   filter: "'1T1C' and 'NDRPDR'"
5043   parameters:
5044   - "name"
5045   - "parent"
5046   - "throughput"
5047
5048 # DPDK Performance Changes 3n-hsw 2t2c pdr
5049 - type: "table"
5050   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5051   algorithm: "table_perf_comparison"
5052   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5053   history:
5054     - title: "rls1904"
5055       data: "dpdk-performance-changes-3n-hsw-h1"
5056   reference:
5057     title: "rls1908"
5058     data: "dpdk-performance-changes-3n-hsw-ref"
5059   compare:
5060     title: "rls2001"
5061     data: "dpdk-performance-changes-3n-hsw-cmp"
5062   data: "dpdk-performance-changes-3n-hsw"
5063   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5064   filter: "'2T2C' and 'NDRPDR'"
5065   parameters:
5066   - "name"
5067   - "parent"
5068   - "throughput"
5069
5070 # DPDK Performance Changes 3n-hsw 1t1c ndr
5071 - type: "table"
5072   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5073   algorithm: "table_perf_comparison"
5074   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5075   history:
5076     - title: "rls1904"
5077       data: "dpdk-performance-changes-3n-hsw-h1"
5078   reference:
5079     title: "rls1908"
5080     data: "dpdk-performance-changes-3n-hsw-ref"
5081   compare:
5082     title: "rls2001"
5083     data: "dpdk-performance-changes-3n-hsw-cmp"
5084   data: "dpdk-performance-changes-3n-hsw"
5085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5086   filter: "'1T1C' and 'NDRPDR'"
5087   parameters:
5088   - "name"
5089   - "parent"
5090   - "throughput"
5091
5092 # DPDK Performance Changes 3n-hsw 2t2c ndr
5093 - type: "table"
5094   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5095   algorithm: "table_perf_comparison"
5096   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5097   history:
5098     - title: "rls1904"
5099       data: "dpdk-performance-changes-3n-hsw-h1"
5100   reference:
5101     title: "rls1908"
5102     data: "dpdk-performance-changes-3n-hsw-ref"
5103   compare:
5104     title: "rls2001"
5105     data: "dpdk-performance-changes-3n-hsw-cmp"
5106   data: "dpdk-performance-changes-3n-hsw"
5107   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5108   filter: "'2T2C' and 'NDRPDR'"
5109   parameters:
5110   - "name"
5111   - "parent"
5112   - "throughput"
5113
5114 ## DPDK Performance Changes 3n-skx 2t1c pdr
5115 #- type: "table"
5116 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5117 #  algorithm: "table_perf_comparison"
5118 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5119 #  history:
5120 #    - title: "rls1904"
5121 #      data: "dpdk-performance-changes-3n-skx-h1"
5122 #  reference:
5123 #    title: "rls1908"
5124 #    data: "dpdk-performance-changes-3n-skx-ref"
5125 #  compare:
5126 #    title: "rls2001"
5127 #    data: "dpdk-performance-changes-3n-skx-cmp"
5128 #  data: "dpdk-performance-changes-3n-skx"
5129 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5130 #  filter: "'2T1C' and 'NDRPDR'"
5131 #  parameters:
5132 #  - "name"
5133 #  - "parent"
5134 #  - "throughput"
5135 #
5136 ## DPDK Performance Changes 3n-skx 4t2c pdr
5137 #- type: "table"
5138 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5139 #  algorithm: "table_perf_comparison"
5140 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5141 #  history:
5142 #    - title: "rls1904"
5143 #      data: "dpdk-performance-changes-3n-skx-h1"
5144 #  reference:
5145 #    title: "rls1908"
5146 #    data: "dpdk-performance-changes-3n-skx-ref"
5147 #  compare:
5148 #    title: "rls2001"
5149 #    data: "dpdk-performance-changes-3n-skx-cmp"
5150 #  data: "dpdk-performance-changes-3n-skx"
5151 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5152 #  filter: "'4T2C' and 'NDRPDR'"
5153 #  parameters:
5154 #  - "name"
5155 #  - "parent"
5156 #  - "throughput"
5157 #
5158 ## DPDK Performance Changes 3n-skx 2t1c ndr
5159 #- type: "table"
5160 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5161 #  algorithm: "table_perf_comparison"
5162 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5163 #  history:
5164 #    - title: "rls1904"
5165 #      data: "dpdk-performance-changes-3n-skx-h1"
5166 #  reference:
5167 #    title: "rls1908"
5168 #    data: "dpdk-performance-changes-3n-skx-ref"
5169 #  compare:
5170 #    title: "rls2001"
5171 #    data: "dpdk-performance-changes-3n-skx-cmp"
5172 #  data: "dpdk-performance-changes-3n-skx"
5173 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5174 #  filter: "'2T1C' and 'NDRPDR'"
5175 #  parameters:
5176 #  - "name"
5177 #  - "parent"
5178 #  - "throughput"
5179 #
5180 ## DPDK Performance Changes 3n-skx 4t2c ndr
5181 #- type: "table"
5182 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5183 #  algorithm: "table_perf_comparison"
5184 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5185 #  history:
5186 #    - title: "rls1904"
5187 #      data: "dpdk-performance-changes-3n-skx-h1"
5188 #  reference:
5189 #    title: "rls1908"
5190 #    data: "dpdk-performance-changes-3n-skx-ref"
5191 #  compare:
5192 #    title: "rls2001"
5193 #    data: "dpdk-performance-changes-3n-skx-cmp"
5194 #  data: "dpdk-performance-changes-3n-skx"
5195 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5196 #  filter: "'4T2C' and 'NDRPDR'"
5197 #  parameters:
5198 #  - "name"
5199 #  - "parent"
5200 #  - "throughput"
5201 #
5202 ## DPDK Performance Changes 2n-skx 2t1c pdr
5203 #- type: "table"
5204 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5205 #  algorithm: "table_perf_comparison"
5206 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5207 #  history:
5208 #    - title: "rls1904"
5209 #      data: "dpdk-performance-changes-2n-skx-h1"
5210 #  reference:
5211 #    title: "rls1908"
5212 #    data: "dpdk-performance-changes-2n-skx-ref"
5213 #  compare:
5214 #    title: "rls2001"
5215 #    data: "dpdk-performance-changes-2n-skx-cmp"
5216 #  data: "dpdk-performance-changes-2n-skx"
5217 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5218 #  filter: "'2T1C' and 'NDRPDR'"
5219 #  parameters:
5220 #  - "name"
5221 #  - "parent"
5222 #  - "throughput"
5223 #
5224 ## DPDK Performance Changes 2n-skx 4t2c pdr
5225 #- type: "table"
5226 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5227 #  algorithm: "table_perf_comparison"
5228 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5229 #  history:
5230 #    - title: "rls1904"
5231 #      data: "dpdk-performance-changes-2n-skx-h1"
5232 #  reference:
5233 #    title: "rls1908"
5234 #    data: "dpdk-performance-changes-2n-skx-ref"
5235 #  compare:
5236 #    title: "rls2001"
5237 #    data: "dpdk-performance-changes-2n-skx-cmp"
5238 #  data: "dpdk-performance-changes-2n-skx"
5239 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5240 #  filter: "'4T2C' and 'NDRPDR'"
5241 #  parameters:
5242 #  - "name"
5243 #  - "parent"
5244 #  - "throughput"
5245 #
5246 ## DPDK Performance Changes 2n-skx 2t1c ndr
5247 #- type: "table"
5248 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5249 #  algorithm: "table_perf_comparison"
5250 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5251 #  history:
5252 #    - title: "rls1904"
5253 #      data: "dpdk-performance-changes-2n-skx-h1"
5254 #  reference:
5255 #    title: "rls1908"
5256 #    data: "dpdk-performance-changes-2n-skx-ref"
5257 #  compare:
5258 #    title: "rls2001"
5259 #    data: "dpdk-performance-changes-2n-skx-cmp"
5260 #  data: "dpdk-performance-changes-2n-skx"
5261 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5262 #  filter: "'2T1C' and 'NDRPDR'"
5263 #  parameters:
5264 #  - "name"
5265 #  - "parent"
5266 #  - "throughput"
5267 #
5268 ## DPDK Performance Changes 2n-skx 4t2c ndr
5269 #- type: "table"
5270 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5271 #  algorithm: "table_perf_comparison"
5272 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5273 #  history:
5274 #    - title: "rls1904"
5275 #      data: "dpdk-performance-changes-2n-skx-h1"
5276 #  reference:
5277 #    title: "rls1908"
5278 #    data: "dpdk-performance-changes-2n-skx-ref"
5279 #  compare:
5280 #    title: "rls2001"
5281 #    data: "dpdk-performance-changes-2n-skx-cmp"
5282 #  data: "dpdk-performance-changes-2n-skx"
5283 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5284 #  filter: "'4T2C' and 'NDRPDR'"
5285 #  parameters:
5286 #  - "name"
5287 #  - "parent"
5288 #  - "throughput"
5289 #
5290 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5291 #- type: "table"
5292 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5293 #  algorithm: "table_perf_comparison"
5294 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5295 #  reference:
5296 #    title: "3-Node Hsw"
5297 #    data: "dpdk-compare-testbeds-ref"
5298 #  compare:
5299 #    title: "3-Node Skx"
5300 #    data: "dpdk-compare-testbeds-cmp"
5301 #  data: "dpdk-compare-testbeds"
5302 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5303 #  filter: "'NIC_Intel-X710'"
5304 #  parameters:
5305 #  - "name"
5306 #  - "parent"
5307 #  - "throughput"
5308 #
5309 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5310 #- type: "table"
5311 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5312 #  algorithm: "table_perf_comparison"
5313 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5314 #  reference:
5315 #    title: "3-Node Hsw"
5316 #    data: "dpdk-compare-testbeds-ref"
5317 #  compare:
5318 #    title: "3-Node Skx"
5319 #    data: "dpdk-compare-testbeds-cmp"
5320 #  data: "dpdk-compare-testbeds"
5321 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5322 #  filter: "'NIC_Intel-X710'"
5323 #  parameters:
5324 #  - "name"
5325 #  - "parent"
5326 #  - "throughput"
5327 #
5328 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5329 #- type: "table"
5330 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5331 #  algorithm: "table_perf_comparison"
5332 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5333 #  reference:
5334 #    title: "2-Node Skx"
5335 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5336 #  compare:
5337 #    title: "2-Node Clx"
5338 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5339 #  data: "dpdk-compare-testbeds-skx-clx"
5340 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5341 #  filter: "all"
5342 #  parameters:
5343 #  - "name"
5344 #  - "parent"
5345 #  - "throughput"
5346 #
5347 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5348 #- type: "table"
5349 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5350 #  algorithm: "table_perf_comparison"
5351 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5352 #  reference:
5353 #    title: "2-Node Skx"
5354 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5355 #  compare:
5356 #    title: "2-Node Clx"
5357 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5358 #  data: "dpdk-compare-testbeds-skx-clx"
5359 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5360 #  filter: "all"
5361 #  parameters:
5362 #  - "name"
5363 #  - "parent"
5364 #  - "throughput"
5365 #
5366 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5367 #- type: "table"
5368 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5369 #  algorithm: "table_perf_comparison"
5370 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5371 #  reference:
5372 #    title: "3-Node Skx"
5373 #    data: "dpdk-compare-topologies-ref"
5374 #  compare:
5375 #    title: "2-Node Skx"
5376 #    data: "dpdk-compare-topologies-cmp"
5377 #  data: "dpdk-compare-topologies"
5378 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5379 #  filter: "all"
5380 #  parameters:
5381 #  - "name"
5382 #  - "parent"
5383 #  - "throughput"
5384 #
5385 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5386 #- type: "table"
5387 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5388 #  algorithm: "table_perf_comparison"
5389 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5390 #  reference:
5391 #    title: "3-Node Skx"
5392 #    data: "dpdk-compare-topologies-ref"
5393 #  compare:
5394 #    title: "2-Node Skx"
5395 #    data: "dpdk-compare-topologies-cmp"
5396 #  data: "dpdk-compare-topologies"
5397 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5398 #  filter: "all"
5399 #  parameters:
5400 #  - "name"
5401 #  - "parent"
5402 #  - "throughput"
5403
5404 # Detailed Test Results - DPDK Performance Results 3n-hsw
5405 - type: "table"
5406   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5407   algorithm: "table_merged_details"
5408   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5409   columns:
5410   - title: " |prein| Test Name |preout| "
5411     data: "data name"
5412   - 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| "
5413     data: "data msg"
5414   data: "dpdk-perf-results-3n-hsw"
5415   filter: "all"
5416   parameters:
5417   - "name"
5418   - "parent"
5419   - "msg"
5420
5421 ## Detailed Test Results - DPDK Performance Results 3n-skx
5422 #- type: "table"
5423 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5424 #  algorithm: "table_merged_details"
5425 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5426 #  columns:
5427 #  - title: " |prein| Test Name |preout| "
5428 #    data: "data name"
5429 #  - 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| "
5430 #    data: "data msg"
5431 #  data: "dpdk-perf-results-3n-skx"
5432 #  filter: "all"
5433 #  parameters:
5434 #  - "name"
5435 #  - "parent"
5436 #  - "msg"
5437 #
5438 ## Detailed Test Results - DPDK Performance Results 2n-skx
5439 #- type: "table"
5440 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5441 #  algorithm: "table_merged_details"
5442 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5443 #  columns:
5444 #  - title: " |prein| Test Name |preout| "
5445 #    data: "data name"
5446 #  - 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| "
5447 #    data: "data msg"
5448 #  data: "dpdk-perf-results-2n-skx"
5449 #  filter: "all"
5450 #  parameters:
5451 #  - "name"
5452 #  - "parent"
5453 #  - "msg"
5454
5455 # Detailed Test Results - DPDK Performance Results 2n-clx
5456 - type: "table"
5457   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5458   algorithm: "table_merged_details"
5459   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5460   columns:
5461   - title: " |prein| Test Name |preout| "
5462     data: "data name"
5463   - 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| "
5464     data: "data msg"
5465   data: "dpdk-perf-results-2n-clx"
5466   filter: "all"
5467   parameters:
5468   - "name"
5469   - "parent"
5470   - "msg"
5471
5472 # Detailed Test Results - DPDK Performance Results 2n-dnv
5473 - type: "table"
5474   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5475   algorithm: "table_merged_details"
5476   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5477   columns:
5478   - title: " |prein| Test Name |preout| "
5479     data: "data name"
5480   - 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| "
5481     data: "data msg"
5482   data: "dpdk-perf-results-2n-dnv"
5483   filter: "all"
5484   parameters:
5485   - "name"
5486   - "parent"
5487   - "msg"
5488
5489 # Detailed Test Results - DPDK Performance Results 3n-dnv
5490 - type: "table"
5491   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5492   algorithm: "table_merged_details"
5493   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5494   columns:
5495   - title: " |prein| Test Name |preout| "
5496     data: "data name"
5497   - 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| "
5498     data: "data msg"
5499   data: "dpdk-perf-results-3n-dnv"
5500   filter: "all"
5501   parameters:
5502   - "name"
5503   - "parent"
5504   - "msg"
5505
5506 # Detailed Test Results - DPDK Performance Results 3n-tsh
5507 - type: "table"
5508   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5509   algorithm: "table_merged_details"
5510   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5511   columns:
5512   - title: " |prein| Test Name |preout| "
5513     data: "data name"
5514   - 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| "
5515     data: "data msg"
5516   data: "dpdk-perf-results-3n-tsh"
5517   filter: "all"
5518   parameters:
5519   - "name"
5520   - "parent"
5521   - "msg"
5522
5523 ################################################################################
5524 ###                                F I L E S                                 ###
5525 ################################################################################
5526
5527 # VPP Performance Results 3n-hsw
5528 - type: "file"
5529   title: "VPP Performance Results 3n-hsw"
5530   algorithm: "file_test_results"
5531   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5532   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5533   data: "vpp-perf-results-3n-hsw"
5534   filter: "all"
5535   data-start-level: 4
5536
5537 ## VPP Performance Results 3n-skx
5538 #- type: "file"
5539 #  title: "VPP Performance Results 3n-skx"
5540 #  algorithm: "file_test_results"
5541 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5542 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5543 #  data: "vpp-perf-results-3n-skx"
5544 #  filter: "all"
5545 #  data-start-level: 4
5546 #
5547 ## VPP Performance Results 2n-skx
5548 #- type: "file"
5549 #  title: "VPP Performance Results 2n-skx"
5550 #  algorithm: "file_test_results"
5551 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5552 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5553 #  data: "vpp-perf-results-2n-skx"
5554 #  filter: "all"
5555 #  data-start-level: 4
5556
5557 # VPP Performance Results 2n-clx
5558 - type: "file"
5559   title: "VPP Performance Results 2n-clx"
5560   algorithm: "file_test_results"
5561   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5562   dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5563   data: "vpp-perf-results-2n-clx"
5564   filter: "all"
5565   data-start-level: 4
5566
5567 # VPP Performance Results 3n-tsh
5568 - type: "file"
5569   title: "VPP Performance Results 3n-tsh"
5570   algorithm: "file_test_results"
5571   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5572   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5573   data: "vpp-perf-results-3n-tsh"
5574   filter: "all"
5575   data-start-level: 4
5576
5577 # VPP Performance Results 3n-dnv
5578 - type: "file"
5579   title: "VPP Performance Results 3n-dnv"
5580   algorithm: "file_test_results"
5581   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5582   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5583   data: "vpp-perf-results-3n-dnv"
5584   filter: "all"
5585   data-start-level: 4
5586
5587 # VPP Performance Results 2n-dnv
5588 - type: "file"
5589   title: "VPP Performance Results 2n-dnv"
5590   algorithm: "file_test_results"
5591   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5592   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5593   data: "vpp-perf-results-2n-dnv"
5594   filter: "all"
5595   data-start-level: 4
5596
5597 # VPP Performance Configuration 3n-hsw
5598 - type: "file"
5599   title: "VPP Performance Configuration 3n-hsw"
5600   algorithm: "file_test_results"
5601   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5602   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5603   data: "vpp-perf-results-3n-hsw"
5604   filter: "all"
5605   data-start-level: 4
5606
5607 ## VPP Performance Configuration 3n-skx
5608 #- type: "file"
5609 #  title: "VPP Performance Configuration 3n-skx"
5610 #  algorithm: "file_test_results"
5611 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5612 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5613 #  data: "vpp-perf-results-3n-skx"
5614 #  filter: "all"
5615 #  data-start-level: 4
5616 #
5617 ## VPP Performance Configuration 2n-skx
5618 #- type: "file"
5619 #  title: "VPP Performance Configuration 2n-skx"
5620 #  algorithm: "file_test_results"
5621 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5622 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5623 #  data: "vpp-perf-results-2n-skx"
5624 #  filter: "all"
5625 #  data-start-level: 4
5626
5627 # VPP Performance Configuration 2n-clx
5628 - type: "file"
5629   title: "VPP Performance Configuration 2n-clx"
5630   algorithm: "file_test_results"
5631   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5632   dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5633   data: "vpp-perf-results-2n-clx"
5634   filter: "all"
5635   data-start-level: 4
5636
5637 # VPP Performance Configuration 3n-tsh
5638 - type: "file"
5639   title: "VPP Performance Configuration 3n-tsh"
5640   algorithm: "file_test_results"
5641   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5642   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5643   data: "vpp-perf-results-3n-tsh"
5644   filter: "all"
5645   data-start-level: 4
5646
5647 # VPP Performance Configuration 3n-dnv
5648 - type: "file"
5649   title: "VPP Performance Configuration 3n-dnv"
5650   algorithm: "file_test_results"
5651   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5652   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5653   data: "vpp-perf-results-3n-dnv"
5654   filter: "all"
5655   data-start-level: 4
5656
5657 # VPP Performance Configuration 2n-dnv
5658 - type: "file"
5659   title: "VPP Performance Configuration 2n-dnv"
5660   algorithm: "file_test_results"
5661   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5662   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5663   data: "vpp-perf-results-2n-dnv"
5664   filter: "all"
5665   data-start-level: 4
5666
5667 # VPP Performance Operational Data 3n-hsw
5668 - type: "file"
5669   title: "VPP Performance Operational Data 3n-hsw"
5670   algorithm: "file_test_results_html"
5671   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5672   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5673   data: "vpp-perf-results-3n-hsw"
5674   filter: "all"
5675   data-start-level: 4
5676
5677 ## VPP Performance Operational Data 3n-skx
5678 #- type: "file"
5679 #  title: "VPP Performance Operational Data 3n-skx"
5680 #  algorithm: "file_test_results_html"
5681 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5682 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5683 #  data: "vpp-perf-results-3n-skx"
5684 #  filter: "all"
5685 #  data-start-level: 4
5686 #
5687 ## VPP Performance Operational Data 2n-skx
5688 #- type: "file"
5689 #  title: "VPP Performance Operational Data 2n-skx"
5690 #  algorithm: "file_test_results_html"
5691 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5692 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5693 #  data: "vpp-perf-results-2n-skx"
5694 #  filter: "all"
5695 #  data-start-level: 4
5696
5697 # VPP Performance Operational Data 2n-clx
5698 - type: "file"
5699   title: "VPP Performance Operational Data 2n-clx"
5700   algorithm: "file_test_results_html"
5701   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5702   dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5703   data: "vpp-perf-results-2n-clx"
5704   filter: "all"
5705   data-start-level: 4
5706
5707 # VPP Performance Operational Data 3n-tsh
5708 - type: "file"
5709   title: "VPP Performance Operational Data 3n-tsh"
5710   algorithm: "file_test_results_html"
5711   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5712   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5713   data: "vpp-perf-results-3n-tsh"
5714   filter: "all"
5715   data-start-level: 4
5716
5717 # VPP Performance Operational Data 3n-dnv
5718 - type: "file"
5719   title: "VPP Performance Operational Data 3n-dnv"
5720   algorithm: "file_test_results_html"
5721   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5722   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5723   data: "vpp-perf-results-3n-dnv"
5724   filter: "all"
5725   data-start-level: 4
5726
5727 # VPP Performance Operational Data 2n-dnv
5728 - type: "file"
5729   title: "VPP Performance Operational Data 2n-dnv"
5730   algorithm: "file_test_results_html"
5731   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5732   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5733   data: "vpp-perf-results-2n-dnv"
5734   filter: "all"
5735   data-start-level: 4
5736
5737 # VPP MRR Results 3n-hsw
5738 - type: "file"
5739   title: "VPP MRR Results 3n-hsw"
5740   algorithm: "file_test_results"
5741   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5742   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5743   data: "vpp-mrr-results-3n-hsw"
5744   filter: "all"
5745   data-start-level: 4
5746
5747 ## VPP MRR Results 3n-skx
5748 #- type: "file"
5749 #  title: "VPP MRR Results 3n-skx"
5750 #  algorithm: "file_test_results"
5751 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5752 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5753 #  data: "vpp-mrr-results-3n-skx"
5754 #  filter: "all"
5755 #  data-start-level: 4
5756 #
5757 ## VPP MRR Results 2n-skx
5758 #- type: "file"
5759 #  title: "VPP MRR Results 2n-skx"
5760 #  algorithm: "file_test_results"
5761 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5762 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5763 #  data: "vpp-mrr-results-2n-skx"
5764 #  filter: "all"
5765 #  data-start-level: 4
5766
5767 # VPP MRR Results 2n-clx
5768 - type: "file"
5769   title: "VPP MRR Results 2n-clx"
5770   algorithm: "file_test_results"
5771   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5772   dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5773   data: "vpp-mrr-results-2n-clx"
5774   filter: "all"
5775   data-start-level: 4
5776
5777 # VPP MRR Results 3n-tsh
5778 - type: "file"
5779   title: "VPP MRR Results 3n-tsh"
5780   algorithm: "file_test_results"
5781   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5782   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5783   data: "vpp-mrr-results-3n-tsh"
5784   filter: "all"
5785   data-start-level: 4
5786
5787 # VPP MRR Results 3n-dnv
5788 - type: "file"
5789   title: "VPP MRR Results 3n-dnv"
5790   algorithm: "file_test_results"
5791   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5792   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5793   data: "vpp-mrr-results-3n-dnv"
5794   filter: "all"
5795   data-start-level: 4
5796
5797 # VPP MRR Results 2n-dnv
5798 - type: "file"
5799   title: "VPP MRR Results 2n-dnv"
5800   algorithm: "file_test_results"
5801   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5802   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5803   data: "vpp-mrr-results-2n-dnv"
5804   filter: "all"
5805   data-start-level: 4
5806
5807 # VPP MRR Configuration 3n-hsw
5808 - type: "file"
5809   title: "VPP MRR Configuration 3n-hsw"
5810   algorithm: "file_test_results"
5811   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5812   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5813   data: "vpp-mrr-results-3n-hsw"
5814   filter: "all"
5815   data-start-level: 4
5816
5817 ## VPP MRR Configuration 3n-skx
5818 #- type: "file"
5819 #  title: "VPP MRR Configuration 3n-skx"
5820 #  algorithm: "file_test_results"
5821 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5822 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5823 #  data: "vpp-mrr-results-3n-skx"
5824 #  filter: "all"
5825 #  data-start-level: 4
5826 #
5827 ## VPP MRR Configuration 2n-skx
5828 #- type: "file"
5829 #  title: "VPP MRR Configuration 2n-skx"
5830 #  algorithm: "file_test_results"
5831 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5832 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5833 #  data: "vpp-mrr-results-2n-skx"
5834 #  filter: "all"
5835 #  data-start-level: 4
5836
5837 # VPP MRR Configuration 2n-clx
5838 - type: "file"
5839   title: "VPP MRR Configuration 2n-clx"
5840   algorithm: "file_test_results"
5841   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5842   dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5843   data: "vpp-mrr-results-2n-clx"
5844   filter: "all"
5845   data-start-level: 4
5846
5847 # VPP MRR Configuration 3n-tsh
5848 - type: "file"
5849   title: "VPP MRR Configuration 3n-tsh"
5850   algorithm: "file_test_results"
5851   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5852   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5853   data: "vpp-mrr-results-3n-tsh"
5854   filter: "all"
5855   data-start-level: 4
5856
5857 # VPP MRR Configuration 3n-dnv
5858 - type: "file"
5859   title: "VPP MRR Configuration 3n-dnv"
5860   algorithm: "file_test_results"
5861   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5862   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5863   data: "vpp-mrr-results-3n-dnv"
5864   filter: "all"
5865   data-start-level: 4
5866
5867 # VPP MRR Configuration 2n-dnv
5868 - type: "file"
5869   title: "VPP MRR Configuration 2n-dnv"
5870   algorithm: "file_test_results"
5871   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5872   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5873   data: "vpp-mrr-results-2n-dnv"
5874   filter: "all"
5875   data-start-level: 4
5876
5877 # VPP Device Results - Ubuntu
5878 - type: "file"
5879   title: "VPP Device Results - Ubuntu"
5880   algorithm: "file_test_results"
5881   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5882   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5883   data: "vpp-device-results-ubuntu"
5884   filter: "all"
5885   data-start-level: 4
5886
5887 # VPP Device Configuration - Ubuntu
5888 - type: "file"
5889   title: "VPP Device Configuration - Ubuntu"
5890   algorithm: "file_test_results"
5891   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5892   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5893   data: "vpp-device-results-ubuntu"
5894   filter: "all"
5895   data-start-level: 4
5896
5897 # DPDK Performance Results 3n-hsw
5898 - type: "file"
5899   title: "DPDK Performance Results 3n-hsw"
5900   algorithm: "file_test_results"
5901   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5902   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5903   data: "dpdk-perf-results-3n-hsw"
5904   filter: "all"
5905   data-start-level: 4
5906
5907 ## DPDK Performance Results 3n-skx
5908 #- type: "file"
5909 #  title: "DPDK Performance Results 3n-skx"
5910 #  algorithm: "file_test_results"
5911 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5912 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5913 #  data: "dpdk-perf-results-3n-skx"
5914 #  filter: "all"
5915 #  data-start-level: 4
5916 #
5917 ## DPDK Performance Results 2n-skx
5918 #- type: "file"
5919 #  title: "DPDK Performance Results 2n-skx"
5920 #  algorithm: "file_test_results"
5921 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5922 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5923 #  data: "dpdk-perf-results-2n-skx"
5924 #  filter: "all"
5925 #  data-start-level: 4
5926
5927 # DPDK Performance Results 2n-clx
5928 - type: "file"
5929   title: "DPDK Performance Results 2n-clx"
5930   algorithm: "file_test_results"
5931   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5932   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5933   data: "dpdk-perf-results-2n-clx"
5934   filter: "all"
5935   data-start-level: 4
5936
5937 # DPDK Performance Results 2n-dnv
5938 - type: "file"
5939   title: "DPDK Performance Results 2n-dnv"
5940   algorithm: "file_test_results"
5941   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5942   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5943   data: "dpdk-perf-results-2n-dnv"
5944   filter: "all"
5945   data-start-level: 4
5946
5947 # DPDK Performance Results 3n-dnv
5948 - type: "file"
5949   title: "DPDK Performance Results 3n-dnv"
5950   algorithm: "file_test_results"
5951   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5952   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5953   data: "dpdk-perf-results-3n-dnv"
5954   filter: "all"
5955   data-start-level: 4
5956
5957 # DPDK Performance Results 3n-tsh
5958 - type: "file"
5959   title: "DPDK Performance Results 3n-tsh"
5960   algorithm: "file_test_results"
5961   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5962   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5963   data: "dpdk-perf-results-3n-tsh"
5964   filter: "all"
5965   data-start-level: 4
5966
5967 ################################################################################
5968 ###                                P L O T S                                 ###
5969 ################################################################################
5970
5971 ## Plots VPP HTTP Server Performance
5972 #- type: "plot"
5973 #  title: "VPP HTTP Server Performance"
5974 #  algorithm: "plot_http_server_perf_box"
5975 #  output-file-type: ".html"
5976 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5977 #  data:
5978 #    "plot-vpp-http-server-performance"
5979 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
5980 #  # each tag is enclosed with ' (apostrophe).
5981 #  filter: "'HTTP' and 'TCP_CPS'"
5982 #  parameters:
5983 #  - "result"
5984 #  - "name"
5985 #  traces:
5986 #    hoverinfo: "y+name"
5987 #    boxpoints: "outliers"
5988 #    whiskerwidth: 0
5989 #  layout:
5990 #    title: "VPP HTTP Server Performance"
5991 #    layout:
5992 #      "plot-cps"
5993 #
5994 #- type: "plot"
5995 #  title: "VPP HTTP Server Performance"
5996 #  algorithm: "plot_http_server_perf_box"
5997 #  output-file-type: ".html"
5998 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5999 #  data:
6000 #    "plot-vpp-http-server-performance"
6001 #  filter: "'HTTP' and 'TCP_RPS'"
6002 #  parameters:
6003 #  - "result"
6004 #  - "name"
6005 #  traces:
6006 #    hoverinfo: "y+name"
6007 #    boxpoints: "outliers"
6008 #    whiskerwidth: 0
6009 #  layout:
6010 #    title: "VPP HTTP Server Performance"
6011 #    layout:
6012 #      "plot-rps"
6013
6014 ################################################################################
6015
6016 ## Soak Test (PLRsearch), boxes
6017 #- type: "plot"
6018 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6019 #  algorithm: "plot_perf_box_name"
6020 #  output-file-type: ".html"
6021 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6022 #  data: "plot-vpp-soak-2n-skx"
6023 #  include:
6024 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
6025 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6026 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6027 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
6028 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6029 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6030 #  layout:
6031 #    title: "30 Minutes Soak Test (PLRsearch)"
6032 #    layout: "plot-soak-throughput"
6033 #
6034 ## Soak Test (PLRsearch), boxes
6035 #- type: "plot"
6036 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6037 #  algorithm: "plot_perf_box_name"
6038 #  output-file-type: ".html"
6039 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6040 #  data: "plot-vpp-soak-2n-skx"
6041 #  include:
6042 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
6043 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6044 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6045 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6046 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6047 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6048 #  layout:
6049 #    title: "30 Minutes Soak Test (PLRsearch)"
6050 #    layout: "plot-soak-throughput"
6051
6052 ###############################################################################
6053
6054 #- type: "plot"
6055 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6056 #  algorithm: "plot_nf_reconf_box_name"
6057 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6058 #  data: "plot-vpp-nfv-reconf-2n-skx"
6059 #  include:
6060 #    - "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"
6061 #    - "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"
6062 #    - "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"
6063 #    - "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"
6064 #    - "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"
6065 #    - "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"
6066 #  layout:
6067 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6068 #    layout: "plot-throughput"
6069 #
6070 #- type: "plot"
6071 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6072 #  algorithm: "plot_nf_reconf_box_name"
6073 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6074 #  data: "plot-vpp-nfv-reconf-2n-skx"
6075 #  include:
6076 #    - "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"
6077 #    - "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"
6078 #    - "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"
6079 #    - "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"
6080 #    - "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"
6081 #    - "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"
6082 #  layout:
6083 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6084 #    layout: "plot-throughput"
6085 #
6086 #- type: "plot"
6087 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6088 #  algorithm: "plot_nf_reconf_box_name"
6089 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6090 #  data: "plot-vpp-nfv-reconf-2n-skx"
6091 #  include:
6092 #    - "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"
6093 #    - "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"
6094 #    - "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"
6095 #    - "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"
6096 #    - "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"
6097 #    - "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"
6098 #  layout:
6099 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6100 #    layout: "plot-throughput"
6101 #
6102 ################################################################################
6103 ## Plots - NF Density - VSC - MRR 64b
6104 #- type: "plot"
6105 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6106 #  algorithm: "plot_nf_heatmap"
6107 #  output-file-type: ".html"
6108 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6109 #  data: "plot-vpp-nfv-2n-skx-mrr"
6110 #  filter: "'NIC_Intel-XXV710' and
6111 #           'NF_DENSITY' and
6112 #           'VHOST' and
6113 #           not 'VXLAN' and
6114 #           'CHAIN' and
6115 #           'NF_VPPIP4' and
6116 #           '64B' and
6117 #           '2T1C' and
6118 #           'MRR'"
6119 #  parameters:
6120 #  - "result"
6121 #  - "name"
6122 #  - "tags"
6123 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6124 #  x-axis: "X = VNFs per Service Chain"
6125 #  y-axis: "Y = Number of Service Chains"
6126 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6127 #  layout:
6128 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6129 #    layout: "plot-service-density"
6130 #
6131 #- type: "plot"
6132 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6133 #  algorithm: "plot_nf_heatmap"
6134 #  output-file-type: ".html"
6135 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6136 #  data: "plot-vpp-nfv-2n-skx-mrr"
6137 #  filter: "'NIC_Intel-XXV710' and
6138 #           'NF_DENSITY' and
6139 #           'VHOST' and
6140 #           not 'VXLAN' and
6141 #           'CHAIN' and
6142 #           'NF_VPPIP4' and
6143 #           '64B' and
6144 #           '4T2C' and
6145 #           'MRR'"
6146 #  parameters:
6147 #  - "result"
6148 #  - "name"
6149 #  - "tags"
6150 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6151 #  x-axis: "X = VNFs per Service Chain"
6152 #  y-axis: "Y = Number of Service Chains"
6153 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6154 #  layout:
6155 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6156 #    layout: "plot-service-density"
6157 #
6158 #- type: "plot"
6159 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6160 #  algorithm: "plot_nf_heatmap"
6161 #  output-file-type: ".html"
6162 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6163 #  data: "plot-vpp-nfv-2n-skx-mrr"
6164 #  filter: "'NIC_Intel-XXV710' and
6165 #           'NF_DENSITY' and
6166 #           'VHOST' and
6167 #           not 'VXLAN' and
6168 #           'CHAIN' and
6169 #           'NF_VPPIP4' and
6170 #           '64B' and
6171 #           '8T4C' and
6172 #           'MRR'"
6173 #  parameters:
6174 #  - "result"
6175 #  - "name"
6176 #  - "tags"
6177 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6178 #  x-axis: "X = VNFs per Service Chain"
6179 #  y-axis: "Y = Number of Service Chains"
6180 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6181 #  layout:
6182 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6183 #    layout: "plot-service-density"
6184 #
6185 ## Plots - NF Density - VSC - MRR IMIX
6186 #- type: "plot"
6187 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6188 #  algorithm: "plot_nf_heatmap"
6189 #  output-file-type: ".html"
6190 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6191 #  data: "plot-vpp-nfv-2n-skx-mrr"
6192 #  filter: "'NIC_Intel-XXV710' and
6193 #           'NF_DENSITY' and
6194 #           'VHOST' and
6195 #           not 'VXLAN' and
6196 #           'CHAIN' and
6197 #           'NF_VPPIP4' and
6198 #           'IMIX' and
6199 #           '2T1C' and
6200 #           'MRR'"
6201 #  parameters:
6202 #  - "result"
6203 #  - "name"
6204 #  - "tags"
6205 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6206 #  x-axis: "X = VNFs per Service Chain"
6207 #  y-axis: "Y = Number of Service Chains"
6208 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6209 #  layout:
6210 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6211 #    layout: "plot-service-density"
6212 #
6213 #- type: "plot"
6214 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6215 #  algorithm: "plot_nf_heatmap"
6216 #  output-file-type: ".html"
6217 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6218 #  data: "plot-vpp-nfv-2n-skx-mrr"
6219 #  filter: "'NIC_Intel-XXV710' and
6220 #           'NF_DENSITY' and
6221 #           'VHOST' and
6222 #           not 'VXLAN' and
6223 #           'CHAIN' and
6224 #           'NF_VPPIP4' and
6225 #           'IMIX' and
6226 #           '4T2C' and
6227 #           'MRR'"
6228 #  parameters:
6229 #  - "result"
6230 #  - "name"
6231 #  - "tags"
6232 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6233 #  x-axis: "X = VNFs per Service Chain"
6234 #  y-axis: "Y = Number of Service Chains"
6235 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6236 #  layout:
6237 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6238 #    layout: "plot-service-density"
6239 #
6240 #- type: "plot"
6241 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6242 #  algorithm: "plot_nf_heatmap"
6243 #  output-file-type: ".html"
6244 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6245 #  data: "plot-vpp-nfv-2n-skx-mrr"
6246 #  filter: "'NIC_Intel-XXV710' and
6247 #           'NF_DENSITY' and
6248 #           'VHOST' and
6249 #           not 'VXLAN' and
6250 #           'CHAIN' and
6251 #           'NF_VPPIP4' and
6252 #           'IMIX' and
6253 #           '8T4C' and
6254 #           'MRR'"
6255 #  parameters:
6256 #  - "result"
6257 #  - "name"
6258 #  - "tags"
6259 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6260 #  x-axis: "X = VNFs per Service Chain"
6261 #  y-axis: "Y = Number of Service Chains"
6262 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6263 #  layout:
6264 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6265 #    layout: "plot-service-density"
6266 #
6267 ## Plots - NF Density - VSC - NDR 64b
6268 #- type: "plot"
6269 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6270 #  algorithm: "plot_nf_heatmap"
6271 #  output-file-type: ".html"
6272 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6273 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6274 #  filter: "'NIC_Intel-XXV710' and
6275 #           'NF_DENSITY' and
6276 #           'VHOST' and
6277 #           not 'VXLAN' and
6278 #           'CHAIN' and
6279 #           'NF_VPPIP4' and
6280 #           '64B' and
6281 #           '2T1C' and
6282 #           'NDRPDR'"
6283 #  parameters:
6284 #  - "throughput"
6285 #  - "name"
6286 #  - "tags"
6287 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6288 #  x-axis: "X = VNFs per Service Chain"
6289 #  y-axis: "Y = Number of Service Chains"
6290 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6291 #  layout:
6292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6293 #    layout: "plot-service-density"
6294 #
6295 #- type: "plot"
6296 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6297 #  algorithm: "plot_nf_heatmap"
6298 #  output-file-type: ".html"
6299 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6300 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6301 #  filter: "'NIC_Intel-XXV710' and
6302 #           'NF_DENSITY' and
6303 #           'VHOST' and
6304 #           not 'VXLAN' and
6305 #           'CHAIN' and
6306 #           'NF_VPPIP4' and
6307 #           '64B' and
6308 #           '4T2C' and
6309 #           'NDRPDR'"
6310 #  parameters:
6311 #  - "throughput"
6312 #  - "name"
6313 #  - "tags"
6314 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6315 #  x-axis: "X = VNFs per Service Chain"
6316 #  y-axis: "Y = Number of Service Chains"
6317 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6318 #  layout:
6319 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6320 #    layout: "plot-service-density"
6321 #
6322 #- type: "plot"
6323 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6324 #  algorithm: "plot_nf_heatmap"
6325 #  output-file-type: ".html"
6326 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6327 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6328 #  filter: "'NIC_Intel-XXV710' and
6329 #           'NF_DENSITY' and
6330 #           'VHOST' and
6331 #           not 'VXLAN' and
6332 #           'CHAIN' and
6333 #           'NF_VPPIP4' and
6334 #           '64B' and
6335 #           '8T4C' and
6336 #           'NDRPDR'"
6337 #  parameters:
6338 #  - "throughput"
6339 #  - "name"
6340 #  - "tags"
6341 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6342 #  x-axis: "X = VNFs per Service Chain"
6343 #  y-axis: "Y = Number of Service Chains"
6344 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6345 #  layout:
6346 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6347 #    layout: "plot-service-density"
6348 #
6349 ## Plots - NF Density - VSC - NDR IMIX
6350 #- type: "plot"
6351 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6352 #  algorithm: "plot_nf_heatmap"
6353 #  output-file-type: ".html"
6354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6355 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6356 #  filter: "'NIC_Intel-XXV710' and
6357 #           'NF_DENSITY' and
6358 #           'VHOST' and
6359 #           not 'VXLAN' and
6360 #           'CHAIN' and
6361 #           'NF_VPPIP4' and
6362 #           'IMIX' and
6363 #           '2T1C' and
6364 #           'NDRPDR'"
6365 #  parameters:
6366 #  - "throughput"
6367 #  - "name"
6368 #  - "tags"
6369 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6370 #  x-axis: "X = VNFs per Service Chain"
6371 #  y-axis: "Y = Number of Service Chains"
6372 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6373 #  layout:
6374 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6375 #    layout: "plot-service-density"
6376 #
6377 #- type: "plot"
6378 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6379 #  algorithm: "plot_nf_heatmap"
6380 #  output-file-type: ".html"
6381 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6382 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6383 #  filter: "'NIC_Intel-XXV710' and
6384 #           'NF_DENSITY' and
6385 #           'VHOST' and
6386 #           not 'VXLAN' and
6387 #           'CHAIN' and
6388 #           'NF_VPPIP4' and
6389 #           'IMIX' and
6390 #           '4T2C' and
6391 #           'NDRPDR'"
6392 #  parameters:
6393 #  - "throughput"
6394 #  - "name"
6395 #  - "tags"
6396 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6397 #  x-axis: "X = VNFs per Service Chain"
6398 #  y-axis: "Y = Number of Service Chains"
6399 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6400 #  layout:
6401 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6402 #    layout: "plot-service-density"
6403 #
6404 #- type: "plot"
6405 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6406 #  algorithm: "plot_nf_heatmap"
6407 #  output-file-type: ".html"
6408 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6409 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6410 #  filter: "'NIC_Intel-XXV710' and
6411 #           'NF_DENSITY' and
6412 #           'VHOST' and
6413 #           not 'VXLAN' and
6414 #           'CHAIN' and
6415 #           'NF_VPPIP4' and
6416 #           'IMIX' and
6417 #           '8T4C' and
6418 #           'NDRPDR'"
6419 #  parameters:
6420 #  - "throughput"
6421 #  - "name"
6422 #  - "tags"
6423 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6424 #  x-axis: "X = VNFs per Service Chain"
6425 #  y-axis: "Y = Number of Service Chains"
6426 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6427 #  layout:
6428 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6429 #    layout: "plot-service-density"
6430 #
6431 ## Plots - NF Density - VSC - PDR 64b
6432 #- type: "plot"
6433 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6434 #  algorithm: "plot_nf_heatmap"
6435 #  output-file-type: ".html"
6436 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6437 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6438 #  filter: "'NIC_Intel-XXV710' and
6439 #           'NF_DENSITY' and
6440 #           'VHOST' and
6441 #           not 'VXLAN' and
6442 #           'CHAIN' and
6443 #           'NF_VPPIP4' and
6444 #           '64B' and
6445 #           '2T1C' and
6446 #           'NDRPDR'"
6447 #  parameters:
6448 #  - "throughput"
6449 #  - "name"
6450 #  - "tags"
6451 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6452 #  x-axis: "X = VNFs per Service Chain"
6453 #  y-axis: "Y = Number of Service Chains"
6454 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6455 #  layout:
6456 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6457 #    layout: "plot-service-density"
6458 #
6459 #- type: "plot"
6460 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6461 #  algorithm: "plot_nf_heatmap"
6462 #  output-file-type: ".html"
6463 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6464 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6465 #  filter: "'NIC_Intel-XXV710' and
6466 #           'NF_DENSITY' and
6467 #           'VHOST' and
6468 #           not 'VXLAN' and
6469 #           'CHAIN' and
6470 #           'NF_VPPIP4' and
6471 #           '64B' and
6472 #           '4T2C' and
6473 #           'NDRPDR'"
6474 #  parameters:
6475 #  - "throughput"
6476 #  - "name"
6477 #  - "tags"
6478 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6479 #  x-axis: "X = VNFs per Service Chain"
6480 #  y-axis: "Y = Number of Service Chains"
6481 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6482 #  layout:
6483 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6484 #    layout: "plot-service-density"
6485 #
6486 #- type: "plot"
6487 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6488 #  algorithm: "plot_nf_heatmap"
6489 #  output-file-type: ".html"
6490 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6491 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6492 #  filter: "'NIC_Intel-XXV710' and
6493 #           'NF_DENSITY' and
6494 #           'VHOST' and
6495 #           not 'VXLAN' and
6496 #           'CHAIN' and
6497 #           'NF_VPPIP4' and
6498 #           '64B' and
6499 #           '8T4C' and
6500 #           'NDRPDR'"
6501 #  parameters:
6502 #  - "throughput"
6503 #  - "name"
6504 #  - "tags"
6505 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6506 #  x-axis: "X = VNFs per Service Chain"
6507 #  y-axis: "Y = Number of Service Chains"
6508 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6509 #  layout:
6510 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6511 #    layout: "plot-service-density"
6512 #
6513 ## Plots - NF Density - VSC - PDR IMIX
6514 #- type: "plot"
6515 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6516 #  algorithm: "plot_nf_heatmap"
6517 #  output-file-type: ".html"
6518 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6519 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6520 #  filter: "'NIC_Intel-XXV710' and
6521 #           'NF_DENSITY' and
6522 #           'VHOST' and
6523 #           not 'VXLAN' and
6524 #           'CHAIN' and
6525 #           'NF_VPPIP4' and
6526 #           'IMIX' and
6527 #           '2T1C' and
6528 #           'NDRPDR'"
6529 #  parameters:
6530 #  - "throughput"
6531 #  - "name"
6532 #  - "tags"
6533 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6534 #  x-axis: "X = VNFs per Service Chain"
6535 #  y-axis: "Y = Number of Service Chains"
6536 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6537 #  layout:
6538 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6539 #    layout: "plot-service-density"
6540 #
6541 #- type: "plot"
6542 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6543 #  algorithm: "plot_nf_heatmap"
6544 #  output-file-type: ".html"
6545 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6546 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6547 #  filter: "'NIC_Intel-XXV710' and
6548 #           'NF_DENSITY' and
6549 #           'VHOST' and
6550 #           not 'VXLAN' and
6551 #           'CHAIN' and
6552 #           'NF_VPPIP4' and
6553 #           'IMIX' and
6554 #           '4T2C' and
6555 #           'NDRPDR'"
6556 #  parameters:
6557 #  - "throughput"
6558 #  - "name"
6559 #  - "tags"
6560 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6561 #  x-axis: "X = VNFs per Service Chain"
6562 #  y-axis: "Y = Number of Service Chains"
6563 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6564 #  layout:
6565 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6566 #    layout: "plot-service-density"
6567 #
6568 #- type: "plot"
6569 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6570 #  algorithm: "plot_nf_heatmap"
6571 #  output-file-type: ".html"
6572 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6573 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6574 #  filter: "'NIC_Intel-XXV710' and
6575 #           'NF_DENSITY' and
6576 #           'VHOST' and
6577 #           not 'VXLAN' and
6578 #           'CHAIN' and
6579 #           'NF_VPPIP4' and
6580 #           'IMIX' and
6581 #           '8T4C' and
6582 #           'NDRPDR'"
6583 #  parameters:
6584 #  - "throughput"
6585 #  - "name"
6586 #  - "tags"
6587 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6588 #  x-axis: "X = VNFs per Service Chain"
6589 #  y-axis: "Y = Number of Service Chains"
6590 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6591 #  layout:
6592 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6593 #    layout: "plot-service-density"
6594 #
6595 ################################################################################
6596 ## Plots - NF Density - VSC - MRR 64b
6597 #- type: "plot"
6598 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6599 #  algorithm: "plot_nf_heatmap"
6600 #  output-file-type: ".html"
6601 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6602 #  data: "plot-vpp-nfv-2n-skx-mrr"
6603 #  filter: "'NIC_Intel-XXV710' and
6604 #           'NF_DENSITY' and
6605 #           'VHOST' and
6606 #           'VXLAN' and
6607 #           'CHAIN' and
6608 #           '118' and
6609 #           '2T1C' and
6610 #           'MRR'"
6611 #  parameters:
6612 #  - "result"
6613 #  - "name"
6614 #  - "tags"
6615 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6616 #  x-axis: "X = VNFs per Service Chain"
6617 #  y-axis: "Y = Number of Service Chains"
6618 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6619 #  layout:
6620 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6621 #    layout: "plot-service-density"
6622 #
6623 #- type: "plot"
6624 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6625 #  algorithm: "plot_nf_heatmap"
6626 #  output-file-type: ".html"
6627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6628 #  data: "plot-vpp-nfv-2n-skx-mrr"
6629 #  filter: "'NIC_Intel-XXV710' and
6630 #           'NF_DENSITY' and
6631 #           'VHOST' and
6632 #           'VXLAN' and
6633 #           'CHAIN' and
6634 #           '118' and
6635 #           '4T2C' and
6636 #           'MRR'"
6637 #  parameters:
6638 #  - "result"
6639 #  - "name"
6640 #  - "tags"
6641 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6642 #  x-axis: "X = VNFs per Service Chain"
6643 #  y-axis: "Y = Number of Service Chains"
6644 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6645 #  layout:
6646 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6647 #    layout: "plot-service-density"
6648 #
6649 #- type: "plot"
6650 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6651 #  algorithm: "plot_nf_heatmap"
6652 #  output-file-type: ".html"
6653 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6654 #  data: "plot-vpp-nfv-2n-skx-mrr"
6655 #  filter: "'NIC_Intel-XXV710' and
6656 #           'NF_DENSITY' and
6657 #           'VHOST' and
6658 #           'VXLAN' and
6659 #           'CHAIN' and
6660 #           '118' and
6661 #           '8T4C' and
6662 #           'MRR'"
6663 #  parameters:
6664 #  - "result"
6665 #  - "name"
6666 #  - "tags"
6667 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6668 #  x-axis: "X = VNFs per Service Chain"
6669 #  y-axis: "Y = Number of Service Chains"
6670 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6671 #  layout:
6672 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6673 #    layout: "plot-service-density"
6674 #
6675 ## Plots - NF Density - VSC - MRR IMIX
6676 #- type: "plot"
6677 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6678 #  algorithm: "plot_nf_heatmap"
6679 #  output-file-type: ".html"
6680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6681 #  data: "plot-vpp-nfv-2n-skx-mrr"
6682 #  filter: "'NIC_Intel-XXV710' and
6683 #           'NF_DENSITY' and
6684 #           'VHOST' and
6685 #           'VXLAN' and
6686 #           'CHAIN' and
6687 #           'IMIX' and
6688 #           '2T1C' and
6689 #           'MRR'"
6690 #  parameters:
6691 #  - "result"
6692 #  - "name"
6693 #  - "tags"
6694 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6695 #  x-axis: "X = VNFs per Service Chain"
6696 #  y-axis: "Y = Number of Service Chains"
6697 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6698 #  layout:
6699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6700 #    layout: "plot-service-density"
6701 #
6702 #- type: "plot"
6703 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6704 #  algorithm: "plot_nf_heatmap"
6705 #  output-file-type: ".html"
6706 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6707 #  data: "plot-vpp-nfv-2n-skx-mrr"
6708 #  filter: "'NIC_Intel-XXV710' and
6709 #           'NF_DENSITY' and
6710 #           'VHOST' and
6711 #           'VXLAN' and
6712 #           'CHAIN' and
6713 #           'IMIX' and
6714 #           '4T2C' and
6715 #           'MRR'"
6716 #  parameters:
6717 #  - "result"
6718 #  - "name"
6719 #  - "tags"
6720 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6721 #  x-axis: "X = VNFs per Service Chain"
6722 #  y-axis: "Y = Number of Service Chains"
6723 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6724 #  layout:
6725 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6726 #    layout: "plot-service-density"
6727 #
6728 #- type: "plot"
6729 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6730 #  algorithm: "plot_nf_heatmap"
6731 #  output-file-type: ".html"
6732 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6733 #  data: "plot-vpp-nfv-2n-skx-mrr"
6734 #  filter: "'NIC_Intel-XXV710' and
6735 #           'NF_DENSITY' and
6736 #           'VHOST' and
6737 #           'VXLAN' and
6738 #           'CHAIN' and
6739 #           'IMIX' and
6740 #           '8T4C' and
6741 #           'MRR'"
6742 #  parameters:
6743 #  - "result"
6744 #  - "name"
6745 #  - "tags"
6746 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6747 #  x-axis: "X = VNFs per Service Chain"
6748 #  y-axis: "Y = Number of Service Chains"
6749 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6750 #  layout:
6751 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6752 #    layout: "plot-service-density"
6753 #
6754 ## Plots - NF Density - VSC - NDR 64b
6755 #- type: "plot"
6756 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6757 #  algorithm: "plot_nf_heatmap"
6758 #  output-file-type: ".html"
6759 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6760 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6761 #  filter: "'NIC_Intel-XXV710' and
6762 #           'NF_DENSITY' and
6763 #           'VHOST' and
6764 #           'VXLAN' and
6765 #           'CHAIN' and
6766 #           '118' and
6767 #           '2T1C' and
6768 #           'NDRPDR'"
6769 #  parameters:
6770 #  - "throughput"
6771 #  - "name"
6772 #  - "tags"
6773 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6774 #  x-axis: "X = VNFs per Service Chain"
6775 #  y-axis: "Y = Number of Service Chains"
6776 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6777 #  layout:
6778 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6779 #    layout: "plot-service-density"
6780 #
6781 #- type: "plot"
6782 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6783 #  algorithm: "plot_nf_heatmap"
6784 #  output-file-type: ".html"
6785 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6786 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6787 #  filter: "'NIC_Intel-XXV710' and
6788 #           'NF_DENSITY' and
6789 #           'VHOST' and
6790 #           'VXLAN' and
6791 #           'CHAIN' and
6792 #           '118' and
6793 #           '4T2C' and
6794 #           'NDRPDR'"
6795 #  parameters:
6796 #  - "throughput"
6797 #  - "name"
6798 #  - "tags"
6799 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6800 #  x-axis: "X = VNFs per Service Chain"
6801 #  y-axis: "Y = Number of Service Chains"
6802 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6803 #  layout:
6804 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6805 #    layout: "plot-service-density"
6806 #
6807 #- type: "plot"
6808 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6809 #  algorithm: "plot_nf_heatmap"
6810 #  output-file-type: ".html"
6811 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6812 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6813 #  filter: "'NIC_Intel-XXV710' and
6814 #           'NF_DENSITY' and
6815 #           'VHOST' and
6816 #           'VXLAN' and
6817 #           'CHAIN' and
6818 #           '118' and
6819 #           '8T4C' and
6820 #           'NDRPDR'"
6821 #  parameters:
6822 #  - "throughput"
6823 #  - "name"
6824 #  - "tags"
6825 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6826 #  x-axis: "X = VNFs per Service Chain"
6827 #  y-axis: "Y = Number of Service Chains"
6828 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6829 #  layout:
6830 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6831 #    layout: "plot-service-density"
6832 #
6833 ## Plots - NF Density - VSC - NDR IMIX
6834 #- type: "plot"
6835 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6836 #  algorithm: "plot_nf_heatmap"
6837 #  output-file-type: ".html"
6838 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6839 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6840 #  filter: "'NIC_Intel-XXV710' and
6841 #           'NF_DENSITY' and
6842 #           'VHOST' and
6843 #           'VXLAN' and
6844 #           'CHAIN' and
6845 #           'IMIX' and
6846 #           '2T1C' and
6847 #           'NDRPDR'"
6848 #  parameters:
6849 #  - "throughput"
6850 #  - "name"
6851 #  - "tags"
6852 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6853 #  x-axis: "X = VNFs per Service Chain"
6854 #  y-axis: "Y = Number of Service Chains"
6855 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6856 #  layout:
6857 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6858 #    layout: "plot-service-density"
6859 #
6860 #- type: "plot"
6861 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6862 #  algorithm: "plot_nf_heatmap"
6863 #  output-file-type: ".html"
6864 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6865 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6866 #  filter: "'NIC_Intel-XXV710' and
6867 #           'NF_DENSITY' and
6868 #           'VHOST' and
6869 #           'VXLAN' and
6870 #           'CHAIN' and
6871 #           'IMIX' and
6872 #           '4T2C' and
6873 #           'NDRPDR'"
6874 #  parameters:
6875 #  - "throughput"
6876 #  - "name"
6877 #  - "tags"
6878 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6879 #  x-axis: "X = VNFs per Service Chain"
6880 #  y-axis: "Y = Number of Service Chains"
6881 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6882 #  layout:
6883 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6884 #    layout: "plot-service-density"
6885 #
6886 #- type: "plot"
6887 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6888 #  algorithm: "plot_nf_heatmap"
6889 #  output-file-type: ".html"
6890 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6891 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6892 #  filter: "'NIC_Intel-XXV710' and
6893 #           'NF_DENSITY' and
6894 #           'VHOST' and
6895 #           'VXLAN' and
6896 #           'CHAIN' and
6897 #           'IMIX' and
6898 #           '8T4C' and
6899 #           'NDRPDR'"
6900 #  parameters:
6901 #  - "throughput"
6902 #  - "name"
6903 #  - "tags"
6904 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6905 #  x-axis: "X = VNFs per Service Chain"
6906 #  y-axis: "Y = Number of Service Chains"
6907 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6908 #  layout:
6909 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6910 #    layout: "plot-service-density"
6911 #
6912 ## Plots - NF Density - VSC - PDR 64b
6913 #- type: "plot"
6914 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6915 #  algorithm: "plot_nf_heatmap"
6916 #  output-file-type: ".html"
6917 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6918 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6919 #  filter: "'NIC_Intel-XXV710' and
6920 #           'NF_DENSITY' and
6921 #           'VHOST' and
6922 #           'VXLAN' and
6923 #           'CHAIN' and
6924 #           '118' and
6925 #           '2T1C' and
6926 #           'NDRPDR'"
6927 #  parameters:
6928 #  - "throughput"
6929 #  - "name"
6930 #  - "tags"
6931 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6932 #  x-axis: "X = VNFs per Service Chain"
6933 #  y-axis: "Y = Number of Service Chains"
6934 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6935 #  layout:
6936 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6937 #    layout: "plot-service-density"
6938 #
6939 #- type: "plot"
6940 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6941 #  algorithm: "plot_nf_heatmap"
6942 #  output-file-type: ".html"
6943 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6944 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6945 #  filter: "'NIC_Intel-XXV710' and
6946 #           'NF_DENSITY' and
6947 #           'VHOST' and
6948 #           'VXLAN' and
6949 #           'CHAIN' and
6950 #           '118' and
6951 #           '4T2C' and
6952 #           'NDRPDR'"
6953 #  parameters:
6954 #  - "throughput"
6955 #  - "name"
6956 #  - "tags"
6957 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6958 #  x-axis: "X = VNFs per Service Chain"
6959 #  y-axis: "Y = Number of Service Chains"
6960 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6961 #  layout:
6962 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6963 #    layout: "plot-service-density"
6964 #
6965 #- type: "plot"
6966 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6967 #  algorithm: "plot_nf_heatmap"
6968 #  output-file-type: ".html"
6969 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6970 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6971 #  filter: "'NIC_Intel-XXV710' and
6972 #           'NF_DENSITY' and
6973 #           'VHOST' and
6974 #           'VXLAN' and
6975 #           'CHAIN' and
6976 #           '118' and
6977 #           '8T4C' and
6978 #           'NDRPDR'"
6979 #  parameters:
6980 #  - "throughput"
6981 #  - "name"
6982 #  - "tags"
6983 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6984 #  x-axis: "X = VNFs per Service Chain"
6985 #  y-axis: "Y = Number of Service Chains"
6986 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6987 #  layout:
6988 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6989 #    layout: "plot-service-density"
6990 #
6991 ## Plots - NF Density - VSC - PDR IMIX
6992 #- type: "plot"
6993 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6994 #  algorithm: "plot_nf_heatmap"
6995 #  output-file-type: ".html"
6996 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
6997 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6998 #  filter: "'NIC_Intel-XXV710' and
6999 #           'NF_DENSITY' and
7000 #           'VHOST' and
7001 #           'VXLAN' and
7002 #           'CHAIN' and
7003 #           'IMIX' and
7004 #           '2T1C' and
7005 #           'NDRPDR'"
7006 #  parameters:
7007 #  - "throughput"
7008 #  - "name"
7009 #  - "tags"
7010 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7011 #  x-axis: "X = VNFs per Service Chain"
7012 #  y-axis: "Y = Number of Service Chains"
7013 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7014 #  layout:
7015 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7016 #    layout: "plot-service-density"
7017 #
7018 #- type: "plot"
7019 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7020 #  algorithm: "plot_nf_heatmap"
7021 #  output-file-type: ".html"
7022 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7023 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7024 #  filter: "'NIC_Intel-XXV710' and
7025 #           'NF_DENSITY' and
7026 #           'VHOST' and
7027 #           'VXLAN' and
7028 #           'CHAIN' and
7029 #           'IMIX' and
7030 #           '4T2C' and
7031 #           'NDRPDR'"
7032 #  parameters:
7033 #  - "throughput"
7034 #  - "name"
7035 #  - "tags"
7036 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7037 #  x-axis: "X = VNFs per Service Chain"
7038 #  y-axis: "Y = Number of Service Chains"
7039 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7040 #  layout:
7041 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7042 #    layout: "plot-service-density"
7043 #
7044 #- type: "plot"
7045 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7046 #  algorithm: "plot_nf_heatmap"
7047 #  output-file-type: ".html"
7048 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7049 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7050 #  filter: "'NIC_Intel-XXV710' and
7051 #           'NF_DENSITY' and
7052 #           'VHOST' and
7053 #           'VXLAN' and
7054 #           'CHAIN' and
7055 #           'IMIX' and
7056 #           '8T4C' and
7057 #           'NDRPDR'"
7058 #  parameters:
7059 #  - "throughput"
7060 #  - "name"
7061 #  - "tags"
7062 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7063 #  x-axis: "X = VNFs per Service Chain"
7064 #  y-axis: "Y = Number of Service Chains"
7065 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7066 #  layout:
7067 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7068 #    layout: "plot-service-density"
7069 #
7070 ################################################################################
7071 ## Plots - NF Density - CSC - MRR 64b
7072 #- type: "plot"
7073 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7074 #  algorithm: "plot_nf_heatmap"
7075 #  output-file-type: ".html"
7076 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7077 #  data: "plot-vpp-nfv-2n-skx-mrr"
7078 #  filter: "'NIC_Intel-XXV710' and
7079 #           'NF_DENSITY' and
7080 #           'DOCKER' and
7081 #           'CHAIN' and
7082 #           'NF_VPPIP4' and
7083 #           '64B' and
7084 #           '2T1C' and
7085 #           'MRR'"
7086 #  parameters:
7087 #  - "result"
7088 #  - "name"
7089 #  - "tags"
7090 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7091 #  x-axis: "X = CNFs per Service Chain"
7092 #  y-axis: "Y = Number of Service Chains"
7093 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7094 #  layout:
7095 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7096 #    layout: "plot-service-density"
7097 #
7098 #- type: "plot"
7099 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7100 #  algorithm: "plot_nf_heatmap"
7101 #  output-file-type: ".html"
7102 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7103 #  data: "plot-vpp-nfv-2n-skx-mrr"
7104 #  filter: "'NIC_Intel-XXV710' and
7105 #           'NF_DENSITY' and
7106 #           'DOCKER' and
7107 #           'CHAIN' and
7108 #           'NF_VPPIP4' and
7109 #           '64B' and
7110 #           '4T2C' and
7111 #           'MRR'"
7112 #  parameters:
7113 #  - "result"
7114 #  - "name"
7115 #  - "tags"
7116 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7117 #  x-axis: "X = CNFs per Service Chain"
7118 #  y-axis: "Y = Number of Service Chains"
7119 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7120 #  layout:
7121 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7122 #    layout: "plot-service-density"
7123 #
7124 #- type: "plot"
7125 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7126 #  algorithm: "plot_nf_heatmap"
7127 #  output-file-type: ".html"
7128 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7129 #  data: "plot-vpp-nfv-2n-skx-mrr"
7130 #  filter: "'NIC_Intel-XXV710' and
7131 #           'NF_DENSITY' and
7132 #           'DOCKER' and
7133 #           'CHAIN' and
7134 #           'NF_VPPIP4' and
7135 #           '64B' and
7136 #           '8T4C' and
7137 #           'MRR'"
7138 #  parameters:
7139 #  - "result"
7140 #  - "name"
7141 #  - "tags"
7142 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7143 #  x-axis: "X = CNFs per Service Chain"
7144 #  y-axis: "Y = Number of Service Chains"
7145 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7146 #  layout:
7147 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7148 #    layout: "plot-service-density"
7149 #
7150 ## Plots - NF Density - CSC - MRR IMIX
7151 #- type: "plot"
7152 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7153 #  algorithm: "plot_nf_heatmap"
7154 #  output-file-type: ".html"
7155 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7156 #  data: "plot-vpp-nfv-2n-skx-mrr"
7157 #  filter: "'NIC_Intel-XXV710' and
7158 #           'NF_DENSITY' and
7159 #           'DOCKER' and
7160 #           'CHAIN' and
7161 #           'NF_VPPIP4' and
7162 #           'IMIX' and
7163 #           '2T1C' and
7164 #           'MRR'"
7165 #  parameters:
7166 #  - "result"
7167 #  - "name"
7168 #  - "tags"
7169 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7170 #  x-axis: "X = CNFs per Service Chain"
7171 #  y-axis: "Y = Number of Service Chains"
7172 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7173 #  layout:
7174 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7175 #    layout: "plot-service-density"
7176 #
7177 #- type: "plot"
7178 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7179 #  algorithm: "plot_nf_heatmap"
7180 #  output-file-type: ".html"
7181 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7182 #  data: "plot-vpp-nfv-2n-skx-mrr"
7183 #  filter: "'NIC_Intel-XXV710' and
7184 #           'NF_DENSITY' and
7185 #           'DOCKER' and
7186 #           'CHAIN' and
7187 #           'NF_VPPIP4' and
7188 #           'IMIX' and
7189 #           '4T2C' and
7190 #           'MRR'"
7191 #  parameters:
7192 #  - "result"
7193 #  - "name"
7194 #  - "tags"
7195 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7196 #  x-axis: "X = CNFs per Service Chain"
7197 #  y-axis: "Y = Number of Service Chains"
7198 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7199 #  layout:
7200 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7201 #    layout: "plot-service-density"
7202 #
7203 #- type: "plot"
7204 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7205 #  algorithm: "plot_nf_heatmap"
7206 #  output-file-type: ".html"
7207 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7208 #  data: "plot-vpp-nfv-2n-skx-mrr"
7209 #  filter: "'NIC_Intel-XXV710' and
7210 #           'NF_DENSITY' and
7211 #           'DOCKER' and
7212 #           'CHAIN' and
7213 #           'NF_VPPIP4' and
7214 #           'IMIX' and
7215 #           '8T4C' and
7216 #           'MRR'"
7217 #  parameters:
7218 #  - "result"
7219 #  - "name"
7220 #  - "tags"
7221 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7222 #  x-axis: "X = CNFs per Service Chain"
7223 #  y-axis: "Y = Number of Service Chains"
7224 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7225 #  layout:
7226 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7227 #    layout: "plot-service-density"
7228 #
7229 ## Plots - NF Density - CSC - NDR 64b
7230 #- type: "plot"
7231 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7232 #  algorithm: "plot_nf_heatmap"
7233 #  output-file-type: ".html"
7234 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7235 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7236 #  filter: "'NIC_Intel-XXV710' and
7237 #           'NF_DENSITY' and
7238 #           'DOCKER' and
7239 #           'CHAIN' and
7240 #           'NF_VPPIP4' and
7241 #           '64B' and
7242 #           '2T1C' and
7243 #           'NDRPDR'"
7244 #  parameters:
7245 #  - "throughput"
7246 #  - "name"
7247 #  - "tags"
7248 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7249 #  x-axis: "X = CNFs per Service Chain"
7250 #  y-axis: "Y = Number of Service Chains"
7251 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7252 #  layout:
7253 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7254 #    layout: "plot-service-density"
7255 #
7256 #- type: "plot"
7257 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7258 #  algorithm: "plot_nf_heatmap"
7259 #  output-file-type: ".html"
7260 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7261 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7262 #  filter: "'NIC_Intel-XXV710' and
7263 #           'NF_DENSITY' and
7264 #           'DOCKER' and
7265 #           'CHAIN' and
7266 #           'NF_VPPIP4' and
7267 #           '64B' and
7268 #           '4T2C' and
7269 #           'NDRPDR'"
7270 #  parameters:
7271 #  - "throughput"
7272 #  - "name"
7273 #  - "tags"
7274 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7275 #  x-axis: "X = CNFs per Service Chain"
7276 #  y-axis: "Y = Number of Service Chains"
7277 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7278 #  layout:
7279 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7280 #    layout: "plot-service-density"
7281 #
7282 #- type: "plot"
7283 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7284 #  algorithm: "plot_nf_heatmap"
7285 #  output-file-type: ".html"
7286 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7287 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7288 #  filter: "'NIC_Intel-XXV710' and
7289 #           'NF_DENSITY' and
7290 #           'DOCKER' and
7291 #           'CHAIN' and
7292 #           'NF_VPPIP4' and
7293 #           '64B' and
7294 #           '8T4C' and
7295 #           'NDRPDR'"
7296 #  parameters:
7297 #  - "throughput"
7298 #  - "name"
7299 #  - "tags"
7300 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7301 #  x-axis: "X = CNFs per Service Chain"
7302 #  y-axis: "Y = Number of Service Chains"
7303 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7304 #  layout:
7305 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7306 #    layout: "plot-service-density"
7307 #
7308 ## Plots - NF Density - CSC - NDR IMIX
7309 #- type: "plot"
7310 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7311 #  algorithm: "plot_nf_heatmap"
7312 #  output-file-type: ".html"
7313 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7314 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7315 #  filter: "'NIC_Intel-XXV710' and
7316 #           'NF_DENSITY' and
7317 #           'DOCKER' and
7318 #           'CHAIN' and
7319 #           'NF_VPPIP4' and
7320 #           'IMIX' and
7321 #           '2T1C' and
7322 #           'NDRPDR'"
7323 #  parameters:
7324 #  - "throughput"
7325 #  - "name"
7326 #  - "tags"
7327 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7328 #  x-axis: "X = CNFs per Service Chain"
7329 #  y-axis: "Y = Number of Service Chains"
7330 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7331 #  layout:
7332 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7333 #    layout: "plot-service-density"
7334 #
7335 #- type: "plot"
7336 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7337 #  algorithm: "plot_nf_heatmap"
7338 #  output-file-type: ".html"
7339 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7340 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7341 #  filter: "'NIC_Intel-XXV710' and
7342 #           'NF_DENSITY' and
7343 #           'DOCKER' and
7344 #           'CHAIN' and
7345 #           'NF_VPPIP4' and
7346 #           'IMIX' and
7347 #           '4T2C' and
7348 #           'NDRPDR'"
7349 #  parameters:
7350 #  - "throughput"
7351 #  - "name"
7352 #  - "tags"
7353 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7354 #  x-axis: "X = CNFs per Service Chain"
7355 #  y-axis: "Y = Number of Service Chains"
7356 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7357 #  layout:
7358 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7359 #    layout: "plot-service-density"
7360 #
7361 #- type: "plot"
7362 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7363 #  algorithm: "plot_nf_heatmap"
7364 #  output-file-type: ".html"
7365 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7366 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7367 #  filter: "'NIC_Intel-XXV710' and
7368 #           'NF_DENSITY' and
7369 #           'DOCKER' and
7370 #           'CHAIN' and
7371 #           'NF_VPPIP4' and
7372 #           'IMIX' and
7373 #           '8T4C' and
7374 #           'NDRPDR'"
7375 #  parameters:
7376 #  - "throughput"
7377 #  - "name"
7378 #  - "tags"
7379 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7380 #  x-axis: "X = CNFs per Service Chain"
7381 #  y-axis: "Y = Number of Service Chains"
7382 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7383 #  layout:
7384 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7385 #    layout: "plot-service-density"
7386 #
7387 ## Plots - NF Density - CSC - PDR 64b
7388 #- type: "plot"
7389 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7390 #  algorithm: "plot_nf_heatmap"
7391 #  output-file-type: ".html"
7392 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7393 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7394 #  filter: "'NIC_Intel-XXV710' and
7395 #           'NF_DENSITY' and
7396 #           'DOCKER' and
7397 #           'CHAIN' and
7398 #           'NF_VPPIP4' and
7399 #           '64B' and
7400 #           '2T1C' and
7401 #           'NDRPDR'"
7402 #  parameters:
7403 #  - "throughput"
7404 #  - "name"
7405 #  - "tags"
7406 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7407 #  x-axis: "X = CNFs per Service Chain"
7408 #  y-axis: "Y = Number of Service Chains"
7409 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7410 #  layout:
7411 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7412 #    layout: "plot-service-density"
7413 #
7414 #- type: "plot"
7415 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7416 #  algorithm: "plot_nf_heatmap"
7417 #  output-file-type: ".html"
7418 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7419 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7420 #  filter: "'NIC_Intel-XXV710' and
7421 #           'NF_DENSITY' and
7422 #           'DOCKER' and
7423 #           'CHAIN' and
7424 #           'NF_VPPIP4' and
7425 #           '64B' and
7426 #           '4T2C' and
7427 #           'NDRPDR'"
7428 #  parameters:
7429 #  - "throughput"
7430 #  - "name"
7431 #  - "tags"
7432 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7433 #  x-axis: "X = CNFs per Service Chain"
7434 #  y-axis: "Y = Number of Service Chains"
7435 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7436 #  layout:
7437 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7438 #    layout: "plot-service-density"
7439 #
7440 #- type: "plot"
7441 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7442 #  algorithm: "plot_nf_heatmap"
7443 #  output-file-type: ".html"
7444 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7445 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7446 #  filter: "'NIC_Intel-XXV710' and
7447 #           'NF_DENSITY' and
7448 #           'DOCKER' and
7449 #           'CHAIN' and
7450 #           'NF_VPPIP4' and
7451 #           '64B' and
7452 #           '8T4C' and
7453 #           'NDRPDR'"
7454 #  parameters:
7455 #  - "throughput"
7456 #  - "name"
7457 #  - "tags"
7458 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7459 #  x-axis: "X = CNFs per Service Chain"
7460 #  y-axis: "Y = Number of Service Chains"
7461 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7462 #  layout:
7463 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7464 #    layout: "plot-service-density"
7465 #
7466 ## Plots - NF Density - CSC - PDR IMIX
7467 #- type: "plot"
7468 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7469 #  algorithm: "plot_nf_heatmap"
7470 #  output-file-type: ".html"
7471 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7472 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7473 #  filter: "'NIC_Intel-XXV710' and
7474 #           'NF_DENSITY' and
7475 #           'DOCKER' and
7476 #           'CHAIN' and
7477 #           'NF_VPPIP4' and
7478 #           'IMIX' and
7479 #           '2T1C' and
7480 #           'NDRPDR'"
7481 #  parameters:
7482 #  - "throughput"
7483 #  - "name"
7484 #  - "tags"
7485 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7486 #  x-axis: "X = CNFs per Service Chain"
7487 #  y-axis: "Y = Number of Service Chains"
7488 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7489 #  layout:
7490 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7491 #    layout: "plot-service-density"
7492 #
7493 #- type: "plot"
7494 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7495 #  algorithm: "plot_nf_heatmap"
7496 #  output-file-type: ".html"
7497 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7498 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7499 #  filter: "'NIC_Intel-XXV710' and
7500 #           'NF_DENSITY' and
7501 #           'DOCKER' and
7502 #           'CHAIN' and
7503 #           'NF_VPPIP4' and
7504 #           'IMIX' and
7505 #           '4T2C' and
7506 #           'NDRPDR'"
7507 #  parameters:
7508 #  - "throughput"
7509 #  - "name"
7510 #  - "tags"
7511 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7512 #  x-axis: "X = CNFs per Service Chain"
7513 #  y-axis: "Y = Number of Service Chains"
7514 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7515 #  layout:
7516 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7517 #    layout: "plot-service-density"
7518 #
7519 #- type: "plot"
7520 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7521 #  algorithm: "plot_nf_heatmap"
7522 #  output-file-type: ".html"
7523 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7524 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7525 #  filter: "'NIC_Intel-XXV710' and
7526 #           'NF_DENSITY' and
7527 #           'DOCKER' and
7528 #           'CHAIN' and
7529 #           'NF_VPPIP4' and
7530 #           'IMIX' and
7531 #           '8T4C' and
7532 #           'NDRPDR'"
7533 #  parameters:
7534 #  - "throughput"
7535 #  - "name"
7536 #  - "tags"
7537 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7538 #  x-axis: "X = CNFs per Service Chain"
7539 #  y-axis: "Y = Number of Service Chains"
7540 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7541 #  layout:
7542 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7543 #    layout: "plot-service-density"
7544 #
7545 ################################################################################
7546 #
7547 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7548 #- type: "plot"
7549 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7550 #  algorithm: "plot_nf_heatmap"
7551 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7552 #  data: "plot-vpp-nfv-3n-skx-mrr"
7553 #  filter: "'NIC_Intel-XXV710' and
7554 #           'NF_DENSITY' and
7555 #           'DOCKER' and
7556 #           'CHAIN' and
7557 #           'NF_VPPIP4' and
7558 #           'IPSEC' and
7559 #           'TNL_4' and
7560 #           'IMIX' and
7561 #           '2T1C' and
7562 #           'MRR'"
7563 #  parameters:
7564 #  - "result"
7565 #  - "name"
7566 #  - "tags"
7567 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7568 #  x-axis: "X = CNFs per Service Chain"
7569 #  y-axis: "Y = Number of Service Chains"
7570 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7571 #  layout:
7572 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7573 #    layout: "plot-service-density"
7574 #
7575 #- type: "plot"
7576 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7577 #  algorithm: "plot_nf_heatmap"
7578 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7579 #  data: "plot-vpp-nfv-3n-skx-mrr"
7580 #  filter: "'NIC_Intel-XXV710' and
7581 #           'NF_DENSITY' and
7582 #           'DOCKER' and
7583 #           'CHAIN' and
7584 #           'NF_VPPIP4' and
7585 #           'IPSEC' and
7586 #           'TNL_4' and
7587 #           'IMIX' and
7588 #           '4T2C' and
7589 #           'MRR'"
7590 #  parameters:
7591 #  - "result"
7592 #  - "name"
7593 #  - "tags"
7594 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7595 #  x-axis: "X = CNFs per Service Chain"
7596 #  y-axis: "Y = Number of Service Chains"
7597 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7598 #  layout:
7599 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7600 #    layout: "plot-service-density"
7601 #
7602 #- type: "plot"
7603 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7604 #  algorithm: "plot_nf_heatmap"
7605 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7606 #  data: "plot-vpp-nfv-3n-skx-mrr"
7607 #  filter: "'NIC_Intel-XXV710' and
7608 #           'NF_DENSITY' and
7609 #           'DOCKER' and
7610 #           'CHAIN' and
7611 #           'NF_VPPIP4' and
7612 #           'IPSEC' and
7613 #           'TNL_4' and
7614 #           'IMIX' and
7615 #           '8T4C' and
7616 #           'MRR'"
7617 #  parameters:
7618 #  - "result"
7619 #  - "name"
7620 #  - "tags"
7621 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7622 #  x-axis: "X = CNFs per Service Chain"
7623 #  y-axis: "Y = Number of Service Chains"
7624 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7625 #  layout:
7626 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7627 #    layout: "plot-service-density"
7628 #
7629 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7630 #- type: "plot"
7631 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7632 #  algorithm: "plot_nf_heatmap"
7633 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7634 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7635 #  filter: "'NIC_Intel-XXV710' and
7636 #           'NF_DENSITY' and
7637 #           'DOCKER' and
7638 #           'CHAIN' and
7639 #           'NF_VPPIP4' and
7640 #           'IPSEC' and
7641 #           'TNL_4' and
7642 #           'IMIX' and
7643 #           '2T1C' and
7644 #           'NDRPDR'"
7645 #  parameters:
7646 #  - "throughput"
7647 #  - "name"
7648 #  - "tags"
7649 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7650 #  x-axis: "X = CNFs per Service Chain"
7651 #  y-axis: "Y = Number of Service Chains"
7652 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7653 #  layout:
7654 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7655 #    layout: "plot-service-density"
7656 #
7657 #- type: "plot"
7658 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7659 #  algorithm: "plot_nf_heatmap"
7660 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7661 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7662 #  filter: "'NIC_Intel-XXV710' and
7663 #           'NF_DENSITY' and
7664 #           'DOCKER' and
7665 #           'CHAIN' and
7666 #           'NF_VPPIP4' and
7667 #           'IPSEC' and
7668 #           'TNL_4' and
7669 #           'IMIX' and
7670 #           '4T2C' and
7671 #           'NDRPDR'"
7672 #  parameters:
7673 #  - "throughput"
7674 #  - "name"
7675 #  - "tags"
7676 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7677 #  x-axis: "X = CNFs per Service Chain"
7678 #  y-axis: "Y = Number of Service Chains"
7679 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7680 #  layout:
7681 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7682 #    layout: "plot-service-density"
7683 #
7684 #- type: "plot"
7685 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7686 #  algorithm: "plot_nf_heatmap"
7687 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7688 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7689 #  filter: "'NIC_Intel-XXV710' and
7690 #           'NF_DENSITY' and
7691 #           'DOCKER' and
7692 #           'CHAIN' and
7693 #           'NF_VPPIP4' and
7694 #           'IPSEC' and
7695 #           'TNL_4' and
7696 #           'IMIX' and
7697 #           '8T4C' and
7698 #           'NDRPDR'"
7699 #  parameters:
7700 #  - "throughput"
7701 #  - "name"
7702 #  - "tags"
7703 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7704 #  x-axis: "X = CNFs per Service Chain"
7705 #  y-axis: "Y = Number of Service Chains"
7706 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7707 #  layout:
7708 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7709 #    layout: "plot-service-density"
7710 #
7711 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7712 #- type: "plot"
7713 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7714 #  algorithm: "plot_nf_heatmap"
7715 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7716 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7717 #  filter: "'NIC_Intel-XXV710' and
7718 #           'NF_DENSITY' and
7719 #           'DOCKER' and
7720 #           'CHAIN' and
7721 #           'NF_VPPIP4' and
7722 #           'IPSEC' and
7723 #           'TNL_4' and
7724 #           'IMIX' and
7725 #           '2T1C' and
7726 #           'NDRPDR'"
7727 #  parameters:
7728 #  - "throughput"
7729 #  - "name"
7730 #  - "tags"
7731 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7732 #  x-axis: "X = CNFs per Service Chain"
7733 #  y-axis: "Y = Number of Service Chains"
7734 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7735 #  layout:
7736 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7737 #    layout: "plot-service-density"
7738 #
7739 #- type: "plot"
7740 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7741 #  algorithm: "plot_nf_heatmap"
7742 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7743 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7744 #  filter: "'NIC_Intel-XXV710' and
7745 #           'NF_DENSITY' and
7746 #           'DOCKER' and
7747 #           'CHAIN' and
7748 #           'NF_VPPIP4' and
7749 #           'IPSEC' and
7750 #           'TNL_4' and
7751 #           'IMIX' and
7752 #           '4T2C' and
7753 #           'NDRPDR'"
7754 #  parameters:
7755 #  - "throughput"
7756 #  - "name"
7757 #  - "tags"
7758 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7759 #  x-axis: "X = CNFs per Service Chain"
7760 #  y-axis: "Y = Number of Service Chains"
7761 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7762 #  layout:
7763 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7764 #    layout: "plot-service-density"
7765 #
7766 #- type: "plot"
7767 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7768 #  algorithm: "plot_nf_heatmap"
7769 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7770 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7771 #  filter: "'NIC_Intel-XXV710' and
7772 #           'NF_DENSITY' and
7773 #           'DOCKER' and
7774 #           'CHAIN' and
7775 #           'NF_VPPIP4' and
7776 #           'IPSEC' and
7777 #           'TNL_4' and
7778 #           'IMIX' and
7779 #           '8T4C' and
7780 #           'NDRPDR'"
7781 #  parameters:
7782 #  - "throughput"
7783 #  - "name"
7784 #  - "tags"
7785 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7786 #  x-axis: "X = CNFs per Service Chain"
7787 #  y-axis: "Y = Number of Service Chains"
7788 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7789 #  layout:
7790 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7791 #    layout: "plot-service-density"
7792
7793 ###############################################################################
7794
7795 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7796 - type: "plot"
7797   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7798   algorithm: "plot_nf_heatmap"
7799   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7800   data: "plot-vpp-nfv-3n-hsw-mrr"
7801   filter: "'NIC_Intel-XL710' and
7802            'NF_DENSITY' and
7803            'DOCKER' and
7804            'CHAIN' and
7805            'NF_VPPIP4' and
7806            'IMIX' and
7807            'TNL_4' and
7808            '1T1C' and
7809            'MRR'"
7810   parameters:
7811   - "result"
7812   - "name"
7813   - "tags"
7814   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7815   x-axis: "X = CNFs per Service Chain"
7816   y-axis: "Y = Number of Service Chains"
7817   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7818   layout:
7819     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7820     layout: "plot-service-density"
7821
7822 - type: "plot"
7823   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7824   algorithm: "plot_nf_heatmap"
7825   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7826   data: "plot-vpp-nfv-3n-hsw-mrr"
7827   filter: "'NIC_Intel-XL710' and
7828            'NF_DENSITY' and
7829            'DOCKER' and
7830            'CHAIN' and
7831            'NF_VPPIP4' and
7832            'IPSEC' and
7833            'TNL_4' and
7834            'IMIX' and
7835            '2T2C' and
7836            'MRR'"
7837   parameters:
7838   - "result"
7839   - "name"
7840   - "tags"
7841   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7842   x-axis: "X = CNFs per Service Chain"
7843   y-axis: "Y = Number of Service Chains"
7844   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7845   layout:
7846     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7847     layout: "plot-service-density"
7848
7849 - type: "plot"
7850   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7851   algorithm: "plot_nf_heatmap"
7852   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7853   data: "plot-vpp-nfv-3n-hsw-mrr"
7854   filter: "'NIC_Intel-XL710' and
7855            'NF_DENSITY' and
7856            'DOCKER' and
7857            'CHAIN' and
7858            'NF_VPPIP4' and
7859            'IPSEC' and
7860            'TNL_4' and
7861            'IMIX' and
7862            '4T4C' and
7863            'MRR'"
7864   parameters:
7865   - "result"
7866   - "name"
7867   - "tags"
7868   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7869   x-axis: "X = CNFs per Service Chain"
7870   y-axis: "Y = Number of Service Chains"
7871   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7872   layout:
7873     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7874     layout: "plot-service-density"
7875
7876 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7877 - type: "plot"
7878   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7879   algorithm: "plot_nf_heatmap"
7880   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7881   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7882   filter: "'NIC_Intel-XL710' and
7883            'NF_DENSITY' and
7884            'DOCKER' and
7885            'CHAIN' and
7886            'NF_VPPIP4' and
7887            'IPSEC' and
7888            'TNL_4' and
7889            'IMIX' and
7890            '1T1C' and
7891            'NDRPDR'"
7892   parameters:
7893   - "throughput"
7894   - "name"
7895   - "tags"
7896   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7897   x-axis: "X = CNFs per Service Chain"
7898   y-axis: "Y = Number of Service Chains"
7899   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7900   layout:
7901     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7902     layout: "plot-service-density"
7903
7904 - type: "plot"
7905   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7906   algorithm: "plot_nf_heatmap"
7907   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7908   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7909   filter: "'NIC_Intel-XL710' and
7910            'NF_DENSITY' and
7911            'DOCKER' and
7912            'CHAIN' and
7913            'NF_VPPIP4' and
7914            'IPSEC' and
7915            'TNL_4' and
7916            'IMIX' and
7917            '2T2C' and
7918            'NDRPDR'"
7919   parameters:
7920   - "throughput"
7921   - "name"
7922   - "tags"
7923   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7924   x-axis: "X = CNFs per Service Chain"
7925   y-axis: "Y = Number of Service Chains"
7926   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7927   layout:
7928     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7929     layout: "plot-service-density"
7930
7931 - type: "plot"
7932   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7933   algorithm: "plot_nf_heatmap"
7934   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7935   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7936   filter: "'NIC_Intel-XL710' and
7937            'NF_DENSITY' and
7938            'DOCKER' and
7939            'CHAIN' and
7940            'NF_VPPIP4' and
7941            'IPSEC' and
7942            'TNL_4' and
7943            'IMIX' and
7944            '4T4C' and
7945            'NDRPDR'"
7946   parameters:
7947   - "throughput"
7948   - "name"
7949   - "tags"
7950   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7951   x-axis: "X = CNFs per Service Chain"
7952   y-axis: "Y = Number of Service Chains"
7953   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7954   layout:
7955     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7956     layout: "plot-service-density"
7957
7958 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7959 - type: "plot"
7960   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7961   algorithm: "plot_nf_heatmap"
7962   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7963   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7964   filter: "'NIC_Intel-XL710' and
7965            'NF_DENSITY' and
7966            'DOCKER' and
7967            'CHAIN' and
7968            'NF_VPPIP4' and
7969            'IPSEC' and
7970            'TNL_4' and
7971            'IMIX' and
7972            '1T1C' and
7973            'NDRPDR'"
7974   parameters:
7975   - "throughput"
7976   - "name"
7977   - "tags"
7978   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7979   x-axis: "X = CNFs per Service Chain"
7980   y-axis: "Y = Number of Service Chains"
7981   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7982   layout:
7983     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7984     layout: "plot-service-density"
7985
7986 - type: "plot"
7987   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7988   algorithm: "plot_nf_heatmap"
7989   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
7990   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7991   filter: "'NIC_Intel-XL710' and
7992            'NF_DENSITY' and
7993            'DOCKER' and
7994            'CHAIN' and
7995            'NF_VPPIP4' and
7996            'IPSEC' and
7997            'TNL_4' and
7998            'IMIX' and
7999            '2T2C' and
8000            'NDRPDR'"
8001   parameters:
8002   - "throughput"
8003   - "name"
8004   - "tags"
8005   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8006   x-axis: "X = CNFs per Service Chain"
8007   y-axis: "Y = Number of Service Chains"
8008   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8009   layout:
8010     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8011     layout: "plot-service-density"
8012
8013 - type: "plot"
8014   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8015   algorithm: "plot_nf_heatmap"
8016   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8017   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8018   filter: "'NIC_Intel-XL710' and
8019            'NF_DENSITY' and
8020            'DOCKER' and
8021            'CHAIN' and
8022            'NF_VPPIP4' and
8023            'IPSEC' and
8024            'TNL_4' and
8025            'IMIX' and
8026            '4T4C' and
8027            'NDRPDR'"
8028   parameters:
8029   - "throughput"
8030   - "name"
8031   - "tags"
8032   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8033   x-axis: "X = CNFs per Service Chain"
8034   y-axis: "Y = Number of Service Chains"
8035   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8036   layout:
8037     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8038     layout: "plot-service-density"
8039
8040 ###############################################################################
8041
8042 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8043 #- type: "plot"
8044 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8045 #  algorithm: "plot_nf_heatmap"
8046 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8047 #  data: "plot-vpp-nfv-3n-skx-mrr"
8048 #  filter: "'NIC_Intel-XXV710' and
8049 #           'NF_DENSITY' and
8050 #           'DOCKER' and
8051 #           'CHAIN' and
8052 #           'NF_VPPIP4' and
8053 #           'IPSEC' and
8054 #           'TNL_1000' and
8055 #           'IMIX' and
8056 #           '2T1C' and
8057 #           'MRR'"
8058 #  parameters:
8059 #  - "result"
8060 #  - "name"
8061 #  - "tags"
8062 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8063 #  x-axis: "X = CNFs per Service Chain"
8064 #  y-axis: "Y = Number of Service Chains"
8065 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8066 #  layout:
8067 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8068 #    layout: "plot-service-density"
8069 #
8070 #- type: "plot"
8071 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8072 #  algorithm: "plot_nf_heatmap"
8073 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8074 #  data: "plot-vpp-nfv-3n-skx-mrr"
8075 #  filter: "'NIC_Intel-XXV710' and
8076 #           'NF_DENSITY' and
8077 #           'DOCKER' and
8078 #           'CHAIN' and
8079 #           'NF_VPPIP4' and
8080 #           'IPSEC' and
8081 #           'TNL_1000' and
8082 #           'IMIX' and
8083 #           '4T2C' and
8084 #           'MRR'"
8085 #  parameters:
8086 #  - "result"
8087 #  - "name"
8088 #  - "tags"
8089 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8090 #  x-axis: "X = CNFs per Service Chain"
8091 #  y-axis: "Y = Number of Service Chains"
8092 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8093 #  layout:
8094 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8095 #    layout: "plot-service-density"
8096 #
8097 #- type: "plot"
8098 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8099 #  algorithm: "plot_nf_heatmap"
8100 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8101 #  data: "plot-vpp-nfv-3n-skx-mrr"
8102 #  filter: "'NIC_Intel-XXV710' and
8103 #           'NF_DENSITY' and
8104 #           'DOCKER' and
8105 #           'CHAIN' and
8106 #           'NF_VPPIP4' and
8107 #           'IPSEC' and
8108 #           'TNL_1000' and
8109 #           'IMIX' and
8110 #           '8T4C' and
8111 #           'MRR'"
8112 #  parameters:
8113 #  - "result"
8114 #  - "name"
8115 #  - "tags"
8116 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8117 #  x-axis: "X = CNFs per Service Chain"
8118 #  y-axis: "Y = Number of Service Chains"
8119 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8120 #  layout:
8121 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8122 #    layout: "plot-service-density"
8123 #
8124 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8125 #- type: "plot"
8126 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8127 #  algorithm: "plot_nf_heatmap"
8128 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8129 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8130 #  filter: "'NIC_Intel-XXV710' and
8131 #           'NF_DENSITY' and
8132 #           'DOCKER' and
8133 #           'CHAIN' and
8134 #           'NF_VPPIP4' and
8135 #           'IPSEC' and
8136 #           'TNL_1000' and
8137 #           'IMIX' and
8138 #           '2T1C' and
8139 #           'NDRPDR'"
8140 #  parameters:
8141 #  - "throughput"
8142 #  - "name"
8143 #  - "tags"
8144 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8145 #  x-axis: "X = CNFs per Service Chain"
8146 #  y-axis: "Y = Number of Service Chains"
8147 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8148 #  layout:
8149 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8150 #    layout: "plot-service-density"
8151 #
8152 #- type: "plot"
8153 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8154 #  algorithm: "plot_nf_heatmap"
8155 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8156 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8157 #  filter: "'NIC_Intel-XXV710' and
8158 #           'NF_DENSITY' and
8159 #           'DOCKER' and
8160 #           'CHAIN' and
8161 #           'NF_VPPIP4' and
8162 #           'IPSEC' and
8163 #           'TNL_1000' and
8164 #           'IMIX' and
8165 #           '4T2C' and
8166 #           'NDRPDR'"
8167 #  parameters:
8168 #  - "throughput"
8169 #  - "name"
8170 #  - "tags"
8171 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8172 #  x-axis: "X = CNFs per Service Chain"
8173 #  y-axis: "Y = Number of Service Chains"
8174 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8175 #  layout:
8176 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8177 #    layout: "plot-service-density"
8178 #
8179 #- type: "plot"
8180 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8181 #  algorithm: "plot_nf_heatmap"
8182 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8183 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8184 #  filter: "'NIC_Intel-XXV710' and
8185 #           'NF_DENSITY' and
8186 #           'DOCKER' and
8187 #           'CHAIN' and
8188 #           'NF_VPPIP4' and
8189 #           'IPSEC' and
8190 #           'TNL_1000' and
8191 #           'IMIX' and
8192 #           '8T4C' and
8193 #           'NDRPDR'"
8194 #  parameters:
8195 #  - "throughput"
8196 #  - "name"
8197 #  - "tags"
8198 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8199 #  x-axis: "X = CNFs per Service Chain"
8200 #  y-axis: "Y = Number of Service Chains"
8201 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8202 #  layout:
8203 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8204 #    layout: "plot-service-density"
8205 #
8206 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8207 #- type: "plot"
8208 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8209 #  algorithm: "plot_nf_heatmap"
8210 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8211 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8212 #  filter: "'NIC_Intel-XXV710' and
8213 #           'NF_DENSITY' and
8214 #           'DOCKER' and
8215 #           'CHAIN' and
8216 #           'NF_VPPIP4' and
8217 #           'IPSEC' and
8218 #           'TNL_1000' and
8219 #           'IMIX' and
8220 #           '2T1C' and
8221 #           'NDRPDR'"
8222 #  parameters:
8223 #  - "throughput"
8224 #  - "name"
8225 #  - "tags"
8226 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8227 #  x-axis: "X = CNFs per Service Chain"
8228 #  y-axis: "Y = Number of Service Chains"
8229 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8230 #  layout:
8231 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8232 #    layout: "plot-service-density"
8233 #
8234 #- type: "plot"
8235 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8236 #  algorithm: "plot_nf_heatmap"
8237 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8238 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8239 #  filter: "'NIC_Intel-XXV710' and
8240 #           'NF_DENSITY' and
8241 #           'DOCKER' and
8242 #           'CHAIN' and
8243 #           'NF_VPPIP4' and
8244 #           'IPSEC' and
8245 #           'TNL_1000' and
8246 #           'IMIX' and
8247 #           '4T2C' and
8248 #           'NDRPDR'"
8249 #  parameters:
8250 #  - "throughput"
8251 #  - "name"
8252 #  - "tags"
8253 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8254 #  x-axis: "X = CNFs per Service Chain"
8255 #  y-axis: "Y = Number of Service Chains"
8256 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8257 #  layout:
8258 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8259 #    layout: "plot-service-density"
8260 #
8261 #- type: "plot"
8262 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8263 #  algorithm: "plot_nf_heatmap"
8264 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8265 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8266 #  filter: "'NIC_Intel-XXV710' and
8267 #           'NF_DENSITY' and
8268 #           'DOCKER' and
8269 #           'CHAIN' and
8270 #           'NF_VPPIP4' and
8271 #           'IPSEC' and
8272 #           'TNL_1000' and
8273 #           'IMIX' and
8274 #           '8T4C' and
8275 #           'NDRPDR'"
8276 #  parameters:
8277 #  - "throughput"
8278 #  - "name"
8279 #  - "tags"
8280 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8281 #  x-axis: "X = CNFs per Service Chain"
8282 #  y-axis: "Y = Number of Service Chains"
8283 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8284 #  layout:
8285 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8286 #    layout: "plot-service-density"
8287
8288 ###############################################################################
8289
8290 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8291 - type: "plot"
8292   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8293   algorithm: "plot_nf_heatmap"
8294   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8295   data: "plot-vpp-nfv-3n-hsw-mrr"
8296   filter: "'NIC_Intel-XL710' and
8297            'NF_DENSITY' and
8298            'DOCKER' and
8299            'CHAIN' and
8300            'NF_VPPIP4' and
8301            'IMIX' and
8302            'TNL_1000' and
8303            '1T1C' and
8304            'MRR'"
8305   parameters:
8306   - "result"
8307   - "name"
8308   - "tags"
8309   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8310   x-axis: "X = CNFs per Service Chain"
8311   y-axis: "Y = Number of Service Chains"
8312   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8313   layout:
8314     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8315     layout: "plot-service-density"
8316
8317 - type: "plot"
8318   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8319   algorithm: "plot_nf_heatmap"
8320   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8321   data: "plot-vpp-nfv-3n-hsw-mrr"
8322   filter: "'NIC_Intel-XL710' and
8323            'NF_DENSITY' and
8324            'DOCKER' and
8325            'CHAIN' and
8326            'NF_VPPIP4' and
8327            'IPSEC' and
8328            'TNL_1000' and
8329            'IMIX' and
8330            '2T2C' and
8331            'MRR'"
8332   parameters:
8333   - "result"
8334   - "name"
8335   - "tags"
8336   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8337   x-axis: "X = CNFs per Service Chain"
8338   y-axis: "Y = Number of Service Chains"
8339   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8340   layout:
8341     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8342     layout: "plot-service-density"
8343
8344 - type: "plot"
8345   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8346   algorithm: "plot_nf_heatmap"
8347   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8348   data: "plot-vpp-nfv-3n-hsw-mrr"
8349   filter: "'NIC_Intel-XL710' and
8350            'NF_DENSITY' and
8351            'DOCKER' and
8352            'CHAIN' and
8353            'NF_VPPIP4' and
8354            'IPSEC' and
8355            'TNL_1000' and
8356            'IMIX' and
8357            '4T4C' and
8358            'MRR'"
8359   parameters:
8360   - "result"
8361   - "name"
8362   - "tags"
8363   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8364   x-axis: "X = CNFs per Service Chain"
8365   y-axis: "Y = Number of Service Chains"
8366   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8367   layout:
8368     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8369     layout: "plot-service-density"
8370
8371 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8372 - type: "plot"
8373   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8374   algorithm: "plot_nf_heatmap"
8375   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8376   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8377   filter: "'NIC_Intel-XL710' and
8378            'NF_DENSITY' and
8379            'DOCKER' and
8380            'CHAIN' and
8381            'NF_VPPIP4' and
8382            'IPSEC' and
8383            'TNL_1000' and
8384            'IMIX' and
8385            '1T1C' and
8386            'NDRPDR'"
8387   parameters:
8388   - "throughput"
8389   - "name"
8390   - "tags"
8391   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8392   x-axis: "X = CNFs per Service Chain"
8393   y-axis: "Y = Number of Service Chains"
8394   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8395   layout:
8396     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8397     layout: "plot-service-density"
8398
8399 - type: "plot"
8400   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8401   algorithm: "plot_nf_heatmap"
8402   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8403   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8404   filter: "'NIC_Intel-XL710' and
8405            'NF_DENSITY' and
8406            'DOCKER' and
8407            'CHAIN' and
8408            'NF_VPPIP4' and
8409            'IPSEC' and
8410            'TNL_1000' and
8411            'IMIX' and
8412            '2T2C' and
8413            'NDRPDR'"
8414   parameters:
8415   - "throughput"
8416   - "name"
8417   - "tags"
8418   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8419   x-axis: "X = CNFs per Service Chain"
8420   y-axis: "Y = Number of Service Chains"
8421   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8422   layout:
8423     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8424     layout: "plot-service-density"
8425
8426 - type: "plot"
8427   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8428   algorithm: "plot_nf_heatmap"
8429   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8430   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8431   filter: "'NIC_Intel-XL710' and
8432            'NF_DENSITY' and
8433            'DOCKER' and
8434            'CHAIN' and
8435            'NF_VPPIP4' and
8436            'IPSEC' and
8437            'TNL_1000' and
8438            'IMIX' and
8439            '4T4C' and
8440            'NDRPDR'"
8441   parameters:
8442   - "throughput"
8443   - "name"
8444   - "tags"
8445   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8446   x-axis: "X = CNFs per Service Chain"
8447   y-axis: "Y = Number of Service Chains"
8448   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8449   layout:
8450     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8451     layout: "plot-service-density"
8452
8453 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8454 - type: "plot"
8455   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8456   algorithm: "plot_nf_heatmap"
8457   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8458   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8459   filter: "'NIC_Intel-XL710' and
8460            'NF_DENSITY' and
8461            'DOCKER' and
8462            'CHAIN' and
8463            'NF_VPPIP4' and
8464            'IPSEC' and
8465            'TNL_1000' and
8466            'IMIX' and
8467            '1T1C' and
8468            'NDRPDR'"
8469   parameters:
8470   - "throughput"
8471   - "name"
8472   - "tags"
8473   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8474   x-axis: "X = CNFs per Service Chain"
8475   y-axis: "Y = Number of Service Chains"
8476   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8477   layout:
8478     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8479     layout: "plot-service-density"
8480
8481 - type: "plot"
8482   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8483   algorithm: "plot_nf_heatmap"
8484   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8485   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8486   filter: "'NIC_Intel-XL710' and
8487            'NF_DENSITY' and
8488            'DOCKER' and
8489            'CHAIN' and
8490            'NF_VPPIP4' and
8491            'IPSEC' and
8492            'TNL_1000' and
8493            'IMIX' and
8494            '2T2C' and
8495            'NDRPDR'"
8496   parameters:
8497   - "throughput"
8498   - "name"
8499   - "tags"
8500   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8501   x-axis: "X = CNFs per Service Chain"
8502   y-axis: "Y = Number of Service Chains"
8503   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8504   layout:
8505     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8506     layout: "plot-service-density"
8507
8508 - type: "plot"
8509   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8510   algorithm: "plot_nf_heatmap"
8511   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8512   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8513   filter: "'NIC_Intel-XL710' and
8514            'NF_DENSITY' and
8515            'DOCKER' and
8516            'CHAIN' and
8517            'NF_VPPIP4' and
8518            'IPSEC' and
8519            'TNL_1000' and
8520            'IMIX' and
8521            '4T4C' and
8522            'NDRPDR'"
8523   parameters:
8524   - "throughput"
8525   - "name"
8526   - "tags"
8527   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8528   x-axis: "X = CNFs per Service Chain"
8529   y-axis: "Y = Number of Service Chains"
8530   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8531   layout:
8532     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8533     layout: "plot-service-density"
8534
8535 ###############################################################################
8536
8537 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8538 #- type: "plot"
8539 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8540 #  algorithm: "plot_nf_heatmap"
8541 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8542 #  data: "plot-vpp-nfv-3n-skx-mrr"
8543 #  filter: "'NIC_Intel-XXV710' and
8544 #           'NF_DENSITY' and
8545 #           'DOCKER' and
8546 #           'CHAIN' and
8547 #           'NF_VPPIP4' and
8548 #           'IPSEC' and
8549 #           'TNL_10000' and
8550 #           'IMIX' and
8551 #           '2T1C' and
8552 #           'MRR'"
8553 #  parameters:
8554 #  - "result"
8555 #  - "name"
8556 #  - "tags"
8557 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8558 #  x-axis: "X = CNFs per Service Chain"
8559 #  y-axis: "Y = Number of Service Chains"
8560 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8561 #  layout:
8562 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8563 #    layout: "plot-service-density"
8564 #
8565 #- type: "plot"
8566 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8567 #  algorithm: "plot_nf_heatmap"
8568 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8569 #  data: "plot-vpp-nfv-3n-skx-mrr"
8570 #  filter: "'NIC_Intel-XXV710' and
8571 #           'NF_DENSITY' and
8572 #           'DOCKER' and
8573 #           'CHAIN' and
8574 #           'NF_VPPIP4' and
8575 #           'IPSEC' and
8576 #           'TNL_10000' and
8577 #           'IMIX' and
8578 #           '4T2C' and
8579 #           'MRR'"
8580 #  parameters:
8581 #  - "result"
8582 #  - "name"
8583 #  - "tags"
8584 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8585 #  x-axis: "X = CNFs per Service Chain"
8586 #  y-axis: "Y = Number of Service Chains"
8587 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8588 #  layout:
8589 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8590 #    layout: "plot-service-density"
8591 #
8592 #- type: "plot"
8593 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8594 #  algorithm: "plot_nf_heatmap"
8595 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8596 #  data: "plot-vpp-nfv-3n-skx-mrr"
8597 #  filter: "'NIC_Intel-XXV710' and
8598 #           'NF_DENSITY' and
8599 #           'DOCKER' and
8600 #           'CHAIN' and
8601 #           'NF_VPPIP4' and
8602 #           'IPSEC' and
8603 #           'TNL_10000' and
8604 #           'IMIX' and
8605 #           '8T4C' and
8606 #           'MRR'"
8607 #  parameters:
8608 #  - "result"
8609 #  - "name"
8610 #  - "tags"
8611 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8612 #  x-axis: "X = CNFs per Service Chain"
8613 #  y-axis: "Y = Number of Service Chains"
8614 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8615 #  layout:
8616 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8617 #    layout: "plot-service-density"
8618 #
8619 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8620 #- type: "plot"
8621 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8622 #  algorithm: "plot_nf_heatmap"
8623 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8624 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8625 #  filter: "'NIC_Intel-XXV710' and
8626 #           'NF_DENSITY' and
8627 #           'DOCKER' and
8628 #           'CHAIN' and
8629 #           'NF_VPPIP4' and
8630 #           'IPSEC' and
8631 #           'TNL_10000' and
8632 #           'IMIX' and
8633 #           '2T1C' and
8634 #           'NDRPDR'"
8635 #  parameters:
8636 #  - "throughput"
8637 #  - "name"
8638 #  - "tags"
8639 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8640 #  x-axis: "X = CNFs per Service Chain"
8641 #  y-axis: "Y = Number of Service Chains"
8642 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8643 #  layout:
8644 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8645 #    layout: "plot-service-density"
8646 #
8647 #- type: "plot"
8648 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8649 #  algorithm: "plot_nf_heatmap"
8650 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8651 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8652 #  filter: "'NIC_Intel-XXV710' and
8653 #           'NF_DENSITY' and
8654 #           'DOCKER' and
8655 #           'CHAIN' and
8656 #           'NF_VPPIP4' and
8657 #           'IPSEC' and
8658 #           'TNL_10000' and
8659 #           'IMIX' and
8660 #           '4T2C' and
8661 #           'NDRPDR'"
8662 #  parameters:
8663 #  - "throughput"
8664 #  - "name"
8665 #  - "tags"
8666 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8667 #  x-axis: "X = CNFs per Service Chain"
8668 #  y-axis: "Y = Number of Service Chains"
8669 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8670 #  layout:
8671 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8672 #    layout: "plot-service-density"
8673 #
8674 #- type: "plot"
8675 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8676 #  algorithm: "plot_nf_heatmap"
8677 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8678 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8679 #  filter: "'NIC_Intel-XXV710' and
8680 #           'NF_DENSITY' and
8681 #           'DOCKER' and
8682 #           'CHAIN' and
8683 #           'NF_VPPIP4' and
8684 #           'IPSEC' and
8685 #           'TNL_10000' and
8686 #           'IMIX' and
8687 #           '8T4C' and
8688 #           'NDRPDR'"
8689 #  parameters:
8690 #  - "throughput"
8691 #  - "name"
8692 #  - "tags"
8693 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8694 #  x-axis: "X = CNFs per Service Chain"
8695 #  y-axis: "Y = Number of Service Chains"
8696 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8697 #  layout:
8698 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8699 #    layout: "plot-service-density"
8700 #
8701 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8702 #- type: "plot"
8703 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8704 #  algorithm: "plot_nf_heatmap"
8705 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8706 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8707 #  filter: "'NIC_Intel-XXV710' and
8708 #           'NF_DENSITY' and
8709 #           'DOCKER' and
8710 #           'CHAIN' and
8711 #           'NF_VPPIP4' and
8712 #           'IPSEC' and
8713 #           'TNL_10000' and
8714 #           'IMIX' and
8715 #           '2T1C' and
8716 #           'NDRPDR'"
8717 #  parameters:
8718 #  - "throughput"
8719 #  - "name"
8720 #  - "tags"
8721 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8722 #  x-axis: "X = CNFs per Service Chain"
8723 #  y-axis: "Y = Number of Service Chains"
8724 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8725 #  layout:
8726 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8727 #    layout: "plot-service-density"
8728 #
8729 #- type: "plot"
8730 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8731 #  algorithm: "plot_nf_heatmap"
8732 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8733 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8734 #  filter: "'NIC_Intel-XXV710' and
8735 #           'NF_DENSITY' and
8736 #           'DOCKER' and
8737 #           'CHAIN' and
8738 #           'NF_VPPIP4' and
8739 #           'IPSEC' and
8740 #           'TNL_10000' and
8741 #           'IMIX' and
8742 #           '4T2C' and
8743 #           'NDRPDR'"
8744 #  parameters:
8745 #  - "throughput"
8746 #  - "name"
8747 #  - "tags"
8748 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8749 #  x-axis: "X = CNFs per Service Chain"
8750 #  y-axis: "Y = Number of Service Chains"
8751 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8752 #  layout:
8753 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8754 #    layout: "plot-service-density"
8755 #
8756 #- type: "plot"
8757 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8758 #  algorithm: "plot_nf_heatmap"
8759 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8760 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8761 #  filter: "'NIC_Intel-XXV710' and
8762 #           'NF_DENSITY' and
8763 #           'DOCKER' and
8764 #           'CHAIN' and
8765 #           'NF_VPPIP4' and
8766 #           'IPSEC' and
8767 #           'TNL_10000' and
8768 #           'IMIX' and
8769 #           '8T4C' and
8770 #           'NDRPDR'"
8771 #  parameters:
8772 #  - "throughput"
8773 #  - "name"
8774 #  - "tags"
8775 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8776 #  x-axis: "X = CNFs per Service Chain"
8777 #  y-axis: "Y = Number of Service Chains"
8778 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8779 #  layout:
8780 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8781 #    layout: "plot-service-density"
8782
8783 ###############################################################################
8784
8785 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8786 - type: "plot"
8787   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8788   algorithm: "plot_nf_heatmap"
8789   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8790   data: "plot-vpp-nfv-3n-hsw-mrr"
8791   filter: "'NIC_Intel-XL710' and
8792            'NF_DENSITY' and
8793            'DOCKER' and
8794            'CHAIN' and
8795            'NF_VPPIP4' and
8796            'IMIX' and
8797            'TNL_10000' and
8798            '1T1C' and
8799            'MRR'"
8800   parameters:
8801   - "result"
8802   - "name"
8803   - "tags"
8804   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8805   x-axis: "X = CNFs per Service Chain"
8806   y-axis: "Y = Number of Service Chains"
8807   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8808   layout:
8809     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8810     layout: "plot-service-density"
8811
8812 - type: "plot"
8813   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8814   algorithm: "plot_nf_heatmap"
8815   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8816   data: "plot-vpp-nfv-3n-hsw-mrr"
8817   filter: "'NIC_Intel-XL710' and
8818            'NF_DENSITY' and
8819            'DOCKER' and
8820            'CHAIN' and
8821            'NF_VPPIP4' and
8822            'IPSEC' and
8823            'TNL_10000' and
8824            'IMIX' and
8825            '2T2C' and
8826            'MRR'"
8827   parameters:
8828   - "result"
8829   - "name"
8830   - "tags"
8831   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8832   x-axis: "X = CNFs per Service Chain"
8833   y-axis: "Y = Number of Service Chains"
8834   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8835   layout:
8836     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8837     layout: "plot-service-density"
8838
8839 - type: "plot"
8840   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8841   algorithm: "plot_nf_heatmap"
8842   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8843   data: "plot-vpp-nfv-3n-hsw-mrr"
8844   filter: "'NIC_Intel-XL710' and
8845            'NF_DENSITY' and
8846            'DOCKER' and
8847            'CHAIN' and
8848            'NF_VPPIP4' and
8849            'IPSEC' and
8850            'TNL_10000' and
8851            'IMIX' and
8852            '4T4C' and
8853            'MRR'"
8854   parameters:
8855   - "result"
8856   - "name"
8857   - "tags"
8858   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8859   x-axis: "X = CNFs per Service Chain"
8860   y-axis: "Y = Number of Service Chains"
8861   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8862   layout:
8863     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8864     layout: "plot-service-density"
8865
8866 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8867 - type: "plot"
8868   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8869   algorithm: "plot_nf_heatmap"
8870   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8871   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8872   filter: "'NIC_Intel-XL710' and
8873            'NF_DENSITY' and
8874            'DOCKER' and
8875            'CHAIN' and
8876            'NF_VPPIP4' and
8877            'IPSEC' and
8878            'TNL_10000' and
8879            'IMIX' and
8880            '1T1C' and
8881            'NDRPDR'"
8882   parameters:
8883   - "throughput"
8884   - "name"
8885   - "tags"
8886   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8887   x-axis: "X = CNFs per Service Chain"
8888   y-axis: "Y = Number of Service Chains"
8889   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8890   layout:
8891     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8892     layout: "plot-service-density"
8893
8894 - type: "plot"
8895   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8896   algorithm: "plot_nf_heatmap"
8897   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8898   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8899   filter: "'NIC_Intel-XL710' and
8900            'NF_DENSITY' and
8901            'DOCKER' and
8902            'CHAIN' and
8903            'NF_VPPIP4' and
8904            'IPSEC' and
8905            'TNL_10000' and
8906            'IMIX' and
8907            '2T2C' and
8908            'NDRPDR'"
8909   parameters:
8910   - "throughput"
8911   - "name"
8912   - "tags"
8913   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8914   x-axis: "X = CNFs per Service Chain"
8915   y-axis: "Y = Number of Service Chains"
8916   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8917   layout:
8918     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8919     layout: "plot-service-density"
8920
8921 - type: "plot"
8922   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8923   algorithm: "plot_nf_heatmap"
8924   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8925   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8926   filter: "'NIC_Intel-XL710' and
8927            'NF_DENSITY' and
8928            'DOCKER' and
8929            'CHAIN' and
8930            'NF_VPPIP4' and
8931            'IPSEC' and
8932            'TNL_10000' and
8933            'IMIX' and
8934            '4T4C' and
8935            'NDRPDR'"
8936   parameters:
8937   - "throughput"
8938   - "name"
8939   - "tags"
8940   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8941   x-axis: "X = CNFs per Service Chain"
8942   y-axis: "Y = Number of Service Chains"
8943   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8944   layout:
8945     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8946     layout: "plot-service-density"
8947
8948 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8949 - type: "plot"
8950   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8951   algorithm: "plot_nf_heatmap"
8952   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8953   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8954   filter: "'NIC_Intel-XL710' and
8955            'NF_DENSITY' and
8956            'DOCKER' and
8957            'CHAIN' and
8958            'NF_VPPIP4' and
8959            'IPSEC' and
8960            'TNL_10000' and
8961            'IMIX' and
8962            '1T1C' and
8963            'NDRPDR'"
8964   parameters:
8965   - "throughput"
8966   - "name"
8967   - "tags"
8968   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8969   x-axis: "X = CNFs per Service Chain"
8970   y-axis: "Y = Number of Service Chains"
8971   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8972   layout:
8973     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8974     layout: "plot-service-density"
8975
8976 - type: "plot"
8977   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8978   algorithm: "plot_nf_heatmap"
8979   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
8980   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8981   filter: "'NIC_Intel-XL710' and
8982            'NF_DENSITY' and
8983            'DOCKER' and
8984            'CHAIN' and
8985            'NF_VPPIP4' and
8986            'IPSEC' and
8987            'TNL_10000' and
8988            'IMIX' and
8989            '2T2C' and
8990            'NDRPDR'"
8991   parameters:
8992   - "throughput"
8993   - "name"
8994   - "tags"
8995   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8996   x-axis: "X = CNFs per Service Chain"
8997   y-axis: "Y = Number of Service Chains"
8998   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8999   layout:
9000     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9001     layout: "plot-service-density"
9002
9003 - type: "plot"
9004   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9005   algorithm: "plot_nf_heatmap"
9006   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9007   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9008   filter: "'NIC_Intel-XL710' and
9009            'NF_DENSITY' and
9010            'DOCKER' and
9011            'CHAIN' and
9012            'NF_VPPIP4' and
9013            'IPSEC' and
9014            'TNL_10000' and
9015            'IMIX' and
9016            '4T4C' and
9017            'NDRPDR'"
9018   parameters:
9019   - "throughput"
9020   - "name"
9021   - "tags"
9022   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9023   x-axis: "X = CNFs per Service Chain"
9024   y-axis: "Y = Number of Service Chains"
9025   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9026   layout:
9027     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9028     layout: "plot-service-density"
9029
9030 ###############################################################################
9031
9032 # Plots - NF Density - CSP - MRR 64b
9033
9034 #- type: "plot"
9035 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9036 #  algorithm: "plot_nf_heatmap"
9037 #  output-file-type: ".html"
9038 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9039 #  data: "plot-vpp-nfv-2n-skx-mrr"
9040 #  filter: "'NIC_Intel-XXV710' and
9041 #           'NF_DENSITY' and
9042 #           'DOCKER' and
9043 #           'PIPELINE' and
9044 #           'NF_VPPIP4' and
9045 #           '64B' and
9046 #           '2T1C' and
9047 #           'MRR'"
9048 #  parameters:
9049 #  - "result"
9050 #  - "name"
9051 #  - "tags"
9052 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9053 #  x-axis: "X = CNFs per Service Pipeline"
9054 #  y-axis: "Y = Number of Service Pipelines"
9055 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9056 #  layout:
9057 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9058 #    layout: "plot-service-density"
9059 #
9060 #- type: "plot"
9061 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9062 #  algorithm: "plot_nf_heatmap"
9063 #  output-file-type: ".html"
9064 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9065 #  data: "plot-vpp-nfv-2n-skx-mrr"
9066 #  filter: "'NIC_Intel-XXV710' and
9067 #           'NF_DENSITY' and
9068 #           'DOCKER' and
9069 #           'PIPELINE' and
9070 #           'NF_VPPIP4' and
9071 #           '64B' and
9072 #           '4T2C' and
9073 #           'MRR'"
9074 #  parameters:
9075 #  - "result"
9076 #  - "name"
9077 #  - "tags"
9078 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9079 #  x-axis: "X = CNFs per Service Pipeline"
9080 #  y-axis: "Y = Number of Service Pipelines"
9081 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9082 #  layout:
9083 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9084 #    layout: "plot-service-density"
9085 #
9086 #- type: "plot"
9087 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9088 #  algorithm: "plot_nf_heatmap"
9089 #  output-file-type: ".html"
9090 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9091 #  data: "plot-vpp-nfv-2n-skx-mrr"
9092 #  filter: "'NIC_Intel-XXV710' and
9093 #           'NF_DENSITY' and
9094 #           'DOCKER' and
9095 #           'PIPELINE' and
9096 #           'NF_VPPIP4' and
9097 #           '64B' and
9098 #           '8T4C' and
9099 #           'MRR'"
9100 #  parameters:
9101 #  - "result"
9102 #  - "name"
9103 #  - "tags"
9104 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9105 #  x-axis: "X = CNFs per Service Pipeline"
9106 #  y-axis: "Y = Number of Service Pipelines"
9107 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9108 #  layout:
9109 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9110 #    layout: "plot-service-density"
9111 #
9112 ## Plots - NF Density - CSP - MRR IMIX
9113 #- type: "plot"
9114 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9115 #  algorithm: "plot_nf_heatmap"
9116 #  output-file-type: ".html"
9117 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9118 #  data: "plot-vpp-nfv-2n-skx-mrr"
9119 #  filter: "'NIC_Intel-XXV710' and
9120 #           'NF_DENSITY' and
9121 #           'DOCKER' and
9122 #           'PIPELINE' and
9123 #           'NF_VPPIP4' and
9124 #           'IMIX' and
9125 #           '2T1C' and
9126 #           'MRR'"
9127 #  parameters:
9128 #  - "result"
9129 #  - "name"
9130 #  - "tags"
9131 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9132 #  x-axis: "X = CNFs per Service Pipeline"
9133 #  y-axis: "Y = Number of Service Pipelines"
9134 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9135 #  layout:
9136 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9137 #    layout: "plot-service-density"
9138 #
9139 #- type: "plot"
9140 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9141 #  algorithm: "plot_nf_heatmap"
9142 #  output-file-type: ".html"
9143 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9144 #  data: "plot-vpp-nfv-2n-skx-mrr"
9145 #  filter: "'NIC_Intel-XXV710' and
9146 #           'NF_DENSITY' and
9147 #           'DOCKER' and
9148 #           'PIPELINE' and
9149 #           'NF_VPPIP4' and
9150 #           'IMIX' and
9151 #           '4T2C' and
9152 #           'MRR'"
9153 #  parameters:
9154 #  - "result"
9155 #  - "name"
9156 #  - "tags"
9157 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9158 #  x-axis: "X = CNFs per Service Pipeline"
9159 #  y-axis: "Y = Number of Service Pipelines"
9160 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9161 #  layout:
9162 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9163 #    layout: "plot-service-density"
9164 #
9165 #- type: "plot"
9166 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9167 #  algorithm: "plot_nf_heatmap"
9168 #  output-file-type: ".html"
9169 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9170 #  data: "plot-vpp-nfv-2n-skx-mrr"
9171 #  filter: "'NIC_Intel-XXV710' and
9172 #           'NF_DENSITY' and
9173 #           'DOCKER' and
9174 #           'PIPELINE' and
9175 #           'NF_VPPIP4' and
9176 #           'IMIX' and
9177 #           '8T4C' and
9178 #           'MRR'"
9179 #  parameters:
9180 #  - "result"
9181 #  - "name"
9182 #  - "tags"
9183 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9184 #  x-axis: "X = CNFs per Service Pipeline"
9185 #  y-axis: "Y = Number of Service Pipelines"
9186 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9187 #  layout:
9188 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9189 #    layout: "plot-service-density"
9190 #
9191 ## Plots - NF Density - CSP - NDR 64b
9192 #- type: "plot"
9193 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9194 #  algorithm: "plot_nf_heatmap"
9195 #  output-file-type: ".html"
9196 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9197 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9198 #  filter: "'NIC_Intel-XXV710' and
9199 #           'NF_DENSITY' and
9200 #           'DOCKER' and
9201 #           'PIPELINE' and
9202 #           'NF_VPPIP4' and
9203 #           '64B' and
9204 #           '2T1C' and
9205 #           'NDRPDR'"
9206 #  parameters:
9207 #  - "throughput"
9208 #  - "name"
9209 #  - "tags"
9210 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9211 #  x-axis: "X = CNFs per Service Pipeline"
9212 #  y-axis: "Y = Number of Service Pipelines"
9213 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9214 #  layout:
9215 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9216 #    layout: "plot-service-density"
9217 #
9218 #- type: "plot"
9219 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9220 #  algorithm: "plot_nf_heatmap"
9221 #  output-file-type: ".html"
9222 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9223 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9224 #  filter: "'NIC_Intel-XXV710' and
9225 #           'NF_DENSITY' and
9226 #           'DOCKER' and
9227 #           'PIPELINE' and
9228 #           'NF_VPPIP4' and
9229 #           '64B' and
9230 #           '4T2C' and
9231 #           'NDRPDR'"
9232 #  parameters:
9233 #  - "throughput"
9234 #  - "name"
9235 #  - "tags"
9236 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9237 #  x-axis: "X = CNFs per Service Pipeline"
9238 #  y-axis: "Y = Number of Service Pipelines"
9239 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9240 #  layout:
9241 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9242 #    layout: "plot-service-density"
9243 #
9244 #- type: "plot"
9245 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9246 #  algorithm: "plot_nf_heatmap"
9247 #  output-file-type: ".html"
9248 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9249 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9250 #  filter: "'NIC_Intel-XXV710' and
9251 #           'NF_DENSITY' and
9252 #           'DOCKER' and
9253 #           'PIPELINE' and
9254 #           'NF_VPPIP4' and
9255 #           '64B' and
9256 #           '8T4C' and
9257 #           'NDRPDR'"
9258 #  parameters:
9259 #  - "throughput"
9260 #  - "name"
9261 #  - "tags"
9262 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9263 #  x-axis: "X = CNFs per Service Pipeline"
9264 #  y-axis: "Y = Number of Service Pipelines"
9265 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9266 #  layout:
9267 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9268 #    layout: "plot-service-density"
9269 #
9270 ## Plots - NF Density - CSP - NDR IMIX
9271 #- type: "plot"
9272 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9273 #  algorithm: "plot_nf_heatmap"
9274 #  output-file-type: ".html"
9275 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9276 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9277 #  filter: "'NIC_Intel-XXV710' and
9278 #           'NF_DENSITY' and
9279 #           'DOCKER' and
9280 #           'PIPELINE' and
9281 #           'NF_VPPIP4' and
9282 #           'IMIX' and
9283 #           '2T1C' and
9284 #           'NDRPDR'"
9285 #  parameters:
9286 #  - "throughput"
9287 #  - "name"
9288 #  - "tags"
9289 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9290 #  x-axis: "X = CNFs per Service Pipeline"
9291 #  y-axis: "Y = Number of Service Pipelines"
9292 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9293 #  layout:
9294 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9295 #    layout: "plot-service-density"
9296 #
9297 #- type: "plot"
9298 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9299 #  algorithm: "plot_nf_heatmap"
9300 #  output-file-type: ".html"
9301 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9302 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9303 #  filter: "'NIC_Intel-XXV710' and
9304 #           'NF_DENSITY' and
9305 #           'DOCKER' and
9306 #           'PIPELINE' and
9307 #           'NF_VPPIP4' and
9308 #           'IMIX' and
9309 #           '4T2C' and
9310 #           'NDRPDR'"
9311 #  parameters:
9312 #  - "throughput"
9313 #  - "name"
9314 #  - "tags"
9315 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9316 #  x-axis: "X = CNFs per Service Pipeline"
9317 #  y-axis: "Y = Number of Service Pipelines"
9318 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9319 #  layout:
9320 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9321 #    layout: "plot-service-density"
9322 #
9323 #- type: "plot"
9324 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9325 #  algorithm: "plot_nf_heatmap"
9326 #  output-file-type: ".html"
9327 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9328 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9329 #  filter: "'NIC_Intel-XXV710' and
9330 #           'NF_DENSITY' and
9331 #           'DOCKER' and
9332 #           'PIPELINE' and
9333 #           'NF_VPPIP4' and
9334 #           'IMIX' and
9335 #           '8T4C' and
9336 #           'NDRPDR'"
9337 #  parameters:
9338 #  - "throughput"
9339 #  - "name"
9340 #  - "tags"
9341 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9342 #  x-axis: "X = CNFs per Service Pipeline"
9343 #  y-axis: "Y = Number of Service Pipelines"
9344 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9345 #  layout:
9346 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9347 #    layout: "plot-service-density"
9348 #
9349 ## Plots - NF Density - CSP - PDR 64b
9350 #- type: "plot"
9351 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9352 #  algorithm: "plot_nf_heatmap"
9353 #  output-file-type: ".html"
9354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9355 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9356 #  filter: "'NIC_Intel-XXV710' and
9357 #           'NF_DENSITY' and
9358 #           'DOCKER' and
9359 #           'PIPELINE' and
9360 #           'NF_VPPIP4' and
9361 #           '64B' and
9362 #           '2T1C' and
9363 #           'NDRPDR'"
9364 #  parameters:
9365 #  - "throughput"
9366 #  - "name"
9367 #  - "tags"
9368 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9369 #  x-axis: "X = CNFs per Service Pipeline"
9370 #  y-axis: "Y = Number of Service Pipelines"
9371 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9372 #  layout:
9373 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9374 #    layout: "plot-service-density"
9375 #
9376 #- type: "plot"
9377 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9378 #  algorithm: "plot_nf_heatmap"
9379 #  output-file-type: ".html"
9380 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9381 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9382 #  filter: "'NIC_Intel-XXV710' and
9383 #           'NF_DENSITY' and
9384 #           'DOCKER' and
9385 #           'PIPELINE' and
9386 #           'NF_VPPIP4' and
9387 #           '64B' and
9388 #           '4T2C' and
9389 #           'NDRPDR'"
9390 #  parameters:
9391 #  - "throughput"
9392 #  - "name"
9393 #  - "tags"
9394 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9395 #  x-axis: "X = CNFs per Service Pipeline"
9396 #  y-axis: "Y = Number of Service Pipelines"
9397 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9398 #  layout:
9399 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9400 #    layout: "plot-service-density"
9401 #
9402 #- type: "plot"
9403 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9404 #  algorithm: "plot_nf_heatmap"
9405 #  output-file-type: ".html"
9406 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9407 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9408 #  filter: "'NIC_Intel-XXV710' and
9409 #           'NF_DENSITY' and
9410 #           'DOCKER' and
9411 #           'PIPELINE' and
9412 #           'NF_VPPIP4' and
9413 #           '64B' and
9414 #           '8T4C' and
9415 #           'NDRPDR'"
9416 #  parameters:
9417 #  - "throughput"
9418 #  - "name"
9419 #  - "tags"
9420 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9421 #  x-axis: "X = CNFs per Service Pipeline"
9422 #  y-axis: "Y = Number of Service Pipelines"
9423 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9424 #  layout:
9425 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9426 #    layout: "plot-service-density"
9427 #
9428 ## Plots - NF Density - CSP - PDR IMIX
9429 #- type: "plot"
9430 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9431 #  algorithm: "plot_nf_heatmap"
9432 #  output-file-type: ".html"
9433 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9434 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9435 #  filter: "'NIC_Intel-XXV710' and
9436 #           'NF_DENSITY' and
9437 #           'DOCKER' and
9438 #           'PIPELINE' and
9439 #           'NF_VPPIP4' and
9440 #           'IMIX' and
9441 #           '2T1C' and
9442 #           'NDRPDR'"
9443 #  parameters:
9444 #  - "throughput"
9445 #  - "name"
9446 #  - "tags"
9447 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9448 #  x-axis: "X = CNFs per Service Pipeline"
9449 #  y-axis: "Y = Number of Service Pipelines"
9450 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9451 #  layout:
9452 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9453 #    layout: "plot-service-density"
9454 #
9455 #- type: "plot"
9456 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9457 #  algorithm: "plot_nf_heatmap"
9458 #  output-file-type: ".html"
9459 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9460 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9461 #  filter: "'NIC_Intel-XXV710' and
9462 #           'NF_DENSITY' and
9463 #           'DOCKER' and
9464 #           'PIPELINE' and
9465 #           'NF_VPPIP4' and
9466 #           'IMIX' and
9467 #           '4T2C' and
9468 #           'NDRPDR'"
9469 #  parameters:
9470 #  - "throughput"
9471 #  - "name"
9472 #  - "tags"
9473 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9474 #  x-axis: "X = CNFs per Service Pipeline"
9475 #  y-axis: "Y = Number of Service Pipelines"
9476 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9477 #  layout:
9478 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9479 #    layout: "plot-service-density"
9480 #
9481 #- type: "plot"
9482 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9483 #  algorithm: "plot_nf_heatmap"
9484 #  output-file-type: ".html"
9485 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9486 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9487 #  filter: "'NIC_Intel-XXV710' and
9488 #           'NF_DENSITY' and
9489 #           'DOCKER' and
9490 #           'PIPELINE' and
9491 #           'NF_VPPIP4' and
9492 #           'IMIX' and
9493 #           '8T4C' and
9494 #           'NDRPDR'"
9495 #  parameters:
9496 #  - "throughput"
9497 #  - "name"
9498 #  - "tags"
9499 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9500 #  x-axis: "X = CNFs per Service Pipeline"
9501 #  y-axis: "Y = Number of Service Pipelines"
9502 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9503 #  layout:
9504 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9505 #    layout: "plot-service-density"
9506
9507 ###############################################################################
9508 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9509
9510 - type: "plot"
9511   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9512   algorithm: "plot_nf_heatmap"
9513   output-file-type: ".html"
9514   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9515   data: "plot-vpp-nfv-2n-clx-mrr"
9516   filter: "'NIC_Intel-XXV710' and
9517            'NF_DENSITY' and
9518            'VHOST' and
9519            not 'VXLAN' and
9520            'CHAIN' and
9521            'NF_VPPIP4' and
9522            'IMIX' and
9523            '2T1C' and
9524            'MRR'"
9525   parameters:
9526   - "result"
9527   - "name"
9528   - "tags"
9529   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9530   x-axis: "X = VNFs per Service Chain"
9531   y-axis: "Y = Number of Service Chains"
9532   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9533   layout:
9534     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9535     layout: "plot-service-density"
9536
9537 - type: "plot"
9538   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9539   algorithm: "plot_nf_heatmap"
9540   output-file-type: ".html"
9541   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9542   data: "plot-vpp-nfv-2n-clx-mrr"
9543   filter: "'NIC_Intel-XXV710' and
9544            'NF_DENSITY' and
9545            'VHOST' and
9546            not 'VXLAN' and
9547            'CHAIN' and
9548            'NF_VPPIP4' and
9549            'IMIX' and
9550            '4T2C' and
9551            'MRR'"
9552   parameters:
9553   - "result"
9554   - "name"
9555   - "tags"
9556   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9557   x-axis: "X = VNFs per Service Chain"
9558   y-axis: "Y = Number of Service Chains"
9559   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9560   layout:
9561     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9562     layout: "plot-service-density"
9563
9564 - type: "plot"
9565   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9566   algorithm: "plot_nf_heatmap"
9567   output-file-type: ".html"
9568   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9569   data: "plot-vpp-nfv-2n-clx-mrr"
9570   filter: "'NIC_Intel-XXV710' and
9571            'NF_DENSITY' and
9572            'VHOST' and
9573            not 'VXLAN' and
9574            'CHAIN' and
9575            'NF_VPPIP4' and
9576            'IMIX' and
9577            '8T4C' and
9578            'MRR'"
9579   parameters:
9580   - "result"
9581   - "name"
9582   - "tags"
9583   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9584   x-axis: "X = VNFs per Service Chain"
9585   y-axis: "Y = Number of Service Chains"
9586   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9587   layout:
9588     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9589     layout: "plot-service-density"
9590
9591 # Plots - NF Density - VSC - NDR IMIX
9592 - type: "plot"
9593   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9594   algorithm: "plot_nf_heatmap"
9595   output-file-type: ".html"
9596   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9597   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9598   filter: "'NIC_Intel-XXV710' and
9599            'NF_DENSITY' and
9600            'VHOST' and
9601            not 'VXLAN' and
9602            'CHAIN' and
9603            'NF_VPPIP4' and
9604            'IMIX' and
9605            '2T1C' and
9606            'NDRPDR'"
9607   parameters:
9608   - "throughput"
9609   - "name"
9610   - "tags"
9611   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9612   x-axis: "X = VNFs per Service Chain"
9613   y-axis: "Y = Number of Service Chains"
9614   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9615   layout:
9616     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9617     layout: "plot-service-density"
9618
9619 - type: "plot"
9620   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9621   algorithm: "plot_nf_heatmap"
9622   output-file-type: ".html"
9623   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9624   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9625   filter: "'NIC_Intel-XXV710' and
9626            'NF_DENSITY' and
9627            'VHOST' and
9628            not 'VXLAN' and
9629            'CHAIN' and
9630            'NF_VPPIP4' and
9631            'IMIX' and
9632            '4T2C' and
9633            'NDRPDR'"
9634   parameters:
9635   - "throughput"
9636   - "name"
9637   - "tags"
9638   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9639   x-axis: "X = VNFs per Service Chain"
9640   y-axis: "Y = Number of Service Chains"
9641   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9642   layout:
9643     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9644     layout: "plot-service-density"
9645
9646 - type: "plot"
9647   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9648   algorithm: "plot_nf_heatmap"
9649   output-file-type: ".html"
9650   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9651   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9652   filter: "'NIC_Intel-XXV710' and
9653            'NF_DENSITY' and
9654            'VHOST' and
9655            not 'VXLAN' and
9656            'CHAIN' and
9657            'NF_VPPIP4' and
9658            'IMIX' and
9659            '8T4C' and
9660            'NDRPDR'"
9661   parameters:
9662   - "throughput"
9663   - "name"
9664   - "tags"
9665   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9666   x-axis: "X = VNFs per Service Chain"
9667   y-axis: "Y = Number of Service Chains"
9668   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9669   layout:
9670     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9671     layout: "plot-service-density"
9672
9673 # Plots - NF Density - VSC - PDR IMIX
9674 - type: "plot"
9675   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9676   algorithm: "plot_nf_heatmap"
9677   output-file-type: ".html"
9678   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9679   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9680   filter: "'NIC_Intel-XXV710' and
9681            'NF_DENSITY' and
9682            'VHOST' and
9683            not 'VXLAN' and
9684            'CHAIN' and
9685            'NF_VPPIP4' and
9686            'IMIX' and
9687            '2T1C' and
9688            'NDRPDR'"
9689   parameters:
9690   - "throughput"
9691   - "name"
9692   - "tags"
9693   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9694   x-axis: "X = VNFs per Service Chain"
9695   y-axis: "Y = Number of Service Chains"
9696   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9697   layout:
9698     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9699     layout: "plot-service-density"
9700
9701 - type: "plot"
9702   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9703   algorithm: "plot_nf_heatmap"
9704   output-file-type: ".html"
9705   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9706   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9707   filter: "'NIC_Intel-XXV710' and
9708            'NF_DENSITY' and
9709            'VHOST' and
9710            not 'VXLAN' and
9711            'CHAIN' and
9712            'NF_VPPIP4' and
9713            'IMIX' and
9714            '4T2C' and
9715            'NDRPDR'"
9716   parameters:
9717   - "throughput"
9718   - "name"
9719   - "tags"
9720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9721   x-axis: "X = VNFs per Service Chain"
9722   y-axis: "Y = Number of Service Chains"
9723   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9724   layout:
9725     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9726     layout: "plot-service-density"
9727
9728 - type: "plot"
9729   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9730   algorithm: "plot_nf_heatmap"
9731   output-file-type: ".html"
9732   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9733   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9734   filter: "'NIC_Intel-XXV710' and
9735            'NF_DENSITY' and
9736            'VHOST' and
9737            not 'VXLAN' and
9738            'CHAIN' and
9739            'NF_VPPIP4' and
9740            'IMIX' and
9741            '8T4C' and
9742            'NDRPDR'"
9743   parameters:
9744   - "throughput"
9745   - "name"
9746   - "tags"
9747   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9748   x-axis: "X = VNFs per Service Chain"
9749   y-axis: "Y = Number of Service Chains"
9750   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9751   layout:
9752     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9753     layout: "plot-service-density"
9754
9755 # Plots - NF Density - VSC - MRR IMIX
9756 - type: "plot"
9757   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9758   algorithm: "plot_nf_heatmap"
9759   output-file-type: ".html"
9760   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9761   data: "plot-vpp-nfv-2n-clx-mrr"
9762   filter: "'NIC_Intel-XXV710' and
9763            'NF_DENSITY' and
9764            'VHOST' and
9765            'VXLAN' and
9766            'CHAIN' and
9767            'IMIX' and
9768            '2T1C' and
9769            'MRR'"
9770   parameters:
9771   - "result"
9772   - "name"
9773   - "tags"
9774   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9775   x-axis: "X = VNFs per Service Chain"
9776   y-axis: "Y = Number of Service Chains"
9777   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9778   layout:
9779     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9780     layout: "plot-service-density"
9781
9782 - type: "plot"
9783   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9784   algorithm: "plot_nf_heatmap"
9785   output-file-type: ".html"
9786   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9787   data: "plot-vpp-nfv-2n-clx-mrr"
9788   filter: "'NIC_Intel-XXV710' and
9789            'NF_DENSITY' and
9790            'VHOST' and
9791            'VXLAN' and
9792            'CHAIN' and
9793            'IMIX' and
9794            '4T2C' and
9795            'MRR'"
9796   parameters:
9797   - "result"
9798   - "name"
9799   - "tags"
9800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9801   x-axis: "X = VNFs per Service Chain"
9802   y-axis: "Y = Number of Service Chains"
9803   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9804   layout:
9805     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9806     layout: "plot-service-density"
9807
9808 - type: "plot"
9809   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9810   algorithm: "plot_nf_heatmap"
9811   output-file-type: ".html"
9812   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9813   data: "plot-vpp-nfv-2n-clx-mrr"
9814   filter: "'NIC_Intel-XXV710' and
9815            'NF_DENSITY' and
9816            'VHOST' and
9817            'VXLAN' and
9818            'CHAIN' and
9819            'IMIX' and
9820            '8T4C' and
9821            'MRR'"
9822   parameters:
9823   - "result"
9824   - "name"
9825   - "tags"
9826   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9827   x-axis: "X = VNFs per Service Chain"
9828   y-axis: "Y = Number of Service Chains"
9829   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9830   layout:
9831     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9832     layout: "plot-service-density"
9833
9834 # Plots - NF Density - VSC - NDR IMIX
9835 - type: "plot"
9836   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9837   algorithm: "plot_nf_heatmap"
9838   output-file-type: ".html"
9839   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9840   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9841   filter: "'NIC_Intel-XXV710' and
9842            'NF_DENSITY' and
9843            'VHOST' and
9844            'VXLAN' and
9845            'CHAIN' a
9846            'IMIX' and
9847            '2T1C' and
9848            'NDRPDR'"
9849   parameters:
9850   - "throughput"
9851   - "name"
9852   - "tags"
9853   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9854   x-axis: "X = VNFs per Service Chain"
9855   y-axis: "Y = Number of Service Chains"
9856   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9857   layout:
9858     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9859     layout: "plot-service-density"
9860
9861 - type: "plot"
9862   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9863   algorithm: "plot_nf_heatmap"
9864   output-file-type: ".html"
9865   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9866   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9867   filter: "'NIC_Intel-XXV710' and
9868            'NF_DENSITY' and
9869            'VHOST' and
9870            'VXLAN' and
9871            'CHAIN' and
9872            'IMIX' and
9873            '4T2C' and
9874            'NDRPDR'"
9875   parameters:
9876   - "throughput"
9877   - "name"
9878   - "tags"
9879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9880   x-axis: "X = VNFs per Service Chain"
9881   y-axis: "Y = Number of Service Chains"
9882   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9883   layout:
9884     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9885     layout: "plot-service-density"
9886
9887 - type: "plot"
9888   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9889   algorithm: "plot_nf_heatmap"
9890   output-file-type: ".html"
9891   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9892   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9893   filter: "'NIC_Intel-XXV710' and
9894            'NF_DENSITY' and
9895            'VHOST' and
9896            'VXLAN' and
9897            'CHAIN' and
9898            'IMIX' and
9899            '8T4C' and
9900            'NDRPDR'"
9901   parameters:
9902   - "throughput"
9903   - "name"
9904   - "tags"
9905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9906   x-axis: "X = VNFs per Service Chain"
9907   y-axis: "Y = Number of Service Chains"
9908   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9909   layout:
9910     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9911     layout: "plot-service-density"
9912
9913 # Plots - NF Density - VSC - PDR IMIX
9914 - type: "plot"
9915   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9916   algorithm: "plot_nf_heatmap"
9917   output-file-type: ".html"
9918   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9919   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9920   filter: "'NIC_Intel-XXV710' and
9921            'NF_DENSITY' and
9922            'VHOST' and
9923            'VXLAN' and
9924            'CHAIN' and
9925            'IMIX' and
9926            '2T1C' and
9927            'NDRPDR'"
9928   parameters:
9929   - "throughput"
9930   - "name"
9931   - "tags"
9932   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9933   x-axis: "X = VNFs per Service Chain"
9934   y-axis: "Y = Number of Service Chains"
9935   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9936   layout:
9937     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9938     layout: "plot-service-density"
9939
9940 - type: "plot"
9941   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9942   algorithm: "plot_nf_heatmap"
9943   output-file-type: ".html"
9944   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9945   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9946   filter: "'NIC_Intel-XXV710' and
9947            'NF_DENSITY' and
9948            'VHOST' and
9949            'VXLAN' and
9950            'CHAIN' and
9951            'IMIX' and
9952            '4T2C' and
9953            'NDRPDR'"
9954   parameters:
9955   - "throughput"
9956   - "name"
9957   - "tags"
9958   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9959   x-axis: "X = VNFs per Service Chain"
9960   y-axis: "Y = Number of Service Chains"
9961   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9962   layout:
9963     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9964     layout: "plot-service-density"
9965
9966 - type: "plot"
9967   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9968   algorithm: "plot_nf_heatmap"
9969   output-file-type: ".html"
9970   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9971   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9972   filter: "'NIC_Intel-XXV710' and
9973            'NF_DENSITY' and
9974            'VHOST' and
9975            'VXLAN' and
9976            'CHAIN' and
9977            'IMIX' and
9978            '8T4C' and
9979            'NDRPDR'"
9980   parameters:
9981   - "throughput"
9982   - "name"
9983   - "tags"
9984   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9985   x-axis: "X = VNFs per Service Chain"
9986   y-axis: "Y = Number of Service Chains"
9987   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9988   layout:
9989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9990     layout: "plot-service-density"
9991
9992 # Plots - NF Density - CSC - MRR IMIX
9993 - type: "plot"
9994   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9995   algorithm: "plot_nf_heatmap"
9996   output-file-type: ".html"
9997   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
9998   data: "plot-vpp-nfv-2n-clx-mrr"
9999   filter: "'NIC_Intel-XXV710' and
10000            'NF_DENSITY' and
10001            'DOCKER' and
10002            'CHAIN' and
10003            'NF_VPPIP4' and
10004            'IMIX' and
10005            '2T1C' and
10006            'MRR'"
10007   parameters:
10008   - "result"
10009   - "name"
10010   - "tags"
10011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10012   x-axis: "X = CNFs per Service Chain"
10013   y-axis: "Y = Number of Service Chains"
10014   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10015   layout:
10016     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10017     layout: "plot-service-density"
10018
10019 - type: "plot"
10020   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10021   algorithm: "plot_nf_heatmap"
10022   output-file-type: ".html"
10023   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10024   data: "plot-vpp-nfv-2n-clx-mrr"
10025   filter: "'NIC_Intel-XXV710' and
10026            'NF_DENSITY' and
10027            'DOCKER' and
10028            'CHAIN' and
10029            'NF_VPPIP4' and
10030            'IMIX' and
10031            '4T2C' and
10032            'MRR'"
10033   parameters:
10034   - "result"
10035   - "name"
10036   - "tags"
10037   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10038   x-axis: "X = CNFs per Service Chain"
10039   y-axis: "Y = Number of Service Chains"
10040   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10041   layout:
10042     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10043     layout: "plot-service-density"
10044
10045 - type: "plot"
10046   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10047   algorithm: "plot_nf_heatmap"
10048   output-file-type: ".html"
10049   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10050   data: "plot-vpp-nfv-2n-clx-mrr"
10051   filter: "'NIC_Intel-XXV710' and
10052            'NF_DENSITY' and
10053            'DOCKER' and
10054            'CHAIN' and
10055            'NF_VPPIP4' and
10056            'IMIX' and
10057            '8T4C' and
10058            'MRR'"
10059   parameters:
10060   - "result"
10061   - "name"
10062   - "tags"
10063   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10064   x-axis: "X = CNFs per Service Chain"
10065   y-axis: "Y = Number of Service Chains"
10066   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10067   layout:
10068     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10069     layout: "plot-service-density"
10070
10071 # Plots - NF Density - CSC - NDR IMIX
10072 - type: "plot"
10073   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10074   algorithm: "plot_nf_heatmap"
10075   output-file-type: ".html"
10076   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10077   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10078   filter: "'NIC_Intel-XXV710' and
10079            'NF_DENSITY' and
10080            'DOCKER' and
10081            'CHAIN' and
10082            'NF_VPPIP4' and
10083            'IMIX' and
10084            '2T1C' and
10085            'NDRPDR'"
10086   parameters:
10087   - "throughput"
10088   - "name"
10089   - "tags"
10090   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10091   x-axis: "X = CNFs per Service Chain"
10092   y-axis: "Y = Number of Service Chains"
10093   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10094   layout:
10095     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10096     layout: "plot-service-density"
10097
10098 - type: "plot"
10099   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10100   algorithm: "plot_nf_heatmap"
10101   output-file-type: ".html"
10102   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10103   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10104   filter: "'NIC_Intel-XXV710' and
10105            'NF_DENSITY' and
10106            'DOCKER' and
10107            'CHAIN' and
10108            'NF_VPPIP4' and
10109            'IMIX' and
10110            '4T2C' and
10111            'NDRPDR'"
10112   parameters:
10113   - "throughput"
10114   - "name"
10115   - "tags"
10116   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10117   x-axis: "X = CNFs per Service Chain"
10118   y-axis: "Y = Number of Service Chains"
10119   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10120   layout:
10121     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10122     layout: "plot-service-density"
10123
10124 - type: "plot"
10125   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10126   algorithm: "plot_nf_heatmap"
10127   output-file-type: ".html"
10128   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10129   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10130   filter: "'NIC_Intel-XXV710' and
10131            'NF_DENSITY' and
10132            'DOCKER' and
10133            'CHAIN' and
10134            'NF_VPPIP4' and
10135            'IMIX' and
10136            '8T4C' and
10137            'NDRPDR'"
10138   parameters:
10139   - "throughput"
10140   - "name"
10141   - "tags"
10142   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10143   x-axis: "X = CNFs per Service Chain"
10144   y-axis: "Y = Number of Service Chains"
10145   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10146   layout:
10147     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10148     layout: "plot-service-density"
10149
10150 # Plots - NF Density - CSC - PDR IMIX
10151 - type: "plot"
10152   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10153   algorithm: "plot_nf_heatmap"
10154   output-file-type: ".html"
10155   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10156   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10157   filter: "'NIC_Intel-XXV710' and
10158            'NF_DENSITY' and
10159            'DOCKER' and
10160            'CHAIN' and
10161            'NF_VPPIP4' and
10162            'IMIX' and
10163            '2T1C' and
10164            'NDRPDR'"
10165   parameters:
10166   - "throughput"
10167   - "name"
10168   - "tags"
10169   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10170   x-axis: "X = CNFs per Service Chain"
10171   y-axis: "Y = Number of Service Chains"
10172   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10173   layout:
10174     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10175     layout: "plot-service-density"
10176
10177 - type: "plot"
10178   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10179   algorithm: "plot_nf_heatmap"
10180   output-file-type: ".html"
10181   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10182   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10183   filter: "'NIC_Intel-XXV710' and
10184            'NF_DENSITY' and
10185            'DOCKER' and
10186            'CHAIN' and
10187            'NF_VPPIP4' and
10188            'IMIX' and
10189            '4T2C' and
10190            'NDRPDR'"
10191   parameters:
10192   - "throughput"
10193   - "name"
10194   - "tags"
10195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10196   x-axis: "X = CNFs per Service Chain"
10197   y-axis: "Y = Number of Service Chains"
10198   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10199   layout:
10200     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10201     layout: "plot-service-density"
10202
10203 - type: "plot"
10204   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10205   algorithm: "plot_nf_heatmap"
10206   output-file-type: ".html"
10207   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10208   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10209   filter: "'NIC_Intel-XXV710' and
10210            'NF_DENSITY' and
10211            'DOCKER' and
10212            'CHAIN' and
10213            'NF_VPPIP4' and
10214            'IMIX' and
10215            '8T4C' and
10216            'NDRPDR'"
10217   parameters:
10218   - "throughput"
10219   - "name"
10220   - "tags"
10221   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10222   x-axis: "X = CNFs per Service Chain"
10223   y-axis: "Y = Number of Service Chains"
10224   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10225   layout:
10226     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10227     layout: "plot-service-density"
10228
10229 # Plots - NF Density - CSP - MRR IMIX
10230 - type: "plot"
10231   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10232   algorithm: "plot_nf_heatmap"
10233   output-file-type: ".html"
10234   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10235   data: "plot-vpp-nfv-2n-clx-mrr"
10236   filter: "'NIC_Intel-XXV710' and
10237            'NF_DENSITY' and
10238            'DOCKER' and
10239            'PIPELINE' and
10240            'NF_VPPIP4' and
10241            'IMIX' and
10242            '2T1C' and
10243            'MRR'"
10244   parameters:
10245   - "result"
10246   - "name"
10247   - "tags"
10248   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10249   x-axis: "X = CNFs per Service Pipeline"
10250   y-axis: "Y = Number of Service Pipelines"
10251   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10252   layout:
10253     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10254     layout: "plot-service-density"
10255
10256 - type: "plot"
10257   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10258   algorithm: "plot_nf_heatmap"
10259   output-file-type: ".html"
10260   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10261   data: "plot-vpp-nfv-2n-clx-mrr"
10262   filter: "'NIC_Intel-XXV710' and
10263            'NF_DENSITY' and
10264            'DOCKER' and
10265            'PIPELINE' and
10266            'NF_VPPIP4' and
10267            'IMIX' and
10268            '4T2C' and
10269            'MRR'"
10270   parameters:
10271   - "result"
10272   - "name"
10273   - "tags"
10274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10275   x-axis: "X = CNFs per Service Pipeline"
10276   y-axis: "Y = Number of Service Pipelines"
10277   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10278   layout:
10279     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10280     layout: "plot-service-density"
10281
10282 - type: "plot"
10283   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10284   algorithm: "plot_nf_heatmap"
10285   output-file-type: ".html"
10286   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10287   data: "plot-vpp-nfv-2n-clx-mrr"
10288   filter: "'NIC_Intel-XXV710' and
10289            'NF_DENSITY' and
10290            'DOCKER' and
10291            'PIPELINE' and
10292            'NF_VPPIP4' and
10293            'IMIX' and
10294            '8T4C' and
10295            'MRR'"
10296   parameters:
10297   - "result"
10298   - "name"
10299   - "tags"
10300   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10301   x-axis: "X = CNFs per Service Pipeline"
10302   y-axis: "Y = Number of Service Pipelines"
10303   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10304   layout:
10305     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10306     layout: "plot-service-density"
10307
10308 # Plots - NF Density - CSP - NDR IMIX
10309 - type: "plot"
10310   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10311   algorithm: "plot_nf_heatmap"
10312   output-file-type: ".html"
10313   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10314   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10315   filter: "'NIC_Intel-XXV710' and
10316            'NF_DENSITY' and
10317            'DOCKER' and
10318            'PIPELINE' and
10319            'NF_VPPIP4' and
10320            'IMIX' and
10321            '2T1C' and
10322            'NDRPDR'"
10323   parameters:
10324   - "throughput"
10325   - "name"
10326   - "tags"
10327   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10328   x-axis: "X = CNFs per Service Pipeline"
10329   y-axis: "Y = Number of Service Pipelines"
10330   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10331   layout:
10332     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10333     layout: "plot-service-density"
10334
10335 - type: "plot"
10336   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10337   algorithm: "plot_nf_heatmap"
10338   output-file-type: ".html"
10339   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10340   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10341   filter: "'NIC_Intel-XXV710' and
10342            'NF_DENSITY' and
10343            'DOCKER' and
10344            'PIPELINE' and
10345            'NF_VPPIP4' and
10346            'IMIX' and
10347            '4T2C' and
10348            'NDRPDR'"
10349   parameters:
10350   - "throughput"
10351   - "name"
10352   - "tags"
10353   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10354   x-axis: "X = CNFs per Service Pipeline"
10355   y-axis: "Y = Number of Service Pipelines"
10356   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10357   layout:
10358     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10359     layout: "plot-service-density"
10360
10361 - type: "plot"
10362   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10363   algorithm: "plot_nf_heatmap"
10364   output-file-type: ".html"
10365   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10366   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10367   filter: "'NIC_Intel-XXV710' and
10368            'NF_DENSITY' and
10369            'DOCKER' and
10370            'PIPELINE' and
10371            'NF_VPPIP4' and
10372            'IMIX' and
10373            '8T4C' and
10374            'NDRPDR'"
10375   parameters:
10376   - "throughput"
10377   - "name"
10378   - "tags"
10379   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10380   x-axis: "X = CNFs per Service Pipeline"
10381   y-axis: "Y = Number of Service Pipelines"
10382   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10383   layout:
10384     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10385     layout: "plot-service-density"
10386
10387 # Plots - NF Density - CSP - PDR IMIX
10388 - type: "plot"
10389   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10390   algorithm: "plot_nf_heatmap"
10391   output-file-type: ".html"
10392   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10393   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10394   filter: "'NIC_Intel-XXV710' and
10395            'NF_DENSITY' and
10396            'DOCKER' and
10397            'PIPELINE' and
10398            'NF_VPPIP4' and
10399            'IMIX' and
10400            '2T1C' and
10401            'NDRPDR'"
10402   parameters:
10403   - "throughput"
10404   - "name"
10405   - "tags"
10406   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10407   x-axis: "X = CNFs per Service Pipeline"
10408   y-axis: "Y = Number of Service Pipelines"
10409   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10410   layout:
10411     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10412     layout: "plot-service-density"
10413
10414 - type: "plot"
10415   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10416   algorithm: "plot_nf_heatmap"
10417   output-file-type: ".html"
10418   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10419   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10420   filter: "'NIC_Intel-XXV710' and
10421            'NF_DENSITY' and
10422            'DOCKER' and
10423            'PIPELINE' and
10424            'NF_VPPIP4' and
10425            'IMIX' and
10426            '4T2C' and
10427            'NDRPDR'"
10428   parameters:
10429   - "throughput"
10430   - "name"
10431   - "tags"
10432   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10433   x-axis: "X = CNFs per Service Pipeline"
10434   y-axis: "Y = Number of Service Pipelines"
10435   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10436   layout:
10437     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10438     layout: "plot-service-density"
10439
10440 - type: "plot"
10441   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10442   algorithm: "plot_nf_heatmap"
10443   output-file-type: ".html"
10444   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10445   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10446   filter: "'NIC_Intel-XXV710' and
10447            'NF_DENSITY' and
10448            'DOCKER' and
10449            'PIPELINE' and
10450            'NF_VPPIP4' and
10451            'IMIX' and
10452            '8T4C' and
10453            'NDRPDR'"
10454   parameters:
10455   - "throughput"
10456   - "name"
10457   - "tags"
10458   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10459   x-axis: "X = CNFs per Service Pipeline"
10460   y-axis: "Y = Number of Service Pipelines"
10461   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10462   layout:
10463     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10464     layout: "plot-service-density"
10465
10466 ################################################################################
10467
10468 # Packet Throughput
10469
10470 #- type: "plot"
10471 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10472 #  algorithm: "plot_perf_box_name"
10473 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10474 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10475 #  include:
10476 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10477 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10478 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10479 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10480 #  layout:
10481 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10482 #    layout: "plot-throughput"
10483 #
10484 #- type: "plot"
10485 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10486 #  algorithm: "plot_perf_box_name"
10487 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10488 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10489 #  include:
10490 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10491 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10492 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10493 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10494 #  layout:
10495 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10496 #    layout: "plot-throughput"
10497 #
10498 #- type: "plot"
10499 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10500 #  algorithm: "plot_perf_box_name"
10501 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10502 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10503 #  include:
10504 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10505 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10506 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10507 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10508 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10509 #  layout:
10510 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10511 #    layout: "plot-throughput"
10512 #
10513 #- type: "plot"
10514 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10515 #  algorithm: "plot_perf_box_name"
10516 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10517 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10518 #  include:
10519 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10520 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10521 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10522 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10523 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10524 #  layout:
10525 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10526 #    layout: "plot-throughput"
10527
10528 - type: "plot"
10529   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10530   algorithm: "plot_perf_box_name"
10531   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10532   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10533   include:
10534     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10535     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10536     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10537     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10538     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10539   layout:
10540     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10541     layout: "plot-throughput"
10542
10543 - type: "plot"
10544   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10545   algorithm: "plot_perf_box_name"
10546   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10547   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10548   include:
10549     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10550     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10551     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10552     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10553     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10554   layout:
10555     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10556     layout: "plot-throughput"
10557
10558 #- type: "plot"
10559 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10560 #  algorithm: "plot_perf_box_name"
10561 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10562 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10563 #  include:
10564 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10565 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10566 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10567 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10568 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10569 #  layout:
10570 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10571 #    layout: "plot-throughput"
10572 #
10573 #- type: "plot"
10574 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10575 #  algorithm: "plot_perf_box_name"
10576 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10577 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10578 #  include:
10579 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10580 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10581 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10582 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10583 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10584 #  layout:
10585 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10586 #    layout: "plot-throughput"
10587 #
10588 #- type: "plot"
10589 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10590 #  algorithm: "plot_perf_box_name"
10591 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10592 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10593 #  include:
10594 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10595 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10596 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10597 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10598 #  layout:
10599 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10600 #    layout: "plot-throughput"
10601 #
10602 #- type: "plot"
10603 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10604 #  algorithm: "plot_perf_box_name"
10605 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10606 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10607 #  include:
10608 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10609 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10610 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10611 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10612 #  layout:
10613 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10614 #    layout: "plot-throughput"
10615 #
10616 #- type: "plot"
10617 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10618 #  algorithm: "plot_perf_box_name"
10619 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10620 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10621 #  include:
10622 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10623 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10624 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10625 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10626 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10627 #  layout:
10628 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10629 #    layout: "plot-throughput"
10630 #
10631 #- type: "plot"
10632 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10633 #  algorithm: "plot_perf_box_name"
10634 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10635 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10636 #  include:
10637 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10638 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10639 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10640 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10641 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10642 #  layout:
10643 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10644 #    layout: "plot-throughput"
10645 #
10646 #- type: "plot"
10647 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10648 #  algorithm: "plot_perf_box_name"
10649 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10650 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10651 #  include:
10652 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10653 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10654 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10655 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10656 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10657 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10658 #  layout:
10659 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10660 #    layout: "plot-throughput"
10661 #
10662 #- type: "plot"
10663 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10664 #  algorithm: "plot_perf_box_name"
10665 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10666 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10667 #  include:
10668 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10669 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10670 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10671 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10672 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10673 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10674 #  layout:
10675 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10676 #    layout: "plot-throughput"
10677
10678 - type: "plot"
10679   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10680   algorithm: "plot_perf_box_name"
10681   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10682   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10683   include:
10684     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10685     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10686     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10687   layout:
10688     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10689     layout: "plot-throughput"
10690
10691 - type: "plot"
10692   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10693   algorithm: "plot_perf_box_name"
10694   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10695   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10696   include:
10697     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10698     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10699     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10700   layout:
10701     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10702     layout: "plot-throughput"
10703
10704 #- type: "plot"
10705 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10706 #  algorithm: "plot_perf_box_name"
10707 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10708 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10709 #  include:
10710 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10711 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10712 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10713 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10714 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10715 #  layout:
10716 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10717 #    layout: "plot-throughput"
10718 #
10719 #- type: "plot"
10720 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10721 #  algorithm: "plot_perf_box_name"
10722 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10723 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10724 #  include:
10725 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10726 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10727 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10728 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10729 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10730 #  layout:
10731 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10732 #    layout: "plot-throughput"
10733 #
10734 #- type: "plot"
10735 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10736 #  algorithm: "plot_perf_box_name"
10737 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10738 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10739 #  include:
10740 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10741 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10742 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10743 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10744 #  layout:
10745 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10746 #    layout: "plot-throughput"
10747 #
10748 #- type: "plot"
10749 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10750 #  algorithm: "plot_perf_box_name"
10751 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10752 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10753 #  include:
10754 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10755 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10756 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10757 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10758 #  layout:
10759 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10760 #    layout: "plot-throughput"
10761 #
10762 #- type: "plot"
10763 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10764 #  algorithm: "plot_perf_box_name"
10765 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10766 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10767 #  include:
10768 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10769 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10770 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10771 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10772 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10773 #  layout:
10774 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10775 #    layout: "plot-throughput"
10776 #
10777 #- type: "plot"
10778 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10779 #  algorithm: "plot_perf_box_name"
10780 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10781 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10782 #  include:
10783 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10784 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10785 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10786 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10787 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10788 #  layout:
10789 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10790 #    layout: "plot-throughput"
10791 #
10792 #- type: "plot"
10793 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10794 #  algorithm: "plot_perf_box_name"
10795 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10796 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10797 #  include:
10798 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10799 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10800 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10801 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10802 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10803 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10804 #  layout:
10805 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10806 #    layout: "plot-throughput"
10807 #
10808 #- type: "plot"
10809 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10810 #  algorithm: "plot_perf_box_name"
10811 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10812 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10813 #  include:
10814 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10815 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10816 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10817 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10818 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10819 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10820 #  layout:
10821 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10822 #    layout: "plot-throughput"
10823
10824 - type: "plot"
10825   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10826   algorithm: "plot_perf_box_name"
10827   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10828   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10829   include:
10830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10835   layout:
10836     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10837     layout: "plot-throughput"
10838
10839 - type: "plot"
10840   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10841   algorithm: "plot_perf_box_name"
10842   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10843   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10844   include:
10845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10850   layout:
10851     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10852     layout: "plot-throughput"
10853
10854 - type: "plot"
10855   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10856   algorithm: "plot_perf_box_name"
10857   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10858   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10859   include:
10860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10861     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10862     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10863     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10866   layout:
10867     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10868     layout: "plot-throughput"
10869
10870 - type: "plot"
10871   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10872   algorithm: "plot_perf_box_name"
10873   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10874   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10875   include:
10876     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10877     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10882   layout:
10883     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10884     layout: "plot-throughput"
10885
10886 - type: "plot"
10887   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10888   algorithm: "plot_perf_box_name"
10889   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10890   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10891   include:
10892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10894     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10895     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10896     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10897   layout:
10898     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10899     layout: "plot-throughput"
10900
10901 - type: "plot"
10902   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10903   algorithm: "plot_perf_box_name"
10904   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10905   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10906   include:
10907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10912   layout:
10913     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10914     layout: "plot-throughput"
10915
10916 - type: "plot"
10917   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10918   algorithm: "plot_perf_box_name"
10919   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10920   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10921   include:
10922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10923     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10924     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10925     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10926     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10927     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10928   layout:
10929     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10930     layout: "plot-throughput"
10931
10932 - type: "plot"
10933   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10934   algorithm: "plot_perf_box_name"
10935   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10936   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10937   include:
10938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10939     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10940     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10941     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10942     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10943     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10944   layout:
10945     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10946     layout: "plot-throughput"
10947
10948 - type: "plot"
10949   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10950   algorithm: "plot_perf_box_name"
10951   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10952   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10953   include:
10954     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10955     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10959   layout:
10960     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10961     layout: "plot-throughput"
10962
10963 - type: "plot"
10964   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10965   algorithm: "plot_perf_box_name"
10966   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10967   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10968   include:
10969     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10970     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10974   layout:
10975     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10976     layout: "plot-throughput"
10977
10978 - type: "plot"
10979   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10980   algorithm: "plot_perf_box_name"
10981   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10982   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10983   include:
10984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10985     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10986     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10987     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10988     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10989     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10990   layout:
10991     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10992     layout: "plot-throughput"
10993
10994 - type: "plot"
10995   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10996   algorithm: "plot_perf_box_name"
10997   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10998   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10999   include:
11000     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11001     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11002     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11003     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11004     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11005     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11006   layout:
11007     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11008     layout: "plot-throughput"
11009
11010 - type: "plot"
11011   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11012   algorithm: "plot_perf_box_name"
11013   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11014   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11015   include:
11016     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11017     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11018   layout:
11019     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11020     layout: "plot-throughput"
11021
11022 - type: "plot"
11023   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11024   algorithm: "plot_perf_box_name"
11025   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11026   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11027   include:
11028     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11030   layout:
11031     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11032     layout: "plot-throughput"
11033
11034 #- type: "plot"
11035 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11036 #  algorithm: "plot_perf_box_name"
11037 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11038 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11039 #  include:
11040 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11041 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11042 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11043 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11044 #  layout:
11045 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11046 #    layout: "plot-throughput"
11047 #
11048 #- type: "plot"
11049 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11050 #  algorithm: "plot_perf_box_name"
11051 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11052 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11053 #  include:
11054 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11055 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11056 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11057 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11058 #  layout:
11059 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11060 #    layout: "plot-throughput"
11061
11062 - type: "plot"
11063   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11064   algorithm: "plot_perf_box_name"
11065   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11066   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11067   include:
11068     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11069     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11070     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11071     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11072   layout:
11073     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11074     layout: "plot-throughput"
11075
11076 - type: "plot"
11077   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11078   algorithm: "plot_perf_box_name"
11079   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11080   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11081   include:
11082     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11083     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11084     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11085     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11086   layout:
11087     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11088     layout: "plot-throughput"
11089
11090 - type: "plot"
11091   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11092   algorithm: "plot_perf_box_name"
11093   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11094   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11095   include:
11096     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11098     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11099     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11100   layout:
11101     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11102     layout: "plot-throughput"
11103
11104 - type: "plot"
11105   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11106   algorithm: "plot_perf_box_name"
11107   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11108   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11109   include:
11110     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11113     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11114   layout:
11115     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11116     layout: "plot-throughput"
11117
11118 #- type: "plot"
11119 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11120 #  algorithm: "plot_perf_box_name"
11121 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11122 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11123 #  include:
11124 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11125 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11126 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11127 #  layout:
11128 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11129 #    layout: "plot-throughput"
11130 #
11131 #- type: "plot"
11132 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11133 #  algorithm: "plot_perf_box_name"
11134 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11135 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11136 #  include:
11137 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11138 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11139 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11140 #  layout:
11141 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11142 #    layout: "plot-throughput"
11143 #
11144 #- type: "plot"
11145 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11146 #  algorithm: "plot_perf_box_name"
11147 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11148 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11149 #  include:
11150 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11151 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11152 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11153 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11154 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11155 #  layout:
11156 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11157 #    layout: "plot-throughput"
11158 #
11159 #- type: "plot"
11160 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11161 #  algorithm: "plot_perf_box_name"
11162 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11163 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11164 #  include:
11165 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11166 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11167 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11168 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11169 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11170 #  layout:
11171 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11172 #    layout: "plot-throughput"
11173
11174 - type: "plot"
11175   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11176   algorithm: "plot_perf_box_name"
11177   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11178   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11179   include:
11180     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11181     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11182     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11183   layout:
11184     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11185     layout: "plot-throughput"
11186
11187 - type: "plot"
11188   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11189   algorithm: "plot_perf_box_name"
11190   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11191   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11192   include:
11193     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11194     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11195     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11196   layout:
11197     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11198     layout: "plot-throughput"
11199
11200 #- type: "plot"
11201 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11202 #  algorithm: "plot_perf_box_name"
11203 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11204 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11205 #  include:
11206 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11207 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11208 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11209 #  layout:
11210 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11211 #    layout: "plot-throughput"
11212 #
11213 #- type: "plot"
11214 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11215 #  algorithm: "plot_perf_box_name"
11216 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11217 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11218 #  include:
11219 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11220 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11221 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11222 #  layout:
11223 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11224 #    layout: "plot-throughput"
11225 #
11226 #- type: "plot"
11227 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11228 #  algorithm: "plot_perf_box_name"
11229 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11230 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11231 #  include:
11232 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11233 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11234 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11235 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11236 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11237 #  layout:
11238 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11239 #    layout: "plot-throughput"
11240 #
11241 #- type: "plot"
11242 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11243 #  algorithm: "plot_perf_box_name"
11244 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11245 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11246 #  include:
11247 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11248 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11249 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11250 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11251 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11252 #  layout:
11253 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11254 #    layout: "plot-throughput"
11255
11256 - type: "plot"
11257   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11258   algorithm: "plot_perf_box_name"
11259   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11260   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11261   include:
11262     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11263     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11264     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11265     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11266     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11267   layout:
11268     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11269     layout: "plot-throughput"
11270
11271 - type: "plot"
11272   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11273   algorithm: "plot_perf_box_name"
11274   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11275   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11276   include:
11277     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11278     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11279     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11280     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11281     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11282   layout:
11283     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11284     layout: "plot-throughput"
11285
11286 - type: "plot"
11287   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11288   algorithm: "plot_perf_box_name"
11289   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11290   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11291   include:
11292     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11293     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11294     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11295     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11296     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11297   layout:
11298     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11299     layout: "plot-throughput"
11300
11301 - type: "plot"
11302   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11303   algorithm: "plot_perf_box_name"
11304   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11305   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11306   include:
11307     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11309     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11310     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11311     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11312   layout:
11313     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11314     layout: "plot-throughput"
11315
11316 - type: "plot"
11317   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11318   algorithm: "plot_perf_box_name"
11319   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11320   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11321   include:
11322     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11323     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11324     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11325     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11326     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11327   layout:
11328     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11329     layout: "plot-throughput"
11330
11331 - type: "plot"
11332   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11333   algorithm: "plot_perf_box_name"
11334   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11335   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11336   include:
11337     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11338     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11339     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11340     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11341     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11342   layout:
11343     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11344     layout: "plot-throughput"
11345
11346 - type: "plot"
11347   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11348   algorithm: "plot_perf_box_name"
11349   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11350   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11351   include:
11352     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11353     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11354     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11355     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11356     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11357     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11358   layout:
11359     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11360     layout: "plot-throughput"
11361
11362 - type: "plot"
11363   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11364   algorithm: "plot_perf_box_name"
11365   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11366   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11367   include:
11368     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11369     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11370     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11371     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11372     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11373     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11374   layout:
11375     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11376     layout: "plot-throughput"
11377
11378 - type: "plot"
11379   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11380   algorithm: "plot_perf_box_name"
11381   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11382   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11383   include:
11384     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11385     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11386     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11387     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11388   layout:
11389     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11390     layout: "plot-throughput"
11391
11392 - type: "plot"
11393   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11394   algorithm: "plot_perf_box_name"
11395   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11396   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11397   include:
11398     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11399     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11400     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11401     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11402   layout:
11403     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11404     layout: "plot-throughput"
11405
11406 #- type: "plot"
11407 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11408 #  algorithm: "plot_perf_box_name"
11409 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11410 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11411 #  include:
11412 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11413 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11414 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11415 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11416 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11417 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11418 #  layout:
11419 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11420 #    layout: "plot-throughput"
11421 #
11422 #- type: "plot"
11423 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11424 #  algorithm: "plot_perf_box_name"
11425 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11426 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11427 #  include:
11428 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11429 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11430 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11431 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11432 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11433 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11434 #  layout:
11435 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11436 #    layout: "plot-throughput"
11437
11438 - type: "plot"
11439   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11440   algorithm: "plot_perf_box_name"
11441   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11442   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11443   include:
11444     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11445 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11446     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11447 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11448     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11449 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11450   layout:
11451     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11452     layout: "plot-throughput"
11453
11454 - type: "plot"
11455   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11456   algorithm: "plot_perf_box_name"
11457   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11458   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11459   include:
11460     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11461 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11462     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11463 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11464     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11465 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11466   layout:
11467     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11468     layout: "plot-throughput"
11469
11470 - type: "plot"
11471   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11472   algorithm: "plot_perf_box_name"
11473   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11474   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11475   include:
11476     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11477     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11478     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11479     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11480     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11481     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11482   layout:
11483     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11484     layout: "plot-throughput"
11485
11486 - type: "plot"
11487   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11488   algorithm: "plot_perf_box_name"
11489   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11490   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11491   include:
11492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11496     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11497     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11498   layout:
11499     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11500     layout: "plot-throughput"
11501
11502 #- type: "plot"
11503 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11504 #  algorithm: "plot_perf_box_name"
11505 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11506 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11507 #  include:
11508 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11509 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11510 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11511 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11512 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11513 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11514 #  layout:
11515 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11516 #    layout: "plot-throughput"
11517 #
11518 #- type: "plot"
11519 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11520 #  algorithm: "plot_perf_box_name"
11521 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11522 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11523 #  include:
11524 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11525 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11526 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11527 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11528 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11529 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11530 #  layout:
11531 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11532 #    layout: "plot-throughput"
11533 #
11534 #- type: "plot"
11535 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11536 #  algorithm: "plot_perf_box_name"
11537 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11538 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11539 #  include:
11540 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11541 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11542 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11543 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11544 #  layout:
11545 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11546 #    layout: "plot-throughput"
11547 #
11548 #- type: "plot"
11549 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11550 #  algorithm: "plot_perf_box_name"
11551 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11552 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11553 #  include:
11554 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11555 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11556 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11557 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11558 #  layout:
11559 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11560 #    layout: "plot-throughput"
11561 #
11562 #- type: "plot"
11563 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11564 #  algorithm: "plot_perf_box_name"
11565 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11566 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11567 #  include:
11568 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11569 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11570 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11571 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11572 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11573 #  layout:
11574 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11575 #    layout: "plot-throughput"
11576 #
11577 #- type: "plot"
11578 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11579 #  algorithm: "plot_perf_box_name"
11580 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11581 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11582 #  include:
11583 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11584 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11585 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11586 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11587 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11588 #  layout:
11589 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11590 #    layout: "plot-throughput"
11591 #
11592 #- type: "plot"
11593 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11594 #  algorithm: "plot_perf_box_name"
11595 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11596 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11597 #  include:
11598 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11599 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11600 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11601 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11602 #  layout:
11603 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11604 #    layout: "plot-throughput"
11605 #
11606 #- type: "plot"
11607 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11608 #  algorithm: "plot_perf_box_name"
11609 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11610 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11611 #  include:
11612 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11613 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11614 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11615 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11616 #  layout:
11617 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11618 #    layout: "plot-throughput"
11619
11620 - type: "plot"
11621   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11622   algorithm: "plot_perf_box_name"
11623   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11624   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11625   include:
11626     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11627     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11628     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11629     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11630     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11631     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11632   layout:
11633     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11634     layout: "plot-throughput"
11635
11636 - type: "plot"
11637   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11638   algorithm: "plot_perf_box_name"
11639   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11640   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11641   include:
11642     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11643     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11644     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11645     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11646     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11647     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11648   layout:
11649     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11650     layout: "plot-throughput"
11651
11652 #- type: "plot"
11653 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11654 #  algorithm: "plot_perf_box_name"
11655 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11656 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11657 #  include:
11658 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11659 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11660 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11661 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11662 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11663 #  layout:
11664 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11665 #    layout: "plot-throughput"
11666 #
11667 #- type: "plot"
11668 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11669 #  algorithm: "plot_perf_box_name"
11670 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11671 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11672 #  include:
11673 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11674 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11675 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11676 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11677 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11678 #  layout:
11679 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11680 #    layout: "plot-throughput"
11681 #
11682 #- type: "plot"
11683 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11684 #  algorithm: "plot_perf_box_name"
11685 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11686 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11687 #  include:
11688 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11689 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11690 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11691 #  layout:
11692 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11693 #    layout: "plot-throughput"
11694 #
11695 #- type: "plot"
11696 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11697 #  algorithm: "plot_perf_box_name"
11698 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11699 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11700 #  include:
11701 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11702 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11703 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11704 #  layout:
11705 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11706 #    layout: "plot-throughput"
11707 #
11708 #- type: "plot"
11709 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11710 #  algorithm: "plot_perf_box_name"
11711 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11712 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11713 #  include:
11714 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11715 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11716 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11717 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11718 #  layout:
11719 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11720 #    layout: "plot-throughput"
11721 #
11722 #- type: "plot"
11723 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11724 #  algorithm: "plot_perf_box_name"
11725 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11726 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11727 #  include:
11728 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11729 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11730 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11731 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11732 #  layout:
11733 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11734 #    layout: "plot-throughput"
11735 #
11736 #- type: "plot"
11737 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11738 #  algorithm: "plot_perf_box_name"
11739 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11740 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11741 #  include:
11742 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11743 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11744 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11745 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11746 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11747 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11748 #  layout:
11749 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11750 #    layout: "plot-throughput"
11751 #
11752 #- type: "plot"
11753 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11754 #  algorithm: "plot_perf_box_name"
11755 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11756 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11757 #  include:
11758 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11759 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11760 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11761 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11762 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11763 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11764 #  layout:
11765 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11766 #    layout: "plot-throughput"
11767 #
11768 #- type: "plot"
11769 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11770 #  algorithm: "plot_perf_box_name"
11771 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11772 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11773 #  include:
11774 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11775 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11776 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11777 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11778 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11779 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11780 #  layout:
11781 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11782 #    layout: "plot-throughput"
11783 #
11784 #- type: "plot"
11785 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11786 #  algorithm: "plot_perf_box_name"
11787 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11788 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11789 #  include:
11790 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11791 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11792 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11793 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11794 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11795 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11796 #  layout:
11797 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11798 #    layout: "plot-throughput"
11799
11800 - type: "plot"
11801   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11802   algorithm: "plot_perf_box_name"
11803   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11804   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11805   include:
11806     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11807     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11808     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11809     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11810   layout:
11811     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11812     layout: "plot-throughput"
11813
11814 - type: "plot"
11815   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11816   algorithm: "plot_perf_box_name"
11817   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11818   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11819   include:
11820     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11821     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11822     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11823     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11824   layout:
11825     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11826     layout: "plot-throughput"
11827
11828 - type: "plot"
11829   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11830   algorithm: "plot_perf_box_name"
11831   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11832   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11833   include:
11834     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11835     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11836     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11837     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11838     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11839     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11840   layout:
11841     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11842     layout: "plot-throughput"
11843
11844 - type: "plot"
11845   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11846   algorithm: "plot_perf_box_name"
11847   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11848   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11849   include:
11850     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11851     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11852     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11853     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11854     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11855     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11856   layout:
11857     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11858     layout: "plot-throughput"
11859
11860 - type: "plot"
11861   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11862   algorithm: "plot_perf_box_name"
11863   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11864   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11865   include:
11866     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11867     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11868     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11869     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11870     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11871     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11872   layout:
11873     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11874     layout: "plot-throughput"
11875
11876 - type: "plot"
11877   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11878   algorithm: "plot_perf_box_name"
11879   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11880   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11881   include:
11882     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11883     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11884     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11885     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11886     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11887     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11888   layout:
11889     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11890     layout: "plot-throughput"
11891
11892 - type: "plot"
11893   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11894   algorithm: "plot_perf_box_name"
11895   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11896   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11897   include:
11898     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11900     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11902   layout:
11903     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11904     layout: "plot-throughput"
11905
11906 - type: "plot"
11907   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11908   algorithm: "plot_perf_box_name"
11909   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11910   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11911   include:
11912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11916   layout:
11917     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11918     layout: "plot-throughput"
11919
11920 - type: "plot"
11921   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11922   algorithm: "plot_perf_box_name"
11923   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11924   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11925   include:
11926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11927     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11928     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11930     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11931     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11932   layout:
11933     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11934     layout: "plot-throughput"
11935
11936 - type: "plot"
11937   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11938   algorithm: "plot_perf_box_name"
11939   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11940   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11941   include:
11942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11943     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11944     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11945     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11946     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11947     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11948   layout:
11949     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11950     layout: "plot-throughput"
11951
11952 - type: "plot"
11953   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11954   algorithm: "plot_perf_box_name"
11955   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11956   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11957   include:
11958     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11959     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11960     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11961     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11962   layout:
11963     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11964     layout: "plot-throughput"
11965
11966 - type: "plot"
11967   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11968   algorithm: "plot_perf_box_name"
11969   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11970   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11971   include:
11972     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11973     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11974     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11975     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11976   layout:
11977     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11978     layout: "plot-throughput"
11979
11980 - type: "plot"
11981   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11982   algorithm: "plot_perf_box_name"
11983   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11984   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11985   include:
11986     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11987     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11988     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11989     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11990     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11991     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11992   layout:
11993     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11994     layout: "plot-throughput"
11995
11996 - type: "plot"
11997   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11998   algorithm: "plot_perf_box_name"
11999   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12000   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12001   include:
12002     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12003     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12004     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12005     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12006     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12007     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12008   layout:
12009     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12010     layout: "plot-throughput"
12011
12012 - type: "plot"
12013   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12014   algorithm: "plot_perf_box_name"
12015   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12016   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12017   include:
12018     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12019     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12020     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12021     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12022     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12023     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12024   layout:
12025     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12026     layout: "plot-throughput"
12027
12028 - type: "plot"
12029   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12030   algorithm: "plot_perf_box_name"
12031   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12032   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12033   include:
12034     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12035     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12036     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12037     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12038     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12039     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12040   layout:
12041     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12042     layout: "plot-throughput"
12043
12044 - type: "plot"
12045   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12046   algorithm: "plot_perf_box_name"
12047   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12048   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12049   include:
12050     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12051     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12052     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12053     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12054     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12055     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12056   layout:
12057     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12058     layout: "plot-throughput"
12059
12060 - type: "plot"
12061   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12062   algorithm: "plot_perf_box_name"
12063   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12064   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12065   include:
12066     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12067     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12068     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12069     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12070     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12071     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12072   layout:
12073     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12074     layout: "plot-throughput"
12075
12076 #- type: "plot"
12077 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12078 #  algorithm: "plot_perf_box_name"
12079 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12080 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12081 #  include:
12082 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12083 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12084 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12085 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12086 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12087 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12088 #  layout:
12089 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12090 #    layout: "plot-throughput"
12091 #
12092 #- type: "plot"
12093 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12094 #  algorithm: "plot_perf_box_name"
12095 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12096 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12097 #  include:
12098 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12099 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12100 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12101 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12102 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12103 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12104 #  layout:
12105 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12106 #    layout: "plot-throughput"
12107
12108 - type: "plot"
12109   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12110   algorithm: "plot_perf_box_name"
12111   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12112   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12113   include:
12114     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12115     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12116     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12117     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12118     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12119     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12120   layout:
12121     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12122     layout: "plot-throughput"
12123
12124 - type: "plot"
12125   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12126   algorithm: "plot_perf_box_name"
12127   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12128   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12129   include:
12130     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12131     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12132     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12133     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12134     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12135     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12136   layout:
12137     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12138     layout: "plot-throughput"
12139
12140 #- type: "plot"
12141 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12142 #  algorithm: "plot_perf_box_name"
12143 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12144 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12145 #  include:
12146 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12147 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12148 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12149 #  layout:
12150 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12151 #    layout: "plot-throughput"
12152 #
12153 #- type: "plot"
12154 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12155 #  algorithm: "plot_perf_box_name"
12156 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12157 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12158 #  include:
12159 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12160 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12161 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12162 #  layout:
12163 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12164 #    layout: "plot-throughput"
12165
12166 #- type: "plot"
12167 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12168 #  algorithm: "plot_perf_box_name"
12169 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12170 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12171 #  include:
12172 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12173 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12174 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12175 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12176 #  layout:
12177 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12178 #    layout: "plot-throughput"
12179 #
12180 #- type: "plot"
12181 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12182 #  algorithm: "plot_perf_box_name"
12183 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12184 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12185 #  include:
12186 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12187 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12188 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12189 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12190 #  layout:
12191 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12192 #    layout: "plot-throughput"
12193 #
12194 #- type: "plot"
12195 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12196 #  algorithm: "plot_perf_box_name"
12197 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12198 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12199 #  include:
12200 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12201 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12202 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12203 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12204 #  layout:
12205 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12206 #    layout: "plot-throughput"
12207 #
12208 #- type: "plot"
12209 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12210 #  algorithm: "plot_perf_box_name"
12211 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12212 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12213 #  include:
12214 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12215 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12216 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12217 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12218 #  layout:
12219 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12220 #    layout: "plot-throughput"
12221
12222 - type: "plot"
12223   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12224   algorithm: "plot_perf_box_name"
12225   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12226   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12227   include:
12228     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12229     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12230     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12231     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12232   layout:
12233     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12234     layout: "plot-throughput"
12235
12236 - type: "plot"
12237   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12238   algorithm: "plot_perf_box_name"
12239   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12240   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12241   include:
12242     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12243     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12244     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12245     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12246   layout:
12247     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12248     layout: "plot-throughput"
12249
12250 - type: "plot"
12251   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12252   algorithm: "plot_perf_box_name"
12253   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12254   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12255   include:
12256     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12257     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12258     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12259     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12260   layout:
12261     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12262     layout: "plot-throughput"
12263
12264 - type: "plot"
12265   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12266   algorithm: "plot_perf_box_name"
12267   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12269   include:
12270     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12271     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12272     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12273     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12274   layout:
12275     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12276     layout: "plot-throughput"
12277
12278 #- type: "plot"
12279 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12280 #  algorithm: "plot_perf_box_name"
12281 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12282 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12283 #  include:
12284 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12285 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12286 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12287 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12288 #  layout:
12289 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12290 #    layout: "plot-throughput"
12291 #
12292 #- type: "plot"
12293 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12294 #  algorithm: "plot_perf_box_name"
12295 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12296 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12297 #  include:
12298 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12299 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12300 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12301 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12302 #  layout:
12303 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12304 #    layout: "plot-throughput"
12305 #
12306 #- type: "plot"
12307 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12308 #  algorithm: "plot_perf_box_name"
12309 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12310 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12311 #  include:
12312 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12313 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12314 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12315 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12316 #  layout:
12317 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12318 #    layout: "plot-throughput"
12319 #
12320 #- type: "plot"
12321 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12322 #  algorithm: "plot_perf_box_name"
12323 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12324 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12325 #  include:
12326 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12327 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12328 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12329 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12330 #  layout:
12331 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12332 #    layout: "plot-throughput"
12333 #
12334 #- type: "plot"
12335 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12336 #  algorithm: "plot_perf_box_name"
12337 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12338 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12339 #  include:
12340 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12341 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12342 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12343 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12344 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12345 #  layout:
12346 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12347 #    layout: "plot-throughput"
12348 #
12349 #- type: "plot"
12350 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12351 #  algorithm: "plot_perf_box_name"
12352 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12353 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12354 #  include:
12355 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12356 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12357 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12358 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12359 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12360 #  layout:
12361 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12362 #    layout: "plot-throughput"
12363 #
12364 #- type: "plot"
12365 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12366 #  algorithm: "plot_perf_box_name"
12367 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12368 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12369 #  include:
12370 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12371 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12372 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12373 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12374 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12375 #  layout:
12376 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12377 #    layout: "plot-throughput"
12378 #
12379 #- type: "plot"
12380 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12381 #  algorithm: "plot_perf_box_name"
12382 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12383 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12384 #  include:
12385 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12386 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12387 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12388 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12389 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12390 #  layout:
12391 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12392 #    layout: "plot-throughput"
12393 #
12394 #- type: "plot"
12395 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12396 #  algorithm: "plot_perf_box_name"
12397 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12398 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12399 #  include:
12400 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12401 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12402 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12403 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12404 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12405 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12406 #  layout:
12407 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12408 #    layout: "plot-throughput"
12409 #
12410 #- type: "plot"
12411 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12412 #  algorithm: "plot_perf_box_name"
12413 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12414 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12415 #  include:
12416 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12417 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12418 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12419 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12420 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12421 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12422 #  layout:
12423 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12424 #    layout: "plot-throughput"
12425 #
12426 #- type: "plot"
12427 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12428 #  algorithm: "plot_perf_box_name"
12429 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12430 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12431 #  include:
12432 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12433 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12434 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12435 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12436 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12437 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12438 #  layout:
12439 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12440 #    layout: "plot-throughput"
12441 #
12442 #- type: "plot"
12443 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12444 #  algorithm: "plot_perf_box_name"
12445 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12446 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12447 #  include:
12448 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12449 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12450 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12451 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12452 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12453 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12454 #  layout:
12455 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12456 #    layout: "plot-throughput"
12457
12458 - type: "plot"
12459   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12460   algorithm: "plot_perf_box_name"
12461   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12462   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12463   include:
12464     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12465     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12466     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12467     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12468     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12469   layout:
12470     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12471     layout: "plot-throughput"
12472
12473 - type: "plot"
12474   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12475   algorithm: "plot_perf_box_name"
12476   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12477   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12478   include:
12479     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12480     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12481     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12482     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12483     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12484   layout:
12485     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12486     layout: "plot-throughput"
12487
12488 #- type: "plot"
12489 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12490 #  algorithm: "plot_perf_box_name"
12491 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12492 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12493 #  include:
12494 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12495 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12496 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12497 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12498 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12499 #  layout:
12500 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12501 #    layout: "plot-throughput"
12502 #
12503 #- type: "plot"
12504 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12505 #  algorithm: "plot_perf_box_name"
12506 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12507 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12508 #  include:
12509 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12510 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12511 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12512 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12513 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12514 #  layout:
12515 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12516 #    layout: "plot-throughput"
12517
12518 #- type: "plot"
12519 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12520 #  algorithm: "plot_perf_box_name"
12521 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12522 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12523 #  include:
12524 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12525 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12526 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12527 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12528 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12529 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12530 #  layout:
12531 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12532 #    layout: "plot-throughput"
12533 #
12534 #- type: "plot"
12535 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12536 #  algorithm: "plot_perf_box_name"
12537 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12538 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12539 #  include:
12540 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12541 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12542 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12543 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12544 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12545 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12546 #  layout:
12547 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12548 #    layout: "plot-throughput"
12549
12550 #- type: "plot"
12551 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12552 #  algorithm: "plot_perf_box_name"
12553 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12554 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12555 #  include:
12556 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12557 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12558 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12559 #  layout:
12560 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12561 #    layout: "plot-throughput"
12562 #
12563 #- type: "plot"
12564 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12565 #  algorithm: "plot_perf_box_name"
12566 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12567 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12568 #  include:
12569 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12570 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12571 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12572 #  layout:
12573 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12574 #    layout: "plot-throughput"
12575
12576 ################################################################################
12577
12578 # Packet Speedup
12579
12580 #- type: "plot"
12581 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12582 #  algorithm: "plot_tsa_name"
12583 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12584 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12585 #  include:
12586 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12587 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12588 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12589 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12590 #  layout:
12591 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12592 #    layout: "plot-throughput-speedup-analysis"
12593 #
12594 #- type: "plot"
12595 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12596 #  algorithm: "plot_tsa_name"
12597 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12598 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12599 #  include:
12600 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12601 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12602 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12603 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12604 #  layout:
12605 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12606 #    layout: "plot-throughput-speedup-analysis"
12607 #
12608 #- type: "plot"
12609 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12610 #  algorithm: "plot_tsa_name"
12611 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12612 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12613 #  include:
12614 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12615 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12616 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12617 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12618 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12619 #  layout:
12620 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12621 #    layout: "plot-throughput-speedup-analysis"
12622 #
12623 #- type: "plot"
12624 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12625 #  algorithm: "plot_tsa_name"
12626 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12627 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12628 #  include:
12629 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12630 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12631 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12632 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12633 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12634 #  layout:
12635 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12636 #    layout: "plot-throughput-speedup-analysis"
12637 #
12638 #- type: "plot"
12639 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12640 #  algorithm: "plot_tsa_name"
12641 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12642 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12643 #  include:
12644 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12645 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12646 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12647 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12648 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12649 #  layout:
12650 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12651 #    layout: "plot-throughput-speedup-analysis"
12652 #
12653 #- type: "plot"
12654 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12655 #  algorithm: "plot_tsa_name"
12656 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12657 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12658 #  include:
12659 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12660 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12661 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12662 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12663 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12664 #  layout:
12665 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12666 #    layout: "plot-throughput-speedup-analysis"
12667 #
12668 #- type: "plot"
12669 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12670 #  algorithm: "plot_tsa_name"
12671 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12672 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12673 #  include:
12674 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12675 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12676 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12677 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12678 #  layout:
12679 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12680 #    layout: "plot-throughput-speedup-analysis"
12681 #
12682 #- type: "plot"
12683 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12684 #  algorithm: "plot_tsa_name"
12685 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12686 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12687 #  include:
12688 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12689 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12690 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12691 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12692 #  layout:
12693 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12694 #    layout: "plot-throughput-speedup-analysis"
12695 #
12696 #- type: "plot"
12697 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12698 #  algorithm: "plot_tsa_name"
12699 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12700 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12701 #  include:
12702 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12703 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12704 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12705 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12706 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12707 #  layout:
12708 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12709 #    layout: "plot-throughput-speedup-analysis"
12710 #
12711 #- type: "plot"
12712 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12713 #  algorithm: "plot_tsa_name"
12714 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12715 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12716 #  include:
12717 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12718 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12719 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12720 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12721 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12722 #  layout:
12723 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12724 #    layout: "plot-throughput-speedup-analysis"
12725 #
12726 #- type: "plot"
12727 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12728 #  algorithm: "plot_tsa_name"
12729 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12730 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12731 #  include:
12732 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12733 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12734 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12735 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12736 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12737 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12738 #  layout:
12739 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12740 #    layout: "plot-throughput-speedup-analysis"
12741 #
12742 #- type: "plot"
12743 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12744 #  algorithm: "plot_tsa_name"
12745 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12746 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12747 #  include:
12748 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12749 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12750 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12751 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12752 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12753 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12754 #  layout:
12755 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12756 #    layout: "plot-throughput-speedup-analysis"
12757
12758 - type: "plot"
12759   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12760   algorithm: "plot_tsa_name"
12761   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12762   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12763   include:
12764     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12765     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12766     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12767   layout:
12768     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12769     layout: "plot-throughput-speedup-analysis"
12770
12771 - type: "plot"
12772   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12773   algorithm: "plot_tsa_name"
12774   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12775   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12776   include:
12777     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12778     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12779     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12780   layout:
12781     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12782     layout: "plot-throughput-speedup-analysis"
12783
12784 #- type: "plot"
12785 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12786 #  algorithm: "plot_tsa_name"
12787 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12788 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12789 #  include:
12790 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12791 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12792 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12793 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12794 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12795 #  layout:
12796 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12797 #    layout: "plot-throughput-speedup-analysis"
12798 #
12799 #- type: "plot"
12800 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12801 #  algorithm: "plot_tsa_name"
12802 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12803 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12804 #  include:
12805 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12806 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12807 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12808 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12809 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12810 #  layout:
12811 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12812 #    layout: "plot-throughput-speedup-analysis"
12813 #
12814 #- type: "plot"
12815 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12816 #  algorithm: "plot_tsa_name"
12817 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12818 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12819 #  include:
12820 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12821 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12822 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12823 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12824 #  layout:
12825 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12826 #    layout: "plot-throughput-speedup-analysis"
12827 #
12828 #- type: "plot"
12829 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12830 #  algorithm: "plot_tsa_name"
12831 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12832 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12833 #  include:
12834 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12835 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12836 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12837 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12838 #  layout:
12839 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12840 #    layout: "plot-throughput-speedup-analysis"
12841 #
12842 #- type: "plot"
12843 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12844 #  algorithm: "plot_tsa_name"
12845 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12846 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12847 #  include:
12848 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12849 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12850 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12851 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12852 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12853 #  layout:
12854 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12855 #    layout: "plot-throughput-speedup-analysis"
12856 #
12857 #- type: "plot"
12858 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12859 #  algorithm: "plot_tsa_name"
12860 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12861 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12862 #  include:
12863 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12864 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12865 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12866 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12867 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12868 #  layout:
12869 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12870 #    layout: "plot-throughput-speedup-analysis"
12871 #
12872 #- type: "plot"
12873 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12874 #  algorithm: "plot_tsa_name"
12875 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12876 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12877 #  include:
12878 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12879 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12880 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12881 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12882 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12883 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12884 #  layout:
12885 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12886 #    layout: "plot-throughput-speedup-analysis"
12887 #
12888 #- type: "plot"
12889 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12890 #  algorithm: "plot_tsa_name"
12891 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12892 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12893 #  include:
12894 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12895 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12896 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12897 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12898 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12899 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12900 #  layout:
12901 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12902 #    layout: "plot-throughput-speedup-analysis"
12903
12904 - type: "plot"
12905   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12906   algorithm: "plot_tsa_name"
12907   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12908   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12909   include:
12910     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12911     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12912   layout:
12913     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12914     layout: "plot-throughput-speedup-analysis"
12915
12916 - type: "plot"
12917   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12918   algorithm: "plot_tsa_name"
12919   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12920   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12921   include:
12922     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12923     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12924   layout:
12925     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12926     layout: "plot-throughput-speedup-analysis"
12927
12928 #- type: "plot"
12929 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12930 #  algorithm: "plot_tsa_name"
12931 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12932 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12933 #  include:
12934 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12935 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12936 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12937 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12938 #  layout:
12939 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12940 #    layout: "plot-throughput-speedup-analysis"
12941 #
12942 #- type: "plot"
12943 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12944 #  algorithm: "plot_tsa_name"
12945 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12946 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12947 #  include:
12948 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12949 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12950 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12951 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12952 #  layout:
12953 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12954 #    layout: "plot-throughput-speedup-analysis"
12955 #
12956 #- type: "plot"
12957 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12958 #  algorithm: "plot_tsa_name"
12959 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12960 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12961 #  include:
12962 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12963 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12964 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12965 #  layout:
12966 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12967 #    layout: "plot-throughput-speedup-analysis"
12968 #
12969 #- type: "plot"
12970 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12971 #  algorithm: "plot_tsa_name"
12972 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12973 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12974 #  include:
12975 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12976 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12977 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12978 #  layout:
12979 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12980 #    layout: "plot-throughput-speedup-analysis"
12981 #
12982 #- type: "plot"
12983 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12984 #  algorithm: "plot_tsa_name"
12985 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12986 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12987 #  include:
12988 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12989 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12990 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12991 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12992 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12993 #  layout:
12994 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12995 #    layout: "plot-throughput-speedup-analysis"
12996 #
12997 #- type: "plot"
12998 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12999 #  algorithm: "plot_tsa_name"
13000 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13001 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13002 #  include:
13003 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13004 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13005 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13006 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13007 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13008 #  layout:
13009 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13010 #    layout: "plot-throughput-speedup-analysis"
13011
13012 - type: "plot"
13013   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13014   algorithm: "plot_tsa_name"
13015   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13016   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13017   include:
13018     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13019     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13020     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13021   layout:
13022     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13023     layout: "plot-throughput-speedup-analysis"
13024
13025 - type: "plot"
13026   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13027   algorithm: "plot_tsa_name"
13028   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13029   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13030   include:
13031     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13032     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13033     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13034   layout:
13035     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13036     layout: "plot-throughput-speedup-analysis"
13037
13038 #- type: "plot"
13039 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13040 #  algorithm: "plot_tsa_name"
13041 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13042 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13043 #  include:
13044 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13045 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13046 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13047 #  layout:
13048 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13049 #    layout: "plot-throughput-speedup-analysis"
13050 #
13051 #- type: "plot"
13052 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13053 #  algorithm: "plot_tsa_name"
13054 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13055 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13056 #  include:
13057 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13058 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13059 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13060 #  layout:
13061 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13062 #    layout: "plot-throughput-speedup-analysis"
13063 #
13064 #- type: "plot"
13065 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13066 #  algorithm: "plot_tsa_name"
13067 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13068 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13069 #  include:
13070 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13071 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13072 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13073 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13074 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13075 #  layout:
13076 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13077 #    layout: "plot-throughput-speedup-analysis"
13078 #
13079 #- type: "plot"
13080 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13081 #  algorithm: "plot_tsa_name"
13082 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13083 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13084 #  include:
13085 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13086 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13087 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13088 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13089 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13090 #  layout:
13091 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13092 #    layout: "plot-throughput-speedup-analysis"
13093
13094 - type: "plot"
13095   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13096   algorithm: "plot_tsa_name"
13097   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13098   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13099   include:
13100     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13101     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13102     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13103     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13104     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13105     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13106   layout:
13107     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13108     layout: "plot-throughput-speedup-analysis"
13109
13110 - type: "plot"
13111   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13112   algorithm: "plot_tsa_name"
13113   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13114   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13115   include:
13116     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13117     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13118     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13119     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13120     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13121     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13122   layout:
13123     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13124     layout: "plot-throughput-speedup-analysis"
13125
13126 - type: "plot"
13127   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13128   algorithm: "plot_tsa_name"
13129   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13130   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13131   include:
13132     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13133     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13134     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13135     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13136   layout:
13137     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13138     layout: "plot-throughput-speedup-analysis"
13139
13140 - type: "plot"
13141   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13142   algorithm: "plot_tsa_name"
13143   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13144   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13145   include:
13146     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13147     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13148     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13149     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13150   layout:
13151     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13152     layout: "plot-throughput-speedup-analysis"
13153
13154 #- type: "plot"
13155 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13156 #  algorithm: "plot_tsa_name"
13157 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13158 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13159 #  include:
13160 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13161 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13162 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13163 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13164 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13165 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13166 #  layout:
13167 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13168 #    layout: "plot-throughput-speedup-analysis"
13169 #
13170 #- type: "plot"
13171 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13172 #  algorithm: "plot_tsa_name"
13173 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13174 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13175 #  include:
13176 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13177 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13178 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13179 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13180 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13181 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13182 #  layout:
13183 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13184 #    layout: "plot-throughput-speedup-analysis"
13185 #
13186 #- type: "plot"
13187 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13188 #  algorithm: "plot_tsa_name"
13189 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13190 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13191 #  include:
13192 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13193 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13194 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13195 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13196 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13197 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13198 #  layout:
13199 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13200 #    layout: "plot-throughput-speedup-analysis"
13201 #
13202 #- type: "plot"
13203 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13204 #  algorithm: "plot_tsa_name"
13205 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13206 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13207 #  include:
13208 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13209 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13210 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13211 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13212 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13213 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13214 #  layout:
13215 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13216 #    layout: "plot-throughput-speedup-analysis"
13217 #
13218 #- type: "plot"
13219 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13220 #  algorithm: "plot_tsa_name"
13221 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13222 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13223 #  include:
13224 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13225 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13226 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13227 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13228 #  layout:
13229 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13230 #    layout: "plot-throughput-speedup-analysis"
13231 #
13232 #- type: "plot"
13233 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13234 #  algorithm: "plot_tsa_name"
13235 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13236 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13237 #  include:
13238 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13239 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13240 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13241 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13242 #  layout:
13243 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13244 #    layout: "plot-throughput-speedup-analysis"
13245 #
13246 #- type: "plot"
13247 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13248 #  algorithm: "plot_tsa_name"
13249 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13250 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13251 #  include:
13252 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13253 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13254 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13255 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13256 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13257 #  layout:
13258 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13259 #    layout: "plot-throughput-speedup-analysis"
13260 #
13261 #- type: "plot"
13262 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13263 #  algorithm: "plot_tsa_name"
13264 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13265 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13266 #  include:
13267 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13268 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13269 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13270 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13271 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13272 #  layout:
13273 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13274 #    layout: "plot-throughput-speedup-analysis"
13275 #
13276 #- type: "plot"
13277 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13278 #  algorithm: "plot_tsa_name"
13279 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13280 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13281 #  include:
13282 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13283 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13284 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13285 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13286 #  layout:
13287 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13288 #    layout: "plot-throughput-speedup-analysis"
13289 #
13290 #- type: "plot"
13291 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13292 #  algorithm: "plot_tsa_name"
13293 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13294 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13295 #  include:
13296 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13297 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13298 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13299 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13300 #  layout:
13301 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13302 #    layout: "plot-throughput-speedup-analysis"
13303
13304 - type: "plot"
13305   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13306   algorithm: "plot_tsa_name"
13307   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13308   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13309   include:
13310     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13311     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13314     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13315     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13316   layout:
13317     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13318     layout: "plot-throughput-speedup-analysis"
13319
13320 - type: "plot"
13321   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13322   algorithm: "plot_tsa_name"
13323   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13324   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13325   include:
13326     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13330     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13331     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13332   layout:
13333     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13334     layout: "plot-throughput-speedup-analysis"
13335
13336 #- type: "plot"
13337 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13338 #  algorithm: "plot_tsa_name"
13339 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13340 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13341 #  include:
13342 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13343 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13344 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13345 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13346 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13347 #  layout:
13348 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13349 #    layout: "plot-throughput-speedup-analysis"
13350 #
13351 #- type: "plot"
13352 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13353 #  algorithm: "plot_tsa_name"
13354 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13355 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13356 #  include:
13357 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13358 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13359 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13360 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13361 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13362 #  layout:
13363 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13364 #    layout: "plot-throughput-speedup-analysis"
13365 #
13366 #- type: "plot"
13367 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13368 #  algorithm: "plot_tsa_name"
13369 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13370 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13371 #  include:
13372 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13373 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13374 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13375 #  layout:
13376 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13377 #    layout: "plot-throughput-speedup-analysis"
13378 #
13379 #- type: "plot"
13380 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13381 #  algorithm: "plot_tsa_name"
13382 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13383 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13384 #  include:
13385 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13386 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13387 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13388 #  layout:
13389 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13390 #    layout: "plot-throughput-speedup-analysis"
13391 #
13392 #- type: "plot"
13393 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13394 #  algorithm: "plot_tsa_name"
13395 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13396 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13397 #  include:
13398 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13399 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13400 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13401 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13402 #  layout:
13403 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13404 #    layout: "plot-throughput-speedup-analysis"
13405 #
13406 #- type: "plot"
13407 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13408 #  algorithm: "plot_tsa_name"
13409 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13410 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13411 #  include:
13412 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13413 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13414 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13415 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13416 #  layout:
13417 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13418 #    layout: "plot-throughput-speedup-analysis"
13419 #
13420 #- type: "plot"
13421 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13422 #  algorithm: "plot_tsa_name"
13423 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13424 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13425 #  include:
13426 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13427 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13428 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13429 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13430 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13431 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13432 #  layout:
13433 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13434 #    layout: "plot-throughput-speedup-analysis"
13435 #
13436 #- type: "plot"
13437 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13438 #  algorithm: "plot_tsa_name"
13439 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13440 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13441 #  include:
13442 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13443 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13444 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13445 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13446 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13447 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13448 #  layout:
13449 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13450 #    layout: "plot-throughput-speedup-analysis"
13451 #
13452 #- type: "plot"
13453 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13454 #  algorithm: "plot_tsa_name"
13455 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13456 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13457 #  include:
13458 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13459 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13460 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13461 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13462 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13463 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13464 #  layout:
13465 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13466 #    layout: "plot-throughput-speedup-analysis"
13467 #
13468 #- type: "plot"
13469 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13470 #  algorithm: "plot_tsa_name"
13471 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13472 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13473 #  include:
13474 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13475 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13476 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13477 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13478 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13479 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13480 #  layout:
13481 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13482 #    layout: "plot-throughput-speedup-analysis"
13483
13484 - type: "plot"
13485   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13486   algorithm: "plot_tsa_name"
13487   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13489   include:
13490     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13491     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13492     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13493     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13494     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13495     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13496   layout:
13497     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13498     layout: "plot-throughput-speedup-analysis"
13499
13500 - type: "plot"
13501   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13502   algorithm: "plot_tsa_name"
13503   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13504   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13505   include:
13506     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13507     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13508     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13509     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13510     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13511     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13512   layout:
13513     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13514     layout: "plot-throughput-speedup-analysis"
13515
13516 #- type: "plot"
13517 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13518 #  algorithm: "plot_tsa_name"
13519 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13520 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13521 #  include:
13522 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13523 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13524 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13525 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13526 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13527 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13528 #  layout:
13529 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13530 #    layout: "plot-throughput-speedup-analysis"
13531 #
13532 #- type: "plot"
13533 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13534 #  algorithm: "plot_tsa_name"
13535 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13536 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13537 #  include:
13538 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13539 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13540 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13541 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13542 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13543 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13544 #  layout:
13545 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13546 #    layout: "plot-throughput-speedup-analysis"
13547 #
13548 #- type: "plot"
13549 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13550 #  algorithm: "plot_tsa_name"
13551 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13552 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13553 #  include:
13554 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13555 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13556 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13557 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13558 #  layout:
13559 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13560 #    layout: "plot-throughput-speedup-analysis"
13561 #
13562 #- type: "plot"
13563 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13564 #  algorithm: "plot_tsa_name"
13565 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13566 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13567 #  include:
13568 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13569 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13570 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13571 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13572 #  layout:
13573 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13574 #    layout: "plot-throughput-speedup-analysis"
13575 #
13576 #- type: "plot"
13577 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13578 #  algorithm: "plot_tsa_name"
13579 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13580 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13581 #  include:
13582 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13583 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13584 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13585 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13586 #  layout:
13587 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13588 #    layout: "plot-throughput-speedup-analysis"
13589 #
13590 #- type: "plot"
13591 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13592 #  algorithm: "plot_tsa_name"
13593 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13594 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13595 #  include:
13596 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13597 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13598 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13599 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13600 #  layout:
13601 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13602 #    layout: "plot-throughput-speedup-analysis"
13603
13604 - type: "plot"
13605   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13606   algorithm: "plot_tsa_name"
13607   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13609   include:
13610     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13611     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13612     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13614   layout:
13615     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13616     layout: "plot-throughput-speedup-analysis"
13617
13618 - type: "plot"
13619   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13620   algorithm: "plot_tsa_name"
13621   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13622   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13623   include:
13624     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13625     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13626     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13627     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13628   layout:
13629     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13630     layout: "plot-throughput-speedup-analysis"
13631
13632 - type: "plot"
13633   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13634   algorithm: "plot_tsa_name"
13635   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13637   include:
13638     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13639     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13640     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13641     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13642   layout:
13643     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13644     layout: "plot-throughput-speedup-analysis"
13645
13646 - type: "plot"
13647   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13648   algorithm: "plot_tsa_name"
13649   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13650   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13651   include:
13652     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13653     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13654     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13655     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13656   layout:
13657     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13658     layout: "plot-throughput-speedup-analysis"
13659
13660 #- type: "plot"
13661 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13662 #  algorithm: "plot_tsa_name"
13663 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13664 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13665 #  include:
13666 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13667 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13668 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13669 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13670 #  layout:
13671 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13672 #    layout: "plot-throughput-speedup-analysis"
13673 #
13674 #- type: "plot"
13675 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13676 #  algorithm: "plot_tsa_name"
13677 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13678 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13679 #  include:
13680 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13681 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13682 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13683 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13684 #  layout:
13685 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13686 #    layout: "plot-throughput-speedup-analysis"
13687 #
13688 #- type: "plot"
13689 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13690 #  algorithm: "plot_tsa_name"
13691 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13692 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13693 #  include:
13694 #    - "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"
13695 #    - "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"
13696 #    - "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"
13697 #    - "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"
13698 #  layout:
13699 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13700 #    layout: "plot-throughput-speedup-analysis"
13701 #
13702 #- type: "plot"
13703 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13704 #  algorithm: "plot_tsa_name"
13705 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13706 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13707 #  include:
13708 #    - "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"
13709 #    - "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"
13710 #    - "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"
13711 #    - "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"
13712 #  layout:
13713 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13714 #    layout: "plot-throughput-speedup-analysis"
13715 #
13716 #- type: "plot"
13717 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13718 #  algorithm: "plot_tsa_name"
13719 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13720 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13721 #  include:
13722 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13723 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13724 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13725 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13726 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13727 #  layout:
13728 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13729 #    layout: "plot-throughput-speedup-analysis"
13730 #
13731 #- type: "plot"
13732 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13733 #  algorithm: "plot_tsa_name"
13734 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13735 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13736 #  include:
13737 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13738 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13739 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13740 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13741 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13742 #  layout:
13743 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13744 #    layout: "plot-throughput-speedup-analysis"
13745 #
13746 #- type: "plot"
13747 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13748 #  algorithm: "plot_tsa_name"
13749 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13750 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13751 #  include:
13752 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13753 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13754 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13755 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13756 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13757 #  layout:
13758 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13759 #    layout: "plot-throughput-speedup-analysis"
13760 #
13761 #- type: "plot"
13762 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13763 #  algorithm: "plot_tsa_name"
13764 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13765 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13766 #  include:
13767 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13768 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13769 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13770 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13771 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13772 #  layout:
13773 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13774 #    layout: "plot-throughput-speedup-analysis"
13775 #
13776 #- type: "plot"
13777 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13778 #  algorithm: "plot_tsa_name"
13779 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13780 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13781 #  include:
13782 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13783 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13784 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13785 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13786 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13787 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13788 #  layout:
13789 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13790 #    layout: "plot-throughput-speedup-analysis"
13791 #
13792 #- type: "plot"
13793 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13794 #  algorithm: "plot_tsa_name"
13795 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13796 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13797 #  include:
13798 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13799 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13800 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13801 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13802 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13803 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13804 #  layout:
13805 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13806 #    layout: "plot-throughput-speedup-analysis"
13807 #
13808 #- type: "plot"
13809 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13810 #  algorithm: "plot_tsa_name"
13811 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13812 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13813 #  include:
13814 #    - "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"
13815 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13816 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13817 #    - "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"
13818 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13819 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13820 #  layout:
13821 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13822 #    layout: "plot-throughput-speedup-analysis"
13823 #
13824 #- type: "plot"
13825 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13826 #  algorithm: "plot_tsa_name"
13827 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13828 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13829 #  include:
13830 #    - "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"
13831 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13832 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13833 #    - "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"
13834 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13835 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13836 #  layout:
13837 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13838 #    layout: "plot-throughput-speedup-analysis"
13839 #
13840 #- type: "plot"
13841 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13842 #  algorithm: "plot_tsa_name"
13843 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13844 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13845 #  include:
13846 #    - "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"
13847 #    - "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"
13848 #    - "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"
13849 #  layout:
13850 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13851 #    layout: "plot-throughput-speedup-analysis"
13852 #
13853 #- type: "plot"
13854 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13855 #  algorithm: "plot_tsa_name"
13856 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13857 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13858 #  include:
13859 #    - "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"
13860 #    - "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"
13861 #    - "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"
13862 #  layout:
13863 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13864 #    layout: "plot-throughput-speedup-analysis"
13865
13866 - type: "plot"
13867   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13868   algorithm: "plot_tsa_name"
13869   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13870   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13871   include:
13872     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13873     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13874     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13875     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13876     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13877   layout:
13878     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13879     layout: "plot-throughput-speedup-analysis"
13880
13881 - type: "plot"
13882   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13883   algorithm: "plot_tsa_name"
13884   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13885   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13886   include:
13887     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13888     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13889     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13890     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13891     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13892   layout:
13893     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13894     layout: "plot-throughput-speedup-analysis"
13895
13896 - type: "plot"
13897   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13898   algorithm: "plot_tsa_name"
13899   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13900   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13901   include:
13902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13907   layout:
13908     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13909     layout: "plot-throughput-speedup-analysis"
13910
13911 - type: "plot"
13912   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13913   algorithm: "plot_tsa_name"
13914   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13915   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13916   include:
13917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13921     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13922   layout:
13923     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13924     layout: "plot-throughput-speedup-analysis"
13925
13926 - type: "plot"
13927   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13928   algorithm: "plot_tsa_name"
13929   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13930   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13931   include:
13932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13938   layout:
13939     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13940     layout: "plot-throughput-speedup-analysis"
13941
13942 - type: "plot"
13943   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13944   algorithm: "plot_tsa_name"
13945   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13946   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13947   include:
13948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13950     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13951     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13952     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13953     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13954   layout:
13955     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13956     layout: "plot-throughput-speedup-analysis"
13957
13958 - type: "plot"
13959   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13960   algorithm: "plot_tsa_name"
13961   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13962   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13963   include:
13964     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13965     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13966     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13968   layout:
13969     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
13970     layout: "plot-throughput-speedup-analysis"
13971
13972 - type: "plot"
13973   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13974   algorithm: "plot_tsa_name"
13975   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13976   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13977   include:
13978     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13979     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13980     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13981     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13982   layout:
13983     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
13984     layout: "plot-throughput-speedup-analysis"
13985
13986 - type: "plot"
13987   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13988   algorithm: "plot_tsa_name"
13989   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13990   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13991   include:
13992     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13993     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13994     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13995     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13996     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13997   layout:
13998     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
13999     layout: "plot-throughput-speedup-analysis"
14000
14001 - type: "plot"
14002   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14003   algorithm: "plot_tsa_name"
14004   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14005   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14006   include:
14007     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14008     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14009     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14010     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14011     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14012   layout:
14013     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14014     layout: "plot-throughput-speedup-analysis"
14015
14016 - type: "plot"
14017   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14018   algorithm: "plot_tsa_name"
14019   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14020   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14021   include:
14022     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14023     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14024     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14025     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14026     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14027     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14028   layout:
14029     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14030     layout: "plot-throughput-speedup-analysis"
14031
14032 - type: "plot"
14033   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14034   algorithm: "plot_tsa_name"
14035   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14036   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14037   include:
14038     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14040     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14041     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14042     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14043     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14044   layout:
14045     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14046     layout: "plot-throughput-speedup-analysis"
14047
14048 - type: "plot"
14049   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14050   algorithm: "plot_tsa_name"
14051   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14052   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14053   include:
14054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14057     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14058   layout:
14059     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14060     layout: "plot-throughput-speedup-analysis"
14061
14062 - type: "plot"
14063   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14064   algorithm: "plot_tsa_name"
14065   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14066   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14067   include:
14068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14072   layout:
14073     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14074     layout: "plot-throughput-speedup-analysis"
14075
14076 - type: "plot"
14077   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14078   algorithm: "plot_tsa_name"
14079   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14080   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14081   include:
14082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14084     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14085     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14086     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14087     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14088   layout:
14089     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14090     layout: "plot-throughput-speedup-analysis"
14091
14092 - type: "plot"
14093   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14094   algorithm: "plot_tsa_name"
14095   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14096   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14097   include:
14098     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14100     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14101     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14102     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14103     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14104   layout:
14105     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14106     layout: "plot-throughput-speedup-analysis"
14107
14108 - type: "plot"
14109   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14110   algorithm: "plot_tsa_name"
14111   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14112   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14113   include:
14114     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14115     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14116     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14117     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14118     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14119     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14120   layout:
14121     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14122     layout: "plot-throughput-speedup-analysis"
14123
14124 - type: "plot"
14125   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14126   algorithm: "plot_tsa_name"
14127   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14128   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14129   include:
14130     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14131     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14132     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14133     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14134     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14135     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14136   layout:
14137     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14138     layout: "plot-throughput-speedup-analysis"
14139
14140 - type: "plot"
14141   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14142   algorithm: "plot_tsa_name"
14143   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14144   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14145   include:
14146     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14147     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14148     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14149     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14150     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14151     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14152   layout:
14153     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14154     layout: "plot-throughput-speedup-analysis"
14155
14156 - type: "plot"
14157   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14158   algorithm: "plot_tsa_name"
14159   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14160   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14161   include:
14162     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14163     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14164     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14165     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14166     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14167     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14168   layout:
14169     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14170     layout: "plot-throughput-speedup-analysis"
14171
14172 - type: "plot"
14173   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14174   algorithm: "plot_tsa_name"
14175   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14176   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14177   include:
14178     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14179     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14180     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14181     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14182     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14183   layout:
14184     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14185     layout: "plot-throughput-speedup-analysis"
14186
14187 - type: "plot"
14188   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14189   algorithm: "plot_tsa_name"
14190   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14191   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14192   include:
14193     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14194     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14195     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14196     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14197     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14198   layout:
14199     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14200     layout: "plot-throughput-speedup-analysis"
14201
14202 #- type: "plot"
14203 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14204 #  algorithm: "plot_tsa_name"
14205 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14206 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14207 #  include:
14208 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14209 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14210 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14211 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14212 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14213 #  layout:
14214 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14215 #    layout: "plot-throughput-speedup-analysis"
14216 #
14217 #- type: "plot"
14218 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14219 #  algorithm: "plot_tsa_name"
14220 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14221 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14222 #  include:
14223 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14224 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14225 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14226 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14227 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14228 #  layout:
14229 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14230 #    layout: "plot-throughput-speedup-analysis"
14231
14232 #- type: "plot"
14233 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14234 #  algorithm: "plot_tsa_name"
14235 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14236 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14237 #  include:
14238 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14239 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14240 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14241 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14242 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14243 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14244 #  layout:
14245 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14246 #    layout: "plot-throughput-speedup-analysis"
14247 #
14248 #- type: "plot"
14249 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14250 #  algorithm: "plot_tsa_name"
14251 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14252 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14253 #  include:
14254 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14255 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14256 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14257 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14258 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14259 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14260 #  layout:
14261 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14262 #    layout: "plot-throughput-speedup-analysis"
14263
14264 - type: "plot"
14265   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14266   algorithm: "plot_tsa_name"
14267   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14268   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14269   include:
14270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14273     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14274     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14275   layout:
14276     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14277     layout: "plot-throughput-speedup-analysis"
14278
14279 - type: "plot"
14280   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14281   algorithm: "plot_tsa_name"
14282   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14283   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14284   include:
14285     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14289     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14290   layout:
14291     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14292     layout: "plot-throughput-speedup-analysis"
14293
14294 - type: "plot"
14295   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14296   algorithm: "plot_tsa_name"
14297   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14298   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14299   include:
14300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14303     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14304     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14305     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14306   layout:
14307     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14308     layout: "plot-throughput-speedup-analysis"
14309
14310 - type: "plot"
14311   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14312   algorithm: "plot_tsa_name"
14313   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14314   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14315   include:
14316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14320     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14321     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14322   layout:
14323     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14324     layout: "plot-throughput-speedup-analysis"
14325
14326 - type: "plot"
14327   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14328   algorithm: "plot_tsa_name"
14329   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14330   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14331   include:
14332     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14335     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14336     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14337   layout:
14338     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14339     layout: "plot-throughput-speedup-analysis"
14340
14341 - type: "plot"
14342   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14343   algorithm: "plot_tsa_name"
14344   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14345   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14346   include:
14347     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14348     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14349     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14350     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14351     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14352   layout:
14353     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14354     layout: "plot-throughput-speedup-analysis"
14355
14356 - type: "plot"
14357   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14358   algorithm: "plot_tsa_name"
14359   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14360   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14361   include:
14362     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14363     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14364     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14365     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14366   layout:
14367     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14368     layout: "plot-throughput-speedup-analysis"
14369
14370 - type: "plot"
14371   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14372   algorithm: "plot_tsa_name"
14373   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14374   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14375   include:
14376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14377     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14378     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14379     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14380   layout:
14381     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14382     layout: "plot-throughput-speedup-analysis"
14383
14384 - type: "plot"
14385   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14386   algorithm: "plot_tsa_name"
14387   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14388   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14389   include:
14390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14393     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14395     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14396   layout:
14397     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14398     layout: "plot-throughput-speedup-analysis"
14399
14400 - type: "plot"
14401   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14402   algorithm: "plot_tsa_name"
14403   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14404   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14405   include:
14406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14408     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14409     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14410     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14411     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14412   layout:
14413     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14414     layout: "plot-throughput-speedup-analysis"
14415
14416 - type: "plot"
14417   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14418   algorithm: "plot_tsa_name"
14419   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14420   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14421   include:
14422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14425     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14426     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14427   layout:
14428     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14429     layout: "plot-throughput-speedup-analysis"
14430
14431 - type: "plot"
14432   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14433   algorithm: "plot_tsa_name"
14434   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14435   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14436   include:
14437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14442   layout:
14443     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14444     layout: "plot-throughput-speedup-analysis"
14445
14446 - type: "plot"
14447   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14448   algorithm: "plot_tsa_name"
14449   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14450   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14451   include:
14452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14458   layout:
14459     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14460     layout: "plot-throughput-speedup-analysis"
14461
14462 - type: "plot"
14463   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14464   algorithm: "plot_tsa_name"
14465   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14466   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14467   include:
14468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14474   layout:
14475     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14476     layout: "plot-throughput-speedup-analysis"
14477
14478 - type: "plot"
14479   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14480   algorithm: "plot_tsa_name"
14481   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14482   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14483   include:
14484     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14487     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14488   layout:
14489     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14490     layout: "plot-throughput-speedup-analysis"
14491
14492 - type: "plot"
14493   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14494   algorithm: "plot_tsa_name"
14495   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14496   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14497   include:
14498     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14502   layout:
14503     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14504     layout: "plot-throughput-speedup-analysis"
14505
14506 - type: "plot"
14507   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14508   algorithm: "plot_tsa_name"
14509   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14510   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14511   include:
14512     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14517   layout:
14518     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14519     layout: "plot-throughput-speedup-analysis"
14520
14521 - type: "plot"
14522   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14523   algorithm: "plot_tsa_name"
14524   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14525   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14526   include:
14527     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14528     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14531     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14532   layout:
14533     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14534     layout: "plot-throughput-speedup-analysis"
14535
14536 - type: "plot"
14537   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14538   algorithm: "plot_tsa_name"
14539   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14540   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14541   include:
14542     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14543     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14544     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14545     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14546     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14547     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14548   layout:
14549     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14550     layout: "plot-throughput-speedup-analysis"
14551
14552 - type: "plot"
14553   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14554   algorithm: "plot_tsa_name"
14555   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14556   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14557   include:
14558     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14559     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14560     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14561     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14562     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14563     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14564   layout:
14565     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14566     layout: "plot-throughput-speedup-analysis"
14567
14568 - type: "plot"
14569   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14570   algorithm: "plot_tsa_name"
14571   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14572   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14573   include:
14574     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14575     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14576     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14577     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14578   layout:
14579     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14587   include:
14588     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14589     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14590     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14591     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14592   layout:
14593     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14594     layout: "plot-throughput-speedup-analysis"
14595
14596 - type: "plot"
14597   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14598   algorithm: "plot_tsa_name"
14599   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14600   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14601   include:
14602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14603     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14604     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14605     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14606     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14607     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14608   layout:
14609     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14610     layout: "plot-throughput-speedup-analysis"
14611
14612 - type: "plot"
14613   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14614   algorithm: "plot_tsa_name"
14615   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14616   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14617   include:
14618     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14619     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14620     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14621     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14622     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14623     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14624   layout:
14625     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14626     layout: "plot-throughput-speedup-analysis"
14627
14628 - type: "plot"
14629   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14630   algorithm: "plot_tsa_name"
14631   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14632   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14633   include:
14634     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14635     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14636     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14637     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14638     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14639     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14640   layout:
14641     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14642     layout: "plot-throughput-speedup-analysis"
14643
14644 - type: "plot"
14645   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14646   algorithm: "plot_tsa_name"
14647   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14648   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14649   include:
14650     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14651     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14652     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14653     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14654     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14655     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14656   layout:
14657     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14658     layout: "plot-throughput-speedup-analysis"
14659
14660 #- type: "plot"
14661 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14662 #  algorithm: "plot_tsa_name"
14663 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14664 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14665 #  include:
14666 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14667 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14668 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14669 #  layout:
14670 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14671 #    layout: "plot-throughput-speedup-analysis"
14672 #
14673 #- type: "plot"
14674 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14675 #  algorithm: "plot_tsa_name"
14676 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14677 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14678 #  include:
14679 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14680 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14681 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14682 #  layout:
14683 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14684 #    layout: "plot-throughput-speedup-analysis"
14685
14686 ################################################################################
14687
14688 # Packet Throughput - DPDK
14689
14690 # 2n-skx-xxv710
14691
14692 #- type: "plot"
14693 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14694 #  algorithm: "plot_perf_box_name"
14695 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14696 #  data: "plot-dpdk-throughput-latency-2n-skx"
14697 #  include:
14698 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14699 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14700 #  layout:
14701 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14702 #    layout: "plot-throughput"
14703 #
14704 #- type: "plot"
14705 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14706 #  algorithm: "plot_perf_box_name"
14707 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14708 #  data: "plot-dpdk-throughput-latency-2n-skx"
14709 #  include:
14710 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14711 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14712 #  layout:
14713 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14714 #    layout: "plot-throughput"
14715 #
14716 #- type: "plot"
14717 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14718 #  algorithm: "plot_perf_box_name"
14719 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14720 #  data: "plot-dpdk-throughput-latency-2n-skx"
14721 #  include:
14722 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14723 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14724 #  layout:
14725 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14726 #    layout: "plot-throughput"
14727 #
14728 #- type: "plot"
14729 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14730 #  algorithm: "plot_perf_box_name"
14731 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14732 #  data: "plot-dpdk-throughput-latency-2n-skx"
14733 #  include:
14734 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14735 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14736 #  layout:
14737 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14738 #    layout: "plot-throughput"
14739 #
14740 ## 2n-skx-x710
14741 #
14742 #- type: "plot"
14743 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14744 #  algorithm: "plot_perf_box_name"
14745 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14746 #  data: "plot-dpdk-throughput-latency-2n-skx"
14747 #  include:
14748 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14749 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14750 #  layout:
14751 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14752 #    layout: "plot-throughput"
14753 #
14754 #- type: "plot"
14755 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14756 #  algorithm: "plot_perf_box_name"
14757 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14758 #  data: "plot-dpdk-throughput-latency-2n-skx"
14759 #  include:
14760 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14761 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14762 #  layout:
14763 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14764 #    layout: "plot-throughput"
14765 #
14766 #- type: "plot"
14767 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14768 #  algorithm: "plot_perf_box_name"
14769 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14770 #  data: "plot-dpdk-throughput-latency-2n-skx"
14771 #  include:
14772 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14773 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14774 #  layout:
14775 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14776 #    layout: "plot-throughput"
14777 #
14778 #- type: "plot"
14779 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14780 #  algorithm: "plot_perf_box_name"
14781 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14782 #  data: "plot-dpdk-throughput-latency-2n-skx"
14783 #  include:
14784 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14785 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14786 #  layout:
14787 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14788 #    layout: "plot-throughput"
14789 #
14790 ## 3n-skx-xxv710
14791 #
14792 #- type: "plot"
14793 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14794 #  algorithm: "plot_perf_box_name"
14795 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14796 #  data: "plot-dpdk-throughput-latency-3n-skx"
14797 #  include:
14798 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14799 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14800 #  layout:
14801 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14802 #    layout: "plot-throughput"
14803 #
14804 #- type: "plot"
14805 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14806 #  algorithm: "plot_perf_box_name"
14807 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14808 #  data: "plot-dpdk-throughput-latency-3n-skx"
14809 #  include:
14810 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14811 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14812 #  layout:
14813 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14814 #    layout: "plot-throughput"
14815 #
14816 #- type: "plot"
14817 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14818 #  algorithm: "plot_perf_box_name"
14819 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14820 #  data: "plot-dpdk-throughput-latency-3n-skx"
14821 #  include:
14822 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14823 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14824 #  layout:
14825 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14826 #    layout: "plot-throughput"
14827 #
14828 #- type: "plot"
14829 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14830 #  algorithm: "plot_perf_box_name"
14831 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14832 #  data: "plot-dpdk-throughput-latency-3n-skx"
14833 #  include:
14834 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14835 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14836 #  layout:
14837 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14838 #    layout: "plot-throughput"
14839 #
14840 ## 3n-skx-x710
14841 #
14842 #- type: "plot"
14843 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14844 #  algorithm: "plot_perf_box_name"
14845 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14846 #  data: "plot-dpdk-throughput-latency-3n-skx"
14847 #  include:
14848 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14849 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14850 #  layout:
14851 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14852 #    layout: "plot-throughput"
14853 #
14854 #- type: "plot"
14855 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14856 #  algorithm: "plot_perf_box_name"
14857 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14858 #  data: "plot-dpdk-throughput-latency-3n-skx"
14859 #  include:
14860 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14861 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14862 #  layout:
14863 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14864 #    layout: "plot-throughput"
14865 #
14866 #- type: "plot"
14867 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14868 #  algorithm: "plot_perf_box_name"
14869 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14870 #  data: "plot-dpdk-throughput-latency-3n-skx"
14871 #  include:
14872 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14873 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14874 #  layout:
14875 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14876 #    layout: "plot-throughput"
14877 #
14878 #- type: "plot"
14879 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14880 #  algorithm: "plot_perf_box_name"
14881 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14882 #  data: "plot-dpdk-throughput-latency-3n-skx"
14883 #  include:
14884 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14885 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14886 #  layout:
14887 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14888 #    layout: "plot-throughput"
14889
14890 # 3n-hsw-xl710
14891
14892 - type: "plot"
14893   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14894   algorithm: "plot_perf_box_name"
14895   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14896   data: "plot-dpdk-throughput-latency-3n-hsw"
14897   include:
14898     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14899     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14900   layout:
14901     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14902     layout: "plot-throughput"
14903
14904 - type: "plot"
14905   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14906   algorithm: "plot_perf_box_name"
14907   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14908   data: "plot-dpdk-throughput-latency-3n-hsw"
14909   include:
14910     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14911     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14912   layout:
14913     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14914     layout: "plot-throughput"
14915
14916 - type: "plot"
14917   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14918   algorithm: "plot_perf_box_name"
14919   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14920   data: "plot-dpdk-throughput-latency-3n-hsw"
14921   include:
14922     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14923     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14924   layout:
14925     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14926     layout: "plot-throughput"
14927
14928 - type: "plot"
14929   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14930   algorithm: "plot_perf_box_name"
14931   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14932   data: "plot-dpdk-throughput-latency-3n-hsw"
14933   include:
14934     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14935     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14936   layout:
14937     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14938     layout: "plot-throughput"
14939
14940 # 3n-hsw-x710
14941
14942 - type: "plot"
14943   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14944   algorithm: "plot_perf_box_name"
14945   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14946   data: "plot-dpdk-throughput-latency-3n-hsw"
14947   include:
14948     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14949     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14950   layout:
14951     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14952     layout: "plot-throughput"
14953
14954 - type: "plot"
14955   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14956   algorithm: "plot_perf_box_name"
14957   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14958   data: "plot-dpdk-throughput-latency-3n-hsw"
14959   include:
14960     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14961     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14962   layout:
14963     title: "3n-hsw-x710-64b-2t2c-base-ndr"
14964     layout: "plot-throughput"
14965
14966 - type: "plot"
14967   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
14968   algorithm: "plot_perf_box_name"
14969   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
14970   data: "plot-dpdk-throughput-latency-3n-hsw"
14971   include:
14972     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14973     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14974   layout:
14975     title: "3n-hsw-x710-64b-1t1c-base-pdr"
14976     layout: "plot-throughput"
14977
14978 - type: "plot"
14979   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
14980   algorithm: "plot_perf_box_name"
14981   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
14982   data: "plot-dpdk-throughput-latency-3n-hsw"
14983   include:
14984     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14985     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14986   layout:
14987     title: "3n-hsw-x710-64b-2t2c-base-pdr"
14988     layout: "plot-throughput"
14989
14990 # 2n-dnv-x553
14991
14992 - type: "plot"
14993   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
14994   algorithm: "plot_perf_box_name"
14995   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
14996   data: "plot-dpdk-throughput-latency-2n-dnv"
14997   include:
14998     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14999     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15000   layout:
15001     title: "2n-dnv-x553-64b-1t1c-base-ndr"
15002     layout: "plot-throughput"
15003
15004 - type: "plot"
15005   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
15006   algorithm: "plot_perf_box_name"
15007   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15008   data: "plot-dpdk-throughput-latency-2n-dnv"
15009   include:
15010     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15011     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15012   layout:
15013     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15014     layout: "plot-throughput"
15015
15016 - type: "plot"
15017   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15018   algorithm: "plot_perf_box_name"
15019   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15020   data: "plot-dpdk-throughput-latency-2n-dnv"
15021   include:
15022     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15023     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15024   layout:
15025     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15026     layout: "plot-throughput"
15027
15028 - type: "plot"
15029   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15030   algorithm: "plot_perf_box_name"
15031   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15032   data: "plot-dpdk-throughput-latency-2n-dnv"
15033   include:
15034     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15035     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15036   layout:
15037     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15038     layout: "plot-throughput"
15039
15040 # 3n-dnv-x553
15041
15042 - type: "plot"
15043   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15044   algorithm: "plot_perf_box_name"
15045   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15046   data: "plot-dpdk-throughput-latency-3n-dnv"
15047   include:
15048     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15049     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15050   layout:
15051     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15052     layout: "plot-throughput"
15053
15054 - type: "plot"
15055   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15056   algorithm: "plot_perf_box_name"
15057   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15058   data: "plot-dpdk-throughput-latency-3n-dnv"
15059   include:
15060     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15061     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15062   layout:
15063     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15064     layout: "plot-throughput"
15065
15066 - type: "plot"
15067   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15068   algorithm: "plot_perf_box_name"
15069   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15070   data: "plot-dpdk-throughput-latency-3n-dnv"
15071   include:
15072     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15073     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15074   layout:
15075     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15076     layout: "plot-throughput"
15077
15078 - type: "plot"
15079   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15080   algorithm: "plot_perf_box_name"
15081   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15082   data: "plot-dpdk-throughput-latency-3n-dnv"
15083   include:
15084     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15085     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15086   layout:
15087     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15088     layout: "plot-throughput"
15089
15090 # 3n-tsh-x520
15091
15092 - type: "plot"
15093   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
15094   algorithm: "plot_perf_box_name"
15095   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
15096   data: "plot-dpdk-throughput-latency-3n-tsh"
15097   include:
15098     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15099     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15100   layout:
15101     title: "3n-tsh-x520-64b-1t1c-base-ndr"
15102     layout: "plot-throughput"
15103
15104 - type: "plot"
15105   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15106   algorithm: "plot_perf_box_name"
15107   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15108   data: "plot-dpdk-throughput-latency-3n-tsh"
15109   include:
15110     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15111     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15112   layout:
15113     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15114     layout: "plot-throughput"
15115
15116 - type: "plot"
15117   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15118   algorithm: "plot_perf_box_name"
15119   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15120   data: "plot-dpdk-throughput-latency-3n-tsh"
15121   include:
15122     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15123     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15124   layout:
15125     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15126     layout: "plot-throughput"
15127
15128 - type: "plot"
15129   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15130   algorithm: "plot_perf_box_name"
15131   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15132   data: "plot-dpdk-throughput-latency-3n-tsh"
15133   include:
15134     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15135     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15136   layout:
15137     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15138     layout: "plot-throughput"
15139
15140 ################################################################################
15141 ###   2n-clx                                                                 ###
15142 ################################################################################
15143
15144 # Packet Throughput
15145
15146 - type: "plot"
15147   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15148   algorithm: "plot_perf_box_name"
15149   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15150   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15151   include:
15152     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15153     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15154     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15155     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15156   layout:
15157     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15158     layout: "plot-throughput"
15159
15160 - type: "plot"
15161   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15162   algorithm: "plot_perf_box_name"
15163   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15164   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15165   include:
15166     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15167     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15168     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15169     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15170   layout:
15171     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15172     layout: "plot-throughput"
15173
15174 - type: "plot"
15175   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15176   algorithm: "plot_perf_box_name"
15177   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15179   include:
15180     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15181     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15182     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15183     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15184   layout:
15185     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15186     layout: "plot-throughput"
15187
15188 - type: "plot"
15189   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15190   algorithm: "plot_perf_box_name"
15191   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15193   include:
15194     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15195     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15196     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15197     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15198   layout:
15199     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15200     layout: "plot-throughput"
15201
15202 - type: "plot"
15203   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15204   algorithm: "plot_perf_box_name"
15205   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15206   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15207   include:
15208     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15209     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15213   layout:
15214     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15215     layout: "plot-throughput"
15216
15217 - type: "plot"
15218   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15219   algorithm: "plot_perf_box_name"
15220   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15221   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15222   include:
15223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15224     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15226     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15227     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15228   layout:
15229     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15230     layout: "plot-throughput"
15231
15232 - type: "plot"
15233   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15234   algorithm: "plot_perf_box_name"
15235   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15236   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15237   include:
15238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15242   layout:
15243     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15244     layout: "plot-throughput"
15245
15246 - type: "plot"
15247   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15248   algorithm: "plot_perf_box_name"
15249   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15251   include:
15252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15256   layout:
15257     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15258     layout: "plot-throughput"
15259
15260 - type: "plot"
15261   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15262   algorithm: "plot_perf_box_name"
15263   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15265   include:
15266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15271   layout:
15272     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15273     layout: "plot-throughput"
15274
15275 - type: "plot"
15276   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15277   algorithm: "plot_perf_box_name"
15278   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15279   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15280   include:
15281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15286   layout:
15287     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15288     layout: "plot-throughput"
15289
15290 - type: "plot"
15291   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15292   algorithm: "plot_perf_box_name"
15293   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15294   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15295   include:
15296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15302   layout:
15303     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15304     layout: "plot-throughput"
15305
15306 - type: "plot"
15307   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15308   algorithm: "plot_perf_box_name"
15309   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15311   include:
15312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15318   layout:
15319     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15320     layout: "plot-throughput"
15321
15322 - type: "plot"
15323   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15324   algorithm: "plot_perf_box_name"
15325   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15326   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15327   include:
15328     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15329     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15330   layout:
15331     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15332     layout: "plot-throughput"
15333
15334 - type: "plot"
15335   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15336   algorithm: "plot_perf_box_name"
15337   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15338   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15339   include:
15340     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15341     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15342   layout:
15343     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15344     layout: "plot-throughput"
15345
15346 - type: "plot"
15347   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15348   algorithm: "plot_perf_box_name"
15349   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15350   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15351   include:
15352     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15353     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15354     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15355     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15356     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15357     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15358   layout:
15359     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15360     layout: "plot-throughput"
15361
15362 - type: "plot"
15363   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15364   algorithm: "plot_perf_box_name"
15365   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15366   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15367   include:
15368     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15369     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15370     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15371     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15372     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15373     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15374   layout:
15375     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15376     layout: "plot-throughput"
15377
15378 - type: "plot"
15379   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15380   algorithm: "plot_perf_box_name"
15381   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15383   include:
15384     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15385     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15386     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15387     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15388     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15389     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15390   layout:
15391     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15392     layout: "plot-throughput"
15393
15394 - type: "plot"
15395   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15396   algorithm: "plot_perf_box_name"
15397   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15398   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15399   include:
15400     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15401     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15402     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15403     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15404     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15405     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15406   layout:
15407     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15408     layout: "plot-throughput"
15409
15410 - type: "plot"
15411   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15412   algorithm: "plot_perf_box_name"
15413   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15415   include:
15416     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15417     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15418     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15419   layout:
15420     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15421     layout: "plot-throughput"
15422
15423 - type: "plot"
15424   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15425   algorithm: "plot_perf_box_name"
15426   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15428   include:
15429     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15430     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15431     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15432   layout:
15433     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15434     layout: "plot-throughput"
15435
15436 - type: "plot"
15437   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15438   algorithm: "plot_perf_box_name"
15439   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15440   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15441   include:
15442     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15443     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15444     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15445     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15446     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15447   layout:
15448     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15449     layout: "plot-throughput"
15450
15451 - type: "plot"
15452   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15453   algorithm: "plot_perf_box_name"
15454   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15456   include:
15457     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15458     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15459     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15460     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15461     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15462   layout:
15463     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15464     layout: "plot-throughput"
15465
15466 - type: "plot"
15467   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15468   algorithm: "plot_perf_box_name"
15469   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15470   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15471   include:
15472     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15473     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15474     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15475     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15476     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15477   layout:
15478     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15479     layout: "plot-throughput"
15480
15481 - type: "plot"
15482   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15483   algorithm: "plot_perf_box_name"
15484   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15486   include:
15487     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15488     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15489     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15490     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15491     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15492   layout:
15493     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15494     layout: "plot-throughput"
15495
15496 - type: "plot"
15497   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15498   algorithm: "plot_perf_box_name"
15499   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15501   include:
15502     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15503     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15504     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15505     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15506     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15507     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15508   layout:
15509     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15510     layout: "plot-throughput"
15511
15512 - type: "plot"
15513   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15514   algorithm: "plot_perf_box_name"
15515   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15517   include:
15518     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15519     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15520     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15524   layout:
15525     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15526     layout: "plot-throughput"
15527
15528 - type: "plot"
15529   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15530   algorithm: "plot_perf_box_name"
15531   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15533   include:
15534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15538   layout:
15539     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15540     layout: "plot-throughput"
15541
15542 - type: "plot"
15543   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15544   algorithm: "plot_perf_box_name"
15545   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15547   include:
15548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15552   layout:
15553     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15554     layout: "plot-throughput"
15555
15556 - type: "plot"
15557   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15558   algorithm: "plot_perf_box_name"
15559   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15560   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15561   include:
15562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15567   layout:
15568     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15569     layout: "plot-throughput"
15570
15571 - type: "plot"
15572   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15573   algorithm: "plot_perf_box_name"
15574   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15575   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15576   include:
15577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15582   layout:
15583     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15584     layout: "plot-throughput"
15585
15586 - type: "plot"
15587   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15588   algorithm: "plot_perf_box_name"
15589   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15591   include:
15592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15596   layout:
15597     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15598     layout: "plot-throughput"
15599
15600 - type: "plot"
15601   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15602   algorithm: "plot_perf_box_name"
15603   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15605   include:
15606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15610   layout:
15611     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15612     layout: "plot-throughput"
15613
15614 - type: "plot"
15615   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15616   algorithm: "plot_perf_box_name"
15617   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15619   include:
15620     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15621     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15622     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15623     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15624     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15625     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15626   layout:
15627     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15628     layout: "plot-throughput"
15629
15630 - type: "plot"
15631   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15632   algorithm: "plot_perf_box_name"
15633   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15635   include:
15636     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15637     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15638     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15639     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15640     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15641     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15642   layout:
15643     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15644     layout: "plot-throughput"
15645
15646 - type: "plot"
15647   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15648   algorithm: "plot_perf_box_name"
15649   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15650   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15651   include:
15652     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15653     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15654     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15655     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15656   layout:
15657     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15658     layout: "plot-throughput"
15659
15660 - type: "plot"
15661   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15662   algorithm: "plot_perf_box_name"
15663   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15665   include:
15666     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15667     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15668     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15669     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15670   layout:
15671     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15672     layout: "plot-throughput"
15673
15674 - type: "plot"
15675   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15676   algorithm: "plot_perf_box_name"
15677   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15679   include:
15680     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15681     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15682     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15683     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15684   layout:
15685     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15686     layout: "plot-throughput"
15687
15688 - type: "plot"
15689   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15690   algorithm: "plot_perf_box_name"
15691   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15693   include:
15694     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15695     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15696     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15697     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15698   layout:
15699     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15700     layout: "plot-throughput"
15701
15702 - type: "plot"
15703   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15704   algorithm: "plot_perf_box_name"
15705   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15707   include:
15708     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15709     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15710     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15711     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15712   layout:
15713     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15714     layout: "plot-throughput"
15715
15716 - type: "plot"
15717   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15718   algorithm: "plot_perf_box_name"
15719   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15720   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15721   include:
15722     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15724     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15725     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15726   layout:
15727     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15728     layout: "plot-throughput"
15729
15730 - type: "plot"
15731   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15732   algorithm: "plot_perf_box_name"
15733   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15734   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15735   include:
15736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15740   layout:
15741     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15742     layout: "plot-throughput"
15743
15744 - type: "plot"
15745   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15746   algorithm: "plot_perf_box_name"
15747   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15749   include:
15750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15754   layout:
15755     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15756     layout: "plot-throughput"
15757
15758 - type: "plot"
15759   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15760   algorithm: "plot_perf_box_name"
15761   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15763   include:
15764     - "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"
15765     - "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"
15766     - "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"
15767     - "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"
15768   layout:
15769     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15770     layout: "plot-throughput"
15771
15772 - type: "plot"
15773   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15774   algorithm: "plot_perf_box_name"
15775   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15777   include:
15778     - "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"
15779     - "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"
15780     - "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"
15781     - "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"
15782   layout:
15783     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15784     layout: "plot-throughput"
15785
15786 ################################################################################
15787
15788 # Packet Speedup
15789
15790 - type: "plot"
15791   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15792   algorithm: "plot_tsa_name"
15793   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15795   include:
15796     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15797     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15800   layout:
15801     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15802     layout: "plot-throughput-speedup-analysis"
15803
15804 - type: "plot"
15805   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15806   algorithm: "plot_tsa_name"
15807   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15809   include:
15810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15811     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15813     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15814   layout:
15815     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15816     layout: "plot-throughput-speedup-analysis"
15817
15818 - type: "plot"
15819   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15820   algorithm: "plot_tsa_name"
15821   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15823   include:
15824     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15825     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15826     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15827     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15828   layout:
15829     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
15830     layout: "plot-throughput-speedup-analysis"
15831
15832 - type: "plot"
15833   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15834   algorithm: "plot_tsa_name"
15835   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15837   include:
15838     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15839     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15840     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15841     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15842   layout:
15843     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
15844     layout: "plot-throughput-speedup-analysis"
15845
15846 - type: "plot"
15847   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15848   algorithm: "plot_tsa_name"
15849   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15851   include:
15852     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15853     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15857   layout:
15858     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15859     layout: "plot-throughput-speedup-analysis"
15860
15861 - type: "plot"
15862   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15863   algorithm: "plot_tsa_name"
15864   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15865   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15866   include:
15867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15872   layout:
15873     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15874     layout: "plot-throughput-speedup-analysis"
15875
15876 - type: "plot"
15877   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15878   algorithm: "plot_tsa_name"
15879   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15881   include:
15882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15886   layout:
15887     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15888     layout: "plot-throughput-speedup-analysis"
15889
15890 - type: "plot"
15891   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15892   algorithm: "plot_tsa_name"
15893   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15895   include:
15896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15900   layout:
15901     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15902     layout: "plot-throughput-speedup-analysis"
15903
15904 - type: "plot"
15905   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15906   algorithm: "plot_tsa_name"
15907   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15909   include:
15910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15915   layout:
15916     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15917     layout: "plot-throughput-speedup-analysis"
15918
15919 - type: "plot"
15920   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15921   algorithm: "plot_tsa_name"
15922   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15924   include:
15925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15930   layout:
15931     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15932     layout: "plot-throughput-speedup-analysis"
15933
15934 - type: "plot"
15935   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15936   algorithm: "plot_tsa_name"
15937   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15939   include:
15940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15946   layout:
15947     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15948     layout: "plot-throughput-speedup-analysis"
15949
15950 - type: "plot"
15951   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15952   algorithm: "plot_tsa_name"
15953   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15955   include:
15956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15962   layout:
15963     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15964     layout: "plot-throughput-speedup-analysis"
15965
15966 - type: "plot"
15967   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
15968   algorithm: "plot_tsa_name"
15969   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
15970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15971   include:
15972     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
15973     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
15974   layout:
15975     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
15976     layout: "plot-throughput-speedup-analysis"
15977
15978 - type: "plot"
15979   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
15980   algorithm: "plot_tsa_name"
15981   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
15982   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15983   include:
15984     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
15985     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
15986   layout:
15987     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
15988     layout: "plot-throughput-speedup-analysis"
15989
15990 - type: "plot"
15991   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
15992   algorithm: "plot_tsa_name"
15993   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
15994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15995   include:
15996     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
15997     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15998     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
15999     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16000     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16001     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16002   layout:
16003     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
16004     layout: "plot-throughput-speedup-analysis"
16005
16006 - type: "plot"
16007   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16008   algorithm: "plot_tsa_name"
16009   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16010   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16011   include:
16012     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16013     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16014     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16015     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16016     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16017     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16018   layout:
16019     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
16020     layout: "plot-throughput-speedup-analysis"
16021
16022 - type: "plot"
16023   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16024   algorithm: "plot_tsa_name"
16025   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16026   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16027   include:
16028     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16029     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16030     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16031     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16032     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16033     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16034   layout:
16035     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
16036     layout: "plot-throughput-speedup-analysis"
16037
16038 - type: "plot"
16039   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16040   algorithm: "plot_tsa_name"
16041   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16043   include:
16044     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16045     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16046     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16047     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16048     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16049     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16050   layout:
16051     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
16052     layout: "plot-throughput-speedup-analysis"
16053
16054 - type: "plot"
16055   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16056   algorithm: "plot_tsa_name"
16057   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16059   include:
16060     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16061     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16062     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16063   layout:
16064     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
16065     layout: "plot-throughput-speedup-analysis"
16066
16067 - type: "plot"
16068   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16069   algorithm: "plot_tsa_name"
16070   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16072   include:
16073     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16074     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16075     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16076   layout:
16077     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
16078     layout: "plot-throughput-speedup-analysis"
16079
16080 - type: "plot"
16081   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16082   algorithm: "plot_tsa_name"
16083   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16085   include:
16086     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16087     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16088     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16089     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16090     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16091   layout:
16092     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16093     layout: "plot-throughput-speedup-analysis"
16094
16095 - type: "plot"
16096   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16097   algorithm: "plot_tsa_name"
16098   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16100   include:
16101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16102     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16103     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16104     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16105     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16106   layout:
16107     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16108     layout: "plot-throughput-speedup-analysis"
16109
16110 - type: "plot"
16111   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16112   algorithm: "plot_tsa_name"
16113   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16115   include:
16116     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16117     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16118     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16119     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16120     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16121   layout:
16122     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
16123     layout: "plot-throughput-speedup-analysis"
16124
16125 - type: "plot"
16126   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16127   algorithm: "plot_tsa_name"
16128   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16130   include:
16131     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16132     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16133     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16134     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16135     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16136   layout:
16137     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
16138     layout: "plot-throughput-speedup-analysis"
16139
16140 - type: "plot"
16141   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16142   algorithm: "plot_tsa_name"
16143   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16145   include:
16146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16149     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16150     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16152   layout:
16153     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16154     layout: "plot-throughput-speedup-analysis"
16155
16156 - type: "plot"
16157   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16158   algorithm: "plot_tsa_name"
16159   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16160   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16161   include:
16162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16164     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16168   layout:
16169     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16170     layout: "plot-throughput-speedup-analysis"
16171
16172 - type: "plot"
16173   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16174   algorithm: "plot_tsa_name"
16175   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16177   include:
16178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16182   layout:
16183     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16184     layout: "plot-throughput-speedup-analysis"
16185
16186 - type: "plot"
16187   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16188   algorithm: "plot_tsa_name"
16189   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16191   include:
16192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16196   layout:
16197     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16198     layout: "plot-throughput-speedup-analysis"
16199
16200 - type: "plot"
16201   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16202   algorithm: "plot_tsa_name"
16203   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16205   include:
16206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16211   layout:
16212     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16213     layout: "plot-throughput-speedup-analysis"
16214
16215 - type: "plot"
16216   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16217   algorithm: "plot_tsa_name"
16218   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16220   include:
16221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16226   layout:
16227     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16228     layout: "plot-throughput-speedup-analysis"
16229
16230 - type: "plot"
16231   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16232   algorithm: "plot_tsa_name"
16233   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16235   include:
16236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16240   layout:
16241     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16242     layout: "plot-throughput-speedup-analysis"
16243
16244 - type: "plot"
16245   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16246   algorithm: "plot_tsa_name"
16247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16249   include:
16250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16254   layout:
16255     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16256     layout: "plot-throughput-speedup-analysis"
16257
16258 - type: "plot"
16259   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16260   algorithm: "plot_tsa_name"
16261   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16262   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16263   include:
16264     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16265     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16266     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16267     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16268     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16269     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16270   layout:
16271     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
16272     layout: "plot-throughput-speedup-analysis"
16273
16274 - type: "plot"
16275   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16276   algorithm: "plot_tsa_name"
16277   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16279   include:
16280     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16281     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16282     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16283     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16284     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16285     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16286   layout:
16287     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
16288     layout: "plot-throughput-speedup-analysis"
16289
16290 - type: "plot"
16291   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16292   algorithm: "plot_tsa_name"
16293   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16294   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16295   include:
16296     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16297     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16298     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16299     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16300   layout:
16301     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
16302     layout: "plot-throughput-speedup-analysis"
16303
16304 - type: "plot"
16305   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16306   algorithm: "plot_tsa_name"
16307   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16309   include:
16310     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16311     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16312     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16313     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16314   layout:
16315     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
16316     layout: "plot-throughput-speedup-analysis"
16317
16318 - type: "plot"
16319   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16320   algorithm: "plot_tsa_name"
16321   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16323   include:
16324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16328   layout:
16329     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16330     layout: "plot-throughput-speedup-analysis"
16331
16332 - type: "plot"
16333   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16334   algorithm: "plot_tsa_name"
16335   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16336   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16337   include:
16338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16342   layout:
16343     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16344     layout: "plot-throughput-speedup-analysis"
16345
16346 - type: "plot"
16347   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16348   algorithm: "plot_tsa_name"
16349   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16350   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16351   include:
16352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16356   layout:
16357     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16358     layout: "plot-throughput-speedup-analysis"
16359
16360 - type: "plot"
16361   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16362   algorithm: "plot_tsa_name"
16363   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16365   include:
16366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16370   layout:
16371     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16372     layout: "plot-throughput-speedup-analysis"
16373
16374 - type: "plot"
16375   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16376   algorithm: "plot_tsa_name"
16377   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16378   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16379   include:
16380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16384   layout:
16385     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
16386     layout: "plot-throughput-speedup-analysis"
16387
16388 - type: "plot"
16389   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16390   algorithm: "plot_tsa_name"
16391   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16393   include:
16394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16398   layout:
16399     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
16400     layout: "plot-throughput-speedup-analysis"
16401
16402 - type: "plot"
16403   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16404   algorithm: "plot_tsa_name"
16405   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16407   include:
16408     - "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"
16409     - "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"
16410     - "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"
16411     - "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"
16412   layout:
16413     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
16414     layout: "plot-throughput-speedup-analysis"
16415
16416 - type: "plot"
16417   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16418   algorithm: "plot_tsa_name"
16419   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16421   include:
16422     - "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"
16423     - "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"
16424     - "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"
16425     - "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"
16426   layout:
16427     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
16428     layout: "plot-throughput-speedup-analysis"
16429
16430 ################################################################################
16431
16432 # Packet Throughput - DPDK
16433
16434 # 2n-clx-xxv710
16435
16436 - type: "plot"
16437   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16438   algorithm: "plot_perf_box_name"
16439   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16440   data: "plot-dpdk-throughput-latency-2n-clx"
16441   include:
16442     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16443     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16444   layout:
16445     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16446     layout: "plot-throughput"
16447
16448 - type: "plot"
16449   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16450   algorithm: "plot_perf_box_name"
16451   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16452   data: "plot-dpdk-throughput-latency-2n-clx"
16453   include:
16454     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16455     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16456   layout:
16457     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16458     layout: "plot-throughput"
16459
16460 - type: "plot"
16461   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16462   algorithm: "plot_perf_box_name"
16463   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16464   data: "plot-dpdk-throughput-latency-2n-clx"
16465   include:
16466     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16467     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16468   layout:
16469     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16470     layout: "plot-throughput"
16471
16472 - type: "plot"
16473   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16474   algorithm: "plot_perf_box_name"
16475   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16476   data: "plot-dpdk-throughput-latency-2n-clx"
16477   include:
16478     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16479     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16480   layout:
16481     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16482     layout: "plot-throughput"
16483
16484 # 2n-clx-x710
16485
16486 - type: "plot"
16487   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16488   algorithm: "plot_perf_box_name"
16489   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16490   data: "plot-dpdk-throughput-latency-2n-clx"
16491   include:
16492     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16493     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16494   layout:
16495     title: "2n-clx-x710-64b-2t1c-base-ndr"
16496     layout: "plot-throughput"
16497
16498 - type: "plot"
16499   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16500   algorithm: "plot_perf_box_name"
16501   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16502   data: "plot-dpdk-throughput-latency-2n-clx"
16503   include:
16504     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16505     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16506   layout:
16507     title: "2n-clx-x710-64b-4t2c-base-ndr"
16508     layout: "plot-throughput"
16509
16510 - type: "plot"
16511   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16512   algorithm: "plot_perf_box_name"
16513   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16514   data: "plot-dpdk-throughput-latency-2n-clx"
16515   include:
16516     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16517     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16518   layout:
16519     title: "2n-clx-x710-64b-2t1c-base-pdr"
16520     layout: "plot-throughput"
16521
16522 - type: "plot"
16523   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16524   algorithm: "plot_perf_box_name"
16525   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16526   data: "plot-dpdk-throughput-latency-2n-clx"
16527   include:
16528     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16529     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16530   layout:
16531     title: "2n-clx-x710-64b-4t2c-base-pdr"
16532     layout: "plot-throughput"
16533
16534 ################################################################################
16535
16536 #- type: "plot"
16537 #  title: "Latency by percentile: 2n-skx"
16538 #  algorithm: "plot_hdrh_lat_by_percentile"
16539 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16540 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16541 #  target-links: "../../_static/vpp"
16542 #  data: "plot-vpp-hdrh-lat-2n-skx"
16543 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16544 #  layout:
16545 #    layout: "plot-hdrh-latency-by-percentile"
16546
16547 #- type: "plot"
16548 #  title: "Latency by percentile: 3n-skx"
16549 #  algorithm: "plot_hdrh_lat_by_percentile"
16550 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16551 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16552 #  target-links: "../../_static/vpp"
16553 #  data: "plot-vpp-hdrh-lat-3n-skx"
16554 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16555 #  layout:
16556 #    layout: "plot-hdrh-latency-by-percentile"
16557
16558 - type: "plot"
16559   title: "Latency by percentile: 2n-clx"
16560   algorithm: "plot_hdrh_lat_by_percentile"
16561   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16562   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16563   target-links: "../../_static/vpp"
16564   data: "plot-vpp-hdrh-lat-2n-clx"
16565   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16566   layout:
16567     layout: "plot-hdrh-latency-by-percentile"
16568
16569 - type: "plot"
16570   title: "Latency by percentile: 3n-hsw"
16571   algorithm: "plot_hdrh_lat_by_percentile"
16572   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16573   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16574   target-links: "../../_static/vpp"
16575   data: "plot-vpp-hdrh-lat-3n-hsw"
16576   filter: "'1T1C' and 'NIC_Intel-XL710'"
16577   layout:
16578     layout: "plot-hdrh-latency-by-percentile"
16579
16580 - type: "plot"
16581   title: "Latency by percentile: 3n-tsh"
16582   algorithm: "plot_hdrh_lat_by_percentile"
16583   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16584   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16585   target-links: "../../_static/vpp"
16586   data: "plot-vpp-hdrh-lat-3n-tsh"
16587   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16588   layout:
16589     layout: "plot-hdrh-latency-by-percentile"
16590
16591 - type: "plot"
16592   title: "Latency by percentile: DPDK 2n-clx"
16593   algorithm: "plot_hdrh_lat_by_percentile"
16594   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
16595   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
16596   target-links: "../../_static/dpdk"
16597   data: "plot-dpdk-hdrh-lat-2n-clx"
16598   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16599   layout:
16600     layout: "plot-hdrh-latency-by-percentile"
16601
16602 - type: "plot"
16603   title: "Latency by percentile: DPDK 3n-hsw"
16604   algorithm: "plot_hdrh_lat_by_percentile"
16605   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16606   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16607   target-links: "../../_static/dpdk"
16608   data: "plot-dpdk-hdrh-lat-3n-hsw"
16609   filter: "'1T1C' and 'NIC_Intel-XL710'"
16610   layout:
16611     layout: "plot-hdrh-latency-by-percentile"
16612
16613 - type: "plot"
16614   title: "Latency by percentile: DPDK 3n-tsh"
16615   algorithm: "plot_hdrh_lat_by_percentile"
16616   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16617   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16618   target-links: "../../_static/dpdk"
16619   data: "plot-dpdk-hdrh-lat-3n-tsh"
16620   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16621   layout:
16622     layout: "plot-hdrh-latency-by-percentile"