Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
37     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
38     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
39     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
40     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
41     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
42     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
43     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
44     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
45     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
46     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
47     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
48     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
49     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
50     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
51     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
52     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
57     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
58     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
59     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
60     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
61     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
62     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
63     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
64     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
65     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
66     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
67     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
68     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
69     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
70     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
71
72     # Detailed tests operational data
73     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
74     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
75     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
76     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
77     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
78     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
79     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
80     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
81
82     # Latencies:
83     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
84     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
85
86     # .css patch file to fix tables generated by Sphinx
87     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
88     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
89
90   urls:
91     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
92     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
93     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
94     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
95     DIR[NEXUS,DOC]: "report/_static/archive"
96
97   make-dirs:
98   # List the directories which are created while preparing the environment.
99   # All directories MUST be defined in "paths" section.
100   - "DIR[WORKING,DATA]"
101   - "DIR[STATIC,VPP]"
102   - "DIR[STATIC,DPDK]"
103   - "DIR[STATIC,ARCH]"
104   - "DIR[BUILD,LATEX]"
105   - "DIR[WORKING,SRC]"
106   - "DIR[WORKING,SRC,STATIC]"
107
108   remove-dirs:
109   # List the directories which are deleted while cleaning the environment.
110   # All directories MUST be defined in "paths" section.
111   #- "DIR[BUILD,HTML]"
112   - "DIR[WORKING,DATA]"
113
114   build-dirs:
115   # List the directories where the results (build) is stored.
116   # All directories MUST be defined in "paths" section.
117   - "DIR[BUILD,HTML]"
118   - "DIR[BUILD,LATEX]"
119
120 - type: "configuration"
121
122   limits:
123     nic:
124       x520: 24460000
125       x553: 29761905
126       x710: 35800000
127       xxv710: 35800000
128       xl710: 35800000
129       cx556a: 60000000
130
131     link:
132       10ge: 14880952.38
133       25ge: 37202380.95
134       40ge: 59523809.52
135       100ge: 148809523.81
136
137     pci:
138       pci-g3-x8: 74404761.90
139       pci-g3-x16: 148809523.81
140
141   data-sets:
142
143     ###########################################################################
144     # Replacements:
145
146     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
147       csit-vpp-perf-verify-1908-3n-hsw:
148         - 48  # NDRPDR sel vhost
149         - 49  # NDRPDR sel vhost
150         - 52  # NDRPDR sel vhost
151         - 53  # NDRPDR sel vhost
152         - 54  # NDRPDR sel vhost
153         - 55  # NDRPDR sel vhost
154         - 56  # NDRPDR sel vhost
155         - 57  # NDRPDR sel vhost
156         - 58  # NDRPDR sel vhost
157         - 59  # NDRPDR sel vhost
158
159     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
160       csit-vpp-perf-verify-1908-3n-skx:
161         - 52  # NDRPDR sel vhost
162         - 53  # NDRPDR sel vhost
163         - 55  # NDRPDR sel vhost
164         - 61  # NDRPDR sel vhost
165         - 62  # NDRPDR sel vhost
166         - 63  # NDRPDR sel vhost
167         - 64  # NDRPDR sel vhost
168         - 65  # NDRPDR sel vhost
169         - 66  # NDRPDR sel vhost
170         - 67  # NDRPDR sel vhost
171
172     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
173       csit-vpp-perf-verify-1908-2n-skx:
174         - 88  # NDRPDR sel vhost
175         - 89  # NDRPDR sel vhost
176         - 91  # NDRPDR sel vhost
177         - 92  # NDRPDR sel vhost
178         - 93  # NDRPDR sel vhost
179         - 94  # NDRPDR sel vhost
180         - 95  # NDRPDR sel vhost
181         - 96  # NDRPDR sel vhost
182         - 97  # NDRPDR sel vhost
183         - 98  # NDRPDR sel vhost
184
185     ###########################################################################
186     # Plots:
187
188     # 3n-hsw
189
190     plot-vpp-throughput-lat-tsa-3n-hsw:
191       csit-vpp-perf-verify-2001-3n-hsw:
192         - 21  # NDRPDR sel
193         - 22  # NDRPDR sel
194         - 23  # NDRPDR sel
195         - 24  # NDRPDR sel
196         - 25  # NDRPDR sel
197         - 29  # NDRPDR sel
198         - 30  # NDRPDR sel
199         - 31  # NDRPDR sel
200         - 32  # NDRPDR sel
201         - 34  # NDRPDR sel
202
203     plot-vpp-hdrh-lat-3n-hsw:
204       csit-vpp-perf-verify-2001-3n-hsw:
205         - 22  # NDRPDR sel
206
207     plot-vpp-nfv-3n-hsw-ndrpdr:
208       csit-vpp-perf-verify-2001-3n-hsw:
209         - 21  # NDRPDR sel
210         - 22  # NDRPDR sel
211         - 23  # NDRPDR sel
212         - 24  # NDRPDR sel
213         - 25  # NDRPDR sel
214         - 29  # NDRPDR sel
215         - 30  # NDRPDR sel
216         - 31  # NDRPDR sel
217         - 32  # NDRPDR sel
218         - 34  # NDRPDR sel
219
220     plot-vpp-nfv-3n-hsw-mrr:
221       csit-vpp-perf-verify-2001-3n-hsw:
222         - 17  # MRR sel
223
224     plot-dpdk-throughput-latency-3n-hsw:
225       csit-dpdk-perf-verify-2001-3n-hsw:
226         - 4   # NDRPDR sel
227         - 5   # NDRPDR sel
228         - 6   # NDRPDR sel
229         - 7   # NDRPDR sel
230         - 8   # NDRPDR sel
231         - 9   # NDRPDR sel
232         - 10  # NDRPDR sel
233         - 11  # NDRPDR sel
234         - 12  # NDRPDR sel
235         - 13  # NDRPDR sel
236         - 15  # NDRPDR sel
237         - 16  # NDRPDR sel
238         - 17  # NDRPDR sel
239         - 18  # NDRPDR sel
240         - 19  # NDRPDR sel
241         - 20  # NDRPDR sel
242         - 21  # NDRPDR sel
243         - 22  # NDRPDR sel
244         - 23  # NDRPDR sel
245         - 24  # NDRPDR sel
246
247     plot-dpdk-hdrh-lat-3n-hsw:
248       csit-dpdk-perf-verify-2001-3n-hsw:
249         - 16  # NDRPDR sel
250
251     # 3n-skx
252
253     plot-vpp-throughput-lat-tsa-3n-skx:
254       # TODO: Add the data
255       csit-vpp-perf-verify-2001-3n-skx:
256         - 14  # NDRPDR sel
257         - 15  # NDRPDR sel
258         - 16  # NDRPDR sel
259
260     plot-vpp-hdrh-lat-3n-skx:
261       csit-vpp-perf-verify-2001-3n-skx:
262         - 14  # NDRPDR sel
263
264     plot-vpp-nfv-3n-skx-ndrpdr:
265       # TODO: Add data
266       csit-vpp-perf-verify-2001-3n-skx:
267         - 14  # NDRPDR sel
268         - 15  # NDRPDR sel
269         - 16  # NDRPDR sel
270
271     plot-vpp-nfv-3n-skx-mrr:
272       # TODO: Replace
273       # csit-vpp-perf-verify-2001-3n-skx:
274       csit-vpp-perf-verify-1908-3n-skx:
275         - 36  # MRR sel
276
277     plot-dpdk-throughput-latency-3n-skx:
278       csit-dpdk-perf-verify-2001-3n-skx:
279         - 1   # NDRPDR sel
280         - 2   # NDRPDR sel
281         - 3   # NDRPDR sel
282         - 4   # NDRPDR sel
283         - 5   # NDRPDR sel
284         - 6   # NDRPDR sel
285         - 7   # NDRPDR sel
286         - 8   # NDRPDR sel
287         - 9   # NDRPDR sel
288         - 10  # NDRPDR sel
289
290     plot-dpdk-hdrh-lat-3n-skx:
291       csit-dpdk-perf-verify-2001-3n-skx:
292         - 1   # NDRPDR sel
293         - 19  # NDRPDR sel
294
295     # 2n-skx
296
297     plot-vpp-throughput-lat-tsa-2n-skx:
298       # TODO: Add the data
299       csit-vpp-perf-verify-2001-2n-skx:
300         - 21  # NDRPDR sel
301         - 22  # NDRPDR sel
302         - 23  # NDRPDR sel
303         - 26  # NDRPDR sel
304         - 27  # NDRPDR sel
305         - 29  # NDRPDR sel
306
307     plot-vpp-hdrh-lat-2n-skx:
308       csit-vpp-perf-verify-2001-2n-skx:
309         - 21  # NDRPDR sel
310
311     plot-vpp-http-server-performance:
312       # TODO: Replace:
313       # csit-vpp-perf-verify-2001-2n-skx:
314       csit-vpp-perf-verify-1908-2n-skx:
315         - 29  # TCP
316         - 30  # TCP
317         - 58  # TCP
318
319     plot-vpp-soak-2n-skx:
320       # TODO: Replace the data
321       # csit-vpp-perf-verify-2001-2n-skx:
322       csit-vpp-perf-verify-1908-2n-skx:
323         - 83  # SOAK
324         - 86  # SOAK
325
326     plot-vpp-nfv-2n-skx-ndrpdr:
327       # TODO: Add the data
328       csit-vpp-perf-verify-2001-2n-skx:
329         - 30  # NFV
330         - 31  # NFV
331
332     plot-vpp-nfv-2n-skx-mrr:
333       # TODO: Replace the data
334       # csit-vpp-perf-verify-2001-2n-skx:
335       csit-vpp-perf-verify-1908-2n-skx:
336         - 71  # NFV MRR
337
338     plot-vpp-nfv-reconf-2n-skx:
339       # TODO: Replace the data
340       # csit-vpp-perf-verify-2001-2n-skx:
341       csit-vpp-perf-verify-1908-2n-skx:
342         - 113 # NFV reconf sel
343         - 114 # NFV reconf sel
344         - 115 # NFV reconf sel
345
346     plot-dpdk-throughput-latency-2n-skx:
347       csit-dpdk-perf-verify-2001-2n-skx:
348         - 1   # NDRPDR sel
349         - 2   # NDRPDR sel
350         - 3   # NDRPDR sel
351         - 4   # NDRPDR sel
352         - 5   # NDRPDR sel
353         - 6   # NDRPDR sel
354         - 7   # NDRPDR sel
355         - 8   # NDRPDR sel
356         - 9   # NDRPDR sel
357         - 10  # NDRPDR sel
358         - 11  # NDRPDR sel
359         - 13  # NDRPDR sel
360         - 26  # NDRPDR sel
361         - 16  # NDRPDR sel
362         - 17  # NDRPDR sel
363         - 18  # NDRPDR sel
364         - 19  # NDRPDR sel
365         - 27  # NDRPDR sel
366         - 21  # NDRPDR sel
367         - 25  # NDRPDR sel
368
369     plot-dpdk-hdrh-lat-2n-skx:
370       csit-dpdk-perf-verify-2001-2n-skx:
371         - 1   # NDRPDR sel
372         - 19  # NDRPDR sel
373
374     # 2n-clx
375
376     plot-vpp-throughput-lat-tsa-2n-clx:
377       # TODO: Add the data
378       csit-vpp-perf-verify-2001-2n-clx:
379         - 28  # NDRPDR sel
380         - 29  # NDRPDR sel
381         - 32  # NDRPDR sel
382         - 40  # NDRPDR sel
383         - 44  # NDRPDR sel
384
385
386     plot-vpp-hdrh-lat-2n-clx:
387       csit-vpp-perf-verify-2001-2n-clx:
388         - 28  # NDRPDR sel
389
390     plot-vpp-nfv-2n-clx-ndrpdr:
391       # TODO: Add the data
392       csit-vpp-perf-verify-2001-2n-clx:
393         - 28  # NDRPDR sel
394         - 29  # NDRPDR sel
395         - 32  # NDRPDR sel
396         - 40  # NDRPDR sel
397         - 44  # NDRPDR sel
398
399
400     plot-vpp-nfv-2n-clx-mrr:
401       csit-vpp-perf-verify-2001-2n-clx:
402         - 39  # MRR
403
404     plot-dpdk-throughput-latency-2n-clx:
405       csit-dpdk-perf-verify-2001-2n-clx:
406         - 15  # NDRPDR sel
407         - 16  # NDRPDR sel
408         - 17  # NDRPDR sel
409         - 18  # NDRPDR sel
410         - 19  # NDRPDR sel
411         - 20  # NDRPDR sel
412         - 21  # NDRPDR sel
413         - 22  # NDRPDR sel
414         - 23  # NDRPDR sel
415         - 24  # NDRPDR sel
416         - 25  # NDRPDR sel
417         - 26  # NDRPDR sel
418         - 27  # NDRPDR sel
419         - 28  # NDRPDR sel
420         - 29  # NDRPDR sel
421         - 30  # NDRPDR sel
422         - 31  # NDRPDR sel
423         - 32  # NDRPDR sel
424         - 33  # NDRPDR sel
425         - 34  # NDRPDR sel
426
427
428     plot-dpdk-hdrh-lat-2n-clx:
429       csit-dpdk-perf-verify-2001-2n-clx:
430         - 15  # NDRPDR sel
431
432     # 3n-tsh
433
434     plot-vpp-throughput-lat-tsa-3n-tsh:
435       # TODO: Add the data
436       csit-vpp-perf-verify-2001-3n-tsh:
437         - 3   # NDRPDR sel
438         - 4   # NDRPDR sel
439         - 7   # NDRPDR sel
440         - 8   # NDRPDR sel
441         - 10  # NDRPDR sel
442         - 12  # NDRPDR sel
443         - 13  # NDRPDR sel
444         - 14  # NDRPDR sel
445
446     plot-vpp-hdrh-lat-3n-tsh:
447       csit-vpp-perf-verify-2001-3n-tsh:
448         - 10  # NDRPDR sel
449
450     plot-dpdk-throughput-latency-3n-tsh:
451       csit-dpdk-perf-verify-2001-3n-tsh:
452         - 3   # NDRPDR sel
453         - 4   # NDRPDR sel
454         - 5   # NDRPDR sel
455         - 9   # NDRPDR sel
456         - 10  # NDRPDR sel
457         - 11  # NDRPDR sel
458         - 12  # NDRPDR sel
459         - 14  # NDRPDR sel
460         - 15  # NDRPDR sel
461         - 18  # NDRPDR sel
462
463     plot-dpdk-hdrh-lat-3n-tsh:
464       csit-dpdk-perf-verify-2001-3n-tsh:
465         - 3   # NDRPDR sel
466
467     # 3n-dnv
468
469     plot-vpp-throughput-lat-tsa-3n-dnv:
470       csit-vpp-perf-verify-2001-3n-dnv:
471         - 5   # NDRPDR sel
472         - 6   # NDRPDR sel
473         - 7   # NDRPDR sel
474         - 8   # NDRPDR sel
475         - 9   # NDRPDR sel
476         - 10  # NDRPDR sel
477         - 12  # NDRPDR sel
478         - 16  # NDRPDR sel
479         - 17  # NDRPDR sel
480         - 18  # NDRPDR sel
481
482     plot-dpdk-throughput-latency-3n-dnv:
483       csit-dpdk-perf-verify-2001-3n-dnv:
484         - 12  # NDRPDR sel
485         - 13  # NDRPDR sel
486         - 14  # NDRPDR sel
487         - 15  # NDRPDR sel
488         - 16  # NDRPDR sel
489         - 17  # NDRPDR sel
490         - 18  # NDRPDR sel
491         - 19  # NDRPDR sel
492         - 20  # NDRPDR sel
493         - 22  # NDRPDR sel
494
495     # 2n-dnv
496
497     plot-vpp-throughput-lat-tsa-2n-dnv:
498       csit-vpp-perf-verify-2001-2n-dnv:
499         - 4   # NDRPDR sel
500         - 5   # NDRPDR sel
501         - 6   # NDRPDR sel
502         - 7   # NDRPDR sel
503         - 8   # NDRPDR sel
504         - 9   # NDRPDR sel
505         - 10  # NDRPDR sel
506         - 11  # NDRPDR sel
507         - 13  # NDRPDR sel
508         - 16  # NDRPDR sel
509
510     plot-dpdk-throughput-latency-2n-dnv:
511       csit-dpdk-perf-verify-2001-2n-dnv:
512         - 9   # NDRPDR sel
513         - 10  # NDRPDR sel
514         - 11  # NDRPDR sel
515         - 12  # NDRPDR sel
516         - 13  # NDRPDR sel
517         - 14  # NDRPDR sel
518         - 15  # NDRPDR sel
519         - 16  # NDRPDR sel
520         - 17  # NDRPDR sel
521         - 18  # NDRPDR sel
522
523     ###########################################################################
524     # Simple tables (only one data set):
525
526     # NIC Comparisons
527
528     vpp-nic-comparison-3n-skx:
529       # TODO: Add the data
530       csit-vpp-perf-verify-2001-3n-skx:
531         - 14  # NDRPDR sel
532         - 15  # NDRPDR sel
533         - 16  # NDRPDR sel
534
535     vpp-nic-comparison-2n-skx:
536       # TODO: Add the data
537       csit-vpp-perf-verify-2001-2n-skx:
538         - 21  # NDRPDR sel
539         - 22  # NDRPDR sel
540         - 23  # NDRPDR sel
541         - 26  # NDRPDR sel
542
543     vpp-nic-comparison-3n-skx-mrr:
544       # TODO: Replace
545       # csit-vpp-perf-verify-2001-3n-skx:
546       csit-vpp-perf-verify-1908-3n-skx:
547         - 36  # MRR sel
548
549     vpp-nic-comparison-2n-skx-mrr:
550       # TODO: Replace
551       # csit-vpp-perf-verify-2001-2n-skx:
552       csit-vpp-perf-verify-1908-2n-skx:
553         - 69  # MRR sel
554
555     # Results
556
557     vpp-perf-results-3n-hsw:
558       csit-vpp-perf-verify-2001-3n-hsw:
559         - 18  # NDRPDR full
560         - 20  # NDRPDR full
561         - 28  # NDRPDR full
562         - 35  # NDRPDR full
563         - 42  # NDRPDR full
564         - 46  # NDRPDR full
565         - 47  # NDRPDR full
566         - 48  # NDRPDR full
567         - 49  # NDRPDR full
568         - 50  # NDRPDR full
569         - 51  # NDRPDR full
570         - 52  # NDRPDR full
571         - 53  # NDRPDR full
572         - 54  # NDRPDR full
573         - 55  # NDRPDR full
574         - 56  # NDRPDR full
575         - 57  # NDRPDR full
576         - 58  # NDRPDR full
577         - 59  # NDRPDR full
578         - 61  # NDRPDR full
579         - 62  # NDRPDR full
580         - 63  # NDRPDR full
581         - 64  # NDRPDR full
582         - 65  # NDRPDR full
583         - 67  # NDRPDR full
584         - 70  # NDRPDR full
585         - 72  # NDRPDR full
586         - 73  # NDRPDR full
587         - 77  # NDRPDR full
588         - 78  # NDRPDR full
589
590     vpp-perf-results-3n-skx:
591       # TODO: Replace
592       csit-vpp-perf-verify-2001-3n-skx:
593         - 14  # NDRPDR sel
594
595     vpp-perf-results-2n-skx:
596       csit-vpp-perf-verify-2001-2n-skx:
597         - 32  # NDRPDR full
598         - 33  # NDRPDR full
599
600     vpp-perf-results-2n-clx:
601       # TODO: Add data
602       csit-vpp-perf-verify-2001-2n-clx:
603         - 34  # NDRPDR full
604         - 35  # NDRPDR full
605         - 36  # NDRPDR full
606         - 38  # NDRPDR full
607         - 41  # NDRPDR full
608         - 42  # NDRPDR full
609
610     vpp-perf-results-3n-tsh:
611       csit-vpp-perf-verify-2001-3n-tsh:
612         - 10  # NDRPDR sel
613
614     vpp-perf-results-3n-dnv:
615       csit-vpp-perf-verify-2001-3n-dnv:
616         - 19  # NDRPDR full
617         - 20  # NDRPDR full
618         - 21  # NDRPDR full
619         - 22  # NDRPDR full
620         - 23  # NDRPDR full
621         - 24  # NDRPDR full
622         - 25  # NDRPDR full
623         - 26  # NDRPDR full
624         - 37  # NDRPDR full
625         - 38  # NDRPDR full
626         - 39  # NDRPDR full
627
628     vpp-perf-results-2n-dnv:
629       csit-vpp-perf-verify-2001-2n-dnv:
630         - 21  # NDRPDR full
631         - 22  # NDRPDR full
632         - 25  # NDRPDR full
633         - 26  # NDRPDR full
634         - 27  # NDRPDR full
635         - 28  # NDRPDR full
636
637     vpp-mrr-results-3n-hsw:
638       csit-vpp-perf-verify-2001-3n-hsw:
639         - 17  # MRR sel
640
641     vpp-mrr-results-3n-skx:
642       # TODO: Replace
643       # csit-vpp-perf-verify-2001-3n-skx:
644       csit-vpp-perf-verify-1908-3n-skx:
645         - 36  # MRR sel
646
647     vpp-mrr-results-2n-skx:
648       # TODO: Replace
649       # csit-vpp-perf-verify-2001-2n-skx:
650       csit-vpp-perf-verify-1908-2n-skx:
651         - 69  # MRR sel
652
653     vpp-mrr-results-2n-clx:
654       csit-vpp-perf-verify-2001-2n-clx:
655         - 39  # MRR
656
657     vpp-mrr-results-3n-tsh:
658       csit-vpp-perf-verify-2001-3n-tsh:
659         - 9   # MRR sel
660
661     vpp-mrr-results-3n-dnv:
662       csit-vpp-perf-verify-2001-3n-dnv:
663         - 11  # MRR sel
664
665     vpp-mrr-results-2n-dnv:
666       csit-vpp-perf-verify-2001-2n-dnv:
667         - 12  # MRR sel
668
669     vpp-device-results-ubuntu:
670       csit-vpp-device-2001-ubuntu1804-1n-skx:
671         - 57
672
673     dpdk-perf-results-3n-hsw:
674       csit-dpdk-perf-verify-2001-3n-hsw:
675         - 25  # NDRPDR full
676         - 26  # NDRPDR full
677
678     dpdk-perf-results-3n-skx:
679       csit-dpdk-perf-verify-2001-3n-skx:
680         - 1   # NDRPDR sel
681
682     dpdk-perf-results-2n-skx:
683       csit-dpdk-perf-verify-2001-2n-skx:
684         - 1   # NDRPDR sel
685
686     dpdk-perf-results-2n-clx:
687       csit-dpdk-perf-verify-2001-2n-clx:
688         - 15  # NDRPDR sel
689         - 34  # NDRPDR sel
690
691     dpdk-perf-results-2n-dnv:
692       csit-dpdk-perf-verify-2001-2n-dnv:
693         - 16  # NDRPDR sel
694
695     dpdk-perf-results-3n-dnv:
696       csit-dpdk-perf-verify-2001-3n-dnv:
697         - 12  # NDRPDR sel
698
699     dpdk-perf-results-3n-tsh:
700       csit-dpdk-perf-verify-2001-3n-tsh:
701         - 3   # NDRPDR sel
702
703 ###########################################################################
704     # Tables (more than one data set)
705
706     # Performance changes
707
708     vpp-performance-changes-3n-hsw-h1:
709       csit-vpp-perf-verify-1904-3n-hsw:
710         - 11  # NDRPDR sel
711         - 12  # NDRPDR sel
712         - 20  # NDRPDR sel
713         - 21  # NDRPDR sel
714         - 23  # NDRPDR sel
715         - 24  # NDRPDR sel
716         - 25  # NDRPDR sel
717         - 26  # NDRPDR sel
718         - 29  # NDRPDR sel
719         - 30  # NDRPDR sel
720     vpp-performance-changes-3n-hsw-ref:
721       csit-vpp-perf-verify-1908-3n-hsw:
722         - 12  # NDRPDR sel
723         - 13  # NDRPDR sel
724         - 14  # NDRPDR sel
725         - 15  # NDRPDR sel
726         - 16  # NDRPDR sel
727         - 17  # NDRPDR sel
728         - 18  # NDRPDR sel
729         - 19  # NDRPDR sel
730         - 20  # NDRPDR sel
731         - 21  # NDRPDR sel
732     vpp-performance-changes-3n-hsw-cmp:
733       csit-vpp-perf-verify-2001-3n-hsw:
734         - 21  # NDRPDR sel
735         - 22  # NDRPDR sel
736         - 23  # NDRPDR sel
737         - 24  # NDRPDR sel
738         - 25  # NDRPDR sel
739         - 29  # NDRPDR sel
740         - 30  # NDRPDR sel
741         - 31  # NDRPDR sel
742         - 32  # NDRPDR sel
743         - 34  # NDRPDR sel
744     vpp-performance-changes-3n-hsw:
745       - "vpp-performance-changes-3n-hsw-h1"
746       - "vpp-performance-changes-3n-hsw-ref"
747       - "vpp-performance-changes-3n-hsw-cmp"
748
749     vpp-performance-changes-3n-skx-h1:
750       csit-vpp-perf-verify-1904-3n-skx:
751         - 8   # NDRPDR sel
752         - 9   # NDRPDR sel
753         - 10  # NDRPDR sel
754         - 11  # NDRPDR sel
755         - 12  # NDRPDR sel
756         - 14  # NDRPDR sel
757         - 16  # NDRPDR sel
758         - 21  # NDRPDR sel
759         - 23  # NDRPDR sel
760         - 25  # NDRPDR sel
761     vpp-performance-changes-3n-skx-ref:
762       csit-vpp-perf-verify-1908-3n-skx:
763         - 14  # NDRPDR sel
764         - 16  # NDRPDR sel
765         - 19  # NDRPDR sel
766         - 20  # NDRPDR sel
767         - 22  # NDRPDR sel
768         - 23  # NDRPDR sel
769         - 24  # NDRPDR sel
770         - 25  # NDRPDR sel
771         - 26  # NDRPDR sel
772         - 29  # NDRPDR sel
773     vpp-performance-changes-3n-skx-cmp:
774       # TODO: Add the data
775       csit-vpp-perf-verify-2001-3n-skx:
776         - 14  # NDRPDR sel
777         - 15  # NDRPDR sel
778         - 16  # NDRPDR sel
779     vpp-performance-changes-3n-skx:
780       - "vpp-performance-changes-3n-skx-h1"
781       - "vpp-performance-changes-3n-skx-ref"
782       - "vpp-performance-changes-3n-skx-cmp"
783
784     vpp-performance-changes-2n-skx-h1:
785       csit-vpp-perf-verify-1904-2n-skx:
786         - 12  # NDRPDR sel
787         - 14  # NDRPDR sel
788         - 16  # NDRPDR sel
789         - 17  # NDRPDR sel
790         - 18  # NDRPDR sel
791         - 21  # NDRPDR sel
792         - 27  # NDRPDR sel
793         - 30  # NDRPDR sel
794         - 31  # NDRPDR sel
795         - 32  # NDRPDR sel
796     vpp-performance-changes-2n-skx-ref:
797       csit-vpp-perf-verify-1908-2n-skx:
798         - 26  # NDRPDR sel
799         - 27  # NDRPDR sel
800         - 34  # NDRPDR sel
801         - 35  # NDRPDR sel
802         - 36  # NDRPDR sel
803         - 42  # NDRPDR sel
804         - 43  # NDRPDR sel
805         - 44  # NDRPDR sel
806         - 45  # NDRPDR sel
807         - 46  # NDRPDR sel
808     vpp-performance-changes-2n-skx-cmp:
809       # TODO: Add the data
810       csit-vpp-perf-verify-2001-2n-skx:
811         - 21  # NDRPDR sel
812         - 22  # NDRPDR sel
813         - 23  # NDRPDR sel
814         - 26  # NDRPDR sel
815         - 27  # NDRPDR sel
816         - 29  # NDRPDR sel
817     vpp-performance-changes-2n-skx:
818       - "vpp-performance-changes-2n-skx-h1"
819       - "vpp-performance-changes-2n-skx-ref"
820       - "vpp-performance-changes-2n-skx-cmp"
821
822     vpp-performance-changes-nfv-2n-skx-ref:
823       csit-vpp-perf-verify-1908-2n-skx:
824         - 22  # NFV
825         - 31  # NFV
826         - 32  # NFV
827     vpp-performance-changes-nfv-2n-skx-cmp:
828       # TODO: Add the data
829       csit-vpp-perf-verify-2001-2n-skx:
830         - 30  # NFV
831         - 31  # NFV
832     vpp-performance-changes-nfv-2n-skx:
833       - "vpp-performance-changes-nfv-2n-skx-ref"
834       - "vpp-performance-changes-nfv-2n-skx-cmp"
835
836     vpp-performance-changes-2n-dnv-ref:
837       csit-vpp-perf-verify-1908-2n-dnv:
838         - 1   # NDRPDR sel
839         - 2   # NDRPDR sel
840         - 3   # NDRPDR sel
841         - 4   # NDRPDR sel
842         - 5   # NDRPDR sel
843         - 6   # NDRPDR sel
844         - 7   # NDRPDR sel
845         - 8   # NDRPDR sel
846         - 9   # NDRPDR sel
847         - 10  # NDRPDR sel
848     vpp-performance-changes-2n-dnv-cmp:
849       csit-vpp-perf-verify-2001-2n-dnv:
850         - 4   # NDRPDR sel
851         - 5   # NDRPDR sel
852         - 6   # NDRPDR sel
853         - 7   # NDRPDR sel
854         - 8   # NDRPDR sel
855         - 9   # NDRPDR sel
856         - 10  # NDRPDR sel
857         - 11  # NDRPDR sel
858         - 13  # NDRPDR sel
859         - 16  # NDRPDR sel
860     vpp-performance-changes-2n-dnv:
861       - "vpp-performance-changes-2n-dnv-ref"
862       - "vpp-performance-changes-2n-dnv-cmp"
863
864     vpp-performance-changes-3n-dnv-ref:
865       csit-vpp-perf-verify-1908-3n-dnv:
866         - 6   # NDRPDR sel
867         - 7   # NDRPDR sel
868         - 8   # NDRPDR sel
869         - 9   # NDRPDR sel
870         - 10  # NDRPDR sel
871         - 12  # NDRPDR sel
872         - 13  # NDRPDR sel
873         - 14  # NDRPDR sel
874         - 15  # NDRPDR sel
875         - 16  # NDRPDR sel
876     vpp-performance-changes-3n-dnv-cmp:
877       csit-vpp-perf-verify-2001-3n-dnv:
878         - 5   # NDRPDR sel
879         - 6   # NDRPDR sel
880         - 7   # NDRPDR sel
881         - 8   # NDRPDR sel
882         - 9   # NDRPDR sel
883         - 10  # NDRPDR sel
884         - 12  # NDRPDR sel
885         - 16  # NDRPDR sel
886         - 17  # NDRPDR sel
887         - 18  # NDRPDR sel
888     vpp-performance-changes-3n-dnv:
889       - "vpp-performance-changes-3n-dnv-ref"
890       - "vpp-performance-changes-3n-dnv-cmp"
891
892     vpp-performance-changes-3n-tsh-ref:
893       csit-vpp-perf-verify-1908-3n-tsh:
894         - 7   # NDRPDR sel
895         - 8   # NDRPDR sel
896         - 9   # NDRPDR sel
897         - 10  # NDRPDR sel
898         - 11  # NDRPDR sel
899         - 12  # NDRPDR sel
900         - 13  # NDRPDR sel
901         - 14  # NDRPDR sel
902         - 15  # NDRPDR sel
903         - 16  # NDRPDR sel
904     vpp-performance-changes-3n-tsh-cmp:
905       # TODO: Add the data
906       csit-vpp-perf-verify-2001-3n-tsh:
907         - 3   # NDRPDR sel
908         - 4   # NDRPDR sel
909         - 7   # NDRPDR sel
910         - 8   # NDRPDR sel
911         - 10  # NDRPDR sel
912         - 12  # NDRPDR sel
913         - 13  # NDRPDR sel
914         - 14  # NDRPDR sel
915     vpp-performance-changes-3n-tsh:
916       - "vpp-performance-changes-3n-tsh-ref"
917       - "vpp-performance-changes-3n-tsh-cmp"
918
919     vpp-soak-vs-ndr-2n-skx-ref:
920       # TODO: Replace
921       # csit-vpp-perf-verify-2001-2n-skx:
922       csit-vpp-perf-verify-1908-2n-skx:
923         - 26  # NDRPDR sel
924         - 27  # NDRPDR sel
925         - 34  # NDRPDR sel
926     vpp-soak-vs-ndr-2n-skx-cmp:
927       # TODO: Replace
928       # csit-vpp-perf-verify-2001-2n-skx:
929       csit-vpp-perf-verify-1908-2n-skx:
930         - 83  # SOAK
931         - 86  # SOAK
932     vpp-soak-vs-ndr-2n-skx:
933       # TODO: Replace
934       # csit-vpp-perf-verify-2001-2n-skx:
935       csit-vpp-perf-verify-1908-2n-skx:
936         - 26  # NDRPDR sel
937         - 27  # NDRPDR sel
938         - 34  # NDRPDR sel
939         - 83  # SOAK
940         - 86  # SOAK
941
942     vpp-performance-changes-3n-hsw-mrr-h1:
943       csit-vpp-perf-verify-1904-3n-hsw:
944         - 9   # MRR sel
945     vpp-performance-changes-3n-hsw-mrr-ref:
946       csit-vpp-perf-verify-1908-3n-hsw:
947         - 39  # MRR sel
948     vpp-performance-changes-3n-hsw-mrr-cmp:
949       csit-vpp-perf-verify-2001-3n-hsw:
950         - 17  # MRR sel
951     vpp-performance-changes-3n-hsw-mrr:
952       - "vpp-performance-changes-3n-hsw-mrr-h1"
953       - "vpp-performance-changes-3n-hsw-mrr-ref"
954       - "vpp-performance-changes-3n-hsw-mrr-cmp"
955
956     vpp-performance-changes-3n-skx-mrr-h1:
957       csit-vpp-perf-verify-1904-3n-skx:
958         - 7   # MRR sel
959     vpp-performance-changes-3n-skx-mrr-ref:
960       csit-vpp-perf-verify-1908-3n-skx:
961         - 36  # MRR sel
962     vpp-performance-changes-3n-skx-mrr-cmp:
963       # TODO: Replace
964       # csit-vpp-perf-verify-2001-3n-skx:
965       csit-vpp-perf-verify-1908-3n-skx:
966         - 36  # MRR sel
967     vpp-performance-changes-3n-skx-mrr:
968       - "vpp-performance-changes-3n-skx-mrr-h1"
969       - "vpp-performance-changes-3n-skx-mrr-ref"
970       - "vpp-performance-changes-3n-skx-mrr-cmp"
971
972     vpp-performance-changes-2n-skx-mrr-h1:
973       csit-vpp-perf-verify-1904-2n-skx:
974         - 11  # MRR sel
975     vpp-performance-changes-2n-skx-mrr-ref:
976       csit-vpp-perf-verify-1908-2n-skx:
977         - 69  # MRR sel
978     vpp-performance-changes-2n-skx-mrr-cmp:
979       # TODO: Replace
980       # csit-vpp-perf-verify-2001-2n-skx:
981       csit-vpp-perf-verify-1908-2n-skx:
982         - 69  # MRR sel
983     vpp-performance-changes-2n-skx-mrr:
984       - "vpp-performance-changes-2n-skx-mrr-h1"
985       - "vpp-performance-changes-2n-skx-mrr-ref"
986       - "vpp-performance-changes-2n-skx-mrr-cmp"
987
988     vpp-performance-changes-nfv-2n-skx-mrr-ref:
989       csit-vpp-perf-verify-1908-2n-skx:
990         - 71  # NFV MRR
991     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
992       # TODO: Replace
993       # csit-vpp-perf-verify-2001-2n-skx:
994       csit-vpp-perf-verify-1908-2n-skx:
995         - 71  # NFV MRR
996     vpp-performance-changes-nfv-2n-skx-mrr:
997       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
998       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
999
1000     vpp-performance-changes-2n-dnv-mrr-ref:
1001       csit-vpp-perf-verify-1908-2n-dnv:
1002         - 11  # MRR sel
1003     vpp-performance-changes-2n-dnv-mrr-cmp:
1004       csit-vpp-perf-verify-2001-2n-dnv:
1005         - 12  # MRR sel
1006     vpp-performance-changes-2n-dnv-mrr:
1007       - "vpp-performance-changes-2n-dnv-mrr-ref"
1008       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1009
1010     vpp-performance-changes-3n-dnv-mrr-ref:
1011       csit-vpp-perf-verify-1908-3n-dnv:
1012         - 17  # MRR sel
1013     vpp-performance-changes-3n-dnv-mrr-cmp:
1014       csit-vpp-perf-verify-2001-3n-dnv:
1015         - 11  # MRR sel
1016     vpp-performance-changes-3n-dnv-mrr:
1017       - "vpp-performance-changes-3n-dnv-mrr-ref"
1018       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1019
1020     vpp-performance-changes-3n-tsh-mrr-ref:
1021       csit-vpp-perf-verify-1908-3n-tsh:
1022         - 17  # MRR sel
1023     vpp-performance-changes-3n-tsh-mrr-cmp:
1024       csit-vpp-perf-verify-2001-3n-tsh:
1025         - 9   # MRR sel
1026     vpp-performance-changes-3n-tsh-mrr:
1027       - "vpp-performance-changes-3n-tsh-mrr-ref"
1028       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1029
1030     dpdk-performance-changes-3n-hsw-h1:
1031       csit-dpdk-perf-verify-1904-3n-hsw:
1032         - 2   # NDRPDR sel
1033         - 3   # NDRPDR sel
1034         - 5   # NDRPDR sel
1035         - 6   # NDRPDR sel
1036         - 13  # NDRPDR sel
1037         - 14  # NDRPDR sel
1038         - 15  # NDRPDR sel
1039         - 18  # NDRPDR sel
1040         - 19  # NDRPDR sel
1041         - 20  # NDRPDR sel
1042     dpdk-performance-changes-3n-hsw-ref:
1043       csit-dpdk-perf-verify-1908-3n-hsw:
1044         - 2   # NDRPDR sel
1045         - 3   # NDRPDR sel
1046         - 4   # NDRPDR sel
1047         - 5   # NDRPDR sel
1048         - 6   # NDRPDR sel
1049         - 7   # NDRPDR sel
1050         - 8   # NDRPDR sel
1051         - 9   # NDRPDR sel
1052         - 10  # NDRPDR sel
1053         - 11  # NDRPDR sel
1054     dpdk-performance-changes-3n-hsw-cmp:
1055       csit-dpdk-perf-verify-2001-3n-hsw:
1056         - 4   # NDRPDR sel
1057         - 5   # NDRPDR sel
1058         - 6   # NDRPDR sel
1059         - 7   # NDRPDR sel
1060         - 8   # NDRPDR sel
1061         - 9   # NDRPDR sel
1062         - 10  # NDRPDR sel
1063         - 11  # NDRPDR sel
1064         - 12  # NDRPDR sel
1065         - 13  # NDRPDR sel
1066         - 15  # NDRPDR sel
1067         - 16  # NDRPDR sel
1068         - 17  # NDRPDR sel
1069         - 18  # NDRPDR sel
1070         - 19  # NDRPDR sel
1071         - 20  # NDRPDR sel
1072         - 21  # NDRPDR sel
1073         - 22  # NDRPDR sel
1074         - 23  # NDRPDR sel
1075         - 24  # NDRPDR sel
1076     dpdk-performance-changes-3n-hsw:
1077       - "dpdk-performance-changes-3n-hsw-h1"
1078       - "dpdk-performance-changes-3n-hsw-ref"
1079       - "dpdk-performance-changes-3n-hsw-cmp"
1080
1081     dpdk-performance-changes-3n-skx-h1:
1082       csit-dpdk-perf-verify-1904-3n-skx:
1083         - 2   # NDRPDR sel
1084         - 3   # NDRPDR sel
1085         - 4   # NDRPDR sel
1086         - 5   # NDRPDR sel
1087         - 6   # NDRPDR sel
1088         - 7   # NDRPDR sel
1089         - 11  # NDRPDR sel
1090         - 12  # NDRPDR sel
1091         - 13  # NDRPDR sel
1092         - 14  # NDRPDR sel
1093     dpdk-performance-changes-3n-skx-ref:
1094       csit-dpdk-perf-verify-1908-3n-skx:
1095         - 3   # NDRPDR sel
1096         - 4   # NDRPDR sel
1097         - 5   # NDRPDR sel
1098         - 6   # NDRPDR sel
1099         - 7   # NDRPDR sel
1100         - 8   # NDRPDR sel
1101         - 9   # NDRPDR sel
1102         - 10  # NDRPDR sel
1103         - 11  # NDRPDR sel
1104         - 12  # NDRPDR sel
1105     dpdk-performance-changes-3n-skx-cmp:
1106       csit-dpdk-perf-verify-2001-3n-skx:
1107         - 1   # NDRPDR sel
1108         - 2   # NDRPDR sel
1109         - 3   # NDRPDR sel
1110         - 4   # NDRPDR sel
1111         - 5   # NDRPDR sel
1112         - 6   # NDRPDR sel
1113         - 7   # NDRPDR sel
1114         - 8   # NDRPDR sel
1115         - 9   # NDRPDR sel
1116         - 10  # NDRPDR sel
1117     dpdk-performance-changes-3n-skx:
1118       - "dpdk-performance-changes-3n-skx-h1"
1119       - "dpdk-performance-changes-3n-skx-ref"
1120       - "dpdk-performance-changes-3n-skx-cmp"
1121
1122     dpdk-performance-changes-2n-skx-h1:
1123       csit-dpdk-perf-verify-1904-2n-skx:
1124         - 2   # NDRPDR sel
1125         - 3   # NDRPDR sel
1126         - 4   # NDRPDR sel
1127         - 5   # NDRPDR sel
1128         - 7   # NDRPDR sel
1129         - 8   # NDRPDR sel
1130         - 9   # NDRPDR sel
1131         - 10  # NDRPDR sel
1132         - 11  # NDRPDR sel
1133         - 12  # NDRPDR sel
1134     dpdk-performance-changes-2n-skx-ref:
1135       csit-dpdk-perf-verify-1908-2n-skx:
1136         - 2   # NDRPDR sel
1137         - 3   # NDRPDR sel
1138         - 4   # NDRPDR sel
1139         - 5   # NDRPDR sel
1140         - 7   # NDRPDR sel
1141         - 8   # NDRPDR sel
1142         - 9   # NDRPDR sel
1143         - 10  # NDRPDR sel
1144         - 11  # NDRPDR sel
1145         - 12  # NDRPDR sel
1146     dpdk-performance-changes-2n-skx-cmp:
1147       csit-dpdk-perf-verify-2001-2n-skx:
1148         - 1   # NDRPDR sel
1149         - 2   # NDRPDR sel
1150         - 3   # NDRPDR sel
1151         - 4   # NDRPDR sel
1152         - 5   # NDRPDR sel
1153         - 6   # NDRPDR sel
1154         - 7   # NDRPDR sel
1155         - 8   # NDRPDR sel
1156         - 9   # NDRPDR sel
1157         - 10  # NDRPDR sel
1158         - 11  # NDRPDR sel
1159         - 13  # NDRPDR sel
1160         - 26  # NDRPDR sel
1161         - 16  # NDRPDR sel
1162         - 17  # NDRPDR sel
1163         - 18  # NDRPDR sel
1164         - 19  # NDRPDR sel
1165         - 27  # NDRPDR sel
1166         - 21  # NDRPDR sel
1167         - 25  # NDRPDR sel
1168     dpdk-performance-changes-2n-skx:
1169       - "dpdk-performance-changes-2n-skx-h1"
1170       - "dpdk-performance-changes-2n-skx-ref"
1171       - "dpdk-performance-changes-2n-skx-cmp"
1172
1173     # Compare testbeds
1174
1175     vpp-compare-testbeds-ref:
1176       csit-vpp-perf-verify-2001-3n-hsw:
1177         - 21  # NDRPDR sel
1178         - 22  # NDRPDR sel
1179         - 23  # NDRPDR sel
1180         - 24  # NDRPDR sel
1181         - 25  # NDRPDR sel
1182         - 29  # NDRPDR sel
1183         - 30  # NDRPDR sel
1184         - 31  # NDRPDR sel
1185         - 32  # NDRPDR sel
1186         - 34  # NDRPDR sel
1187     vpp-compare-testbeds-cmp:
1188       # TODO: Add the data
1189       csit-vpp-perf-verify-2001-3n-skx:
1190         - 14  # NDRPDR sel
1191         - 15  # NDRPDR sel
1192         - 16  # NDRPDR sel
1193     vpp-compare-testbeds:
1194       - "vpp-compare-testbeds-ref"
1195       - "vpp-compare-testbeds-cmp"
1196
1197     vpp-compare-testbeds-skx-clx-ref:
1198       # TODO: Add the data
1199       csit-vpp-perf-verify-2001-2n-skx:
1200         - 21  # NDRPDR sel
1201         - 22  # NDRPDR sel
1202         - 23  # NDRPDR sel
1203         - 26  # NDRPDR sel
1204         - 27  # NDRPDR sel
1205         - 29  # NDRPDR sel
1206     vpp-compare-testbeds-skx-clx-cmp:
1207       # TODO: Add the data
1208       csit-vpp-perf-verify-2001-2n-clx:
1209         - 28  # NDRPDR sel
1210         - 29  # NDRPDR sel
1211         - 32  # NDRPDR sel
1212         - 40  # NDRPDR sel
1213         - 44  # NDRPDR sel
1214
1215     vpp-compare-testbeds-skx-clx:
1216       - "vpp-compare-testbeds-skx-clx-ref"
1217       - "vpp-compare-testbeds-skx-clx-cmp"
1218
1219     vpp-compare-testbeds-mrr-ref:
1220       csit-vpp-perf-verify-2001-3n-hsw:
1221         - 17  # MRR sel
1222     vpp-compare-testbeds-mrr-cmp:
1223       # TODO: Replace
1224       # csit-vpp-perf-verify-2001-3n-skx:
1225       csit-vpp-perf-verify-1908-3n-skx:
1226         - 36  # MRR sel
1227     vpp-compare-testbeds-mrr:
1228       - "vpp-compare-testbeds-mrr-ref"
1229       - "vpp-compare-testbeds-mrr-cmp"
1230
1231     vpp-compare-testbeds-mrr-skx-clx-ref:
1232       # TODO: Replace
1233       # csit-vpp-perf-verify-2001-2n-skx:
1234       csit-vpp-perf-verify-1908-2n-skx:
1235         - 69  # MRR sel
1236     vpp-compare-testbeds-mrr-skx-clx-cmp:
1237       csit-vpp-perf-verify-2001-2n-clx:
1238         - 39  # MRR
1239     vpp-compare-testbeds-mrr-skx-clx:
1240       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1241       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1242
1243     dpdk-compare-testbeds-ref:
1244       csit-dpdk-perf-verify-2001-3n-hsw:
1245         - 4   # NDRPDR sel
1246         - 5   # NDRPDR sel
1247         - 6   # NDRPDR sel
1248         - 7   # NDRPDR sel
1249         - 8   # NDRPDR sel
1250         - 9   # NDRPDR sel
1251         - 10  # NDRPDR sel
1252         - 11  # NDRPDR sel
1253         - 12  # NDRPDR sel
1254         - 13  # NDRPDR sel
1255         - 15  # NDRPDR sel
1256         - 16  # NDRPDR sel
1257         - 17  # NDRPDR sel
1258         - 18  # NDRPDR sel
1259         - 19  # NDRPDR sel
1260         - 20  # NDRPDR sel
1261         - 21  # NDRPDR sel
1262         - 22  # NDRPDR sel
1263         - 23  # NDRPDR sel
1264         - 24  # NDRPDR sel
1265     dpdk-compare-testbeds-cmp:
1266       csit-dpdk-perf-verify-2001-3n-skx:
1267         - 1   # NDRPDR sel
1268         - 2   # NDRPDR sel
1269         - 3   # NDRPDR sel
1270         - 4   # NDRPDR sel
1271         - 5   # NDRPDR sel
1272         - 6   # NDRPDR sel
1273         - 7   # NDRPDR sel
1274         - 8   # NDRPDR sel
1275         - 9   # NDRPDR sel
1276         - 10  # NDRPDR sel
1277     dpdk-compare-testbeds:
1278       - "dpdk-compare-testbeds-ref"
1279       - "dpdk-compare-testbeds-cmp"
1280
1281     dpdk-compare-testbeds-skx-clx-ref:
1282       csit-dpdk-perf-verify-2001-2n-skx:
1283         - 1   # NDRPDR sel
1284         - 2   # NDRPDR sel
1285         - 3   # NDRPDR sel
1286         - 4   # NDRPDR sel
1287         - 5   # NDRPDR sel
1288         - 6   # NDRPDR sel
1289         - 7   # NDRPDR sel
1290         - 8   # NDRPDR sel
1291         - 9   # NDRPDR sel
1292         - 10  # NDRPDR sel
1293         - 11  # NDRPDR sel
1294         - 13  # NDRPDR sel
1295         - 26  # NDRPDR sel
1296         - 16  # NDRPDR sel
1297         - 17  # NDRPDR sel
1298         - 18  # NDRPDR sel
1299         - 19  # NDRPDR sel
1300         - 27  # NDRPDR sel
1301         - 21  # NDRPDR sel
1302         - 25  # NDRPDR sel
1303     dpdk-compare-testbeds-skx-clx-cmp:
1304       csit-dpdk-perf-verify-2001-2n-clx:
1305         - 15  # NDRPDR sel
1306         - 16  # NDRPDR sel
1307         - 17  # NDRPDR sel
1308         - 18  # NDRPDR sel
1309         - 19  # NDRPDR sel
1310         - 20  # NDRPDR sel
1311         - 21  # NDRPDR sel
1312         - 22  # NDRPDR sel
1313         - 23  # NDRPDR sel
1314         - 24  # NDRPDR sel
1315         - 25  # NDRPDR sel
1316         - 26  # NDRPDR sel
1317         - 27  # NDRPDR sel
1318         - 28  # NDRPDR sel
1319         - 29  # NDRPDR sel
1320         - 30  # NDRPDR sel
1321         - 31  # NDRPDR sel
1322         - 32  # NDRPDR sel
1323         - 33  # NDRPDR sel
1324         - 34  # NDRPDR sel
1325
1326     dpdk-compare-testbeds-skx-clx:
1327       - "dpdk-compare-testbeds-skx-clx-ref"
1328       - "dpdk-compare-testbeds-skx-clx-cmp"
1329
1330     # Compare topologies
1331
1332     vpp-compare-topologies-ref:
1333       # TODO: Add the data
1334       csit-vpp-perf-verify-2001-3n-skx:
1335         - 14  # NDRPDR sel
1336         - 15  # NDRPDR sel
1337         - 16  # NDRPDR sel
1338     vpp-compare-topologies-cmp:
1339       # TODO: Add the data
1340       csit-vpp-perf-verify-2001-2n-skx:
1341         - 21  # NDRPDR sel
1342         - 22  # NDRPDR sel
1343         - 23  # NDRPDR sel
1344         - 26  # NDRPDR sel
1345         - 27  # NDRPDR sel
1346         - 29  # NDRPDR sel
1347     vpp-compare-topologies:
1348       - "vpp-compare-topologies-ref"
1349       - "vpp-compare-topologies-cmp"
1350
1351     vpp-compare-topologies-mrr-ref:
1352       # TODO: Replace
1353       # csit-vpp-perf-verify-2001-3n-skx:
1354       csit-vpp-perf-verify-1908-3n-skx:
1355         - 36  # MRR sel
1356     vpp-compare-topologies-mrr-cmp:
1357       # TODO: Replace
1358       # csit-vpp-perf-verify-2001-2n-skx:
1359       csit-vpp-perf-verify-1908-2n-skx:
1360         - 69  # MRR sel
1361     vpp-compare-topologies-mrr:
1362       - "vpp-compare-topologies-mrr-ref"
1363       - "vpp-compare-topologies-mrr-cmp"
1364
1365     dpdk-compare-topologies-ref:
1366       csit-dpdk-perf-verify-2001-3n-skx:
1367         - 1   # NDRPDR sel
1368         - 2   # NDRPDR sel
1369         - 3   # NDRPDR sel
1370         - 4   # NDRPDR sel
1371         - 5   # NDRPDR sel
1372         - 6   # NDRPDR sel
1373         - 7   # NDRPDR sel
1374         - 8   # NDRPDR sel
1375         - 9   # NDRPDR sel
1376         - 10  # NDRPDR sel
1377     dpdk-compare-topologies-cmp:
1378       csit-dpdk-perf-verify-2001-2n-skx:
1379         - 1   # NDRPDR sel
1380         - 2   # NDRPDR sel
1381         - 3   # NDRPDR sel
1382         - 4   # NDRPDR sel
1383         - 5   # NDRPDR sel
1384         - 6   # NDRPDR sel
1385         - 7   # NDRPDR sel
1386         - 8   # NDRPDR sel
1387         - 9   # NDRPDR sel
1388         - 10  # NDRPDR sel
1389         - 11  # NDRPDR sel
1390         - 13  # NDRPDR sel
1391         - 26  # NDRPDR sel
1392         - 16  # NDRPDR sel
1393         - 17  # NDRPDR sel
1394         - 18  # NDRPDR sel
1395         - 19  # NDRPDR sel
1396         - 27  # NDRPDR sel
1397         - 21  # NDRPDR sel
1398         - 25  # NDRPDR sel
1399     dpdk-compare-topologies:
1400       - "dpdk-compare-topologies-ref"
1401       - "dpdk-compare-topologies-cmp"
1402
1403   plot-layouts:
1404
1405     plot-soak-throughput:
1406       titlefont:
1407         size: 18
1408       xaxis:
1409         title: "<b>Test Cases [Index]</b>"
1410         titlefont:
1411           size: 16
1412         autorange: True
1413         fixedrange: False
1414         gridcolor: "rgb(230, 230, 230)"
1415         linecolor: "rgb(220, 220, 220)"
1416         linewidth: 1
1417         showgrid: True
1418         showline: True
1419         showticklabels: True
1420         tickcolor: "rgb(220, 220, 220)"
1421         tickmode: "linear"
1422         tickfont:
1423           size: 16
1424         zeroline: False
1425       yaxis:
1426         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1427         titlefont:
1428           size: 16
1429         gridcolor: "rgb(230, 230, 230)"
1430         hoverformat: ".4r"
1431         tickformat: ".3r"
1432         linecolor: "rgb(220, 220, 220)"
1433         linewidth: 1
1434         showgrid: True
1435         showline: True
1436         showticklabels: True
1437         tickcolor: "rgb(220, 220, 220)"
1438         tickfont:
1439           size: 16
1440         zeroline: False
1441         range: [0,50]
1442       autosize: False
1443       margin:
1444         t: 50
1445         b: 0
1446         l: 80
1447         r: 20
1448       showlegend: True
1449       legend:
1450         orientation: "h"
1451         font:
1452           size: 16
1453       width: 700
1454       height: 900
1455       paper_bgcolor: "#fff"
1456       plot_bgcolor: "#fff"
1457       hoverlabel:
1458         namelength: -1
1459
1460     plot-service-density:
1461       titlefont:
1462         size: 18
1463       xaxis:
1464         side: "top"
1465         autorange: True
1466         fixedrange: False
1467         showgrid: False
1468         showline: False
1469         showticklabels: False
1470         ticks: ""
1471         ticklen: 0
1472         tickwidth: 0
1473         zeroline: False
1474       yaxis:
1475         autorange: "reversed"
1476         showgrid: False
1477         showline: False
1478         showticklabels: False
1479         ticks: ""
1480         ticklen: 0
1481         tickwidth: 0
1482         zeroline: False
1483       showlegend: False
1484       paper_bgcolor: "#fff"
1485       plot_bgcolor: "#fff"
1486       width: 700
1487       height: 700
1488       hoverlabel:
1489         namelength: -1
1490
1491     plot-cps:
1492       titlefont:
1493         size: 18
1494       xaxis:
1495         title: "<b>Test Cases [Index]</b>"
1496         titlefont:
1497           size: 16
1498         autorange: True
1499         fixedrange: False
1500         gridcolor: "rgb(230, 230, 230)"
1501         linecolor: "rgb(220, 220, 220)"
1502         linewidth: 1
1503         showgrid: True
1504         showline: True
1505         showticklabels: True
1506         tickcolor: "rgb(220, 220, 220)"
1507         tickmode: "linear"
1508         tickfont:
1509           size: 16
1510         zeroline: False
1511       yaxis:
1512         title: "<b>Connections Per Second [cps]</b>"
1513         titlefont:
1514           size: 16
1515         gridcolor: "rgb(230, 230, 230)"
1516         hoverformat: ".4s"
1517         linecolor: "rgb(220, 220, 220)"
1518         linewidth: 1
1519         rangemode: "tozero"
1520         showgrid: True
1521         showline: True
1522         showticklabels: True
1523         tickcolor: "rgb(220, 220, 220)"
1524         tickformat: ".3s"
1525         tickfont:
1526           size: 16
1527         zeroline: False
1528       boxmode: "group"
1529       boxgroupgap: 0.5
1530       autosize: False
1531       margin:
1532         t: 50
1533         b: 20
1534         l: 80
1535         r: 20
1536       showlegend: True
1537       legend:
1538         orientation: "h"
1539         font:
1540           size: 16
1541       width: 700
1542       height: 800
1543       paper_bgcolor: "#fff"
1544       plot_bgcolor: "#fff"
1545       hoverlabel:
1546         namelength: -1
1547
1548     plot-rps:
1549       titlefont:
1550         size: 18
1551       xaxis:
1552         title: "<b>Test Cases [Index]</b>"
1553         titlefont:
1554           size: 16
1555         autorange: True
1556         fixedrange: False
1557         gridcolor: "rgb(230, 230, 230)"
1558         linecolor: "rgb(220, 220, 220)"
1559         linewidth: 1
1560         showgrid: True
1561         showline: True
1562         showticklabels: True
1563         tickcolor: "rgb(220, 220, 220)"
1564         tickmode: "linear"
1565         tickfont:
1566           size: 16
1567         zeroline: False
1568       yaxis:
1569         title: "<b>Requests Per Second [rps]</b>"
1570         titlefont:
1571           size: 16
1572         gridcolor: "rgb(230, 230, 230)"
1573         hoverformat: ".4s"
1574         linecolor: "rgb(220, 220, 220)"
1575         linewidth: 1
1576         rangemode: "tozero"
1577         showgrid: True
1578         showline: True
1579         showticklabels: True
1580         tickcolor: "rgb(230, 230, 230)"
1581         tickformat: ".3s"
1582         tickfont:
1583           size: 16
1584         zeroline: False
1585       boxmode: "group"
1586       boxgroupgap: 0.5
1587       autosize: False
1588       margin:
1589         t: 50
1590         b: 20
1591         l: 80
1592         r: 20
1593       showlegend: True
1594       legend:
1595         orientation: "h"
1596         font:
1597           size: 16
1598       width: 700
1599       height: 800
1600       paper_bgcolor: "#fff"
1601       plot_bgcolor: "#fff"
1602       hoverlabel:
1603         namelength: -1
1604
1605     plot-throughput:
1606       titlefont:
1607         size: 18
1608       xaxis:
1609         title: "<b>Test Cases [Index]</b>"
1610         titlefont:
1611           size: 16
1612         autorange: True
1613         fixedrange: False
1614         gridcolor: "rgb(230, 230, 230)"
1615         linecolor: "rgb(220, 220, 220)"
1616         linewidth: 1
1617         showgrid: True
1618         showline: True
1619         showticklabels: True
1620         tickcolor: "rgb(220, 220, 220)"
1621         tickmode: "linear"
1622         tickfont:
1623           size: 16
1624         zeroline: False
1625       yaxis:
1626         title: "<b>Packet Throughput [Mpps]</b>"
1627         titlefont:
1628           size: 16
1629         gridcolor: "rgb(230, 230, 230)"
1630         hoverformat: ".4r"
1631         tickformat: ".3r"
1632         linecolor: "rgb(220, 220, 220)"
1633         linewidth: 1
1634         showgrid: True
1635         showline: True
1636         showticklabels: True
1637         tickcolor: "rgb(220, 220, 220)"
1638         tickfont:
1639           size: 16
1640         zeroline: False
1641         range: [0,50]
1642       autosize: False
1643       margin:
1644         t: 50
1645         b: 0
1646         l: 80
1647         r: 20
1648       showlegend: True
1649       legend:
1650         orientation: "h"
1651         font:
1652           size: 16
1653       width: 700
1654       height: 900
1655       paper_bgcolor: "#fff"
1656       plot_bgcolor: "#fff"
1657       hoverlabel:
1658         namelength: -1
1659
1660     plot-throughput-speedup-analysis:
1661       titlefont:
1662         size: 18
1663       xaxis:
1664         title: "<b>Number of Cores [Qty]</b>"
1665         titlefont:
1666           size: 16
1667         autorange: True
1668         fixedrange: False
1669         gridcolor: "rgb(230, 230, 230)"
1670         linecolor: "rgb(220, 220, 220)"
1671         linewidth: 1
1672         showgrid: True
1673         showline: True
1674         showticklabels: True
1675         tickcolor: "rgb(238, 238, 238)"
1676         tickmode: "linear"
1677         tickfont:
1678           size: 16
1679         zeroline: False
1680       yaxis:
1681         title: "<b>Packet Throughput [Mpps]</b>"
1682         titlefont:
1683           size: 16
1684         type: "linear"
1685         gridcolor: "rgb(230, 230, 230)"
1686         hoverformat: ".4s"
1687         linecolor: "rgb(220, 220, 220)"
1688         linewidth: 1
1689         showgrid: True
1690         showline: True
1691         showticklabels: True
1692         tickcolor: "rgb(220, 220, 220)"
1693         tickformat: ".4s"
1694         tickfont:
1695           size: 16
1696         zeroline: True
1697         rangemode: "tozero"
1698         range: [0,100]
1699       legend:
1700         orientation: "h"
1701         font:
1702           size: 16
1703         xanchor: "left"
1704         yanchor: "top"
1705         x: 0
1706         y: -0.2
1707         bgcolor: "rgba(255, 255, 255, 0)"
1708         bordercolor: "rgba(255, 255, 255, 0)"
1709         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1710       autosize: False
1711       margin:
1712           't': 50
1713           'b': 150
1714           'l': 85
1715           'r': 10
1716       showlegend: True
1717       width: 700
1718       height: 700
1719       paper_bgcolor: "#fff"
1720       plot_bgcolor: "#fff"
1721       hoverlabel:
1722         namelength: -1
1723       annotations: [
1724         {
1725           text: "_ _          __          ...",
1726           align: "left",
1727           showarrow: False,
1728           xref: "paper",
1729           yref: "paper",
1730           xanchor: "left",
1731           yanchor: "top",
1732           x: 0,
1733           y: -0.13,
1734           font: {
1735             family: "Consolas, Courier New",
1736             size: 15
1737           },
1738         },
1739         {
1740           text: "    Perfect     Measured     Limit",
1741           align: "left",
1742           showarrow: False,
1743           xref: "paper",
1744           yref: "paper",
1745           xanchor: "left",
1746           yanchor: "top",
1747           x: 0,
1748           y: -0.15,
1749           font: {
1750             family: "Consolas, Courier New",
1751             size: 15
1752           },
1753         },
1754       ]
1755
1756     plot-latency:
1757       titlefont:
1758         size: 18
1759       xaxis:
1760         title: "<b>Direction</b>"
1761         titlefont:
1762           size: 16
1763         autorange: True
1764         fixedrange: False
1765         gridcolor: "rgb(230, 230, 230)"
1766         linecolor: "rgb(220, 220, 220)"
1767         linewidth: 1
1768         showgrid: True
1769         showline: True
1770         showticklabels: False
1771         tickcolor: "rgb(220, 220, 220)"
1772         tickmode: "linear"
1773         tickfont:
1774           size: 16
1775         zeroline: False
1776       yaxis:
1777         title: "<b>Packet Latency [uSec]</b>"
1778         titlefont:
1779           size: 16
1780         type: "linear"
1781         gridcolor: "rgb(230, 230, 230)"
1782         hoverformat: ".4s"
1783         linecolor: "rgb(220, 220, 220)"
1784         linewidth: 1
1785         showgrid: True
1786         showline: True
1787         showticklabels: True
1788         tickcolor: "rgb(220, 220, 220)"
1789         tickformat: ".4s"
1790         tickfont:
1791           size: 16
1792         zeroline: True
1793         rangemode: "tozero"
1794       legend:
1795         orientation: "h"
1796         font:
1797           size: 16
1798         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1799       autosize: False
1800       margin:
1801           't': 50
1802           'b': 150
1803           'l': 80
1804           'r': 10
1805       showlegend: True
1806       width: 700
1807       height: 700
1808       paper_bgcolor: "#fff"
1809       plot_bgcolor: "#fff"
1810       hoverlabel:
1811         namelength: -1
1812
1813     plot-hdrh-latency:
1814       title:
1815         text: ""
1816         xanchor: "center"
1817         x: 0.5
1818         font:
1819           size: 16
1820       width: 700
1821       plot_bgcolor: "white"
1822       annotations:
1823         - font:
1824             size: 14
1825           showarrow: False
1826           text: "<b>Packet Latency [uSec]</b>"
1827           x: 1
1828           xanchor: "right"
1829           xref: "paper"
1830           y: -0.045
1831           yanchor: "top"
1832           yref: "paper"
1833         - font:
1834             size: 14
1835           showarrow: False
1836           text: "<b>Probability [%]</b>"
1837           textangle: 270
1838           x: -0.06
1839           xanchor: "center"
1840           xref: "paper"
1841           y: 0.5
1842           yanchor: "middle"
1843           yref: "paper"
1844         - font:
1845             size: 14
1846           showarrow: False
1847           text: "<b>Direction: E-W</b>"
1848           x: 0.24
1849           xanchor: "center"
1850           xref: "paper"
1851           y: 1.05
1852           yanchor: "bottom"
1853           yref: "paper"
1854         - font:
1855             size: 14
1856           showarrow: False
1857           text: "<b>Direction: W-E</b>"
1858           x: 0.74
1859           xanchor: "center"
1860           xref: "paper"
1861           y: 1.05
1862           yanchor: "bottom"
1863           yref: "paper"
1864
1865     plot-hdrh-latency-percentile:
1866       title:
1867         text: ""
1868         xanchor: "center"
1869         x: 0.5
1870         font:
1871           size: 18
1872       xaxis:
1873         type: "log"
1874         title: "<b>Percentile [%]</b>"
1875         titlefont:
1876           size: 16
1877         autorange: True
1878         fixedrange: False
1879         gridcolor: "rgb(230, 230, 230)"
1880         linecolor: "rgb(220, 220, 220)"
1881         linewidth: 1
1882         showgrid: True
1883         showline: True
1884         showticklabels: True
1885         tickcolor: "rgb(220, 220, 220)"
1886         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1887         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1888         tickfont:
1889           size: 16
1890       yaxis:
1891         title: "<b>Packet Latency [uSec]</b>"
1892         titlefont:
1893           size: 16
1894         gridcolor: "rgb(230, 230, 230)"
1895         linecolor: "rgb(220, 220, 220)"
1896         linewidth: 1
1897         showgrid: True
1898         showline: True
1899         showticklabels: True
1900         tickcolor: "rgb(220, 220, 220)"
1901         tickfont:
1902           size: 16
1903       autosize: False
1904       showlegend: True
1905       legend:
1906         traceorder: "normal"
1907         orientation: "h"
1908         font:
1909           size: 16
1910         xanchor: "left"
1911         yanchor: "top"
1912         x: 0
1913         y: -0.15
1914         bgcolor: "rgba(255, 255, 255, 0)"
1915         bordercolor: "rgba(255, 255, 255, 0)"
1916       width: 700
1917       height: 700
1918       paper_bgcolor: "white"
1919       plot_bgcolor: "white"
1920
1921     plot-hdrh-latency-by-percentile:
1922       title:
1923         text: "<b>Latency by Percentile Distribution</b>"
1924         xanchor: "center"
1925         x: 0.5
1926         font:
1927           size: 18
1928       showlegend: True
1929       legend:
1930         traceorder: "normal"
1931         orientation: "h"
1932         font:
1933           size: 16
1934         xanchor: "left"
1935         yanchor: "top"
1936         x: 0
1937         y: -0.2
1938         bgcolor: "rgba(255, 255, 255, 0)"
1939         bordercolor: "rgba(255, 255, 255, 0)"
1940       xaxis:
1941         type: "linear"
1942         title: "<b>Percentile [%]</b>"
1943         titlefont:
1944           size: 14
1945         autorange: False
1946         fixedrange: False
1947         range: [0, 100]
1948         gridcolor: "rgb(230, 230, 230)"
1949         linecolor: "rgb(220, 220, 220)"
1950         linewidth: 1
1951         showgrid: True
1952         showline: True
1953         showticklabels: True
1954         tickcolor: "rgb(220, 220, 220)"
1955         tickvals: [0, 25, 50, 75, 100]
1956         ticktext: [0, 25, 50, 75, 100]
1957         tickfont:
1958           size: 14
1959       yaxis:
1960         title: "<b>One-Way Latency per Direction [uSec]</b>"
1961         titlefont:
1962           size: 14
1963         gridcolor: "rgb(230, 230, 230)"
1964         linecolor: "rgb(220, 220, 220)"
1965         linewidth: 1
1966         showgrid: True
1967         showline: True
1968         showticklabels: True
1969         tickcolor: "rgb(220, 220, 220)"
1970         tickfont:
1971           size: 14
1972       width: 700
1973       height: 700
1974       paper_bgcolor: "white"
1975       plot_bgcolor: "white"
1976
1977 - type: "static"
1978   src-path: "{DIR[RST]}"
1979   dst-path: "{DIR[WORKING,SRC]}"
1980
1981 - type: "input"
1982   general:
1983     file-name: "output_info.xml.gz"
1984     file-format: ".gz"
1985     arch-file-format:
1986       - ".gz"
1987       - ".zip"
1988     download-path: "{job}/{build}/archives/{filename}"
1989     extract: "output.xml"
1990
1991     zip-file-name: "robot-plugin.zip"
1992     zip-file-format: ".zip"
1993     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1994     zip-extract: "robot-plugin/output.xml"
1995
1996   builds:
1997
1998     csit-vpp-perf-verify-1904-3n-hsw:
1999       - 9   # MRR sel
2000       - 11  # NDRPDR sel
2001       - 12  # NDRPDR sel
2002       - 20  # NDRPDR sel
2003       - 21  # NDRPDR sel
2004       - 23  # NDRPDR sel
2005       - 24  # NDRPDR sel
2006       - 25  # NDRPDR sel
2007       - 26  # NDRPDR sel
2008       - 29  # NDRPDR sel
2009       - 30  # NDRPDR sel
2010     csit-vpp-perf-verify-1908-3n-hsw:
2011       - 12  # NDRPDR sel
2012       - 13  # NDRPDR sel
2013       - 14  # NDRPDR sel
2014       - 15  # NDRPDR sel
2015       - 16  # NDRPDR sel
2016       - 17  # NDRPDR sel
2017       - 18  # NDRPDR sel
2018       - 19  # NDRPDR sel
2019       - 20  # NDRPDR sel
2020       - 21  # NDRPDR sel
2021       - 48  # NDRPDR sel vhost
2022       - 49  # NDRPDR sel vhost
2023       - 52  # NDRPDR sel vhost
2024       - 53  # NDRPDR sel vhost
2025       - 54  # NDRPDR sel vhost
2026       - 55  # NDRPDR sel vhost
2027       - 56  # NDRPDR sel vhost
2028       - 57  # NDRPDR sel vhost
2029       - 58  # NDRPDR sel vhost
2030       - 59  # NDRPDR sel vhost
2031       - 39  # MRR sel
2032     csit-vpp-perf-verify-2001-3n-hsw:
2033       - 21  # NDRPDR sel
2034       - 22  # NDRPDR sel
2035       - 23  # NDRPDR sel
2036       - 24  # NDRPDR sel
2037       - 25  # NDRPDR sel
2038       - 29  # NDRPDR sel
2039       - 30  # NDRPDR sel
2040       - 31  # NDRPDR sel
2041       - 32  # NDRPDR sel
2042       - 34  # NDRPDR sel
2043       - 17  # MRR sel
2044       - 18  # NDRPDR full
2045       - 20  # NDRPDR full
2046       - 28  # NDRPDR full
2047       - 35  # NDRPDR full
2048       - 42  # NDRPDR full
2049       - 46  # NDRPDR full
2050       - 47  # NDRPDR full
2051       - 48  # NDRPDR full
2052       - 49  # NDRPDR full
2053       - 50  # NDRPDR full
2054       - 51  # NDRPDR full
2055       - 52  # NDRPDR full
2056       - 53  # NDRPDR full
2057       - 54  # NDRPDR full
2058       - 55  # NDRPDR full
2059       - 56  # NDRPDR full
2060       - 57  # NDRPDR full
2061       - 58  # NDRPDR full
2062       - 59  # NDRPDR full
2063       - 61  # NDRPDR full
2064       - 62  # NDRPDR full
2065       - 63  # NDRPDR full
2066       - 64  # NDRPDR full
2067       - 65  # NDRPDR full
2068       - 67  # NDRPDR full
2069       - 70  # NDRPDR full
2070       - 72  # NDRPDR full
2071       - 73  # NDRPDR full
2072       - 77  # NDRPDR full
2073       - 78  # NDRPDR full
2074
2075 #    csit-vpp-perf-verify-1904-3n-skx:
2076 #      - 7   # MRR sel
2077 #      - 8   # NDRPDR sel
2078 #      - 9   # NDRPDR sel
2079 #      - 10  # NDRPDR sel
2080 #      - 11  # NDRPDR sel
2081 #      - 12  # NDRPDR sel
2082 #      - 14  # NDRPDR sel
2083 #      - 16  # NDRPDR sel
2084 #      - 21  # NDRPDR sel
2085 #      - 23  # NDRPDR sel
2086 #      - 25  # NDRPDR sel
2087 #    csit-vpp-perf-verify-1908-3n-skx:
2088 #      - 14  # NDRPDR sel
2089 #      - 16  # NDRPDR sel
2090 #      - 19  # NDRPDR sel
2091 #      - 20  # NDRPDR sel
2092 #      - 22  # NDRPDR sel
2093 #      - 23  # NDRPDR sel
2094 #      - 24  # NDRPDR sel
2095 #      - 25  # NDRPDR sel
2096 #      - 26  # NDRPDR sel
2097 #      - 29  # NDRPDR sel
2098 #      - 52  # NDRPDR sel vhost
2099 #      - 53  # NDRPDR sel vhost
2100 #      - 55  # NDRPDR sel vhost
2101 #      - 61  # NDRPDR sel vhost
2102 #      - 62  # NDRPDR sel vhost
2103 #      - 63  # NDRPDR sel vhost
2104 #      - 64  # NDRPDR sel vhost
2105 #      - 65  # NDRPDR sel vhost
2106 #      - 66  # NDRPDR sel vhost
2107 #      - 67  # NDRPDR sel vhost
2108 #      - 36  # MRR sel
2109 #    csit-vpp-perf-verify-2001-3n-skx:
2110 #      - 14  # NDRPDR sel
2111 #      - 15  # NDRPDR sel
2112 #      - 16  # NDRPDR sel
2113
2114 #    csit-vpp-perf-verify-1904-2n-skx:
2115 #      - 11  # MRR sel
2116 #      - 12  # NDRPDR sel
2117 #      - 14  # NDRPDR sel
2118 #      - 16  # NDRPDR sel
2119 #      - 17  # NDRPDR sel
2120 #      - 18  # NDRPDR sel
2121 #      - 21  # NDRPDR sel
2122 #      - 27  # NDRPDR sel
2123 #      - 30  # NDRPDR sel
2124 #      - 31  # NDRPDR sel
2125 #      - 32  # NDRPDR sel
2126 #    csit-vpp-perf-verify-1908-2n-skx:
2127 #      - 26  # NDRPDR sel
2128 #      - 27  # NDRPDR sel
2129 #      - 34  # NDRPDR sel
2130 #      - 35  # NDRPDR sel
2131 #      - 36  # NDRPDR sel
2132 #      - 42  # NDRPDR sel
2133 #      - 43  # NDRPDR sel
2134 #      - 44  # NDRPDR sel
2135 #      - 45  # NDRPDR sel
2136 #      - 46  # NDRPDR sel
2137 #      - 88  # NDRPDR sel vhost
2138 #      - 89  # NDRPDR sel vhost
2139 #      - 91  # NDRPDR sel vhost
2140 #      - 92  # NDRPDR sel vhost
2141 #      - 93  # NDRPDR sel vhost
2142 #      - 94  # NDRPDR sel vhost
2143 #      - 95  # NDRPDR sel vhost
2144 #      - 96  # NDRPDR sel vhost
2145 #      - 97  # NDRPDR sel vhost
2146 #      - 98  # NDRPDR sel vhost
2147 #      - 69  # MRR sel
2148 #      - 29  # TCP
2149 #      - 30  # TCP
2150 #      - 58  # TCP
2151 #      - 22  # NFV
2152 #      - 31  # NFV
2153 #      - 32  # NFV
2154 #      - 71  # NFV MRR
2155 #      - 113 # NFV reconf sel
2156 #      - 114 # NFV reconf sel
2157 #      - 115 # NFV reconf sel
2158 #      - 83  # SOAK
2159 #      - 86  # SOAK
2160 #    csit-vpp-perf-verify-2001-2n-skx:
2161 #      - 21  # NDRPDR sel
2162 #      - 22  # NDRPDR sel
2163 #      - 23  # NDRPDR sel
2164 #      - 26  # NDRPDR sel
2165 #      - 27  # NDRPDR sel
2166 #      - 29  # NDRPDR sel
2167 #      - 32  # NDRPDR full
2168 #      - 33  # NDRPDR full
2169 #      - 30  # NFV
2170 #      - 31  # NFV
2171
2172     csit-vpp-perf-verify-2001-2n-clx:
2173       - 28  # NDRPDR sel
2174       - 29  # NDRPDR sel
2175       - 32  # NDRPDR sel
2176       - 40  # NDRPDR sel
2177       - 44  # NDRPDR sel
2178       - 39  # MRR
2179       - 34  # NDRPDR full
2180       - 35  # NDRPDR full
2181       - 36  # NDRPDR full
2182       - 38  # NDRPDR full
2183       - 41  # NDRPDR full
2184       - 42  # NDRPDR full
2185
2186     csit-vpp-perf-verify-1908-3n-tsh:
2187       - 7   # NDRPDR sel
2188       - 8   # NDRPDR sel
2189       - 9   # NDRPDR sel
2190       - 10  # NDRPDR sel
2191       - 11  # NDRPDR sel
2192       - 12  # NDRPDR sel
2193       - 13  # NDRPDR sel
2194       - 14  # NDRPDR sel
2195       - 15  # NDRPDR sel
2196       - 16  # NDRPDR sel
2197       - 17  # MRR sel
2198     csit-vpp-perf-verify-2001-3n-tsh:
2199       - 3   # NDRPDR sel
2200       - 4   # NDRPDR sel
2201       - 7   # NDRPDR sel
2202       - 8   # NDRPDR sel
2203       - 10  # NDRPDR sel
2204       - 12  # NDRPDR sel
2205       - 13  # NDRPDR sel
2206       - 14  # NDRPDR sel
2207       - 9   # MRR sel
2208
2209     csit-vpp-perf-verify-1908-3n-dnv:
2210       - 6   # NDRPDR sel
2211       - 7   # NDRPDR sel
2212       - 8   # NDRPDR sel
2213       - 9   # NDRPDR sel
2214       - 10  # NDRPDR sel
2215       - 12  # NDRPDR sel
2216       - 13  # NDRPDR sel
2217       - 14  # NDRPDR sel
2218       - 15  # NDRPDR sel
2219       - 16  # NDRPDR sel
2220       - 17  # MRR sel
2221     csit-vpp-perf-verify-2001-3n-dnv:
2222       - 5   # NDRPDR sel
2223       - 6   # NDRPDR sel
2224       - 7   # NDRPDR sel
2225       - 8   # NDRPDR sel
2226       - 9   # NDRPDR sel
2227       - 10  # NDRPDR sel
2228       - 12  # NDRPDR sel
2229       - 16  # NDRPDR sel
2230       - 17  # NDRPDR sel
2231       - 18  # NDRPDR sel
2232       - 11  # MRR sel
2233       - 19  # NDRPDR full
2234       - 20  # NDRPDR full
2235       - 21  # NDRPDR full
2236       - 22  # NDRPDR full
2237       - 23  # NDRPDR full
2238       - 24  # NDRPDR full
2239       - 25  # NDRPDR full
2240       - 26  # NDRPDR full
2241       - 37  # NDRPDR full
2242       - 38  # NDRPDR full
2243       - 39  # NDRPDR full
2244
2245     csit-vpp-perf-verify-1908-2n-dnv:
2246       - 1   # NDRPDR sel
2247       - 2   # NDRPDR sel
2248       - 3   # NDRPDR sel
2249       - 4   # NDRPDR sel
2250       - 5   # NDRPDR sel
2251       - 6   # NDRPDR sel
2252       - 7   # NDRPDR sel
2253       - 8   # NDRPDR sel
2254       - 9   # NDRPDR sel
2255       - 10  # NDRPDR sel
2256       - 11  # MRR sel
2257     csit-vpp-perf-verify-2001-2n-dnv:
2258       - 4   # NDRPDR sel
2259       - 5   # NDRPDR sel
2260       - 6   # NDRPDR sel
2261       - 7   # NDRPDR sel
2262       - 8   # NDRPDR sel
2263       - 9   # NDRPDR sel
2264       - 10  # NDRPDR sel
2265       - 11  # NDRPDR sel
2266       - 13  # NDRPDR sel
2267       - 16  # NDRPDR sel
2268       - 12  # MRR sel
2269       - 21  # NDRPDR full
2270       - 22  # NDRPDR full
2271       - 25  # NDRPDR full
2272       - 26  # NDRPDR full
2273       - 27  # NDRPDR full
2274       - 28  # NDRPDR full
2275
2276     csit-dpdk-perf-verify-1904-3n-hsw:
2277       - 2   # NDRPDR sel
2278       - 3   # NDRPDR sel
2279       - 5   # NDRPDR sel
2280       - 6   # NDRPDR sel
2281       - 13  # NDRPDR sel
2282       - 14  # NDRPDR sel
2283       - 15  # NDRPDR sel
2284       - 18  # NDRPDR sel
2285       - 19  # NDRPDR sel
2286       - 20  # NDRPDR sel
2287     csit-dpdk-perf-verify-1908-3n-hsw:
2288       - 2   # NDRPDR sel
2289       - 3   # NDRPDR sel
2290       - 4   # NDRPDR sel
2291       - 5   # NDRPDR sel
2292       - 6   # NDRPDR sel
2293       - 7   # NDRPDR sel
2294       - 8   # NDRPDR sel
2295       - 9   # NDRPDR sel
2296       - 10  # NDRPDR sel
2297       - 11  # NDRPDR sel
2298     csit-dpdk-perf-verify-2001-3n-hsw:
2299       - 4   # NDRPDR sel
2300       - 5   # NDRPDR sel
2301       - 6   # NDRPDR sel
2302       - 7   # NDRPDR sel
2303       - 8   # NDRPDR sel
2304       - 9   # NDRPDR sel
2305       - 10  # NDRPDR sel
2306       - 11  # NDRPDR sel
2307       - 12  # NDRPDR sel
2308       - 13  # NDRPDR sel
2309       - 15  # NDRPDR sel
2310       - 16  # NDRPDR sel
2311       - 17  # NDRPDR sel
2312       - 18  # NDRPDR sel
2313       - 19  # NDRPDR sel
2314       - 20  # NDRPDR sel
2315       - 21  # NDRPDR sel
2316       - 22  # NDRPDR sel
2317       - 23  # NDRPDR sel
2318       - 24  # NDRPDR sel
2319       - 25  # NDRPDR full
2320       - 26  # NDRPDR full
2321
2322 #    csit-dpdk-perf-verify-1904-3n-skx:
2323 #      - 2   # NDRPDR sel
2324 #      - 3   # NDRPDR sel
2325 #      - 4   # NDRPDR sel
2326 #      - 5   # NDRPDR sel
2327 #      - 6   # NDRPDR sel
2328 #      - 7   # NDRPDR sel
2329 #      - 11  # NDRPDR sel
2330 #      - 12  # NDRPDR sel
2331 #      - 13  # NDRPDR sel
2332 #      - 14  # NDRPDR sel
2333 #    csit-dpdk-perf-verify-1908-3n-skx:
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 #      - 12  # NDRPDR sel
2344 #    csit-dpdk-perf-verify-2001-3n-skx:
2345 #      - 1   # NDRPDR sel
2346 #      - 2   # NDRPDR sel
2347 #      - 3   # NDRPDR sel
2348 #      - 4   # NDRPDR sel
2349 #      - 5   # NDRPDR sel
2350 #      - 6   # NDRPDR sel
2351 #      - 7   # NDRPDR sel
2352 #      - 8   # NDRPDR sel
2353 #      - 9   # NDRPDR sel
2354 #      - 10  # NDRPDR sel
2355
2356 #    csit-dpdk-perf-verify-1904-2n-skx:
2357 #      - 2   # NDRPDR sel
2358 #      - 3   # NDRPDR sel
2359 #      - 4   # NDRPDR sel
2360 #      - 5   # NDRPDR sel
2361 #      - 7   # NDRPDR sel
2362 #      - 8   # NDRPDR sel
2363 #      - 9   # NDRPDR sel
2364 #      - 10  # NDRPDR sel
2365 #      - 11  # NDRPDR sel
2366 #      - 12  # NDRPDR sel
2367 #    csit-dpdk-perf-verify-1908-2n-skx:
2368 #      - 2   # NDRPDR sel
2369 #      - 3   # NDRPDR sel
2370 #      - 4   # NDRPDR sel
2371 #      - 5   # NDRPDR sel
2372 #      - 7   # NDRPDR sel
2373 #      - 8   # NDRPDR sel
2374 #      - 9   # NDRPDR sel
2375 #      - 10  # NDRPDR sel
2376 #      - 11  # NDRPDR sel
2377 #      - 12  # NDRPDR sel
2378 #    csit-dpdk-perf-verify-2001-2n-skx:
2379 #      - 1   # NDRPDR sel
2380 #      - 2   # NDRPDR sel
2381 #      - 3   # NDRPDR sel
2382 #      - 4   # NDRPDR sel
2383 #      - 5   # NDRPDR sel
2384 #      - 6   # NDRPDR sel
2385 #      - 7   # NDRPDR sel
2386 #      - 8   # NDRPDR sel
2387 #      - 9   # NDRPDR sel
2388 #      - 10  # NDRPDR sel
2389 #      - 11  # NDRPDR sel
2390 #      - 13  # NDRPDR sel
2391 #      - 26  # NDRPDR sel
2392 #      - 16  # NDRPDR sel
2393 #      - 17  # NDRPDR sel
2394 #      - 18  # NDRPDR sel
2395 #      - 19  # NDRPDR sel
2396 #      - 27  # NDRPDR sel
2397 #      - 21  # NDRPDR sel
2398 #      - 25  # NDRPDR sel
2399
2400     csit-dpdk-perf-verify-2001-2n-clx:
2401       - 15  # NDRPDR sel
2402       - 16  # NDRPDR sel
2403       - 17  # NDRPDR sel
2404       - 18  # NDRPDR sel
2405       - 19  # NDRPDR sel
2406       - 20  # NDRPDR sel
2407       - 21  # NDRPDR sel
2408       - 22  # NDRPDR sel
2409       - 23  # NDRPDR sel
2410       - 24  # NDRPDR sel
2411       - 25  # NDRPDR sel
2412       - 26  # NDRPDR sel
2413       - 27  # NDRPDR sel
2414       - 28  # NDRPDR sel
2415       - 29  # NDRPDR sel
2416       - 30  # NDRPDR sel
2417       - 31  # NDRPDR sel
2418       - 32  # NDRPDR sel
2419       - 33  # NDRPDR sel
2420       - 34  # NDRPDR sel
2421
2422     csit-dpdk-perf-verify-2001-2n-dnv:
2423       - 9   # NDRPDR sel
2424       - 10  # NDRPDR sel
2425       - 11  # NDRPDR sel
2426       - 12  # NDRPDR sel
2427       - 13  # NDRPDR sel
2428       - 14  # NDRPDR sel
2429       - 15  # NDRPDR sel
2430       - 16  # NDRPDR sel
2431       - 17  # NDRPDR sel
2432       - 18  # NDRPDR sel
2433
2434     csit-dpdk-perf-verify-2001-3n-dnv:
2435       - 12  # NDRPDR sel
2436       - 13  # NDRPDR sel
2437       - 14  # NDRPDR sel
2438       - 15  # NDRPDR sel
2439       - 16  # NDRPDR sel
2440       - 17  # NDRPDR sel
2441       - 18  # NDRPDR sel
2442       - 19  # NDRPDR sel
2443       - 20  # NDRPDR sel
2444       - 22  # NDRPDR sel
2445
2446     csit-dpdk-perf-verify-2001-3n-tsh:
2447       - 3   # NDRPDR sel
2448       - 4   # NDRPDR sel
2449       - 5   # NDRPDR sel
2450       - 9   # NDRPDR sel
2451       - 10  # NDRPDR sel
2452       - 11  # NDRPDR sel
2453       - 12  # NDRPDR sel
2454       - 14  # NDRPDR sel
2455       - 15  # NDRPDR sel
2456       - 18  # NDRPDR sel
2457
2458     csit-vpp-device-2001-ubuntu1804-1n-skx:
2459       - 57
2460
2461 - type: "output"
2462   output: "report"
2463   format:
2464     html:
2465     - full
2466     pdf:
2467     - minimal
2468
2469 ################################################################################
2470 ###                               T A B L E S                                ###
2471 ################################################################################
2472
2473 ## VPP Soak vs NDR
2474 #- type: "table"
2475 #  title: "VPP Soak vs NDR 2n-skx"
2476 #  algorithm: "table_soak_vs_ndr"
2477 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2478 #  reference:
2479 #    title: "NDR"
2480 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2481 #  compare:
2482 #    title: "Soak"
2483 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2484 #  data: "vpp-soak-vs-ndr-2n-skx"
2485 #  include-tests: "NDR"
2486 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2487 #  parameters:
2488 #    - "throughput"
2489 #    - "name"
2490 #    - "parent"
2491
2492 ################################################################################
2493
2494 ## VPP Compare NICs 3n-skx 2t1c ndr
2495 #- type: "table"
2496 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2497 #  algorithm: "table_nics_comparison"
2498 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2499 #  reference:
2500 #    title: "x710"
2501 #    nic: "NIC_Intel-X710"
2502 #  compare:
2503 #    title: "xxv710"
2504 #    nic: "NIC_Intel-XXV710"
2505 #  data: "vpp-nic-comparison-3n-skx"
2506 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2507 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2508 #  parameters:
2509 #  - "name"
2510 #  - "parent"
2511 #  - "throughput"
2512 #  - "tags"
2513 #
2514 ## VPP Compare NICs 3n-skx 4t2c ndr
2515 #- type: "table"
2516 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2517 #  algorithm: "table_nics_comparison"
2518 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2519 #  reference:
2520 #    title: "x710"
2521 #    nic: "NIC_Intel-X710"
2522 #  compare:
2523 #    title: "xxv710"
2524 #    nic: "NIC_Intel-XXV710"
2525 #  data: "vpp-nic-comparison-3n-skx"
2526 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2527 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2528 #  parameters:
2529 #  - "name"
2530 #  - "parent"
2531 #  - "throughput"
2532 #  - "tags"
2533 #
2534 ## VPP Compare NICs 3n-skx 2t1c pdr
2535 #- type: "table"
2536 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2537 #  algorithm: "table_nics_comparison"
2538 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2539 #  reference:
2540 #    title: "x710"
2541 #    nic: "NIC_Intel-X710"
2542 #  compare:
2543 #    title: "xxv710"
2544 #    nic: "NIC_Intel-XXV710"
2545 #  data: "vpp-nic-comparison-3n-skx"
2546 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2547 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2548 #  parameters:
2549 #  - "name"
2550 #  - "parent"
2551 #  - "throughput"
2552 #  - "tags"
2553 #
2554 # # VPP Compare NICs 3n-skx 4t2c pdr
2555 #- type: "table"
2556 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2557 #  algorithm: "table_nics_comparison"
2558 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2559 #  reference:
2560 #    title: "x710"
2561 #    nic: "NIC_Intel-X710"
2562 #  compare:
2563 #    title: "xxv710"
2564 #    nic: "NIC_Intel-XXV710"
2565 #  data: "vpp-nic-comparison-3n-skx"
2566 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2567 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2568 #  parameters:
2569 #  - "name"
2570 #  - "parent"
2571 #  - "throughput"
2572 #  - "tags"
2573 #
2574 ## VPP Compare NICs 3n-skx 2t1c mrr
2575 #- type: "table"
2576 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2577 #  algorithm: "table_nics_comparison"
2578 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2579 #  reference:
2580 #    title: "x710"
2581 #    nic: "NIC_Intel-X710"
2582 #  compare:
2583 #    title: "xxv710"
2584 #    nic: "NIC_Intel-XXV710"
2585 #  data: "vpp-nic-comparison-3n-skx-mrr"
2586 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2587 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2588 #  parameters:
2589 #  - "name"
2590 #  - "parent"
2591 #  - "result"
2592 #  - "tags"
2593 #
2594 ## VPP Compare NICs 3n-skx 4t2c mrr
2595 #- type: "table"
2596 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2597 #  algorithm: "table_nics_comparison"
2598 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2599 #  reference:
2600 #    title: "x710"
2601 #    nic: "NIC_Intel-X710"
2602 #  compare:
2603 #    title: "xxv710"
2604 #    nic: "NIC_Intel-XXV710"
2605 #  data: "vpp-nic-comparison-3n-skx-mrr"
2606 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2607 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2608 #  parameters:
2609 #  - "name"
2610 #  - "parent"
2611 #  - "result"
2612 #  - "tags"
2613 #
2614 # # VPP Compare NICs 3n-skx 8t4c mrr
2615 #- type: "table"
2616 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2617 #  algorithm: "table_nics_comparison"
2618 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2619 #  reference:
2620 #    title: "x710"
2621 #    nic: "NIC_Intel-X710"
2622 #  compare:
2623 #    title: "xxv710"
2624 #    nic: "NIC_Intel-XXV710"
2625 #  data: "vpp-nic-comparison-3n-skx-mrr"
2626 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2627 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2628 #  parameters:
2629 #  - "name"
2630 #  - "parent"
2631 #  - "result"
2632 #  - "tags"
2633 #
2634 ## VPP Compare NICs 2n-skx 2t1c ndr
2635 #- type: "table"
2636 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2637 #  algorithm: "table_nics_comparison"
2638 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2639 #  reference:
2640 #    title: "x710"
2641 #    nic: "NIC_Intel-X710"
2642 #  compare:
2643 #    title: "xxv710"
2644 #    nic: "NIC_Intel-XXV710"
2645 #  data: "vpp-nic-comparison-2n-skx"
2646 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2647 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2648 #  parameters:
2649 #  - "name"
2650 #  - "parent"
2651 #  - "throughput"
2652 #  - "tags"
2653 #
2654 ## VPP Compare NICs 2n-skx 4t2c ndr
2655 #- type: "table"
2656 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2657 #  algorithm: "table_nics_comparison"
2658 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2659 #  reference:
2660 #    title: "x710"
2661 #    nic: "NIC_Intel-X710"
2662 #  compare:
2663 #    title: "xxv710"
2664 #    nic: "NIC_Intel-XXV710"
2665 #  data: "vpp-nic-comparison-2n-skx"
2666 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2667 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2668 #  parameters:
2669 #  - "name"
2670 #  - "parent"
2671 #  - "throughput"
2672 #  - "tags"
2673 #
2674 # # VPP Compare NICs 2n-skx 2t1c pdr
2675 #- type: "table"
2676 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2677 #  algorithm: "table_nics_comparison"
2678 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2679 #  reference:
2680 #    title: "x710"
2681 #    nic: "NIC_Intel-X710"
2682 #  compare:
2683 #    title: "xxv710"
2684 #    nic: "NIC_Intel-XXV710"
2685 #  data: "vpp-nic-comparison-2n-skx"
2686 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2687 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2688 #  parameters:
2689 #  - "name"
2690 #  - "parent"
2691 #  - "throughput"
2692 #  - "tags"
2693 #
2694 ## VPP Compare NICs 2n-skx 4t2c pdr
2695 #- type: "table"
2696 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2697 #  algorithm: "table_nics_comparison"
2698 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2699 #  reference:
2700 #    title: "x710"
2701 #    nic: "NIC_Intel-X710"
2702 #  compare:
2703 #    title: "xxv710"
2704 #    nic: "NIC_Intel-XXV710"
2705 #  data: "vpp-nic-comparison-2n-skx"
2706 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2707 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2708 #  parameters:
2709 #  - "name"
2710 #  - "parent"
2711 #  - "throughput"
2712 #  - "tags"
2713 #
2714 ## VPP Compare NICs 2n-skx 2t1c mrr
2715 #- type: "table"
2716 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2717 #  algorithm: "table_nics_comparison"
2718 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2719 #  reference:
2720 #    title: "x710"
2721 #    nic: "NIC_Intel-X710"
2722 #  compare:
2723 #    title: "xxv710"
2724 #    nic: "NIC_Intel-XXV710"
2725 #  data: "vpp-nic-comparison-2n-skx-mrr"
2726 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2727 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2728 #  parameters:
2729 #  - "name"
2730 #  - "parent"
2731 #  - "result"
2732 #  - "tags"
2733 #
2734 ## VPP Compare NICs 2n-skx 4t2c mrr
2735 #- type: "table"
2736 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2737 #  algorithm: "table_nics_comparison"
2738 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2739 #  reference:
2740 #    title: "x710"
2741 #    nic: "NIC_Intel-X710"
2742 #  compare:
2743 #    title: "xxv710"
2744 #    nic: "NIC_Intel-XXV710"
2745 #  data: "vpp-nic-comparison-2n-skx-mrr"
2746 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2747 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2748 #  parameters:
2749 #  - "name"
2750 #  - "parent"
2751 #  - "result"
2752 #  - "tags"
2753 #
2754 ## VPP Compare NICs 2n-skx 8t4c mrr
2755 #- type: "table"
2756 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2757 #  algorithm: "table_nics_comparison"
2758 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2759 #  reference:
2760 #    title: "x710"
2761 #    nic: "NIC_Intel-X710"
2762 #  compare:
2763 #    title: "xxv710"
2764 #    nic: "NIC_Intel-XXV710"
2765 #  data: "vpp-nic-comparison-2n-skx-mrr"
2766 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2767 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2768 #  parameters:
2769 #  - "name"
2770 #  - "parent"
2771 #  - "result"
2772 #  - "tags"
2773
2774 ################################################################################
2775 # VPP
2776
2777 # VPP Performance Changes 3n-hsw 1t1c pdr
2778 - type: "table"
2779   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2780   algorithm: "table_perf_comparison"
2781   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2782   history:
2783     - title: "rls1904"
2784       data: "vpp-performance-changes-3n-hsw-h1"
2785   reference:
2786     title: "rls1908"
2787     data: "vpp-performance-changes-3n-hsw-ref"
2788     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2789   compare:
2790     title: "rls2001"
2791     data: "vpp-performance-changes-3n-hsw-cmp"
2792   data: "vpp-performance-changes-3n-hsw"
2793   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2794   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2795   parameters:
2796   - "name"
2797   - "parent"
2798   - "throughput"
2799
2800 # VPP Performance Changes 3n-hsw 2t2c pdr
2801 - type: "table"
2802   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2803   algorithm: "table_perf_comparison"
2804   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2805   history:
2806     - title: "rls1904"
2807       data: "vpp-performance-changes-3n-hsw-h1"
2808   reference:
2809     title: "rls1908"
2810     data: "vpp-performance-changes-3n-hsw-ref"
2811     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2812   compare:
2813     title: "rls2001"
2814     data: "vpp-performance-changes-3n-hsw-cmp"
2815   data: "vpp-performance-changes-3n-hsw"
2816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2817   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2818   parameters:
2819   - "name"
2820   - "parent"
2821   - "throughput"
2822
2823 # VPP Performance Changes 3n-hsw 1t1c ndr
2824 - type: "table"
2825   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2826   algorithm: "table_perf_comparison"
2827   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2828   history:
2829     - title: "rls1904"
2830       data: "vpp-performance-changes-3n-hsw-h1"
2831   reference:
2832     title: "rls1908"
2833     data: "vpp-performance-changes-3n-hsw-ref"
2834     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2835   compare:
2836     title: "rls2001"
2837     data: "vpp-performance-changes-3n-hsw-cmp"
2838   data: "vpp-performance-changes-3n-hsw"
2839   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2840   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2841   parameters:
2842   - "name"
2843   - "parent"
2844   - "throughput"
2845
2846 # VPP Performance Changes 3n-hsw 2t2c ndr
2847 - type: "table"
2848   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2849   algorithm: "table_perf_comparison"
2850   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2851   history:
2852     - title: "rls1904"
2853       data: "vpp-performance-changes-3n-hsw-h1"
2854   reference:
2855     title: "rls1908"
2856     data: "vpp-performance-changes-3n-hsw-ref"
2857     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2858   compare:
2859     title: "rls2001"
2860     data: "vpp-performance-changes-3n-hsw-cmp"
2861   data: "vpp-performance-changes-3n-hsw"
2862   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2863   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2864   parameters:
2865   - "name"
2866   - "parent"
2867   - "throughput"
2868
2869 ## VPP Performance Changes 3n-skx 2t1c pdr
2870 #- type: "table"
2871 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2872 #  algorithm: "table_perf_comparison_nic"
2873 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2874 #  history:
2875 #    - title: "rls1904 x710"
2876 #      data: "vpp-performance-changes-3n-skx-h1"
2877 #      nic: "NIC_Intel-X710"
2878 #  reference:
2879 #    title: "rls1908 xxv710"
2880 #    data: "vpp-performance-changes-3n-skx-ref"
2881 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2882 #    nic: "NIC_Intel-XXV710"
2883 #  compare:
2884 #    title: "rls2001 xxv710"
2885 #    data: "vpp-performance-changes-3n-skx-cmp"
2886 #    nic: "NIC_Intel-XXV710"
2887 #  data: "vpp-performance-changes-3n-skx"
2888 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2889 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2890 #  parameters:
2891 #  - "name"
2892 #  - "parent"
2893 #  - "throughput"
2894 #  - "tags"
2895 #
2896 ## VPP Performance Changes 3n-skx 4t2c pdr
2897 #- type: "table"
2898 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
2899 #  algorithm: "table_perf_comparison_nic"
2900 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2901 #  history:
2902 #    - title: "rls1904 x710"
2903 #      data: "vpp-performance-changes-3n-skx-h1"
2904 #      nic: "NIC_Intel-X710"
2905 #  reference:
2906 #    title: "rls1908 x710"
2907 #    data: "vpp-performance-changes-3n-skx-ref"
2908 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2909 #    nic: "NIC_Intel-X710"
2910 #  compare:
2911 #    title: "rls2001 xxv710"
2912 #    data: "vpp-performance-changes-3n-skx-cmp"
2913 #    nic: "NIC_Intel-XXV710"
2914 #  data: "vpp-performance-changes-3n-skx"
2915 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2916 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2917 #  parameters:
2918 #  - "name"
2919 #  - "parent"
2920 #  - "throughput"
2921 #  - "tags"
2922 #
2923 ## VPP Performance Changes 3n-skx 2t1c ndr
2924 #- type: "table"
2925 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
2926 #  algorithm: "table_perf_comparison_nic"
2927 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2928 #  history:
2929 #    - title: "rls1904 x710"
2930 #      data: "vpp-performance-changes-3n-skx-h1"
2931 #      nic: "NIC_Intel-X710"
2932 #  reference:
2933 #    title: "rls1908 x710"
2934 #    data: "vpp-performance-changes-3n-skx-ref"
2935 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2936 #    nic: "NIC_Intel-X710"
2937 #  compare:
2938 #    title: "rls2001 xxv710"
2939 #    data: "vpp-performance-changes-3n-skx-cmp"
2940 #    nic: "NIC_Intel-XXV710"
2941 #  data: "vpp-performance-changes-3n-skx"
2942 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2943 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2944 #  parameters:
2945 #  - "name"
2946 #  - "parent"
2947 #  - "throughput"
2948 #  - "tags"
2949 #
2950 ## VPP Performance Changes 3n-skx 4t2c ndr
2951 #- type: "table"
2952 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
2953 #  algorithm: "table_perf_comparison_nic"
2954 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2955 #  history:
2956 #    - title: "rls1904 x710"
2957 #      data: "vpp-performance-changes-3n-skx-h1"
2958 #      nic: "NIC_Intel-X710"
2959 #  reference:
2960 #    title: "rls1908 x710"
2961 #    data: "vpp-performance-changes-3n-skx-ref"
2962 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2963 #    nic: "NIC_Intel-X710"
2964 #  compare:
2965 #    title: "rls2001 xxv710"
2966 #    data: "vpp-performance-changes-3n-skx-cmp"
2967 #    nic: "NIC_Intel-XXV710"
2968 #  data: "vpp-performance-changes-3n-skx"
2969 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2970 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2971 #  parameters:
2972 #  - "name"
2973 #  - "parent"
2974 #  - "throughput"
2975 #  - "tags"
2976 #
2977 ## VPP Performance Changes 2n-skx 2t1c pdr
2978 #- type: "table"
2979 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
2980 #  algorithm: "table_perf_comparison_nic"
2981 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2982 #  history:
2983 #    - title: "rls1904 x710"
2984 #      data: "vpp-performance-changes-2n-skx-h1"
2985 #      nic: "NIC_Intel-X710"
2986 #  reference:
2987 #    title: "rls1908 xxv710"
2988 #    data: "vpp-performance-changes-2n-skx-ref"
2989 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2990 #    nic: "NIC_Intel-XXV710"
2991 #  compare:
2992 #    title: "rls2001 xxv710"
2993 #    data: "vpp-performance-changes-2n-skx-cmp"
2994 #    nic: "NIC_Intel-XXV710"
2995 #  data: "vpp-performance-changes-2n-skx"
2996 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2997 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2998 #  parameters:
2999 #  - "name"
3000 #  - "parent"
3001 #  - "throughput"
3002 #  - "tags"
3003 #
3004 ## VPP Performance Changes 2n-skx 4t2c pdr
3005 #- type: "table"
3006 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
3007 #  algorithm: "table_perf_comparison_nic"
3008 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3009 #  history:
3010 #    - title: "rls1904 x710"
3011 #      data: "vpp-performance-changes-2n-skx-h1"
3012 #      nic: "NIC_Intel-X710"
3013 #  reference:
3014 #    title: "rls1908 xxv710"
3015 #    data: "vpp-performance-changes-2n-skx-ref"
3016 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3017 #    nic: "NIC_Intel-XXV710"
3018 #  compare:
3019 #    title: "rls2001 xxv710"
3020 #    data: "vpp-performance-changes-2n-skx-cmp"
3021 #    nic: "NIC_Intel-XXV710"
3022 #  data: "vpp-performance-changes-2n-skx"
3023 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3024 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3025 #  parameters:
3026 #  - "name"
3027 #  - "parent"
3028 #  - "throughput"
3029 #  - "tags"
3030 #
3031 ## VPP Performance Changes 2n-skx 2t1c ndr
3032 #- type: "table"
3033 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
3034 #  algorithm: "table_perf_comparison_nic"
3035 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3036 #  history:
3037 #    - title: "rls1904 x710"
3038 #      data: "vpp-performance-changes-2n-skx-h1"
3039 #      nic: "NIC_Intel-X710"
3040 #  reference:
3041 #    title: "rls1908 xxv710"
3042 #    data: "vpp-performance-changes-2n-skx-ref"
3043 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3044 #    nic: "NIC_Intel-XXV710"
3045 #  compare:
3046 #    title: "rls2001 xxv710"
3047 #    data: "vpp-performance-changes-2n-skx-cmp"
3048 #    nic: "NIC_Intel-XXV710"
3049 #  data: "vpp-performance-changes-2n-skx"
3050 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3051 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3052 #  parameters:
3053 #  - "name"
3054 #  - "parent"
3055 #  - "throughput"
3056 #  - "tags"
3057 #
3058 ## VPP Performance Changes 2n-skx 4t2c ndr
3059 #- type: "table"
3060 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
3061 #  algorithm: "table_perf_comparison_nic"
3062 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3063 #  history:
3064 #    - title: "rls1904 x710"
3065 #      data: "vpp-performance-changes-2n-skx-h1"
3066 #      nic: "NIC_Intel-X710"
3067 #  reference:
3068 #    title: "rls1908 xxv710"
3069 #    data: "vpp-performance-changes-2n-skx-ref"
3070 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3071 #    nic: "NIC_Intel-XXV710"
3072 #  compare:
3073 #    title: "rls2001 xxv710"
3074 #    data: "vpp-performance-changes-2n-skx-cmp"
3075 #    nic: "NIC_Intel-XXV710"
3076 #  data: "vpp-performance-changes-2n-skx"
3077 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3078 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3079 #  parameters:
3080 #  - "name"
3081 #  - "parent"
3082 #  - "throughput"
3083 #  - "tags"
3084 #
3085 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3086 #- type: "table"
3087 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3088 #  algorithm: "table_perf_comparison"
3089 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3090 #  reference:
3091 #    title: "rls1908"
3092 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3093 #  compare:
3094 #    title: "rls2001"
3095 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3096 #  data: "vpp-performance-changes-nfv-2n-skx"
3097 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3098 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3099 #  parameters:
3100 #  - "name"
3101 #  - "parent"
3102 #  - "throughput"
3103 #  - "tags"
3104 #
3105 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3106 #- type: "table"
3107 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3108 #  algorithm: "table_perf_comparison"
3109 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3110 #  reference:
3111 #    title: "rls1908"
3112 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3113 #  compare:
3114 #    title: "rls2001"
3115 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3116 #  data: "vpp-performance-changes-nfv-2n-skx"
3117 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3118 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3119 #  parameters:
3120 #  - "name"
3121 #  - "parent"
3122 #  - "throughput"
3123 #  - "tags"
3124 #
3125 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3126 #- type: "table"
3127 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3128 #  algorithm: "table_perf_comparison"
3129 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3130 #  reference:
3131 #    title: "rls1908"
3132 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3133 #  compare:
3134 #    title: "rls2001"
3135 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3136 #  data: "vpp-performance-changes-nfv-2n-skx"
3137 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3138 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3139 #  parameters:
3140 #  - "name"
3141 #  - "parent"
3142 #  - "throughput"
3143 #  - "tags"
3144 #
3145 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3146 #- type: "table"
3147 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3148 #  algorithm: "table_perf_comparison"
3149 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3150 #  reference:
3151 #    title: "rls1908"
3152 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3153 #  compare:
3154 #    title: "rls2001"
3155 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3156 #  data: "vpp-performance-changes-nfv-2n-skx"
3157 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3158 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3159 #  parameters:
3160 #  - "name"
3161 #  - "parent"
3162 #  - "throughput"
3163 #  - "tags"
3164
3165 # VPP Performance Changes 2n-dnv 1t1c pdr
3166 - type: "table"
3167   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3168   algorithm: "table_perf_comparison"
3169   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3170   reference:
3171     title: "rls1908"
3172     data: "vpp-performance-changes-2n-dnv-ref"
3173   compare:
3174     title: "rls2001"
3175     data: "vpp-performance-changes-2n-dnv-cmp"
3176   data: "vpp-performance-changes-2n-dnv"
3177   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3178   filter: "'1T1C'"
3179   parameters:
3180   - "name"
3181   - "parent"
3182   - "throughput"
3183   - "tags"
3184
3185 # VPP Performance Changes 2n-dnv 2t2c pdr
3186 - type: "table"
3187   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3188   algorithm: "table_perf_comparison"
3189   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3190   reference:
3191     title: "rls1908"
3192     data: "vpp-performance-changes-2n-dnv-ref"
3193   compare:
3194     title: "rls2001"
3195     data: "vpp-performance-changes-2n-dnv-cmp"
3196   data: "vpp-performance-changes-2n-dnv"
3197   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3198   filter: "'2T2C'"
3199   parameters:
3200   - "name"
3201   - "parent"
3202   - "throughput"
3203   - "tags"
3204
3205 # VPP Performance Changes 2n-dnv 1t1c ndr
3206 - type: "table"
3207   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3208   algorithm: "table_perf_comparison"
3209   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3210   reference:
3211     title: "rls1908"
3212     data: "vpp-performance-changes-2n-dnv-ref"
3213   compare:
3214     title: "rls2001"
3215     data: "vpp-performance-changes-2n-dnv-cmp"
3216   data: "vpp-performance-changes-2n-dnv"
3217   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3218   filter: "'1T1C'"
3219   parameters:
3220   - "name"
3221   - "parent"
3222   - "throughput"
3223   - "tags"
3224
3225 # VPP Performance Changes 2n-dnv 2t2c ndr
3226 - type: "table"
3227   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3228   algorithm: "table_perf_comparison"
3229   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3230   reference:
3231     title: "rls1908 "
3232     data: "vpp-performance-changes-2n-dnv-ref"
3233   compare:
3234     title: "rls2001"
3235     data: "vpp-performance-changes-2n-dnv-cmp"
3236   data: "vpp-performance-changes-2n-dnv"
3237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3238   filter: "'2T2C'"
3239   parameters:
3240   - "name"
3241   - "parent"
3242   - "throughput"
3243   - "tags"
3244
3245 # VPP Performance Changes 3n-dnv 1t1c pdr
3246 - type: "table"
3247   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3248   algorithm: "table_perf_comparison"
3249   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3250   reference:
3251     title: "rls1908"
3252     data: "vpp-performance-changes-3n-dnv-ref"
3253   compare:
3254     title: "rls2001"
3255     data: "vpp-performance-changes-3n-dnv-cmp"
3256   data: "vpp-performance-changes-3n-dnv"
3257   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3258   filter: "'1T1C'"
3259   parameters:
3260   - "name"
3261   - "parent"
3262   - "throughput"
3263   - "tags"
3264
3265 # VPP Performance Changes 3n-dnv 2t2c pdr
3266 - type: "table"
3267   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3268   algorithm: "table_perf_comparison"
3269   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3270   reference:
3271     title: "rls1908"
3272     data: "vpp-performance-changes-3n-dnv-ref"
3273   compare:
3274     title: "rls2001"
3275     data: "vpp-performance-changes-3n-dnv-cmp"
3276   data: "vpp-performance-changes-3n-dnv"
3277   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3278   filter: "'2T2C'"
3279   parameters:
3280   - "name"
3281   - "parent"
3282   - "throughput"
3283   - "tags"
3284
3285 # VPP Performance Changes 3n-dnv 1t1c ndr
3286 - type: "table"
3287   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3288   algorithm: "table_perf_comparison"
3289   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3290   reference:
3291     title: "rls1908"
3292     data: "vpp-performance-changes-3n-dnv-ref"
3293   compare:
3294     title: "rls2001"
3295     data: "vpp-performance-changes-3n-dnv-cmp"
3296   data: "vpp-performance-changes-3n-dnv"
3297   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3298   filter: "'1T1C'"
3299   parameters:
3300   - "name"
3301   - "parent"
3302   - "throughput"
3303   - "tags"
3304
3305 # VPP Performance Changes 3n-dnv 2t2c ndr
3306 - type: "table"
3307   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3308   algorithm: "table_perf_comparison"
3309   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3310   reference:
3311     title: "rls1908"
3312     data: "vpp-performance-changes-3n-dnv-ref"
3313   compare:
3314     title: "rls2001"
3315     data: "vpp-performance-changes-3n-dnv-cmp"
3316   data: "vpp-performance-changes-3n-dnv"
3317   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3318   filter: "'2T2C'"
3319   parameters:
3320   - "name"
3321   - "parent"
3322   - "throughput"
3323   - "tags"
3324
3325 # VPP Performance Changes 3n-tsh 1t1c pdr
3326 - type: "table"
3327   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3328   algorithm: "table_perf_comparison"
3329   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3330   reference:
3331     title: "rls1908"
3332     data: "vpp-performance-changes-3n-tsh-ref"
3333   compare:
3334     title: "rls2001"
3335     data: "vpp-performance-changes-3n-tsh-cmp"
3336   data: "vpp-performance-changes-3n-tsh"
3337   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3338   filter: "'1T1C'"
3339   parameters:
3340   - "name"
3341   - "parent"
3342   - "throughput"
3343   - "tags"
3344
3345 # VPP Performance Changes 3n-tsh 2t2c pdr
3346 - type: "table"
3347   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3348   algorithm: "table_perf_comparison"
3349   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3350   reference:
3351     title: "rls1908"
3352     data: "vpp-performance-changes-3n-tsh-ref"
3353   compare:
3354     title: "rls2001"
3355     data: "vpp-performance-changes-3n-tsh-cmp"
3356   data: "vpp-performance-changes-3n-tsh"
3357   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3358   filter: "'2T2C'"
3359   parameters:
3360   - "name"
3361   - "parent"
3362   - "throughput"
3363   - "tags"
3364
3365 # VPP Performance Changes 3n-tsh 1t1c ndr
3366 - type: "table"
3367   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3368   algorithm: "table_perf_comparison"
3369   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3370   reference:
3371     title: "rls1908"
3372     data: "vpp-performance-changes-3n-tsh-ref"
3373   compare:
3374     title: "rls2001"
3375     data: "vpp-performance-changes-3n-tsh-cmp"
3376   data: "vpp-performance-changes-3n-tsh"
3377   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3378   filter: "'1T1C'"
3379   parameters:
3380   - "name"
3381   - "parent"
3382   - "throughput"
3383   - "tags"
3384
3385 # VPP Performance Changes 3n-tsh 2t2c ndr
3386 - type: "table"
3387   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3388   algorithm: "table_perf_comparison"
3389   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3390   reference:
3391     title: "rls1908"
3392     data: "vpp-performance-changes-3n-tsh-ref"
3393   compare:
3394     title: "rls2001"
3395     data: "vpp-performance-changes-3n-tsh-cmp"
3396   data: "vpp-performance-changes-3n-tsh"
3397   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3398   filter: "'2T2C'"
3399   parameters:
3400   - "name"
3401   - "parent"
3402   - "throughput"
3403   - "tags"
3404
3405 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3406 #- type: "table"
3407 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3408 #  algorithm: "table_perf_comparison_nic"
3409 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3410 #  reference:
3411 #    title: "3n-hsw xl710"
3412 #    data: "vpp-compare-testbeds-ref"
3413 #    nic: "NIC_Intel-XL710"
3414 #  compare:
3415 #    title: "3n-skx xxv710"
3416 #    data: "vpp-compare-testbeds-cmp"
3417 #    nic: "NIC_Intel-XXV710"
3418 #  data: "vpp-compare-testbeds"
3419 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3420 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3421 #  parameters:
3422 #  - "name"
3423 #  - "parent"
3424 #  - "throughput"
3425 #  - "tags"
3426 #
3427 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3428 #- type: "table"
3429 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3430 #  algorithm: "table_perf_comparison_nic"
3431 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3432 #  reference:
3433 #    title: "3n-hsw xl710"
3434 #    data: "vpp-compare-testbeds-ref"
3435 #    nic: "NIC_Intel-XL710"
3436 #  compare:
3437 #    title: "3n-skx xxv710"
3438 #    data: "vpp-compare-testbeds-cmp"
3439 #    nic: "NIC_Intel-XXV710"
3440 #  data: "vpp-compare-testbeds"
3441 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3442 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3443 #  parameters:
3444 #  - "name"
3445 #  - "parent"
3446 #  - "throughput"
3447 #  - "tags"
3448 #
3449 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3450 #- type: "table"
3451 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3452 #  algorithm: "table_perf_comparison_nic"
3453 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3454 #  reference:
3455 #    title: "3n-hsw xl710"
3456 #    data: "vpp-compare-testbeds-ref"
3457 #    nic: "NIC_Intel-XL710"
3458 #  compare:
3459 #    title: "3n-skx xxv710"
3460 #    data: "vpp-compare-testbeds-cmp"
3461 #    nic: "NIC_Intel-XXV710"
3462 #  data: "vpp-compare-testbeds"
3463 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3464 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3465 #  parameters:
3466 #  - "name"
3467 #  - "parent"
3468 #  - "throughput"
3469 #  - "tags"
3470 #
3471 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3472 #- type: "table"
3473 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3474 #  algorithm: "table_perf_comparison_nic"
3475 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3476 #  reference:
3477 #    title: "3n-hsw xl710"
3478 #    data: "vpp-compare-testbeds-ref"
3479 #    nic: "NIC_Intel-XL710"
3480 #  compare:
3481 #    title: "3n-skx xxv710"
3482 #    data: "vpp-compare-testbeds-cmp"
3483 #    nic: "NIC_Intel-XXV710"
3484 #  data: "vpp-compare-testbeds"
3485 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3486 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3487 #  parameters:
3488 #  - "name"
3489 #  - "parent"
3490 #  - "throughput"
3491 #  - "tags"
3492 #
3493 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3494 #- type: "table"
3495 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3496 #  algorithm: "table_perf_comparison"
3497 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3498 #  reference:
3499 #    title: "2n-skx"
3500 #    data: "vpp-compare-testbeds-skx-clx-ref"
3501 #  compare:
3502 #    title: "2n-clx"
3503 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3504 #  data: "vpp-compare-testbeds-skx-clx"
3505 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3506 #  filter: "'2T1C'"
3507 #  parameters:
3508 #  - "name"
3509 #  - "parent"
3510 #  - "throughput"
3511 #  - "tags"
3512 #
3513 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3514 #- type: "table"
3515 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3516 #  algorithm: "table_perf_comparison"
3517 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3518 #  reference:
3519 #    title: "2n-skx"
3520 #    data: "vpp-compare-testbeds-skx-clx-ref"
3521 #  compare:
3522 #    title: "2n-clx"
3523 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3524 #  data: "vpp-compare-testbeds-skx-clx"
3525 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3526 #  filter: "'4T2C'"
3527 #  parameters:
3528 #  - "name"
3529 #  - "parent"
3530 #  - "throughput"
3531 #  - "tags"
3532 #
3533 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3534 #- type: "table"
3535 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3536 #  algorithm: "table_perf_comparison"
3537 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3538 #  reference:
3539 #    title: "2n-skx"
3540 #    data: "vpp-compare-testbeds-skx-clx-ref"
3541 #  compare:
3542 #    title: "2n-clx"
3543 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3544 #  data: "vpp-compare-testbeds-skx-clx"
3545 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3546 #  filter: "'2T1C'"
3547 #  parameters:
3548 #  - "name"
3549 #  - "parent"
3550 #  - "throughput"
3551 #  - "tags"
3552 #
3553 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3554 #- type: "table"
3555 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3556 #  algorithm: "table_perf_comparison"
3557 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3558 #  reference:
3559 #    title: "2n-skx"
3560 #    data: "vpp-compare-testbeds-skx-clx-ref"
3561 #  compare:
3562 #    title: "2n-clx"
3563 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3564 #  data: "vpp-compare-testbeds-skx-clx"
3565 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3566 #  filter: "'4T2C'"
3567 #  parameters:
3568 #  - "name"
3569 #  - "parent"
3570 #  - "throughput"
3571 #  - "tags"
3572 #
3573 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3574 #- type: "table"
3575 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3576 #  algorithm: "table_perf_comparison"
3577 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3578 #  reference:
3579 #    title: "3-Node Skx"
3580 #    data: "vpp-compare-topologies-ref"
3581 #  compare:
3582 #    title: "2-Node Skx"
3583 #    data: "vpp-compare-topologies-cmp"
3584 #  data: "vpp-compare-topologies"
3585 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3586 #  filter: "'NDRPDR' and '1C'"
3587 #  parameters:
3588 #  - "name"
3589 #  - "parent"
3590 #  - "throughput"
3591 #
3592 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3593 #- type: "table"
3594 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3595 #  algorithm: "table_perf_comparison"
3596 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3597 #  reference:
3598 #    title: "3-Node Skx"
3599 #    data: "vpp-compare-topologies-ref"
3600 #  compare:
3601 #    title: "2-Node Skx"
3602 #    data: "vpp-compare-topologies-cmp"
3603 #  data: "vpp-compare-topologies"
3604 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3605 #  filter: "'NDRPDR' and '2C'"
3606 #  parameters:
3607 #  - "name"
3608 #  - "parent"
3609 #  - "throughput"
3610 #
3611 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3612 #- type: "table"
3613 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3614 #  algorithm: "table_perf_comparison"
3615 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3616 #  reference:
3617 #    title: "3-Node Skx"
3618 #    data: "vpp-compare-topologies-ref"
3619 #  compare:
3620 #    title: "2-Node Skx"
3621 #    data: "vpp-compare-topologies-cmp"
3622 #  data: "vpp-compare-topologies"
3623 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3624 #  filter: "'NDRPDR' and '1C'"
3625 #  parameters:
3626 #  - "name"
3627 #  - "parent"
3628 #  - "throughput"
3629 #
3630 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3631 #- type: "table"
3632 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3633 #  algorithm: "table_perf_comparison"
3634 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3635 #  reference:
3636 #    title: "3-Node Skx"
3637 #    data: "vpp-compare-topologies-ref"
3638 #  compare:
3639 #    title: "2-Node Skx"
3640 #    data: "vpp-compare-topologies-cmp"
3641 #  data: "vpp-compare-topologies"
3642 #  include-tests: "PDR"
3643 #  filter: "'NDRPDR' and '2C'"
3644 #  parameters:
3645 #  - "name"
3646 #  - "parent"
3647 #  - "throughput"
3648
3649 # VPP Performance Changes 3n-hsw 1t1c MRR
3650 - type: "table"
3651   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3652   algorithm: "table_perf_comparison"
3653   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3654   history:
3655     - title: "rls1904"
3656       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3657   reference:
3658     title: "rls1908"
3659     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3660   compare:
3661     title: "rls2001"
3662     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3663   data: "vpp-performance-changes-3n-hsw-mrr"
3664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3665   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3666   parameters:
3667   - "name"
3668   - "parent"
3669   - "result"
3670
3671 # VPP Performance Changes 3n-hsw 2t2c MRR
3672 - type: "table"
3673   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3674   algorithm: "table_perf_comparison"
3675   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3676   history:
3677     - title: "rls1904"
3678       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3679   reference:
3680     title: "rls1908"
3681     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3682   compare:
3683     title: "rls2001"
3684     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3685   data: "vpp-performance-changes-3n-hsw-mrr"
3686   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3687   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3688   parameters:
3689   - "name"
3690   - "parent"
3691   - "result"
3692
3693 # VPP Performance Changes 3n-hsw 4t4c MRR
3694 - type: "table"
3695   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3696   algorithm: "table_perf_comparison"
3697   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3698   history:
3699     - title: "rls1904"
3700       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3701   reference:
3702     title: "rls1908"
3703     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3704   compare:
3705     title: "rls2001"
3706     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3707   data: "vpp-performance-changes-3n-hsw-mrr"
3708   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3709   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3710   parameters:
3711   - "name"
3712   - "parent"
3713   - "result"
3714
3715 ## VPP Performance Changes 3n-skx 2t1c MRR
3716 #- type: "table"
3717 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3718 #  algorithm: "table_perf_comparison"
3719 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3720 #  history:
3721 #    - title: "rls1904"
3722 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3723 #  reference:
3724 #    title: "rls1908"
3725 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3726 #  compare:
3727 #    title: "rls2001"
3728 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3729 #  data: "vpp-performance-changes-3n-skx-mrr"
3730 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3731 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3732 #  parameters:
3733 #  - "name"
3734 #  - "parent"
3735 #  - "result"
3736 #
3737 ## VPP Performance Changes 3n-skx 4t2c MRR
3738 #- type: "table"
3739 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3740 #  algorithm: "table_perf_comparison"
3741 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3742 #  history:
3743 #    - title: "rls1904"
3744 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3745 #  reference:
3746 #    title: "rls1908"
3747 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3748 #  compare:
3749 #    title: "rls2001"
3750 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3751 #  data: "vpp-performance-changes-3n-skx-mrr"
3752 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3753 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3754 #  parameters:
3755 #  - "name"
3756 #  - "parent"
3757 #  - "result"
3758 #
3759 ## VPP Performance Changes 3n-skx 8t4c MRR
3760 #- type: "table"
3761 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3762 #  algorithm: "table_perf_comparison"
3763 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3764 #  history:
3765 #    - title: "rls1904"
3766 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3767 #  reference:
3768 #    title: "rls1908"
3769 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3770 #  compare:
3771 #    title: "rls2001"
3772 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3773 #  data: "vpp-performance-changes-3n-skx-mrr"
3774 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3775 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3776 #  parameters:
3777 #  - "name"
3778 #  - "parent"
3779 #  - "result"
3780 #
3781 ## VPP Performance Changes 2n-skx 2t1c MRR
3782 #- type: "table"
3783 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3784 #  algorithm: "table_perf_comparison"
3785 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3786 #  history:
3787 #    - title: "rls1904"
3788 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3789 #  reference:
3790 #    title: "rls1908"
3791 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3792 #  compare:
3793 #    title: "rls2001"
3794 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3795 #  data: "vpp-performance-changes-2n-skx-mrr"
3796 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3797 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3798 #  parameters:
3799 #  - "name"
3800 #  - "parent"
3801 #  - "result"
3802 #
3803 ## VPP Performance Changes 2n-skx 4t2c MRR
3804 #- type: "table"
3805 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3806 #  algorithm: "table_perf_comparison"
3807 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3808 #  history:
3809 #    - title: "rls1904"
3810 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3811 #  reference:
3812 #    title: "rls1908"
3813 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3814 #  compare:
3815 #    title: "rls2001"
3816 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3817 #  data: "vpp-performance-changes-2n-skx-mrr"
3818 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3819 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3820 #  parameters:
3821 #  - "name"
3822 #  - "parent"
3823 #  - "result"
3824 #
3825 ## VPP Performance Changes 2n-skx 8t4c MRR
3826 #- type: "table"
3827 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3828 #  algorithm: "table_perf_comparison"
3829 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3830 #  history:
3831 #    - title: "rls1904"
3832 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3833 #  reference:
3834 #    title: "rls1908"
3835 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3836 #  compare:
3837 #    title: "rls2001"
3838 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3839 #  data: "vpp-performance-changes-2n-skx-mrr"
3840 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3841 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3842 #  parameters:
3843 #  - "name"
3844 #  - "parent"
3845 #  - "result"
3846 #
3847 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3848 #- type: "table"
3849 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3850 #  algorithm: "table_perf_comparison"
3851 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3852 #  reference:
3853 #    title: "rls1908"
3854 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3855 #  compare:
3856 #    title: "rls2001"
3857 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3858 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3859 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3860 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3861 #  parameters:
3862 #  - "name"
3863 #  - "parent"
3864 #  - "result"
3865 #
3866 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3867 #- type: "table"
3868 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
3869 #  algorithm: "table_perf_comparison"
3870 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
3871 #  reference:
3872 #    title: "rls1908"
3873 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3874 #  compare:
3875 #    title: "rls2001"
3876 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3877 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3878 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3879 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
3880 #  parameters:
3881 #  - "name"
3882 #  - "parent"
3883 #  - "result"
3884 #
3885 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
3886 #- type: "table"
3887 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
3888 #  algorithm: "table_perf_comparison"
3889 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
3890 #  reference:
3891 #    title: "rls1908"
3892 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3893 #  compare:
3894 #    title: "rls2001"
3895 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3896 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3897 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3898 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
3899 #  parameters:
3900 #  - "name"
3901 #  - "parent"
3902 #  - "result"
3903
3904 # VPP Performance Changes 2n-dnv 1t1c MRR
3905 - type: "table"
3906   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
3907   algorithm: "table_perf_comparison"
3908   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
3909   reference:
3910     title: "rls1908"
3911     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3912   compare:
3913     title: "rls2001"
3914     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3915   data: "vpp-performance-changes-2n-dnv-mrr"
3916   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3917   filter: "'1T1C' and 'MRR'"
3918   parameters:
3919   - "name"
3920   - "parent"
3921   - "result"
3922
3923 # VPP Performance Changes 2n-dnv 2t2c MRR
3924 - type: "table"
3925   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
3926   algorithm: "table_perf_comparison"
3927   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
3928   reference:
3929     title: "rls1908"
3930     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3931   compare:
3932     title: "rls2001"
3933     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3934   data: "vpp-performance-changes-2n-dnv-mrr"
3935   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3936   filter: "'2T2C' and 'MRR'"
3937   parameters:
3938   - "name"
3939   - "parent"
3940   - "result"
3941
3942 # VPP Performance Changes 2n-dnv 4t4c MRR
3943 - type: "table"
3944   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
3945   algorithm: "table_perf_comparison"
3946   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
3947   reference:
3948     title: "rls1908"
3949     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3950   compare:
3951     title: "rls2001"
3952     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3953   data: "vpp-performance-changes-2n-dnv-mrr"
3954   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3955   filter: "'4T4C' and 'MRR'"
3956   parameters:
3957   - "name"
3958   - "parent"
3959   - "result"
3960
3961 # VPP Performance Changes 3n-dnv 1t1c MRR
3962 - type: "table"
3963   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
3964   algorithm: "table_perf_comparison"
3965   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
3966   reference:
3967     title: "rls1908"
3968     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3969   compare:
3970     title: "rls2001"
3971     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3972   data: "vpp-performance-changes-3n-dnv-mrr"
3973   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3974   filter: "'1T1C' and 'MRR'"
3975   parameters:
3976   - "name"
3977   - "parent"
3978   - "result"
3979
3980 # VPP Performance Changes 3n-dnv 2t2c MRR
3981 - type: "table"
3982   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
3983   algorithm: "table_perf_comparison"
3984   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
3985   reference:
3986     title: "rls1908"
3987     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3988   compare:
3989     title: "rls2001"
3990     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3991   data: "vpp-performance-changes-3n-dnv-mrr"
3992   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3993   filter: "'2T2C' and 'MRR'"
3994   parameters:
3995   - "name"
3996   - "parent"
3997   - "result"
3998
3999 # VPP Performance Changes 3n-dnv 4t4c MRR
4000 - type: "table"
4001   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4002   algorithm: "table_perf_comparison"
4003   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4004   reference:
4005     title: "rls1908"
4006     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4007   compare:
4008     title: "rls2001"
4009     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4010   data: "vpp-performance-changes-3n-dnv-mrr"
4011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4012   filter: "'4T4C' and 'MRR'"
4013   parameters:
4014   - "name"
4015   - "parent"
4016   - "result"
4017
4018 # VPP Performance Changes 3n-tsh 1t1c MRR
4019 - type: "table"
4020   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4021   algorithm: "table_perf_comparison"
4022   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4023   reference:
4024     title: "rls1908"
4025     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4026   compare:
4027     title: "rls2001"
4028     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4029   data: "vpp-performance-changes-3n-tsh-mrr"
4030   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4031   filter: "'1T1C' and 'MRR'"
4032   parameters:
4033   - "name"
4034   - "parent"
4035   - "result"
4036
4037 # VPP Performance Changes 3n-tsh 2t2c MRR
4038 - type: "table"
4039   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4040   algorithm: "table_perf_comparison"
4041   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4042   reference:
4043     title: "rls1908"
4044     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4045   compare:
4046     title: "rls2001"
4047     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4048   data: "vpp-performance-changes-3n-tsh-mrr"
4049   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4050   filter: "'2T2C' and 'MRR'"
4051   parameters:
4052   - "name"
4053   - "parent"
4054   - "result"
4055
4056 # VPP Performance Changes 3n-tsh 4t4c MRR
4057 - type: "table"
4058   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4059   algorithm: "table_perf_comparison"
4060   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4061   reference:
4062     title: "rls1908"
4063     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4064   compare:
4065     title: "rls2001"
4066     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4067   data: "vpp-performance-changes-3n-tsh-mrr"
4068   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4069   filter: "'4T4C' and 'MRR'"
4070   parameters:
4071   - "name"
4072   - "parent"
4073   - "result"
4074
4075 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4076 #- type: "table"
4077 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4078 #  algorithm: "table_perf_comparison_nic"
4079 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4080 #  reference:
4081 #    title: "3n-hsw xl710"
4082 #    data: "vpp-compare-testbeds-mrr-ref"
4083 #    nic: "NIC_Intel-XL710"
4084 #  compare:
4085 #    title: "3n-skx xxv710"
4086 #    data: "vpp-compare-testbeds-mrr-cmp"
4087 #    nic: "NIC_Intel-XXV710"
4088 #  data: "vpp-compare-testbeds-mrr"
4089 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4090 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4091 #  parameters:
4092 #  - "name"
4093 #  - "parent"
4094 #  - "result"
4095 #  - "tags"
4096 #
4097 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4098 #- type: "table"
4099 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4100 #  algorithm: "table_perf_comparison_nic"
4101 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4102 #  reference:
4103 #    title: "3n-hsw xl710"
4104 #    data: "vpp-compare-testbeds-mrr-ref"
4105 #    nic: "NIC_Intel-XL710"
4106 #  compare:
4107 #    title: "3n-skx xxv710"
4108 #    data: "vpp-compare-testbeds-mrr-cmp"
4109 #    nic: "NIC_Intel-XXV710"
4110 #  data: "vpp-compare-testbeds-mrr"
4111 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4112 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4113 #  parameters:
4114 #  - "name"
4115 #  - "parent"
4116 #  - "result"
4117 #  - "tags"
4118 #
4119 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4120 #- type: "table"
4121 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4122 #  algorithm: "table_perf_comparison_nic"
4123 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4124 #  reference:
4125 #    title: "3n-hsw xl710"
4126 #    data: "vpp-compare-testbeds-mrr-ref"
4127 #    nic: "NIC_Intel-XL710"
4128 #  compare:
4129 #    title: "3n-skx xxv710"
4130 #    data: "vpp-compare-testbeds-mrr-cmp"
4131 #    nic: "NIC_Intel-XXV710"
4132 #  data: "vpp-compare-testbeds-mrr"
4133 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4134 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4135 #  parameters:
4136 #  - "name"
4137 #  - "parent"
4138 #  - "result"
4139 #  - "tags"
4140 #
4141 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4142 #- type: "table"
4143 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4144 #  algorithm: "table_perf_comparison"
4145 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4146 #  reference:
4147 #    title: "2n-skx"
4148 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4149 #  compare:
4150 #    title: "2n-clx"
4151 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4152 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4153 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4154 #  filter: "'2T1C'"
4155 #  parameters:
4156 #  - "name"
4157 #  - "parent"
4158 #  - "result"
4159 #  - "tags"
4160 #
4161 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4162 #- type: "table"
4163 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4164 #  algorithm: "table_perf_comparison"
4165 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4166 #  reference:
4167 #    title: "2n-skx"
4168 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4169 #  compare:
4170 #    title: "2n-clx"
4171 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4172 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4173 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4174 #  filter: "'4T2C'"
4175 #  parameters:
4176 #  - "name"
4177 #  - "parent"
4178 #  - "result"
4179 #  - "tags"
4180 #
4181 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4182 #- type: "table"
4183 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4184 #  algorithm: "table_perf_comparison"
4185 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4186 #  reference:
4187 #    title: "2n-skx"
4188 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4189 #  compare:
4190 #    title: "2n-clx"
4191 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4192 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4193 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4194 #  filter: "'8T4C'"
4195 #  parameters:
4196 #  - "name"
4197 #  - "parent"
4198 #  - "result"
4199 #  - "tags"
4200 #
4201 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4202 #- type: "table"
4203 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4204 #  algorithm: "table_perf_comparison"
4205 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4206 #  reference:
4207 #    title: "3-Node Skx"
4208 #    data: "vpp-compare-topologies-mrr-ref"
4209 #  compare:
4210 #    title: "2-Node Skx"
4211 #    data: "vpp-compare-topologies-mrr-cmp"
4212 #  data: "vpp-compare-topologies-mrr"
4213 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4214 #  filter: "'MRR' and '1C'"
4215 #  parameters:
4216 #  - "name"
4217 #  - "parent"
4218 #  - "result"
4219 #
4220 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4221 #- type: "table"
4222 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4223 #  algorithm: "table_perf_comparison"
4224 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4225 #  reference:
4226 #    title: "3-Node Skx"
4227 #    data: "vpp-compare-topologies-mrr-ref"
4228 #  compare:
4229 #    title: "2-Node Skx"
4230 #    data: "vpp-compare-topologies-mrr-cmp"
4231 #  data: "vpp-compare-topologies-mrr"
4232 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4233 #  filter: "'MRR' and '2C'"
4234 #  parameters:
4235 #  - "name"
4236 #  - "parent"
4237 #  - "result"
4238 #
4239 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4240 #- type: "table"
4241 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4242 #  algorithm: "table_perf_comparison"
4243 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4244 #  reference:
4245 #    title: "3-Node Skx"
4246 #    data: "vpp-compare-topologies-mrr-ref"
4247 #  compare:
4248 #    title: "2-Node Skx"
4249 #    data: "vpp-compare-topologies-mrr-cmp"
4250 #  data: "vpp-compare-topologies-mrr"
4251 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4252 #  filter: "'MRR' and '4C'"
4253 #  parameters:
4254 #  - "name"
4255 #  - "parent"
4256 #  - "result"
4257
4258 # Detailed Test Results - VPP Performance Results 3n-hsw
4259 - type: "table"
4260   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4261   algorithm: "table_merged_details"
4262   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4263   columns:
4264   - title: " |prein| Test Name |preout| "
4265     data: "data name"
4266   - 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| "
4267     data: "data msg"
4268   data: "vpp-perf-results-3n-hsw"
4269   filter: "all"
4270   parameters:
4271   - "name"
4272   - "parent"
4273   - "msg"
4274
4275 ## Detailed Test Results - VPP Performance Results 3n-skx
4276 #- type: "table"
4277 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4278 #  algorithm: "table_merged_details"
4279 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4280 #  columns:
4281 #  - title: " |prein| Test Name |preout| "
4282 #    data: "data name"
4283 #  - 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| "
4284 #    data: "data msg"
4285 #  data: "vpp-perf-results-3n-skx"
4286 #  filter: "all"
4287 #  parameters:
4288 #  - "name"
4289 #  - "parent"
4290 #  - "msg"
4291 #
4292 ## Detailed Test Results - VPP Performance Results 2n-skx
4293 #- type: "table"
4294 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4295 #  algorithm: "table_merged_details"
4296 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4297 #  columns:
4298 #  - title: " |prein| Test Name |preout| "
4299 #    data: "data name"
4300 #  - 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| "
4301 #    data: "data msg"
4302 #  data: "vpp-perf-results-2n-skx"
4303 #  filter: "all"
4304 #  parameters:
4305 #  - "name"
4306 #  - "parent"
4307 #  - "msg"
4308
4309 # Detailed Test Results - VPP Performance Results 2n-clx
4310 - type: "table"
4311   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4312   algorithm: "table_merged_details"
4313   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4314   columns:
4315   - title: " |prein| Test Name |preout| "
4316     data: "data name"
4317   - 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| "
4318     data: "data msg"
4319   data: "vpp-perf-results-2n-clx"
4320   filter: "all"
4321   parameters:
4322   - "name"
4323   - "parent"
4324   - "msg"
4325
4326 # Detailed Test Results - VPP Performance Results 3n-tsh
4327 - type: "table"
4328   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4329   algorithm: "table_merged_details"
4330   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4331   columns:
4332   - title: " |prein| Test Name |preout| "
4333     data: "data name"
4334   - 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| "
4335     data: "data msg"
4336   data: "vpp-perf-results-3n-tsh"
4337   filter: "all"
4338   parameters:
4339   - "name"
4340   - "parent"
4341   - "msg"
4342
4343 # Detailed Test Results - VPP Performance Results 3n-dnv
4344 - type: "table"
4345   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4346   algorithm: "table_merged_details"
4347   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4348   columns:
4349   - title: " |prein| Test Name |preout| "
4350     data: "data name"
4351   - 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| "
4352     data: "data msg"
4353   data: "vpp-perf-results-3n-dnv"
4354   filter: "all"
4355   parameters:
4356   - "name"
4357   - "parent"
4358   - "msg"
4359
4360 # Detailed Test Results - VPP Performance Results 2n-dnv
4361 - type: "table"
4362   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4363   algorithm: "table_merged_details"
4364   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4365   columns:
4366   - title: " |prein| Test Name |preout| "
4367     data: "data name"
4368   - 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| "
4369     data: "data msg"
4370   data: "vpp-perf-results-2n-dnv"
4371   filter: "all"
4372   parameters:
4373   - "name"
4374   - "parent"
4375   - "msg"
4376
4377 # Test configuration - VPP Performance Test Configs 3n-hsw
4378 - type: "table"
4379   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4380   algorithm: "table_merged_details"
4381   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4382   columns:
4383   - title: " |prein| Test Name |preout| "
4384     data: "data name"
4385   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4386     data: "data conf-history"
4387   data: "vpp-perf-results-3n-hsw"
4388   filter: "all"
4389   parameters:
4390   - "parent"
4391   - "name"
4392   - "conf-history"
4393
4394 ## Test configuration - VPP Performance Test Configs 3n-skx
4395 #- type: "table"
4396 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4397 #  algorithm: "table_merged_details"
4398 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4399 #  columns:
4400 #  - title: " |prein| Test Name |preout| "
4401 #    data: "data name"
4402 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4403 #    data: "data conf-history"
4404 #  data: "vpp-perf-results-3n-skx"
4405 #  filter: "all"
4406 #  parameters:
4407 #  - "parent"
4408 #  - "name"
4409 #  - "conf-history"
4410 #
4411 ## Test configuration - VPP Performance Test Configs 2n-skx
4412 #- type: "table"
4413 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4414 #  algorithm: "table_merged_details"
4415 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4416 #  columns:
4417 #  - title: " |prein| Test Name |preout| "
4418 #    data: "data name"
4419 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4420 #    data: "data conf-history"
4421 #  data: "vpp-perf-results-2n-skx"
4422 #  filter: "all"
4423 #  parameters:
4424 #  - "parent"
4425 #  - "name"
4426 #  - "conf-history"
4427
4428 # Test configuration - VPP Performance Test Configs 2n-clx
4429 - type: "table"
4430   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4431   algorithm: "table_merged_details"
4432   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4433   columns:
4434   - title: " |prein| Test Name |preout| "
4435     data: "data name"
4436   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4437     data: "data conf-history"
4438   data: "vpp-perf-results-2n-clx"
4439   filter: "all"
4440   parameters:
4441   - "parent"
4442   - "name"
4443   - "conf-history"
4444
4445 # Test configuration - VPP Performance Test Configs 3n-tsh
4446 - type: "table"
4447   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4448   algorithm: "table_merged_details"
4449   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4450   columns:
4451   - title: " |prein| Test Name |preout| "
4452     data: "data name"
4453   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4454     data: "data conf-history"
4455   data: "vpp-perf-results-3n-tsh"
4456   filter: "all"
4457   parameters:
4458   - "parent"
4459   - "name"
4460   - "conf-history"
4461
4462 # Test configuration - VPP Performance Test Configs 3n-dnv
4463 - type: "table"
4464   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4465   algorithm: "table_merged_details"
4466   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4467   columns:
4468   - title: " |prein| Test Name |preout| "
4469     data: "data name"
4470   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4471     data: "data conf-history"
4472   data: "vpp-perf-results-3n-dnv"
4473   filter: "all"
4474   parameters:
4475   - "parent"
4476   - "name"
4477   - "conf-history"
4478
4479 # Test configuration - VPP Performance Test Configs 2n-dnv
4480 - type: "table"
4481   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4482   algorithm: "table_merged_details"
4483   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4484   columns:
4485   - title: " |prein| Test Name |preout| "
4486     data: "data name"
4487   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4488     data: "data conf-history"
4489   data: "vpp-perf-results-2n-dnv"
4490   filter: "all"
4491   parameters:
4492   - "parent"
4493   - "name"
4494   - "conf-history"
4495
4496 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4497 - type: "table"
4498   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4499   algorithm: "table_oper_data_html"
4500   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4501   data: "vpp-perf-results-3n-hsw"
4502   filter: "all"
4503
4504 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4505 #- type: "table"
4506 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4507 #  algorithm: "table_oper_data_html"
4508 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4509 #  data: "vpp-perf-results-3n-skx"
4510 #  filter: "all"
4511 #
4512 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4513 #- type: "table"
4514 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4515 #  algorithm: "table_oper_data_html"
4516 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4517 #  data: "vpp-perf-results-2n-skx"
4518 #  filter: "all"
4519
4520 # Test Operational Data - VPP Performance Operational Data 2n-clx
4521 - type: "table"
4522   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4523   algorithm: "table_oper_data_html"
4524   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4525   data: "vpp-perf-results-2n-clx"
4526   filter: "all"
4527
4528 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4529 - type: "table"
4530   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4531   algorithm: "table_oper_data_html"
4532   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4533   data: "vpp-perf-results-3n-tsh"
4534   filter: "all"
4535
4536 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4537 - type: "table"
4538   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4539   algorithm: "table_oper_data_html"
4540   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4541   data: "vpp-perf-results-3n-dnv"
4542   filter: "all"
4543
4544 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4545 - type: "table"
4546   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4547   algorithm: "table_oper_data_html"
4548   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4549   data: "vpp-perf-results-2n-dnv"
4550   filter: "all"
4551
4552 # Detailed Test Results - VPP MRR Results 3n-hsw
4553 - type: "table"
4554   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4555   algorithm: "table_merged_details"
4556   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4557   columns:
4558   - title: " |prein| Test Name |preout| "
4559     data: "data name"
4560   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4561     data: "data msg"
4562   data: "vpp-mrr-results-3n-hsw"
4563   filter: "all"
4564   parameters:
4565   - "name"
4566   - "parent"
4567   - "msg"
4568
4569 ## Detailed Test Results - VPP MRR Results 3n-skx
4570 #- type: "table"
4571 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4572 #  algorithm: "table_merged_details"
4573 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4574 #  columns:
4575 #  - title: " |prein| Test Name |preout| "
4576 #    data: "data name"
4577 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4578 #    data: "data msg"
4579 #  data: "vpp-mrr-results-3n-skx"
4580 #  filter: "all"
4581 #  parameters:
4582 #  - "name"
4583 #  - "parent"
4584 #  - "msg"
4585 #
4586 ## Detailed Test Results - VPP MRR Results 2n-skx
4587 #- type: "table"
4588 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4589 #  algorithm: "table_merged_details"
4590 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4591 #  columns:
4592 #  - title: " |prein| Test Name |preout| "
4593 #    data: "data name"
4594 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4595 #    data: "data msg"
4596 #  data: "vpp-mrr-results-2n-skx"
4597 #  filter: "all"
4598 #  parameters:
4599 #  - "name"
4600 #  - "parent"
4601 #  - "msg"
4602
4603 # Detailed Test Results - VPP MRR Results 2n-clx
4604 - type: "table"
4605   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4606   algorithm: "table_merged_details"
4607   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4608   columns:
4609   - title: " |prein| Test Name |preout| "
4610     data: "data name"
4611   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4612     data: "data msg"
4613   data: "vpp-mrr-results-2n-clx"
4614   filter: "all"
4615   parameters:
4616   - "name"
4617   - "parent"
4618   - "msg"
4619
4620 # Detailed Test Results - VPP MRR Results 3n-tsh
4621 - type: "table"
4622   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4623   algorithm: "table_merged_details"
4624   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4625   columns:
4626   - title: " |prein| Test Name |preout| "
4627     data: "data name"
4628   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4629     data: "data msg"
4630   data: "vpp-mrr-results-3n-tsh"
4631   filter: "all"
4632   parameters:
4633   - "name"
4634   - "parent"
4635   - "msg"
4636
4637 # Detailed Test Results - VPP MRR Results 3n-dnv
4638 - type: "table"
4639   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4640   algorithm: "table_merged_details"
4641   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4642   columns:
4643   - title: " |prein| Test Name |preout| "
4644     data: "data name"
4645   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4646     data: "data msg"
4647   data: "vpp-mrr-results-3n-dnv"
4648   filter: "all"
4649   parameters:
4650   - "name"
4651   - "parent"
4652   - "msg"
4653
4654 # Detailed Test Results - VPP MRR Results 2n-dnv
4655 - type: "table"
4656   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4657   algorithm: "table_merged_details"
4658   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4659   columns:
4660   - title: " |prein| Test Name |preout| "
4661     data: "data name"
4662   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4663     data: "data msg"
4664   data: "vpp-mrr-results-2n-dnv"
4665   filter: "all"
4666   parameters:
4667   - "name"
4668   - "parent"
4669   - "msg"
4670
4671 # Test configuration - VPP MRR Test Configs 3n-hsw
4672 - type: "table"
4673   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4674   algorithm: "table_merged_details"
4675   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4676   columns:
4677   - title: " |prein| Test Name |preout| "
4678     data: "data name"
4679   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4680     data: "data conf-history"
4681   data: "vpp-mrr-results-3n-hsw"
4682   filter: "all"
4683   parameters:
4684   - "parent"
4685   - "name"
4686   - "conf-history"
4687
4688 ## Test configuration - VPP MRR Test Configs 3n-skx
4689 #- type: "table"
4690 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4691 #  algorithm: "table_merged_details"
4692 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4693 #  columns:
4694 #  - title: " |prein| Test Name |preout| "
4695 #    data: "data name"
4696 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4697 #    data: "data conf-history"
4698 #  data: "vpp-mrr-results-3n-skx"
4699 #  filter: "all"
4700 #  parameters:
4701 #  - "parent"
4702 #  - "name"
4703 #  - "conf-history"
4704 #
4705 ## Test configuration - VPP MRR Test Configs 2n-skx
4706 #- type: "table"
4707 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4708 #  algorithm: "table_merged_details"
4709 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4710 #  columns:
4711 #  - title: " |prein| Test Name |preout| "
4712 #    data: "data name"
4713 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4714 #    data: "data conf-history"
4715 #  data: "vpp-mrr-results-2n-skx"
4716 #  filter: "all"
4717 #  parameters:
4718 #  - "parent"
4719 #  - "name"
4720 #  - "conf-history"
4721
4722 # Test configuration - VPP MRR Test Configs 2n-clx
4723 - type: "table"
4724   title: "Test configuration - VPP MRR Test Configs 2n-clx"
4725   algorithm: "table_merged_details"
4726   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4727   columns:
4728   - title: " |prein| Test Name |preout| "
4729     data: "data name"
4730   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4731     data: "data conf-history"
4732   data: "vpp-mrr-results-2n-clx"
4733   filter: "all"
4734   parameters:
4735   - "parent"
4736   - "name"
4737   - "conf-history"
4738
4739 # Test configuration - VPP MRR Test Configs 3n-tsh
4740 - type: "table"
4741   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4742   algorithm: "table_merged_details"
4743   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4744   columns:
4745   - title: " |prein| Test Name |preout| "
4746     data: "data name"
4747   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4748     data: "data conf-history"
4749   data: "vpp-mrr-results-3n-tsh"
4750   filter: "all"
4751   parameters:
4752   - "parent"
4753   - "name"
4754   - "conf-history"
4755
4756 # Test configuration - VPP MRR Test Configs 3n-dnv
4757 - type: "table"
4758   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4759   algorithm: "table_merged_details"
4760   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4761   columns:
4762   - title: " |prein| Test Name |preout| "
4763     data: "data name"
4764   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4765     data: "data conf-history"
4766   data: "vpp-mrr-results-3n-dnv"
4767   filter: "all"
4768   parameters:
4769   - "parent"
4770   - "name"
4771   - "conf-history"
4772
4773 # Test configuration - VPP MRR Test Configs 2n-dnv
4774 - type: "table"
4775   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4776   algorithm: "table_merged_details"
4777   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4778   columns:
4779   - title: " |prein| Test Name |preout| "
4780     data: "data name"
4781   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4782     data: "data conf-history"
4783   data: "vpp-mrr-results-2n-dnv"
4784   filter: "all"
4785   parameters:
4786   - "parent"
4787   - "name"
4788   - "conf-history"
4789
4790 # Detailed Test Results - VPP Device Results - Ubuntu
4791 - type: "table"
4792   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4793   algorithm: "table_merged_details"
4794   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4795   columns:
4796   - title: " |prein| Test Name |preout| "
4797     data: "data name"
4798   - title: " |prein| Status |preout| "
4799     data: "data status"
4800   data: "vpp-device-results-ubuntu"
4801   filter: "all"
4802   parameters:
4803   - "name"
4804   - "parent"
4805   - "doc"
4806   - "status"
4807
4808 # Test configuration - VPP Device Test Configs - Ubuntu
4809 - type: "table"
4810   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4811   algorithm: "table_merged_details"
4812   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4813   columns:
4814   - title: " |prein| Test Name |preout| "
4815     data: "data name"
4816   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4817     data: "data conf-history"
4818   data: "vpp-device-results-ubuntu"
4819   filter: "all"
4820   parameters:
4821   - "parent"
4822   - "name"
4823   - "conf-history"
4824
4825 ################################################################################
4826
4827 # DPDK Performance Changes 3n-hsw 1t1c pdr
4828 - type: "table"
4829   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4830   algorithm: "table_perf_comparison"
4831   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4832   history:
4833     - title: "rls1904"
4834       data: "dpdk-performance-changes-3n-hsw-h1"
4835   reference:
4836     title: "rls1908"
4837     data: "dpdk-performance-changes-3n-hsw-ref"
4838   compare:
4839     title: "rls2001"
4840     data: "dpdk-performance-changes-3n-hsw-cmp"
4841   data: "dpdk-performance-changes-3n-hsw"
4842   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4843   filter: "'1T1C'"
4844   parameters:
4845   - "name"
4846   - "parent"
4847   - "throughput"
4848
4849 # DPDK Performance Changes 3n-hsw 2t2c pdr
4850 - type: "table"
4851   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4852   algorithm: "table_perf_comparison"
4853   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4854   history:
4855     - title: "rls1904"
4856       data: "dpdk-performance-changes-3n-hsw-h1"
4857   reference:
4858     title: "rls1908"
4859     data: "dpdk-performance-changes-3n-hsw-ref"
4860   compare:
4861     title: "rls2001"
4862     data: "dpdk-performance-changes-3n-hsw-cmp"
4863   data: "dpdk-performance-changes-3n-hsw"
4864   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4865   filter: "'2T2C'"
4866   parameters:
4867   - "name"
4868   - "parent"
4869   - "throughput"
4870
4871 # DPDK Performance Changes 3n-hsw 1t1c ndr
4872 - type: "table"
4873   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4874   algorithm: "table_perf_comparison"
4875   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4876   history:
4877     - title: "rls1904"
4878       data: "dpdk-performance-changes-3n-hsw-h1"
4879   reference:
4880     title: "rls1908"
4881     data: "dpdk-performance-changes-3n-hsw-ref"
4882   compare:
4883     title: "rls2001"
4884     data: "dpdk-performance-changes-3n-hsw-cmp"
4885   data: "dpdk-performance-changes-3n-hsw"
4886   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4887   filter: "'1T1C'"
4888   parameters:
4889   - "name"
4890   - "parent"
4891   - "throughput"
4892
4893 # DPDK Performance Changes 3n-hsw 2t2c ndr
4894 - type: "table"
4895   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4896   algorithm: "table_perf_comparison"
4897   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4898   history:
4899     - title: "rls1904"
4900       data: "dpdk-performance-changes-3n-hsw-h1"
4901   reference:
4902     title: "rls1908"
4903     data: "dpdk-performance-changes-3n-hsw-ref"
4904   compare:
4905     title: "rls2001"
4906     data: "dpdk-performance-changes-3n-hsw-cmp"
4907   data: "dpdk-performance-changes-3n-hsw"
4908   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4909   filter: "'2T2C'"
4910   parameters:
4911   - "name"
4912   - "parent"
4913   - "throughput"
4914
4915 ## DPDK Performance Changes 3n-skx 2t1c pdr
4916 #- type: "table"
4917 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4918 #  algorithm: "table_perf_comparison"
4919 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4920 #  history:
4921 #    - title: "rls1904"
4922 #      data: "dpdk-performance-changes-3n-skx-h1"
4923 #  reference:
4924 #    title: "rls1908"
4925 #    data: "dpdk-performance-changes-3n-skx-ref"
4926 #  compare:
4927 #    title: "rls2001"
4928 #    data: "dpdk-performance-changes-3n-skx-cmp"
4929 #  data: "dpdk-performance-changes-3n-skx"
4930 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4931 #  filter: "'2T1C'"
4932 #  parameters:
4933 #  - "name"
4934 #  - "parent"
4935 #  - "throughput"
4936 #
4937 ## DPDK Performance Changes 3n-skx 4t2c pdr
4938 #- type: "table"
4939 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4940 #  algorithm: "table_perf_comparison"
4941 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4942 #  history:
4943 #    - title: "rls1904"
4944 #      data: "dpdk-performance-changes-3n-skx-h1"
4945 #  reference:
4946 #    title: "rls1908"
4947 #    data: "dpdk-performance-changes-3n-skx-ref"
4948 #  compare:
4949 #    title: "rls2001"
4950 #    data: "dpdk-performance-changes-3n-skx-cmp"
4951 #  data: "dpdk-performance-changes-3n-skx"
4952 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4953 #  filter: "'4T2C'"
4954 #  parameters:
4955 #  - "name"
4956 #  - "parent"
4957 #  - "throughput"
4958 #
4959 ## DPDK Performance Changes 3n-skx 2t1c ndr
4960 #- type: "table"
4961 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4962 #  algorithm: "table_perf_comparison"
4963 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4964 #  history:
4965 #    - title: "rls1904"
4966 #      data: "dpdk-performance-changes-3n-skx-h1"
4967 #  reference:
4968 #    title: "rls1908"
4969 #    data: "dpdk-performance-changes-3n-skx-ref"
4970 #  compare:
4971 #    title: "rls2001"
4972 #    data: "dpdk-performance-changes-3n-skx-cmp"
4973 #  data: "dpdk-performance-changes-3n-skx"
4974 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4975 #  filter: "'2T1C'"
4976 #  parameters:
4977 #  - "name"
4978 #  - "parent"
4979 #  - "throughput"
4980 #
4981 ## DPDK Performance Changes 3n-skx 4t2c ndr
4982 #- type: "table"
4983 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4984 #  algorithm: "table_perf_comparison"
4985 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4986 #  history:
4987 #    - title: "rls1904"
4988 #      data: "dpdk-performance-changes-3n-skx-h1"
4989 #  reference:
4990 #    title: "rls1908"
4991 #    data: "dpdk-performance-changes-3n-skx-ref"
4992 #  compare:
4993 #    title: "rls2001"
4994 #    data: "dpdk-performance-changes-3n-skx-cmp"
4995 #  data: "dpdk-performance-changes-3n-skx"
4996 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4997 #  filter: "'4T2C'"
4998 #  parameters:
4999 #  - "name"
5000 #  - "parent"
5001 #  - "throughput"
5002 #
5003 ## DPDK Performance Changes 2n-skx 2t1c pdr
5004 #- type: "table"
5005 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5006 #  algorithm: "table_perf_comparison"
5007 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5008 #  history:
5009 #    - title: "rls1904"
5010 #      data: "dpdk-performance-changes-2n-skx-h1"
5011 #  reference:
5012 #    title: "rls1908"
5013 #    data: "dpdk-performance-changes-2n-skx-ref"
5014 #  compare:
5015 #    title: "rls2001"
5016 #    data: "dpdk-performance-changes-2n-skx-cmp"
5017 #  data: "dpdk-performance-changes-2n-skx"
5018 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5019 #  filter: "'2T1C'"
5020 #  parameters:
5021 #  - "name"
5022 #  - "parent"
5023 #  - "throughput"
5024 #
5025 ## DPDK Performance Changes 2n-skx 4t2c pdr
5026 #- type: "table"
5027 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5028 #  algorithm: "table_perf_comparison"
5029 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5030 #  history:
5031 #    - title: "rls1904"
5032 #      data: "dpdk-performance-changes-2n-skx-h1"
5033 #  reference:
5034 #    title: "rls1908"
5035 #    data: "dpdk-performance-changes-2n-skx-ref"
5036 #  compare:
5037 #    title: "rls2001"
5038 #    data: "dpdk-performance-changes-2n-skx-cmp"
5039 #  data: "dpdk-performance-changes-2n-skx"
5040 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5041 #  filter: "'4T2C'"
5042 #  parameters:
5043 #  - "name"
5044 #  - "parent"
5045 #  - "throughput"
5046 #
5047 ## DPDK Performance Changes 2n-skx 2t1c ndr
5048 #- type: "table"
5049 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5050 #  algorithm: "table_perf_comparison"
5051 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5052 #  history:
5053 #    - title: "rls1904"
5054 #      data: "dpdk-performance-changes-2n-skx-h1"
5055 #  reference:
5056 #    title: "rls1908"
5057 #    data: "dpdk-performance-changes-2n-skx-ref"
5058 #  compare:
5059 #    title: "rls2001"
5060 #    data: "dpdk-performance-changes-2n-skx-cmp"
5061 #  data: "dpdk-performance-changes-2n-skx"
5062 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5063 #  filter: "'2T1C'"
5064 #  parameters:
5065 #  - "name"
5066 #  - "parent"
5067 #  - "throughput"
5068 #
5069 ## DPDK Performance Changes 2n-skx 4t2c ndr
5070 #- type: "table"
5071 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5072 #  algorithm: "table_perf_comparison"
5073 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5074 #  history:
5075 #    - title: "rls1904"
5076 #      data: "dpdk-performance-changes-2n-skx-h1"
5077 #  reference:
5078 #    title: "rls1908"
5079 #    data: "dpdk-performance-changes-2n-skx-ref"
5080 #  compare:
5081 #    title: "rls2001"
5082 #    data: "dpdk-performance-changes-2n-skx-cmp"
5083 #  data: "dpdk-performance-changes-2n-skx"
5084 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5085 #  filter: "'4T2C'"
5086 #  parameters:
5087 #  - "name"
5088 #  - "parent"
5089 #  - "throughput"
5090 #
5091 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5092 #- type: "table"
5093 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5094 #  algorithm: "table_perf_comparison"
5095 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5096 #  reference:
5097 #    title: "3-Node Hsw"
5098 #    data: "dpdk-compare-testbeds-ref"
5099 #  compare:
5100 #    title: "3-Node Skx"
5101 #    data: "dpdk-compare-testbeds-cmp"
5102 #  data: "dpdk-compare-testbeds"
5103 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5104 #  filter: "'NIC_Intel-X710'"
5105 #  parameters:
5106 #  - "name"
5107 #  - "parent"
5108 #  - "throughput"
5109 #
5110 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5111 #- type: "table"
5112 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5113 #  algorithm: "table_perf_comparison"
5114 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5115 #  reference:
5116 #    title: "3-Node Hsw"
5117 #    data: "dpdk-compare-testbeds-ref"
5118 #  compare:
5119 #    title: "3-Node Skx"
5120 #    data: "dpdk-compare-testbeds-cmp"
5121 #  data: "dpdk-compare-testbeds"
5122 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5123 #  filter: "'NIC_Intel-X710'"
5124 #  parameters:
5125 #  - "name"
5126 #  - "parent"
5127 #  - "throughput"
5128 #
5129 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5130 #- type: "table"
5131 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5132 #  algorithm: "table_perf_comparison"
5133 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5134 #  reference:
5135 #    title: "2-Node Skx"
5136 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5137 #  compare:
5138 #    title: "2-Node Clx"
5139 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5140 #  data: "dpdk-compare-testbeds-skx-clx"
5141 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5142 #  filter: "all"
5143 #  parameters:
5144 #  - "name"
5145 #  - "parent"
5146 #  - "throughput"
5147 #
5148 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5149 #- type: "table"
5150 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5151 #  algorithm: "table_perf_comparison"
5152 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5153 #  reference:
5154 #    title: "2-Node Skx"
5155 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5156 #  compare:
5157 #    title: "2-Node Clx"
5158 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5159 #  data: "dpdk-compare-testbeds-skx-clx"
5160 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5161 #  filter: "all"
5162 #  parameters:
5163 #  - "name"
5164 #  - "parent"
5165 #  - "throughput"
5166 #
5167 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5168 #- type: "table"
5169 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5170 #  algorithm: "table_perf_comparison"
5171 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5172 #  reference:
5173 #    title: "3-Node Skx"
5174 #    data: "dpdk-compare-topologies-ref"
5175 #  compare:
5176 #    title: "2-Node Skx"
5177 #    data: "dpdk-compare-topologies-cmp"
5178 #  data: "dpdk-compare-topologies"
5179 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5180 #  filter: "all"
5181 #  parameters:
5182 #  - "name"
5183 #  - "parent"
5184 #  - "throughput"
5185 #
5186 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5187 #- type: "table"
5188 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5189 #  algorithm: "table_perf_comparison"
5190 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5191 #  reference:
5192 #    title: "3-Node Skx"
5193 #    data: "dpdk-compare-topologies-ref"
5194 #  compare:
5195 #    title: "2-Node Skx"
5196 #    data: "dpdk-compare-topologies-cmp"
5197 #  data: "dpdk-compare-topologies"
5198 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5199 #  filter: "all"
5200 #  parameters:
5201 #  - "name"
5202 #  - "parent"
5203 #  - "throughput"
5204
5205 # Detailed Test Results - DPDK Performance Results 3n-hsw
5206 - type: "table"
5207   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5208   algorithm: "table_merged_details"
5209   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5210   columns:
5211   - title: " |prein| Test Name |preout| "
5212     data: "data name"
5213   - 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| "
5214     data: "data msg"
5215   data: "dpdk-perf-results-3n-hsw"
5216   filter: "all"
5217   parameters:
5218   - "name"
5219   - "parent"
5220   - "msg"
5221
5222 ## Detailed Test Results - DPDK Performance Results 3n-skx
5223 #- type: "table"
5224 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5225 #  algorithm: "table_merged_details"
5226 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5227 #  columns:
5228 #  - title: " |prein| Test Name |preout| "
5229 #    data: "data name"
5230 #  - 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| "
5231 #    data: "data msg"
5232 #  data: "dpdk-perf-results-3n-skx"
5233 #  filter: "all"
5234 #  parameters:
5235 #  - "name"
5236 #  - "parent"
5237 #  - "msg"
5238 #
5239 ## Detailed Test Results - DPDK Performance Results 2n-skx
5240 #- type: "table"
5241 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5242 #  algorithm: "table_merged_details"
5243 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5244 #  columns:
5245 #  - title: " |prein| Test Name |preout| "
5246 #    data: "data name"
5247 #  - 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| "
5248 #    data: "data msg"
5249 #  data: "dpdk-perf-results-2n-skx"
5250 #  filter: "all"
5251 #  parameters:
5252 #  - "name"
5253 #  - "parent"
5254 #  - "msg"
5255
5256 # Detailed Test Results - DPDK Performance Results 2n-clx
5257 - type: "table"
5258   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5259   algorithm: "table_merged_details"
5260   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5261   columns:
5262   - title: " |prein| Test Name |preout| "
5263     data: "data name"
5264   - 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| "
5265     data: "data msg"
5266   data: "dpdk-perf-results-2n-clx"
5267   filter: "all"
5268   parameters:
5269   - "name"
5270   - "parent"
5271   - "msg"
5272
5273 # Detailed Test Results - DPDK Performance Results 2n-dnv
5274 - type: "table"
5275   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5276   algorithm: "table_merged_details"
5277   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5278   columns:
5279   - title: " |prein| Test Name |preout| "
5280     data: "data name"
5281   - 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| "
5282     data: "data msg"
5283   data: "dpdk-perf-results-2n-dnv"
5284   filter: "all"
5285   parameters:
5286   - "name"
5287   - "parent"
5288   - "msg"
5289
5290 # Detailed Test Results - DPDK Performance Results 3n-dnv
5291 - type: "table"
5292   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5293   algorithm: "table_merged_details"
5294   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5295   columns:
5296   - title: " |prein| Test Name |preout| "
5297     data: "data name"
5298   - 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| "
5299     data: "data msg"
5300   data: "dpdk-perf-results-3n-dnv"
5301   filter: "all"
5302   parameters:
5303   - "name"
5304   - "parent"
5305   - "msg"
5306
5307 # Detailed Test Results - DPDK Performance Results 3n-tsh
5308 - type: "table"
5309   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5310   algorithm: "table_merged_details"
5311   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5312   columns:
5313   - title: " |prein| Test Name |preout| "
5314     data: "data name"
5315   - 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| "
5316     data: "data msg"
5317   data: "dpdk-perf-results-3n-tsh"
5318   filter: "all"
5319   parameters:
5320   - "name"
5321   - "parent"
5322   - "msg"
5323
5324 ################################################################################
5325 ###                                F I L E S                                 ###
5326 ################################################################################
5327
5328 # VPP Performance Results 3n-hsw
5329 - type: "file"
5330   title: "VPP Performance Results 3n-hsw"
5331   algorithm: "file_test_results"
5332   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5333   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5334   data: "vpp-perf-results-3n-hsw"
5335   filter: "all"
5336   data-start-level: 4
5337
5338 ## VPP Performance Results 3n-skx
5339 #- type: "file"
5340 #  title: "VPP Performance Results 3n-skx"
5341 #  algorithm: "file_test_results"
5342 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5343 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5344 #  data: "vpp-perf-results-3n-skx"
5345 #  filter: "all"
5346 #  data-start-level: 4
5347 #
5348 ## VPP Performance Results 2n-skx
5349 #- type: "file"
5350 #  title: "VPP Performance Results 2n-skx"
5351 #  algorithm: "file_test_results"
5352 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5353 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5354 #  data: "vpp-perf-results-2n-skx"
5355 #  filter: "all"
5356 #  data-start-level: 4
5357
5358 # VPP Performance Results 2n-clx
5359 - type: "file"
5360   title: "VPP Performance Results 2n-clx"
5361   algorithm: "file_test_results"
5362   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5363   dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5364   data: "vpp-perf-results-2n-clx"
5365   filter: "all"
5366   data-start-level: 4
5367
5368 # VPP Performance Results 3n-tsh
5369 - type: "file"
5370   title: "VPP Performance Results 3n-tsh"
5371   algorithm: "file_test_results"
5372   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5373   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5374   data: "vpp-perf-results-3n-tsh"
5375   filter: "all"
5376   data-start-level: 4
5377
5378 # VPP Performance Results 3n-dnv
5379 - type: "file"
5380   title: "VPP Performance Results 3n-dnv"
5381   algorithm: "file_test_results"
5382   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5383   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5384   data: "vpp-perf-results-3n-dnv"
5385   filter: "all"
5386   data-start-level: 4
5387
5388 # VPP Performance Results 2n-dnv
5389 - type: "file"
5390   title: "VPP Performance Results 2n-dnv"
5391   algorithm: "file_test_results"
5392   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5393   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5394   data: "vpp-perf-results-2n-dnv"
5395   filter: "all"
5396   data-start-level: 4
5397
5398 # VPP Performance Configuration 3n-hsw
5399 - type: "file"
5400   title: "VPP Performance Configuration 3n-hsw"
5401   algorithm: "file_test_results"
5402   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5403   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5404   data: "vpp-perf-results-3n-hsw"
5405   filter: "all"
5406   data-start-level: 4
5407
5408 ## VPP Performance Configuration 3n-skx
5409 #- type: "file"
5410 #  title: "VPP Performance Configuration 3n-skx"
5411 #  algorithm: "file_test_results"
5412 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5413 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5414 #  data: "vpp-perf-results-3n-skx"
5415 #  filter: "all"
5416 #  data-start-level: 4
5417 #
5418 ## VPP Performance Configuration 2n-skx
5419 #- type: "file"
5420 #  title: "VPP Performance Configuration 2n-skx"
5421 #  algorithm: "file_test_results"
5422 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5423 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5424 #  data: "vpp-perf-results-2n-skx"
5425 #  filter: "all"
5426 #  data-start-level: 4
5427
5428 # VPP Performance Configuration 2n-clx
5429 - type: "file"
5430   title: "VPP Performance Configuration 2n-clx"
5431   algorithm: "file_test_results"
5432   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5433   dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5434   data: "vpp-perf-results-2n-clx"
5435   filter: "all"
5436   data-start-level: 4
5437
5438 # VPP Performance Configuration 3n-tsh
5439 - type: "file"
5440   title: "VPP Performance Configuration 3n-tsh"
5441   algorithm: "file_test_results"
5442   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5443   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5444   data: "vpp-perf-results-3n-tsh"
5445   filter: "all"
5446   data-start-level: 4
5447
5448 # VPP Performance Configuration 3n-dnv
5449 - type: "file"
5450   title: "VPP Performance Configuration 3n-dnv"
5451   algorithm: "file_test_results"
5452   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5453   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5454   data: "vpp-perf-results-3n-dnv"
5455   filter: "all"
5456   data-start-level: 4
5457
5458 # VPP Performance Configuration 2n-dnv
5459 - type: "file"
5460   title: "VPP Performance Configuration 2n-dnv"
5461   algorithm: "file_test_results"
5462   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5463   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5464   data: "vpp-perf-results-2n-dnv"
5465   filter: "all"
5466   data-start-level: 4
5467
5468 # VPP Performance Operational Data 3n-hsw
5469 - type: "file"
5470   title: "VPP Performance Operational Data 3n-hsw"
5471   algorithm: "file_test_results_html"
5472   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5473   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5474   data: "vpp-perf-results-3n-hsw"
5475   filter: "all"
5476   data-start-level: 4
5477
5478 ## VPP Performance Operational Data 3n-skx
5479 #- type: "file"
5480 #  title: "VPP Performance Operational Data 3n-skx"
5481 #  algorithm: "file_test_results_html"
5482 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5483 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5484 #  data: "vpp-perf-results-3n-skx"
5485 #  filter: "all"
5486 #  data-start-level: 4
5487 #
5488 ## VPP Performance Operational Data 2n-skx
5489 #- type: "file"
5490 #  title: "VPP Performance Operational Data 2n-skx"
5491 #  algorithm: "file_test_results_html"
5492 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5493 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5494 #  data: "vpp-perf-results-2n-skx"
5495 #  filter: "all"
5496 #  data-start-level: 4
5497
5498 # VPP Performance Operational Data 2n-clx
5499 - type: "file"
5500   title: "VPP Performance Operational Data 2n-clx"
5501   algorithm: "file_test_results_html"
5502   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5503   dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5504   data: "vpp-perf-results-2n-clx"
5505   filter: "all"
5506   data-start-level: 4
5507
5508 # VPP Performance Operational Data 3n-tsh
5509 - type: "file"
5510   title: "VPP Performance Operational Data 3n-tsh"
5511   algorithm: "file_test_results_html"
5512   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5513   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5514   data: "vpp-perf-results-3n-tsh"
5515   filter: "all"
5516   data-start-level: 4
5517
5518 # VPP Performance Operational Data 3n-dnv
5519 - type: "file"
5520   title: "VPP Performance Operational Data 3n-dnv"
5521   algorithm: "file_test_results_html"
5522   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5523   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5524   data: "vpp-perf-results-3n-dnv"
5525   filter: "all"
5526   data-start-level: 4
5527
5528 # VPP Performance Operational Data 2n-dnv
5529 - type: "file"
5530   title: "VPP Performance Operational Data 2n-dnv"
5531   algorithm: "file_test_results_html"
5532   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5533   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5534   data: "vpp-perf-results-2n-dnv"
5535   filter: "all"
5536   data-start-level: 4
5537
5538 # VPP MRR Results 3n-hsw
5539 - type: "file"
5540   title: "VPP MRR Results 3n-hsw"
5541   algorithm: "file_test_results"
5542   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5543   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5544   data: "vpp-mrr-results-3n-hsw"
5545   filter: "all"
5546   data-start-level: 4
5547
5548 ## VPP MRR Results 3n-skx
5549 #- type: "file"
5550 #  title: "VPP MRR Results 3n-skx"
5551 #  algorithm: "file_test_results"
5552 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5553 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5554 #  data: "vpp-mrr-results-3n-skx"
5555 #  filter: "all"
5556 #  data-start-level: 4
5557 #
5558 ## VPP MRR Results 2n-skx
5559 #- type: "file"
5560 #  title: "VPP MRR Results 2n-skx"
5561 #  algorithm: "file_test_results"
5562 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5563 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5564 #  data: "vpp-mrr-results-2n-skx"
5565 #  filter: "all"
5566 #  data-start-level: 4
5567
5568 # VPP MRR Results 2n-clx
5569 - type: "file"
5570   title: "VPP MRR Results 2n-clx"
5571   algorithm: "file_test_results"
5572   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5573   dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5574   data: "vpp-mrr-results-2n-clx"
5575   filter: "all"
5576   data-start-level: 4
5577
5578 # VPP MRR Results 3n-tsh
5579 - type: "file"
5580   title: "VPP MRR Results 3n-tsh"
5581   algorithm: "file_test_results"
5582   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5583   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5584   data: "vpp-mrr-results-3n-tsh"
5585   filter: "all"
5586   data-start-level: 4
5587
5588 # VPP MRR Results 3n-dnv
5589 - type: "file"
5590   title: "VPP MRR Results 3n-dnv"
5591   algorithm: "file_test_results"
5592   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5593   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5594   data: "vpp-mrr-results-3n-dnv"
5595   filter: "all"
5596   data-start-level: 4
5597
5598 # VPP MRR Results 2n-dnv
5599 - type: "file"
5600   title: "VPP MRR Results 2n-dnv"
5601   algorithm: "file_test_results"
5602   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5603   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5604   data: "vpp-mrr-results-2n-dnv"
5605   filter: "all"
5606   data-start-level: 4
5607
5608 # VPP MRR Configuration 3n-hsw
5609 - type: "file"
5610   title: "VPP MRR Configuration 3n-hsw"
5611   algorithm: "file_test_results"
5612   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5613   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5614   data: "vpp-mrr-results-3n-hsw"
5615   filter: "all"
5616   data-start-level: 4
5617
5618 ## VPP MRR Configuration 3n-skx
5619 #- type: "file"
5620 #  title: "VPP MRR Configuration 3n-skx"
5621 #  algorithm: "file_test_results"
5622 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5623 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5624 #  data: "vpp-mrr-results-3n-skx"
5625 #  filter: "all"
5626 #  data-start-level: 4
5627 #
5628 ## VPP MRR Configuration 2n-skx
5629 #- type: "file"
5630 #  title: "VPP MRR Configuration 2n-skx"
5631 #  algorithm: "file_test_results"
5632 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5633 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5634 #  data: "vpp-mrr-results-2n-skx"
5635 #  filter: "all"
5636 #  data-start-level: 4
5637
5638 # VPP MRR Configuration 2n-clx
5639 - type: "file"
5640   title: "VPP MRR Configuration 2n-clx"
5641   algorithm: "file_test_results"
5642   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5643   dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5644   data: "vpp-mrr-results-2n-clx"
5645   filter: "all"
5646   data-start-level: 4
5647
5648 # VPP MRR Configuration 3n-tsh
5649 - type: "file"
5650   title: "VPP MRR Configuration 3n-tsh"
5651   algorithm: "file_test_results"
5652   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5653   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5654   data: "vpp-mrr-results-3n-tsh"
5655   filter: "all"
5656   data-start-level: 4
5657
5658 # VPP MRR Configuration 3n-dnv
5659 - type: "file"
5660   title: "VPP MRR Configuration 3n-dnv"
5661   algorithm: "file_test_results"
5662   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5663   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5664   data: "vpp-mrr-results-3n-dnv"
5665   filter: "all"
5666   data-start-level: 4
5667
5668 # VPP MRR Configuration 2n-dnv
5669 - type: "file"
5670   title: "VPP MRR Configuration 2n-dnv"
5671   algorithm: "file_test_results"
5672   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5673   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5674   data: "vpp-mrr-results-2n-dnv"
5675   filter: "all"
5676   data-start-level: 4
5677
5678 # VPP Device Results - Ubuntu
5679 - type: "file"
5680   title: "VPP Device Results - Ubuntu"
5681   algorithm: "file_test_results"
5682   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5683   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5684   data: "vpp-device-results-ubuntu"
5685   filter: "all"
5686   data-start-level: 4
5687
5688 # VPP Device Configuration - Ubuntu
5689 - type: "file"
5690   title: "VPP Device Configuration - Ubuntu"
5691   algorithm: "file_test_results"
5692   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5693   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5694   data: "vpp-device-results-ubuntu"
5695   filter: "all"
5696   data-start-level: 4
5697
5698 # DPDK Performance Results 3n-hsw
5699 - type: "file"
5700   title: "DPDK Performance Results 3n-hsw"
5701   algorithm: "file_test_results"
5702   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5703   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5704   data: "dpdk-perf-results-3n-hsw"
5705   filter: "all"
5706   data-start-level: 4
5707
5708 ## DPDK Performance Results 3n-skx
5709 #- type: "file"
5710 #  title: "DPDK Performance Results 3n-skx"
5711 #  algorithm: "file_test_results"
5712 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5713 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5714 #  data: "dpdk-perf-results-3n-skx"
5715 #  filter: "all"
5716 #  data-start-level: 4
5717 #
5718 ## DPDK Performance Results 2n-skx
5719 #- type: "file"
5720 #  title: "DPDK Performance Results 2n-skx"
5721 #  algorithm: "file_test_results"
5722 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5723 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5724 #  data: "dpdk-perf-results-2n-skx"
5725 #  filter: "all"
5726 #  data-start-level: 4
5727
5728 # DPDK Performance Results 2n-clx
5729 - type: "file"
5730   title: "DPDK Performance Results 2n-clx"
5731   algorithm: "file_test_results"
5732   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5733   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5734   data: "dpdk-perf-results-2n-clx"
5735   filter: "all"
5736   data-start-level: 4
5737
5738 # DPDK Performance Results 2n-dnv
5739 - type: "file"
5740   title: "DPDK Performance Results 2n-dnv"
5741   algorithm: "file_test_results"
5742   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5743   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5744   data: "dpdk-perf-results-2n-dnv"
5745   filter: "all"
5746   data-start-level: 4
5747
5748 # DPDK Performance Results 3n-dnv
5749 - type: "file"
5750   title: "DPDK Performance Results 3n-dnv"
5751   algorithm: "file_test_results"
5752   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5753   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5754   data: "dpdk-perf-results-3n-dnv"
5755   filter: "all"
5756   data-start-level: 4
5757
5758 # DPDK Performance Results 3n-tsh
5759 - type: "file"
5760   title: "DPDK Performance Results 3n-tsh"
5761   algorithm: "file_test_results"
5762   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5763   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5764   data: "dpdk-perf-results-3n-tsh"
5765   filter: "all"
5766   data-start-level: 4
5767
5768 ################################################################################
5769 ###                                P L O T S                                 ###
5770 ################################################################################
5771
5772 ## Plots VPP HTTP Server Performance
5773 #- type: "plot"
5774 #  title: "VPP HTTP Server Performance"
5775 #  algorithm: "plot_http_server_perf_box"
5776 #  output-file-type: ".html"
5777 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5778 #  data:
5779 #    "plot-vpp-http-server-performance"
5780 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
5781 #  # each tag is enclosed with ' (apostrophe).
5782 #  filter: "'HTTP' and 'TCP_CPS'"
5783 #  parameters:
5784 #  - "result"
5785 #  - "name"
5786 #  traces:
5787 #    hoverinfo: "y+name"
5788 #    boxpoints: "outliers"
5789 #    whiskerwidth: 0
5790 #  layout:
5791 #    title: "VPP HTTP Server Performance"
5792 #    layout:
5793 #      "plot-cps"
5794 #
5795 #- type: "plot"
5796 #  title: "VPP HTTP Server Performance"
5797 #  algorithm: "plot_http_server_perf_box"
5798 #  output-file-type: ".html"
5799 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5800 #  data:
5801 #    "plot-vpp-http-server-performance"
5802 #  filter: "'HTTP' and 'TCP_RPS'"
5803 #  parameters:
5804 #  - "result"
5805 #  - "name"
5806 #  traces:
5807 #    hoverinfo: "y+name"
5808 #    boxpoints: "outliers"
5809 #    whiskerwidth: 0
5810 #  layout:
5811 #    title: "VPP HTTP Server Performance"
5812 #    layout:
5813 #      "plot-rps"
5814
5815 ################################################################################
5816
5817 ## Soak Test (PLRsearch), boxes
5818 #- type: "plot"
5819 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5820 #  algorithm: "plot_perf_box_name"
5821 #  output-file-type: ".html"
5822 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
5823 #  data: "plot-vpp-soak-2n-skx"
5824 #  include:
5825 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
5826 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
5827 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
5828 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
5829 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
5830 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
5831 #  layout:
5832 #    title: "30 Minutes Soak Test (PLRsearch)"
5833 #    layout: "plot-soak-throughput"
5834 #
5835 ## Soak Test (PLRsearch), boxes
5836 #- type: "plot"
5837 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5838 #  algorithm: "plot_perf_box_name"
5839 #  output-file-type: ".html"
5840 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
5841 #  data: "plot-vpp-soak-2n-skx"
5842 #  include:
5843 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
5844 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
5845 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
5846 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
5847 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
5848 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
5849 #  layout:
5850 #    title: "30 Minutes Soak Test (PLRsearch)"
5851 #    layout: "plot-soak-throughput"
5852
5853 ###############################################################################
5854
5855 #- type: "plot"
5856 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5857 #  algorithm: "plot_nf_reconf_box_name"
5858 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
5859 #  data: "plot-vpp-nfv-reconf-2n-skx"
5860 #  include:
5861 #    - "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"
5862 #    - "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"
5863 #    - "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"
5864 #    - "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"
5865 #    - "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"
5866 #    - "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"
5867 #  layout:
5868 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5869 #    layout: "plot-throughput"
5870 #
5871 #- type: "plot"
5872 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5873 #  algorithm: "plot_nf_reconf_box_name"
5874 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
5875 #  data: "plot-vpp-nfv-reconf-2n-skx"
5876 #  include:
5877 #    - "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"
5878 #    - "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"
5879 #    - "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"
5880 #    - "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"
5881 #    - "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"
5882 #    - "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"
5883 #  layout:
5884 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5885 #    layout: "plot-throughput"
5886 #
5887 #- type: "plot"
5888 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5889 #  algorithm: "plot_nf_reconf_box_name"
5890 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
5891 #  data: "plot-vpp-nfv-reconf-2n-skx"
5892 #  include:
5893 #    - "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"
5894 #    - "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"
5895 #    - "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"
5896 #    - "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"
5897 #    - "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"
5898 #    - "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"
5899 #  layout:
5900 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5901 #    layout: "plot-throughput"
5902 #
5903 ################################################################################
5904 ## Plots - NF Density - VSC - MRR 64b
5905 #- type: "plot"
5906 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5907 #  algorithm: "plot_nf_heatmap"
5908 #  output-file-type: ".html"
5909 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
5910 #  data: "plot-vpp-nfv-2n-skx-mrr"
5911 #  filter: "'NIC_Intel-XXV710' and
5912 #           'NF_DENSITY' and
5913 #           'VHOST' and
5914 #           not 'VXLAN' and
5915 #           'CHAIN' and
5916 #           'NF_VPPIP4' and
5917 #           '64B' and
5918 #           '2T1C' and
5919 #           'MRR'"
5920 #  parameters:
5921 #  - "result"
5922 #  - "name"
5923 #  - "tags"
5924 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5925 #  x-axis: "X = VNFs per Service Chain"
5926 #  y-axis: "Y = Number of Service Chains"
5927 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5928 #  layout:
5929 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5930 #    layout: "plot-service-density"
5931 #
5932 #- type: "plot"
5933 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5934 #  algorithm: "plot_nf_heatmap"
5935 #  output-file-type: ".html"
5936 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
5937 #  data: "plot-vpp-nfv-2n-skx-mrr"
5938 #  filter: "'NIC_Intel-XXV710' and
5939 #           'NF_DENSITY' and
5940 #           'VHOST' and
5941 #           not 'VXLAN' and
5942 #           'CHAIN' and
5943 #           'NF_VPPIP4' and
5944 #           '64B' and
5945 #           '4T2C' and
5946 #           'MRR'"
5947 #  parameters:
5948 #  - "result"
5949 #  - "name"
5950 #  - "tags"
5951 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5952 #  x-axis: "X = VNFs per Service Chain"
5953 #  y-axis: "Y = Number of Service Chains"
5954 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5955 #  layout:
5956 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5957 #    layout: "plot-service-density"
5958 #
5959 #- type: "plot"
5960 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5961 #  algorithm: "plot_nf_heatmap"
5962 #  output-file-type: ".html"
5963 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
5964 #  data: "plot-vpp-nfv-2n-skx-mrr"
5965 #  filter: "'NIC_Intel-XXV710' and
5966 #           'NF_DENSITY' and
5967 #           'VHOST' and
5968 #           not 'VXLAN' and
5969 #           'CHAIN' and
5970 #           'NF_VPPIP4' and
5971 #           '64B' and
5972 #           '8T4C' and
5973 #           'MRR'"
5974 #  parameters:
5975 #  - "result"
5976 #  - "name"
5977 #  - "tags"
5978 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5979 #  x-axis: "X = VNFs per Service Chain"
5980 #  y-axis: "Y = Number of Service Chains"
5981 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5982 #  layout:
5983 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5984 #    layout: "plot-service-density"
5985 #
5986 ## Plots - NF Density - VSC - MRR IMIX
5987 #- type: "plot"
5988 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5989 #  algorithm: "plot_nf_heatmap"
5990 #  output-file-type: ".html"
5991 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
5992 #  data: "plot-vpp-nfv-2n-skx-mrr"
5993 #  filter: "'NIC_Intel-XXV710' and
5994 #           'NF_DENSITY' and
5995 #           'VHOST' and
5996 #           not 'VXLAN' and
5997 #           'CHAIN' and
5998 #           'NF_VPPIP4' and
5999 #           'IMIX' and
6000 #           '2T1C' and
6001 #           'MRR'"
6002 #  parameters:
6003 #  - "result"
6004 #  - "name"
6005 #  - "tags"
6006 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6007 #  x-axis: "X = VNFs per Service Chain"
6008 #  y-axis: "Y = Number of Service Chains"
6009 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6010 #  layout:
6011 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6012 #    layout: "plot-service-density"
6013 #
6014 #- type: "plot"
6015 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6016 #  algorithm: "plot_nf_heatmap"
6017 #  output-file-type: ".html"
6018 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6019 #  data: "plot-vpp-nfv-2n-skx-mrr"
6020 #  filter: "'NIC_Intel-XXV710' and
6021 #           'NF_DENSITY' and
6022 #           'VHOST' and
6023 #           not 'VXLAN' and
6024 #           'CHAIN' and
6025 #           'NF_VPPIP4' and
6026 #           'IMIX' and
6027 #           '4T2C' and
6028 #           'MRR'"
6029 #  parameters:
6030 #  - "result"
6031 #  - "name"
6032 #  - "tags"
6033 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6034 #  x-axis: "X = VNFs per Service Chain"
6035 #  y-axis: "Y = Number of Service Chains"
6036 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6037 #  layout:
6038 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6039 #    layout: "plot-service-density"
6040 #
6041 #- type: "plot"
6042 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6043 #  algorithm: "plot_nf_heatmap"
6044 #  output-file-type: ".html"
6045 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6046 #  data: "plot-vpp-nfv-2n-skx-mrr"
6047 #  filter: "'NIC_Intel-XXV710' and
6048 #           'NF_DENSITY' and
6049 #           'VHOST' and
6050 #           not 'VXLAN' and
6051 #           'CHAIN' and
6052 #           'NF_VPPIP4' and
6053 #           'IMIX' and
6054 #           '8T4C' and
6055 #           'MRR'"
6056 #  parameters:
6057 #  - "result"
6058 #  - "name"
6059 #  - "tags"
6060 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6061 #  x-axis: "X = VNFs per Service Chain"
6062 #  y-axis: "Y = Number of Service Chains"
6063 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6064 #  layout:
6065 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6066 #    layout: "plot-service-density"
6067 #
6068 ## Plots - NF Density - VSC - NDR 64b
6069 #- type: "plot"
6070 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6071 #  algorithm: "plot_nf_heatmap"
6072 #  output-file-type: ".html"
6073 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6074 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6075 #  filter: "'NIC_Intel-XXV710' and
6076 #           'NF_DENSITY' and
6077 #           'VHOST' and
6078 #           not 'VXLAN' and
6079 #           'CHAIN' and
6080 #           'NF_VPPIP4' and
6081 #           '64B' and
6082 #           '2T1C' and
6083 #           'NDRPDR'"
6084 #  parameters:
6085 #  - "throughput"
6086 #  - "name"
6087 #  - "tags"
6088 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6089 #  x-axis: "X = VNFs per Service Chain"
6090 #  y-axis: "Y = Number of Service Chains"
6091 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6092 #  layout:
6093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6094 #    layout: "plot-service-density"
6095 #
6096 #- type: "plot"
6097 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6098 #  algorithm: "plot_nf_heatmap"
6099 #  output-file-type: ".html"
6100 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6101 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6102 #  filter: "'NIC_Intel-XXV710' and
6103 #           'NF_DENSITY' and
6104 #           'VHOST' and
6105 #           not 'VXLAN' and
6106 #           'CHAIN' and
6107 #           'NF_VPPIP4' and
6108 #           '64B' and
6109 #           '4T2C' and
6110 #           'NDRPDR'"
6111 #  parameters:
6112 #  - "throughput"
6113 #  - "name"
6114 #  - "tags"
6115 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6116 #  x-axis: "X = VNFs per Service Chain"
6117 #  y-axis: "Y = Number of Service Chains"
6118 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6119 #  layout:
6120 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6121 #    layout: "plot-service-density"
6122 #
6123 #- type: "plot"
6124 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6125 #  algorithm: "plot_nf_heatmap"
6126 #  output-file-type: ".html"
6127 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6128 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6129 #  filter: "'NIC_Intel-XXV710' and
6130 #           'NF_DENSITY' and
6131 #           'VHOST' and
6132 #           not 'VXLAN' and
6133 #           'CHAIN' and
6134 #           'NF_VPPIP4' and
6135 #           '64B' and
6136 #           '8T4C' and
6137 #           'NDRPDR'"
6138 #  parameters:
6139 #  - "throughput"
6140 #  - "name"
6141 #  - "tags"
6142 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6143 #  x-axis: "X = VNFs per Service Chain"
6144 #  y-axis: "Y = Number of Service Chains"
6145 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6146 #  layout:
6147 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6148 #    layout: "plot-service-density"
6149 #
6150 ## Plots - NF Density - VSC - NDR IMIX
6151 #- type: "plot"
6152 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6153 #  algorithm: "plot_nf_heatmap"
6154 #  output-file-type: ".html"
6155 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6156 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6157 #  filter: "'NIC_Intel-XXV710' and
6158 #           'NF_DENSITY' and
6159 #           'VHOST' and
6160 #           not 'VXLAN' and
6161 #           'CHAIN' and
6162 #           'NF_VPPIP4' and
6163 #           'IMIX' and
6164 #           '2T1C' and
6165 #           'NDRPDR'"
6166 #  parameters:
6167 #  - "throughput"
6168 #  - "name"
6169 #  - "tags"
6170 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6171 #  x-axis: "X = VNFs per Service Chain"
6172 #  y-axis: "Y = Number of Service Chains"
6173 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6174 #  layout:
6175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6176 #    layout: "plot-service-density"
6177 #
6178 #- type: "plot"
6179 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6180 #  algorithm: "plot_nf_heatmap"
6181 #  output-file-type: ".html"
6182 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6183 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6184 #  filter: "'NIC_Intel-XXV710' and
6185 #           'NF_DENSITY' and
6186 #           'VHOST' and
6187 #           not 'VXLAN' and
6188 #           'CHAIN' and
6189 #           'NF_VPPIP4' and
6190 #           'IMIX' and
6191 #           '4T2C' and
6192 #           'NDRPDR'"
6193 #  parameters:
6194 #  - "throughput"
6195 #  - "name"
6196 #  - "tags"
6197 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6198 #  x-axis: "X = VNFs per Service Chain"
6199 #  y-axis: "Y = Number of Service Chains"
6200 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6201 #  layout:
6202 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6203 #    layout: "plot-service-density"
6204 #
6205 #- type: "plot"
6206 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6207 #  algorithm: "plot_nf_heatmap"
6208 #  output-file-type: ".html"
6209 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6210 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6211 #  filter: "'NIC_Intel-XXV710' and
6212 #           'NF_DENSITY' and
6213 #           'VHOST' and
6214 #           not 'VXLAN' and
6215 #           'CHAIN' and
6216 #           'NF_VPPIP4' and
6217 #           'IMIX' and
6218 #           '8T4C' and
6219 #           'NDRPDR'"
6220 #  parameters:
6221 #  - "throughput"
6222 #  - "name"
6223 #  - "tags"
6224 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6225 #  x-axis: "X = VNFs per Service Chain"
6226 #  y-axis: "Y = Number of Service Chains"
6227 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6228 #  layout:
6229 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6230 #    layout: "plot-service-density"
6231 #
6232 ## Plots - NF Density - VSC - PDR 64b
6233 #- type: "plot"
6234 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6235 #  algorithm: "plot_nf_heatmap"
6236 #  output-file-type: ".html"
6237 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6238 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6239 #  filter: "'NIC_Intel-XXV710' and
6240 #           'NF_DENSITY' and
6241 #           'VHOST' and
6242 #           not 'VXLAN' and
6243 #           'CHAIN' and
6244 #           'NF_VPPIP4' and
6245 #           '64B' and
6246 #           '2T1C' and
6247 #           'NDRPDR'"
6248 #  parameters:
6249 #  - "throughput"
6250 #  - "name"
6251 #  - "tags"
6252 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6253 #  x-axis: "X = VNFs per Service Chain"
6254 #  y-axis: "Y = Number of Service Chains"
6255 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6256 #  layout:
6257 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6258 #    layout: "plot-service-density"
6259 #
6260 #- type: "plot"
6261 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6262 #  algorithm: "plot_nf_heatmap"
6263 #  output-file-type: ".html"
6264 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6265 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6266 #  filter: "'NIC_Intel-XXV710' and
6267 #           'NF_DENSITY' and
6268 #           'VHOST' and
6269 #           not 'VXLAN' and
6270 #           'CHAIN' and
6271 #           'NF_VPPIP4' and
6272 #           '64B' and
6273 #           '4T2C' and
6274 #           'NDRPDR'"
6275 #  parameters:
6276 #  - "throughput"
6277 #  - "name"
6278 #  - "tags"
6279 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6280 #  x-axis: "X = VNFs per Service Chain"
6281 #  y-axis: "Y = Number of Service Chains"
6282 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6283 #  layout:
6284 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6285 #    layout: "plot-service-density"
6286 #
6287 #- type: "plot"
6288 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6289 #  algorithm: "plot_nf_heatmap"
6290 #  output-file-type: ".html"
6291 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6292 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6293 #  filter: "'NIC_Intel-XXV710' and
6294 #           'NF_DENSITY' and
6295 #           'VHOST' and
6296 #           not 'VXLAN' and
6297 #           'CHAIN' and
6298 #           'NF_VPPIP4' and
6299 #           '64B' and
6300 #           '8T4C' and
6301 #           'NDRPDR'"
6302 #  parameters:
6303 #  - "throughput"
6304 #  - "name"
6305 #  - "tags"
6306 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6307 #  x-axis: "X = VNFs per Service Chain"
6308 #  y-axis: "Y = Number of Service Chains"
6309 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6310 #  layout:
6311 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6312 #    layout: "plot-service-density"
6313 #
6314 ## Plots - NF Density - VSC - PDR IMIX
6315 #- type: "plot"
6316 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6317 #  algorithm: "plot_nf_heatmap"
6318 #  output-file-type: ".html"
6319 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6320 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6321 #  filter: "'NIC_Intel-XXV710' and
6322 #           'NF_DENSITY' and
6323 #           'VHOST' and
6324 #           not 'VXLAN' and
6325 #           'CHAIN' and
6326 #           'NF_VPPIP4' and
6327 #           'IMIX' and
6328 #           '2T1C' and
6329 #           'NDRPDR'"
6330 #  parameters:
6331 #  - "throughput"
6332 #  - "name"
6333 #  - "tags"
6334 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6335 #  x-axis: "X = VNFs per Service Chain"
6336 #  y-axis: "Y = Number of Service Chains"
6337 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6338 #  layout:
6339 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6340 #    layout: "plot-service-density"
6341 #
6342 #- type: "plot"
6343 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6344 #  algorithm: "plot_nf_heatmap"
6345 #  output-file-type: ".html"
6346 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6347 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6348 #  filter: "'NIC_Intel-XXV710' and
6349 #           'NF_DENSITY' and
6350 #           'VHOST' and
6351 #           not 'VXLAN' and
6352 #           'CHAIN' and
6353 #           'NF_VPPIP4' and
6354 #           'IMIX' and
6355 #           '4T2C' and
6356 #           'NDRPDR'"
6357 #  parameters:
6358 #  - "throughput"
6359 #  - "name"
6360 #  - "tags"
6361 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6362 #  x-axis: "X = VNFs per Service Chain"
6363 #  y-axis: "Y = Number of Service Chains"
6364 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6365 #  layout:
6366 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6367 #    layout: "plot-service-density"
6368 #
6369 #- type: "plot"
6370 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6371 #  algorithm: "plot_nf_heatmap"
6372 #  output-file-type: ".html"
6373 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6374 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6375 #  filter: "'NIC_Intel-XXV710' and
6376 #           'NF_DENSITY' and
6377 #           'VHOST' and
6378 #           not 'VXLAN' and
6379 #           'CHAIN' and
6380 #           'NF_VPPIP4' and
6381 #           'IMIX' and
6382 #           '8T4C' and
6383 #           'NDRPDR'"
6384 #  parameters:
6385 #  - "throughput"
6386 #  - "name"
6387 #  - "tags"
6388 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6389 #  x-axis: "X = VNFs per Service Chain"
6390 #  y-axis: "Y = Number of Service Chains"
6391 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6392 #  layout:
6393 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6394 #    layout: "plot-service-density"
6395 #
6396 ################################################################################
6397 ## Plots - NF Density - VSC - MRR 64b
6398 #- type: "plot"
6399 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6400 #  algorithm: "plot_nf_heatmap"
6401 #  output-file-type: ".html"
6402 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6403 #  data: "plot-vpp-nfv-2n-skx-mrr"
6404 #  filter: "'NIC_Intel-XXV710' and
6405 #           'NF_DENSITY' and
6406 #           'VHOST' and
6407 #           'VXLAN' and
6408 #           'CHAIN' and
6409 #           '118' and
6410 #           '2T1C' and
6411 #           'MRR'"
6412 #  parameters:
6413 #  - "result"
6414 #  - "name"
6415 #  - "tags"
6416 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6417 #  x-axis: "X = VNFs per Service Chain"
6418 #  y-axis: "Y = Number of Service Chains"
6419 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6420 #  layout:
6421 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6422 #    layout: "plot-service-density"
6423 #
6424 #- type: "plot"
6425 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6426 #  algorithm: "plot_nf_heatmap"
6427 #  output-file-type: ".html"
6428 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6429 #  data: "plot-vpp-nfv-2n-skx-mrr"
6430 #  filter: "'NIC_Intel-XXV710' and
6431 #           'NF_DENSITY' and
6432 #           'VHOST' and
6433 #           'VXLAN' and
6434 #           'CHAIN' and
6435 #           '118' and
6436 #           '4T2C' and
6437 #           'MRR'"
6438 #  parameters:
6439 #  - "result"
6440 #  - "name"
6441 #  - "tags"
6442 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6443 #  x-axis: "X = VNFs per Service Chain"
6444 #  y-axis: "Y = Number of Service Chains"
6445 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6446 #  layout:
6447 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6448 #    layout: "plot-service-density"
6449 #
6450 #- type: "plot"
6451 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6452 #  algorithm: "plot_nf_heatmap"
6453 #  output-file-type: ".html"
6454 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6455 #  data: "plot-vpp-nfv-2n-skx-mrr"
6456 #  filter: "'NIC_Intel-XXV710' and
6457 #           'NF_DENSITY' and
6458 #           'VHOST' and
6459 #           'VXLAN' and
6460 #           'CHAIN' and
6461 #           '118' and
6462 #           '8T4C' and
6463 #           'MRR'"
6464 #  parameters:
6465 #  - "result"
6466 #  - "name"
6467 #  - "tags"
6468 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6469 #  x-axis: "X = VNFs per Service Chain"
6470 #  y-axis: "Y = Number of Service Chains"
6471 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6472 #  layout:
6473 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6474 #    layout: "plot-service-density"
6475 #
6476 ## Plots - NF Density - VSC - MRR IMIX
6477 #- type: "plot"
6478 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6479 #  algorithm: "plot_nf_heatmap"
6480 #  output-file-type: ".html"
6481 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6482 #  data: "plot-vpp-nfv-2n-skx-mrr"
6483 #  filter: "'NIC_Intel-XXV710' and
6484 #           'NF_DENSITY' and
6485 #           'VHOST' and
6486 #           'VXLAN' and
6487 #           'CHAIN' and
6488 #           'IMIX' and
6489 #           '2T1C' and
6490 #           'MRR'"
6491 #  parameters:
6492 #  - "result"
6493 #  - "name"
6494 #  - "tags"
6495 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6496 #  x-axis: "X = VNFs per Service Chain"
6497 #  y-axis: "Y = Number of Service Chains"
6498 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6499 #  layout:
6500 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6501 #    layout: "plot-service-density"
6502 #
6503 #- type: "plot"
6504 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6505 #  algorithm: "plot_nf_heatmap"
6506 #  output-file-type: ".html"
6507 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6508 #  data: "plot-vpp-nfv-2n-skx-mrr"
6509 #  filter: "'NIC_Intel-XXV710' and
6510 #           'NF_DENSITY' and
6511 #           'VHOST' and
6512 #           'VXLAN' and
6513 #           'CHAIN' and
6514 #           'IMIX' and
6515 #           '4T2C' and
6516 #           'MRR'"
6517 #  parameters:
6518 #  - "result"
6519 #  - "name"
6520 #  - "tags"
6521 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6522 #  x-axis: "X = VNFs per Service Chain"
6523 #  y-axis: "Y = Number of Service Chains"
6524 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6525 #  layout:
6526 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6527 #    layout: "plot-service-density"
6528 #
6529 #- type: "plot"
6530 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6531 #  algorithm: "plot_nf_heatmap"
6532 #  output-file-type: ".html"
6533 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6534 #  data: "plot-vpp-nfv-2n-skx-mrr"
6535 #  filter: "'NIC_Intel-XXV710' and
6536 #           'NF_DENSITY' and
6537 #           'VHOST' and
6538 #           'VXLAN' and
6539 #           'CHAIN' and
6540 #           'IMIX' and
6541 #           '8T4C' and
6542 #           'MRR'"
6543 #  parameters:
6544 #  - "result"
6545 #  - "name"
6546 #  - "tags"
6547 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6548 #  x-axis: "X = VNFs per Service Chain"
6549 #  y-axis: "Y = Number of Service Chains"
6550 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6551 #  layout:
6552 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6553 #    layout: "plot-service-density"
6554 #
6555 ## Plots - NF Density - VSC - NDR 64b
6556 #- type: "plot"
6557 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6558 #  algorithm: "plot_nf_heatmap"
6559 #  output-file-type: ".html"
6560 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6561 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6562 #  filter: "'NIC_Intel-XXV710' and
6563 #           'NF_DENSITY' and
6564 #           'VHOST' and
6565 #           'VXLAN' and
6566 #           'CHAIN' and
6567 #           '118' and
6568 #           '2T1C' and
6569 #           'NDRPDR'"
6570 #  parameters:
6571 #  - "throughput"
6572 #  - "name"
6573 #  - "tags"
6574 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6575 #  x-axis: "X = VNFs per Service Chain"
6576 #  y-axis: "Y = Number of Service Chains"
6577 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6578 #  layout:
6579 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6580 #    layout: "plot-service-density"
6581 #
6582 #- type: "plot"
6583 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6584 #  algorithm: "plot_nf_heatmap"
6585 #  output-file-type: ".html"
6586 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6587 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6588 #  filter: "'NIC_Intel-XXV710' and
6589 #           'NF_DENSITY' and
6590 #           'VHOST' and
6591 #           'VXLAN' and
6592 #           'CHAIN' and
6593 #           '118' and
6594 #           '4T2C' and
6595 #           'NDRPDR'"
6596 #  parameters:
6597 #  - "throughput"
6598 #  - "name"
6599 #  - "tags"
6600 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6601 #  x-axis: "X = VNFs per Service Chain"
6602 #  y-axis: "Y = Number of Service Chains"
6603 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6604 #  layout:
6605 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6606 #    layout: "plot-service-density"
6607 #
6608 #- type: "plot"
6609 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6610 #  algorithm: "plot_nf_heatmap"
6611 #  output-file-type: ".html"
6612 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6613 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6614 #  filter: "'NIC_Intel-XXV710' and
6615 #           'NF_DENSITY' and
6616 #           'VHOST' and
6617 #           'VXLAN' and
6618 #           'CHAIN' and
6619 #           '118' and
6620 #           '8T4C' and
6621 #           'NDRPDR'"
6622 #  parameters:
6623 #  - "throughput"
6624 #  - "name"
6625 #  - "tags"
6626 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6627 #  x-axis: "X = VNFs per Service Chain"
6628 #  y-axis: "Y = Number of Service Chains"
6629 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6630 #  layout:
6631 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6632 #    layout: "plot-service-density"
6633 #
6634 ## Plots - NF Density - VSC - NDR IMIX
6635 #- type: "plot"
6636 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6637 #  algorithm: "plot_nf_heatmap"
6638 #  output-file-type: ".html"
6639 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6640 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6641 #  filter: "'NIC_Intel-XXV710' and
6642 #           'NF_DENSITY' and
6643 #           'VHOST' and
6644 #           'VXLAN' and
6645 #           'CHAIN' and
6646 #           'IMIX' and
6647 #           '2T1C' and
6648 #           'NDRPDR'"
6649 #  parameters:
6650 #  - "throughput"
6651 #  - "name"
6652 #  - "tags"
6653 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6654 #  x-axis: "X = VNFs per Service Chain"
6655 #  y-axis: "Y = Number of Service Chains"
6656 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6657 #  layout:
6658 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6659 #    layout: "plot-service-density"
6660 #
6661 #- type: "plot"
6662 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6663 #  algorithm: "plot_nf_heatmap"
6664 #  output-file-type: ".html"
6665 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6666 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6667 #  filter: "'NIC_Intel-XXV710' and
6668 #           'NF_DENSITY' and
6669 #           'VHOST' and
6670 #           'VXLAN' and
6671 #           'CHAIN' and
6672 #           'IMIX' and
6673 #           '4T2C' and
6674 #           'NDRPDR'"
6675 #  parameters:
6676 #  - "throughput"
6677 #  - "name"
6678 #  - "tags"
6679 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6680 #  x-axis: "X = VNFs per Service Chain"
6681 #  y-axis: "Y = Number of Service Chains"
6682 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6683 #  layout:
6684 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6685 #    layout: "plot-service-density"
6686 #
6687 #- type: "plot"
6688 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6689 #  algorithm: "plot_nf_heatmap"
6690 #  output-file-type: ".html"
6691 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6692 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6693 #  filter: "'NIC_Intel-XXV710' and
6694 #           'NF_DENSITY' and
6695 #           'VHOST' and
6696 #           'VXLAN' and
6697 #           'CHAIN' and
6698 #           'IMIX' and
6699 #           '8T4C' and
6700 #           'NDRPDR'"
6701 #  parameters:
6702 #  - "throughput"
6703 #  - "name"
6704 #  - "tags"
6705 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6706 #  x-axis: "X = VNFs per Service Chain"
6707 #  y-axis: "Y = Number of Service Chains"
6708 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6709 #  layout:
6710 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6711 #    layout: "plot-service-density"
6712 #
6713 ## Plots - NF Density - VSC - PDR 64b
6714 #- type: "plot"
6715 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6716 #  algorithm: "plot_nf_heatmap"
6717 #  output-file-type: ".html"
6718 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6719 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6720 #  filter: "'NIC_Intel-XXV710' and
6721 #           'NF_DENSITY' and
6722 #           'VHOST' and
6723 #           'VXLAN' and
6724 #           'CHAIN' and
6725 #           '118' and
6726 #           '2T1C' and
6727 #           'NDRPDR'"
6728 #  parameters:
6729 #  - "throughput"
6730 #  - "name"
6731 #  - "tags"
6732 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6733 #  x-axis: "X = VNFs per Service Chain"
6734 #  y-axis: "Y = Number of Service Chains"
6735 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6736 #  layout:
6737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6738 #    layout: "plot-service-density"
6739 #
6740 #- type: "plot"
6741 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6742 #  algorithm: "plot_nf_heatmap"
6743 #  output-file-type: ".html"
6744 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6745 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6746 #  filter: "'NIC_Intel-XXV710' and
6747 #           'NF_DENSITY' and
6748 #           'VHOST' and
6749 #           'VXLAN' and
6750 #           'CHAIN' and
6751 #           '118' and
6752 #           '4T2C' and
6753 #           'NDRPDR'"
6754 #  parameters:
6755 #  - "throughput"
6756 #  - "name"
6757 #  - "tags"
6758 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6759 #  x-axis: "X = VNFs per Service Chain"
6760 #  y-axis: "Y = Number of Service Chains"
6761 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6762 #  layout:
6763 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6764 #    layout: "plot-service-density"
6765 #
6766 #- type: "plot"
6767 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6768 #  algorithm: "plot_nf_heatmap"
6769 #  output-file-type: ".html"
6770 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6771 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6772 #  filter: "'NIC_Intel-XXV710' and
6773 #           'NF_DENSITY' and
6774 #           'VHOST' and
6775 #           'VXLAN' and
6776 #           'CHAIN' and
6777 #           '118' and
6778 #           '8T4C' and
6779 #           'NDRPDR'"
6780 #  parameters:
6781 #  - "throughput"
6782 #  - "name"
6783 #  - "tags"
6784 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6785 #  x-axis: "X = VNFs per Service Chain"
6786 #  y-axis: "Y = Number of Service Chains"
6787 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6788 #  layout:
6789 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6790 #    layout: "plot-service-density"
6791 #
6792 ## Plots - NF Density - VSC - PDR IMIX
6793 #- type: "plot"
6794 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6795 #  algorithm: "plot_nf_heatmap"
6796 #  output-file-type: ".html"
6797 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
6798 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6799 #  filter: "'NIC_Intel-XXV710' and
6800 #           'NF_DENSITY' and
6801 #           'VHOST' and
6802 #           'VXLAN' and
6803 #           'CHAIN' and
6804 #           'IMIX' and
6805 #           '2T1C' and
6806 #           'NDRPDR'"
6807 #  parameters:
6808 #  - "throughput"
6809 #  - "name"
6810 #  - "tags"
6811 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6812 #  x-axis: "X = VNFs per Service Chain"
6813 #  y-axis: "Y = Number of Service Chains"
6814 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6815 #  layout:
6816 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6817 #    layout: "plot-service-density"
6818 #
6819 #- type: "plot"
6820 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6821 #  algorithm: "plot_nf_heatmap"
6822 #  output-file-type: ".html"
6823 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
6824 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6825 #  filter: "'NIC_Intel-XXV710' and
6826 #           'NF_DENSITY' and
6827 #           'VHOST' and
6828 #           'VXLAN' and
6829 #           'CHAIN' and
6830 #           'IMIX' and
6831 #           '4T2C' and
6832 #           'NDRPDR'"
6833 #  parameters:
6834 #  - "throughput"
6835 #  - "name"
6836 #  - "tags"
6837 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6838 #  x-axis: "X = VNFs per Service Chain"
6839 #  y-axis: "Y = Number of Service Chains"
6840 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6841 #  layout:
6842 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6843 #    layout: "plot-service-density"
6844 #
6845 #- type: "plot"
6846 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6847 #  algorithm: "plot_nf_heatmap"
6848 #  output-file-type: ".html"
6849 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
6850 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6851 #  filter: "'NIC_Intel-XXV710' and
6852 #           'NF_DENSITY' and
6853 #           'VHOST' and
6854 #           'VXLAN' and
6855 #           'CHAIN' and
6856 #           'IMIX' and
6857 #           '8T4C' and
6858 #           'NDRPDR'"
6859 #  parameters:
6860 #  - "throughput"
6861 #  - "name"
6862 #  - "tags"
6863 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6864 #  x-axis: "X = VNFs per Service Chain"
6865 #  y-axis: "Y = Number of Service Chains"
6866 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6867 #  layout:
6868 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6869 #    layout: "plot-service-density"
6870 #
6871 ################################################################################
6872 ## Plots - NF Density - CSC - MRR 64b
6873 #- type: "plot"
6874 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6875 #  algorithm: "plot_nf_heatmap"
6876 #  output-file-type: ".html"
6877 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
6878 #  data: "plot-vpp-nfv-2n-skx-mrr"
6879 #  filter: "'NIC_Intel-XXV710' and
6880 #           'NF_DENSITY' and
6881 #           'DOCKER' and
6882 #           'CHAIN' and
6883 #           'NF_VPPIP4' and
6884 #           '64B' and
6885 #           '2T1C' and
6886 #           'MRR'"
6887 #  parameters:
6888 #  - "result"
6889 #  - "name"
6890 #  - "tags"
6891 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6892 #  x-axis: "X = CNFs per Service Chain"
6893 #  y-axis: "Y = Number of Service Chains"
6894 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6895 #  layout:
6896 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6897 #    layout: "plot-service-density"
6898 #
6899 #- type: "plot"
6900 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6901 #  algorithm: "plot_nf_heatmap"
6902 #  output-file-type: ".html"
6903 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
6904 #  data: "plot-vpp-nfv-2n-skx-mrr"
6905 #  filter: "'NIC_Intel-XXV710' and
6906 #           'NF_DENSITY' and
6907 #           'DOCKER' and
6908 #           'CHAIN' and
6909 #           'NF_VPPIP4' and
6910 #           '64B' and
6911 #           '4T2C' and
6912 #           'MRR'"
6913 #  parameters:
6914 #  - "result"
6915 #  - "name"
6916 #  - "tags"
6917 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6918 #  x-axis: "X = CNFs per Service Chain"
6919 #  y-axis: "Y = Number of Service Chains"
6920 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6921 #  layout:
6922 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6923 #    layout: "plot-service-density"
6924 #
6925 #- type: "plot"
6926 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6927 #  algorithm: "plot_nf_heatmap"
6928 #  output-file-type: ".html"
6929 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
6930 #  data: "plot-vpp-nfv-2n-skx-mrr"
6931 #  filter: "'NIC_Intel-XXV710' and
6932 #           'NF_DENSITY' and
6933 #           'DOCKER' and
6934 #           'CHAIN' and
6935 #           'NF_VPPIP4' and
6936 #           '64B' and
6937 #           '8T4C' and
6938 #           'MRR'"
6939 #  parameters:
6940 #  - "result"
6941 #  - "name"
6942 #  - "tags"
6943 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6944 #  x-axis: "X = CNFs per Service Chain"
6945 #  y-axis: "Y = Number of Service Chains"
6946 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6947 #  layout:
6948 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6949 #    layout: "plot-service-density"
6950 #
6951 ## Plots - NF Density - CSC - MRR IMIX
6952 #- type: "plot"
6953 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6954 #  algorithm: "plot_nf_heatmap"
6955 #  output-file-type: ".html"
6956 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
6957 #  data: "plot-vpp-nfv-2n-skx-mrr"
6958 #  filter: "'NIC_Intel-XXV710' and
6959 #           'NF_DENSITY' and
6960 #           'DOCKER' and
6961 #           'CHAIN' and
6962 #           'NF_VPPIP4' and
6963 #           'IMIX' and
6964 #           '2T1C' and
6965 #           'MRR'"
6966 #  parameters:
6967 #  - "result"
6968 #  - "name"
6969 #  - "tags"
6970 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6971 #  x-axis: "X = CNFs per Service Chain"
6972 #  y-axis: "Y = Number of Service Chains"
6973 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6974 #  layout:
6975 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6976 #    layout: "plot-service-density"
6977 #
6978 #- type: "plot"
6979 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6980 #  algorithm: "plot_nf_heatmap"
6981 #  output-file-type: ".html"
6982 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
6983 #  data: "plot-vpp-nfv-2n-skx-mrr"
6984 #  filter: "'NIC_Intel-XXV710' and
6985 #           'NF_DENSITY' and
6986 #           'DOCKER' and
6987 #           'CHAIN' and
6988 #           'NF_VPPIP4' and
6989 #           'IMIX' and
6990 #           '4T2C' and
6991 #           'MRR'"
6992 #  parameters:
6993 #  - "result"
6994 #  - "name"
6995 #  - "tags"
6996 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6997 #  x-axis: "X = CNFs per Service Chain"
6998 #  y-axis: "Y = Number of Service Chains"
6999 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7000 #  layout:
7001 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7002 #    layout: "plot-service-density"
7003 #
7004 #- type: "plot"
7005 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7006 #  algorithm: "plot_nf_heatmap"
7007 #  output-file-type: ".html"
7008 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7009 #  data: "plot-vpp-nfv-2n-skx-mrr"
7010 #  filter: "'NIC_Intel-XXV710' and
7011 #           'NF_DENSITY' and
7012 #           'DOCKER' and
7013 #           'CHAIN' and
7014 #           'NF_VPPIP4' and
7015 #           'IMIX' and
7016 #           '8T4C' and
7017 #           'MRR'"
7018 #  parameters:
7019 #  - "result"
7020 #  - "name"
7021 #  - "tags"
7022 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7023 #  x-axis: "X = CNFs per Service Chain"
7024 #  y-axis: "Y = Number of Service Chains"
7025 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7026 #  layout:
7027 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7028 #    layout: "plot-service-density"
7029 #
7030 ## Plots - NF Density - CSC - NDR 64b
7031 #- type: "plot"
7032 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7033 #  algorithm: "plot_nf_heatmap"
7034 #  output-file-type: ".html"
7035 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7036 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7037 #  filter: "'NIC_Intel-XXV710' and
7038 #           'NF_DENSITY' and
7039 #           'DOCKER' and
7040 #           'CHAIN' and
7041 #           'NF_VPPIP4' and
7042 #           '64B' and
7043 #           '2T1C' and
7044 #           'NDRPDR'"
7045 #  parameters:
7046 #  - "throughput"
7047 #  - "name"
7048 #  - "tags"
7049 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7050 #  x-axis: "X = CNFs per Service Chain"
7051 #  y-axis: "Y = Number of Service Chains"
7052 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7053 #  layout:
7054 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7055 #    layout: "plot-service-density"
7056 #
7057 #- type: "plot"
7058 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7059 #  algorithm: "plot_nf_heatmap"
7060 #  output-file-type: ".html"
7061 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7062 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7063 #  filter: "'NIC_Intel-XXV710' and
7064 #           'NF_DENSITY' and
7065 #           'DOCKER' and
7066 #           'CHAIN' and
7067 #           'NF_VPPIP4' and
7068 #           '64B' and
7069 #           '4T2C' and
7070 #           'NDRPDR'"
7071 #  parameters:
7072 #  - "throughput"
7073 #  - "name"
7074 #  - "tags"
7075 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7076 #  x-axis: "X = CNFs per Service Chain"
7077 #  y-axis: "Y = Number of Service Chains"
7078 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7079 #  layout:
7080 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7081 #    layout: "plot-service-density"
7082 #
7083 #- type: "plot"
7084 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7085 #  algorithm: "plot_nf_heatmap"
7086 #  output-file-type: ".html"
7087 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7088 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7089 #  filter: "'NIC_Intel-XXV710' and
7090 #           'NF_DENSITY' and
7091 #           'DOCKER' and
7092 #           'CHAIN' and
7093 #           'NF_VPPIP4' and
7094 #           '64B' and
7095 #           '8T4C' and
7096 #           'NDRPDR'"
7097 #  parameters:
7098 #  - "throughput"
7099 #  - "name"
7100 #  - "tags"
7101 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7102 #  x-axis: "X = CNFs per Service Chain"
7103 #  y-axis: "Y = Number of Service Chains"
7104 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7105 #  layout:
7106 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7107 #    layout: "plot-service-density"
7108 #
7109 ## Plots - NF Density - CSC - NDR IMIX
7110 #- type: "plot"
7111 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7112 #  algorithm: "plot_nf_heatmap"
7113 #  output-file-type: ".html"
7114 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7115 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7116 #  filter: "'NIC_Intel-XXV710' and
7117 #           'NF_DENSITY' and
7118 #           'DOCKER' and
7119 #           'CHAIN' and
7120 #           'NF_VPPIP4' and
7121 #           'IMIX' and
7122 #           '2T1C' and
7123 #           'NDRPDR'"
7124 #  parameters:
7125 #  - "throughput"
7126 #  - "name"
7127 #  - "tags"
7128 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7129 #  x-axis: "X = CNFs per Service Chain"
7130 #  y-axis: "Y = Number of Service Chains"
7131 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7132 #  layout:
7133 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7134 #    layout: "plot-service-density"
7135 #
7136 #- type: "plot"
7137 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7138 #  algorithm: "plot_nf_heatmap"
7139 #  output-file-type: ".html"
7140 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7141 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7142 #  filter: "'NIC_Intel-XXV710' and
7143 #           'NF_DENSITY' and
7144 #           'DOCKER' and
7145 #           'CHAIN' and
7146 #           'NF_VPPIP4' and
7147 #           'IMIX' and
7148 #           '4T2C' and
7149 #           'NDRPDR'"
7150 #  parameters:
7151 #  - "throughput"
7152 #  - "name"
7153 #  - "tags"
7154 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7155 #  x-axis: "X = CNFs per Service Chain"
7156 #  y-axis: "Y = Number of Service Chains"
7157 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7158 #  layout:
7159 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7160 #    layout: "plot-service-density"
7161 #
7162 #- type: "plot"
7163 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7164 #  algorithm: "plot_nf_heatmap"
7165 #  output-file-type: ".html"
7166 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7167 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7168 #  filter: "'NIC_Intel-XXV710' and
7169 #           'NF_DENSITY' and
7170 #           'DOCKER' and
7171 #           'CHAIN' and
7172 #           'NF_VPPIP4' and
7173 #           'IMIX' and
7174 #           '8T4C' and
7175 #           'NDRPDR'"
7176 #  parameters:
7177 #  - "throughput"
7178 #  - "name"
7179 #  - "tags"
7180 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7181 #  x-axis: "X = CNFs per Service Chain"
7182 #  y-axis: "Y = Number of Service Chains"
7183 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7184 #  layout:
7185 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7186 #    layout: "plot-service-density"
7187 #
7188 ## Plots - NF Density - CSC - PDR 64b
7189 #- type: "plot"
7190 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7191 #  algorithm: "plot_nf_heatmap"
7192 #  output-file-type: ".html"
7193 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7194 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7195 #  filter: "'NIC_Intel-XXV710' and
7196 #           'NF_DENSITY' and
7197 #           'DOCKER' and
7198 #           'CHAIN' and
7199 #           'NF_VPPIP4' and
7200 #           '64B' and
7201 #           '2T1C' and
7202 #           'NDRPDR'"
7203 #  parameters:
7204 #  - "throughput"
7205 #  - "name"
7206 #  - "tags"
7207 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7208 #  x-axis: "X = CNFs per Service Chain"
7209 #  y-axis: "Y = Number of Service Chains"
7210 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7211 #  layout:
7212 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7213 #    layout: "plot-service-density"
7214 #
7215 #- type: "plot"
7216 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7217 #  algorithm: "plot_nf_heatmap"
7218 #  output-file-type: ".html"
7219 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7220 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7221 #  filter: "'NIC_Intel-XXV710' and
7222 #           'NF_DENSITY' and
7223 #           'DOCKER' and
7224 #           'CHAIN' and
7225 #           'NF_VPPIP4' and
7226 #           '64B' and
7227 #           '4T2C' and
7228 #           'NDRPDR'"
7229 #  parameters:
7230 #  - "throughput"
7231 #  - "name"
7232 #  - "tags"
7233 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7234 #  x-axis: "X = CNFs per Service Chain"
7235 #  y-axis: "Y = Number of Service Chains"
7236 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7237 #  layout:
7238 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7239 #    layout: "plot-service-density"
7240 #
7241 #- type: "plot"
7242 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7243 #  algorithm: "plot_nf_heatmap"
7244 #  output-file-type: ".html"
7245 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7246 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7247 #  filter: "'NIC_Intel-XXV710' and
7248 #           'NF_DENSITY' and
7249 #           'DOCKER' and
7250 #           'CHAIN' and
7251 #           'NF_VPPIP4' and
7252 #           '64B' and
7253 #           '8T4C' and
7254 #           'NDRPDR'"
7255 #  parameters:
7256 #  - "throughput"
7257 #  - "name"
7258 #  - "tags"
7259 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7260 #  x-axis: "X = CNFs per Service Chain"
7261 #  y-axis: "Y = Number of Service Chains"
7262 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7263 #  layout:
7264 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7265 #    layout: "plot-service-density"
7266 #
7267 ## Plots - NF Density - CSC - PDR IMIX
7268 #- type: "plot"
7269 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7270 #  algorithm: "plot_nf_heatmap"
7271 #  output-file-type: ".html"
7272 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7273 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7274 #  filter: "'NIC_Intel-XXV710' and
7275 #           'NF_DENSITY' and
7276 #           'DOCKER' and
7277 #           'CHAIN' and
7278 #           'NF_VPPIP4' and
7279 #           'IMIX' and
7280 #           '2T1C' and
7281 #           'NDRPDR'"
7282 #  parameters:
7283 #  - "throughput"
7284 #  - "name"
7285 #  - "tags"
7286 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7287 #  x-axis: "X = CNFs per Service Chain"
7288 #  y-axis: "Y = Number of Service Chains"
7289 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7290 #  layout:
7291 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7292 #    layout: "plot-service-density"
7293 #
7294 #- type: "plot"
7295 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7296 #  algorithm: "plot_nf_heatmap"
7297 #  output-file-type: ".html"
7298 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7299 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7300 #  filter: "'NIC_Intel-XXV710' and
7301 #           'NF_DENSITY' and
7302 #           'DOCKER' and
7303 #           'CHAIN' and
7304 #           'NF_VPPIP4' and
7305 #           'IMIX' and
7306 #           '4T2C' and
7307 #           'NDRPDR'"
7308 #  parameters:
7309 #  - "throughput"
7310 #  - "name"
7311 #  - "tags"
7312 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7313 #  x-axis: "X = CNFs per Service Chain"
7314 #  y-axis: "Y = Number of Service Chains"
7315 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7316 #  layout:
7317 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7318 #    layout: "plot-service-density"
7319 #
7320 #- type: "plot"
7321 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7322 #  algorithm: "plot_nf_heatmap"
7323 #  output-file-type: ".html"
7324 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7325 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7326 #  filter: "'NIC_Intel-XXV710' and
7327 #           'NF_DENSITY' and
7328 #           'DOCKER' and
7329 #           'CHAIN' and
7330 #           'NF_VPPIP4' and
7331 #           'IMIX' and
7332 #           '8T4C' and
7333 #           'NDRPDR'"
7334 #  parameters:
7335 #  - "throughput"
7336 #  - "name"
7337 #  - "tags"
7338 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7339 #  x-axis: "X = CNFs per Service Chain"
7340 #  y-axis: "Y = Number of Service Chains"
7341 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7342 #  layout:
7343 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7344 #    layout: "plot-service-density"
7345 #
7346 ################################################################################
7347 #
7348 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7349 #- type: "plot"
7350 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7351 #  algorithm: "plot_nf_heatmap"
7352 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7353 #  data: "plot-vpp-nfv-3n-skx-mrr"
7354 #  filter: "'NIC_Intel-XXV710' and
7355 #           'NF_DENSITY' and
7356 #           'DOCKER' and
7357 #           'CHAIN' and
7358 #           'NF_VPPIP4' and
7359 #           'IPSEC' and
7360 #           'TNL_4' and
7361 #           'IMIX' and
7362 #           '2T1C' and
7363 #           'MRR'"
7364 #  parameters:
7365 #  - "result"
7366 #  - "name"
7367 #  - "tags"
7368 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7369 #  x-axis: "X = CNFs per Service Chain"
7370 #  y-axis: "Y = Number of Service Chains"
7371 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7372 #  layout:
7373 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7374 #    layout: "plot-service-density"
7375 #
7376 #- type: "plot"
7377 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7378 #  algorithm: "plot_nf_heatmap"
7379 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7380 #  data: "plot-vpp-nfv-3n-skx-mrr"
7381 #  filter: "'NIC_Intel-XXV710' and
7382 #           'NF_DENSITY' and
7383 #           'DOCKER' and
7384 #           'CHAIN' and
7385 #           'NF_VPPIP4' and
7386 #           'IPSEC' and
7387 #           'TNL_4' and
7388 #           'IMIX' and
7389 #           '4T2C' and
7390 #           'MRR'"
7391 #  parameters:
7392 #  - "result"
7393 #  - "name"
7394 #  - "tags"
7395 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7396 #  x-axis: "X = CNFs per Service Chain"
7397 #  y-axis: "Y = Number of Service Chains"
7398 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7399 #  layout:
7400 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7401 #    layout: "plot-service-density"
7402 #
7403 #- type: "plot"
7404 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7405 #  algorithm: "plot_nf_heatmap"
7406 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7407 #  data: "plot-vpp-nfv-3n-skx-mrr"
7408 #  filter: "'NIC_Intel-XXV710' and
7409 #           'NF_DENSITY' and
7410 #           'DOCKER' and
7411 #           'CHAIN' and
7412 #           'NF_VPPIP4' and
7413 #           'IPSEC' and
7414 #           'TNL_4' and
7415 #           'IMIX' and
7416 #           '8T4C' and
7417 #           'MRR'"
7418 #  parameters:
7419 #  - "result"
7420 #  - "name"
7421 #  - "tags"
7422 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7423 #  x-axis: "X = CNFs per Service Chain"
7424 #  y-axis: "Y = Number of Service Chains"
7425 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7426 #  layout:
7427 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7428 #    layout: "plot-service-density"
7429 #
7430 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7431 #- type: "plot"
7432 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7433 #  algorithm: "plot_nf_heatmap"
7434 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7435 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7436 #  filter: "'NIC_Intel-XXV710' and
7437 #           'NF_DENSITY' and
7438 #           'DOCKER' and
7439 #           'CHAIN' and
7440 #           'NF_VPPIP4' and
7441 #           'IPSEC' and
7442 #           'TNL_4' and
7443 #           'IMIX' and
7444 #           '2T1C' and
7445 #           'NDRPDR'"
7446 #  parameters:
7447 #  - "throughput"
7448 #  - "name"
7449 #  - "tags"
7450 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7451 #  x-axis: "X = CNFs per Service Chain"
7452 #  y-axis: "Y = Number of Service Chains"
7453 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7454 #  layout:
7455 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7456 #    layout: "plot-service-density"
7457 #
7458 #- type: "plot"
7459 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7460 #  algorithm: "plot_nf_heatmap"
7461 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7462 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7463 #  filter: "'NIC_Intel-XXV710' and
7464 #           'NF_DENSITY' and
7465 #           'DOCKER' and
7466 #           'CHAIN' and
7467 #           'NF_VPPIP4' and
7468 #           'IPSEC' and
7469 #           'TNL_4' and
7470 #           'IMIX' and
7471 #           '4T2C' and
7472 #           'NDRPDR'"
7473 #  parameters:
7474 #  - "throughput"
7475 #  - "name"
7476 #  - "tags"
7477 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7478 #  x-axis: "X = CNFs per Service Chain"
7479 #  y-axis: "Y = Number of Service Chains"
7480 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7481 #  layout:
7482 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7483 #    layout: "plot-service-density"
7484 #
7485 #- type: "plot"
7486 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7487 #  algorithm: "plot_nf_heatmap"
7488 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7489 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7490 #  filter: "'NIC_Intel-XXV710' and
7491 #           'NF_DENSITY' and
7492 #           'DOCKER' and
7493 #           'CHAIN' and
7494 #           'NF_VPPIP4' and
7495 #           'IPSEC' and
7496 #           'TNL_4' and
7497 #           'IMIX' and
7498 #           '8T4C' and
7499 #           'NDRPDR'"
7500 #  parameters:
7501 #  - "throughput"
7502 #  - "name"
7503 #  - "tags"
7504 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7505 #  x-axis: "X = CNFs per Service Chain"
7506 #  y-axis: "Y = Number of Service Chains"
7507 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7508 #  layout:
7509 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7510 #    layout: "plot-service-density"
7511 #
7512 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7513 #- type: "plot"
7514 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7515 #  algorithm: "plot_nf_heatmap"
7516 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7517 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7518 #  filter: "'NIC_Intel-XXV710' and
7519 #           'NF_DENSITY' and
7520 #           'DOCKER' and
7521 #           'CHAIN' and
7522 #           'NF_VPPIP4' and
7523 #           'IPSEC' and
7524 #           'TNL_4' and
7525 #           'IMIX' and
7526 #           '2T1C' and
7527 #           'NDRPDR'"
7528 #  parameters:
7529 #  - "throughput"
7530 #  - "name"
7531 #  - "tags"
7532 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7533 #  x-axis: "X = CNFs per Service Chain"
7534 #  y-axis: "Y = Number of Service Chains"
7535 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7536 #  layout:
7537 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7538 #    layout: "plot-service-density"
7539 #
7540 #- type: "plot"
7541 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7542 #  algorithm: "plot_nf_heatmap"
7543 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7544 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7545 #  filter: "'NIC_Intel-XXV710' and
7546 #           'NF_DENSITY' and
7547 #           'DOCKER' and
7548 #           'CHAIN' and
7549 #           'NF_VPPIP4' and
7550 #           'IPSEC' and
7551 #           'TNL_4' and
7552 #           'IMIX' and
7553 #           '4T2C' and
7554 #           'NDRPDR'"
7555 #  parameters:
7556 #  - "throughput"
7557 #  - "name"
7558 #  - "tags"
7559 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7560 #  x-axis: "X = CNFs per Service Chain"
7561 #  y-axis: "Y = Number of Service Chains"
7562 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7563 #  layout:
7564 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7565 #    layout: "plot-service-density"
7566 #
7567 #- type: "plot"
7568 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7569 #  algorithm: "plot_nf_heatmap"
7570 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7571 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7572 #  filter: "'NIC_Intel-XXV710' and
7573 #           'NF_DENSITY' and
7574 #           'DOCKER' and
7575 #           'CHAIN' and
7576 #           'NF_VPPIP4' and
7577 #           'IPSEC' and
7578 #           'TNL_4' and
7579 #           'IMIX' and
7580 #           '8T4C' and
7581 #           'NDRPDR'"
7582 #  parameters:
7583 #  - "throughput"
7584 #  - "name"
7585 #  - "tags"
7586 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7587 #  x-axis: "X = CNFs per Service Chain"
7588 #  y-axis: "Y = Number of Service Chains"
7589 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7590 #  layout:
7591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7592 #    layout: "plot-service-density"
7593
7594 ###############################################################################
7595
7596 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7597 - type: "plot"
7598   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7599   algorithm: "plot_nf_heatmap"
7600   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7601   data: "plot-vpp-nfv-3n-hsw-mrr"
7602   filter: "'NIC_Intel-XL710' and
7603            'NF_DENSITY' and
7604            'DOCKER' and
7605            'CHAIN' and
7606            'NF_VPPIP4' and
7607            'IMIX' and
7608            'TNL_4' and
7609            '1T1C' and
7610            'MRR'"
7611   parameters:
7612   - "result"
7613   - "name"
7614   - "tags"
7615   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7616   x-axis: "X = CNFs per Service Chain"
7617   y-axis: "Y = Number of Service Chains"
7618   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7619   layout:
7620     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7621     layout: "plot-service-density"
7622
7623 - type: "plot"
7624   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7625   algorithm: "plot_nf_heatmap"
7626   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7627   data: "plot-vpp-nfv-3n-hsw-mrr"
7628   filter: "'NIC_Intel-XL710' and
7629            'NF_DENSITY' and
7630            'DOCKER' and
7631            'CHAIN' and
7632            'NF_VPPIP4' and
7633            'IPSEC' and
7634            'TNL_4' and
7635            'IMIX' and
7636            '2T2C' and
7637            'MRR'"
7638   parameters:
7639   - "result"
7640   - "name"
7641   - "tags"
7642   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7643   x-axis: "X = CNFs per Service Chain"
7644   y-axis: "Y = Number of Service Chains"
7645   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7646   layout:
7647     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7648     layout: "plot-service-density"
7649
7650 - type: "plot"
7651   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7652   algorithm: "plot_nf_heatmap"
7653   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7654   data: "plot-vpp-nfv-3n-hsw-mrr"
7655   filter: "'NIC_Intel-XL710' and
7656            'NF_DENSITY' and
7657            'DOCKER' and
7658            'CHAIN' and
7659            'NF_VPPIP4' and
7660            'IPSEC' and
7661            'TNL_4' and
7662            'IMIX' and
7663            '4T4C' and
7664            'MRR'"
7665   parameters:
7666   - "result"
7667   - "name"
7668   - "tags"
7669   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7670   x-axis: "X = CNFs per Service Chain"
7671   y-axis: "Y = Number of Service Chains"
7672   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7673   layout:
7674     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7675     layout: "plot-service-density"
7676
7677 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7678 - type: "plot"
7679   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7680   algorithm: "plot_nf_heatmap"
7681   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7682   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7683   filter: "'NIC_Intel-XL710' and
7684            'NF_DENSITY' and
7685            'DOCKER' and
7686            'CHAIN' and
7687            'NF_VPPIP4' and
7688            'IPSEC' and
7689            'TNL_4' and
7690            'IMIX' and
7691            '1T1C' and
7692            'NDRPDR'"
7693   parameters:
7694   - "throughput"
7695   - "name"
7696   - "tags"
7697   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7698   x-axis: "X = CNFs per Service Chain"
7699   y-axis: "Y = Number of Service Chains"
7700   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7701   layout:
7702     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7703     layout: "plot-service-density"
7704
7705 - type: "plot"
7706   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7707   algorithm: "plot_nf_heatmap"
7708   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7709   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7710   filter: "'NIC_Intel-XL710' and
7711            'NF_DENSITY' and
7712            'DOCKER' and
7713            'CHAIN' and
7714            'NF_VPPIP4' and
7715            'IPSEC' and
7716            'TNL_4' and
7717            'IMIX' and
7718            '2T2C' and
7719            'NDRPDR'"
7720   parameters:
7721   - "throughput"
7722   - "name"
7723   - "tags"
7724   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7725   x-axis: "X = CNFs per Service Chain"
7726   y-axis: "Y = Number of Service Chains"
7727   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7728   layout:
7729     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7730     layout: "plot-service-density"
7731
7732 - type: "plot"
7733   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7734   algorithm: "plot_nf_heatmap"
7735   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7736   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7737   filter: "'NIC_Intel-XL710' and
7738            'NF_DENSITY' and
7739            'DOCKER' and
7740            'CHAIN' and
7741            'NF_VPPIP4' and
7742            'IPSEC' and
7743            'TNL_4' and
7744            'IMIX' and
7745            '4T4C' and
7746            'NDRPDR'"
7747   parameters:
7748   - "throughput"
7749   - "name"
7750   - "tags"
7751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7752   x-axis: "X = CNFs per Service Chain"
7753   y-axis: "Y = Number of Service Chains"
7754   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7755   layout:
7756     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7757     layout: "plot-service-density"
7758
7759 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7760 - type: "plot"
7761   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7762   algorithm: "plot_nf_heatmap"
7763   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7764   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7765   filter: "'NIC_Intel-XL710' and
7766            'NF_DENSITY' and
7767            'DOCKER' and
7768            'CHAIN' and
7769            'NF_VPPIP4' and
7770            'IPSEC' and
7771            'TNL_4' and
7772            'IMIX' and
7773            '1T1C' and
7774            'NDRPDR'"
7775   parameters:
7776   - "throughput"
7777   - "name"
7778   - "tags"
7779   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7780   x-axis: "X = CNFs per Service Chain"
7781   y-axis: "Y = Number of Service Chains"
7782   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7783   layout:
7784     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7785     layout: "plot-service-density"
7786
7787 - type: "plot"
7788   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7789   algorithm: "plot_nf_heatmap"
7790   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
7791   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7792   filter: "'NIC_Intel-XL710' and
7793            'NF_DENSITY' and
7794            'DOCKER' and
7795            'CHAIN' and
7796            'NF_VPPIP4' and
7797            'IPSEC' and
7798            'TNL_4' and
7799            'IMIX' and
7800            '2T2C' and
7801            'NDRPDR'"
7802   parameters:
7803   - "throughput"
7804   - "name"
7805   - "tags"
7806   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7807   x-axis: "X = CNFs per Service Chain"
7808   y-axis: "Y = Number of Service Chains"
7809   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7810   layout:
7811     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7812     layout: "plot-service-density"
7813
7814 - type: "plot"
7815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7816   algorithm: "plot_nf_heatmap"
7817   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
7818   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7819   filter: "'NIC_Intel-XL710' and
7820            'NF_DENSITY' and
7821            'DOCKER' and
7822            'CHAIN' and
7823            'NF_VPPIP4' and
7824            'IPSEC' and
7825            'TNL_4' and
7826            'IMIX' and
7827            '4T4C' and
7828            'NDRPDR'"
7829   parameters:
7830   - "throughput"
7831   - "name"
7832   - "tags"
7833   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7834   x-axis: "X = CNFs per Service Chain"
7835   y-axis: "Y = Number of Service Chains"
7836   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7837   layout:
7838     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7839     layout: "plot-service-density"
7840
7841 ###############################################################################
7842
7843 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
7844 #- type: "plot"
7845 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7846 #  algorithm: "plot_nf_heatmap"
7847 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
7848 #  data: "plot-vpp-nfv-3n-skx-mrr"
7849 #  filter: "'NIC_Intel-XXV710' and
7850 #           'NF_DENSITY' and
7851 #           'DOCKER' and
7852 #           'CHAIN' and
7853 #           'NF_VPPIP4' and
7854 #           'IPSEC' and
7855 #           'TNL_1000' and
7856 #           'IMIX' and
7857 #           '2T1C' and
7858 #           'MRR'"
7859 #  parameters:
7860 #  - "result"
7861 #  - "name"
7862 #  - "tags"
7863 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7864 #  x-axis: "X = CNFs per Service Chain"
7865 #  y-axis: "Y = Number of Service Chains"
7866 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7867 #  layout:
7868 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7869 #    layout: "plot-service-density"
7870 #
7871 #- type: "plot"
7872 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7873 #  algorithm: "plot_nf_heatmap"
7874 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
7875 #  data: "plot-vpp-nfv-3n-skx-mrr"
7876 #  filter: "'NIC_Intel-XXV710' and
7877 #           'NF_DENSITY' and
7878 #           'DOCKER' and
7879 #           'CHAIN' and
7880 #           'NF_VPPIP4' and
7881 #           'IPSEC' and
7882 #           'TNL_1000' and
7883 #           'IMIX' and
7884 #           '4T2C' and
7885 #           'MRR'"
7886 #  parameters:
7887 #  - "result"
7888 #  - "name"
7889 #  - "tags"
7890 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7891 #  x-axis: "X = CNFs per Service Chain"
7892 #  y-axis: "Y = Number of Service Chains"
7893 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7894 #  layout:
7895 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7896 #    layout: "plot-service-density"
7897 #
7898 #- type: "plot"
7899 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7900 #  algorithm: "plot_nf_heatmap"
7901 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
7902 #  data: "plot-vpp-nfv-3n-skx-mrr"
7903 #  filter: "'NIC_Intel-XXV710' and
7904 #           'NF_DENSITY' and
7905 #           'DOCKER' and
7906 #           'CHAIN' and
7907 #           'NF_VPPIP4' and
7908 #           'IPSEC' and
7909 #           'TNL_1000' and
7910 #           'IMIX' and
7911 #           '8T4C' and
7912 #           'MRR'"
7913 #  parameters:
7914 #  - "result"
7915 #  - "name"
7916 #  - "tags"
7917 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7918 #  x-axis: "X = CNFs per Service Chain"
7919 #  y-axis: "Y = Number of Service Chains"
7920 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7921 #  layout:
7922 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7923 #    layout: "plot-service-density"
7924 #
7925 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
7926 #- type: "plot"
7927 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7928 #  algorithm: "plot_nf_heatmap"
7929 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
7930 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7931 #  filter: "'NIC_Intel-XXV710' and
7932 #           'NF_DENSITY' and
7933 #           'DOCKER' and
7934 #           'CHAIN' and
7935 #           'NF_VPPIP4' and
7936 #           'IPSEC' and
7937 #           'TNL_1000' and
7938 #           'IMIX' and
7939 #           '2T1C' and
7940 #           'NDRPDR'"
7941 #  parameters:
7942 #  - "throughput"
7943 #  - "name"
7944 #  - "tags"
7945 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7946 #  x-axis: "X = CNFs per Service Chain"
7947 #  y-axis: "Y = Number of Service Chains"
7948 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7949 #  layout:
7950 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7951 #    layout: "plot-service-density"
7952 #
7953 #- type: "plot"
7954 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7955 #  algorithm: "plot_nf_heatmap"
7956 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
7957 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7958 #  filter: "'NIC_Intel-XXV710' and
7959 #           'NF_DENSITY' and
7960 #           'DOCKER' and
7961 #           'CHAIN' and
7962 #           'NF_VPPIP4' and
7963 #           'IPSEC' and
7964 #           'TNL_1000' and
7965 #           'IMIX' and
7966 #           '4T2C' and
7967 #           'NDRPDR'"
7968 #  parameters:
7969 #  - "throughput"
7970 #  - "name"
7971 #  - "tags"
7972 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7973 #  x-axis: "X = CNFs per Service Chain"
7974 #  y-axis: "Y = Number of Service Chains"
7975 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7976 #  layout:
7977 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7978 #    layout: "plot-service-density"
7979 #
7980 #- type: "plot"
7981 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7982 #  algorithm: "plot_nf_heatmap"
7983 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
7984 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7985 #  filter: "'NIC_Intel-XXV710' and
7986 #           'NF_DENSITY' and
7987 #           'DOCKER' and
7988 #           'CHAIN' and
7989 #           'NF_VPPIP4' and
7990 #           'IPSEC' and
7991 #           'TNL_1000' and
7992 #           'IMIX' and
7993 #           '8T4C' and
7994 #           'NDRPDR'"
7995 #  parameters:
7996 #  - "throughput"
7997 #  - "name"
7998 #  - "tags"
7999 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8000 #  x-axis: "X = CNFs per Service Chain"
8001 #  y-axis: "Y = Number of Service Chains"
8002 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8003 #  layout:
8004 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8005 #    layout: "plot-service-density"
8006 #
8007 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8008 #- type: "plot"
8009 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8010 #  algorithm: "plot_nf_heatmap"
8011 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8012 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8013 #  filter: "'NIC_Intel-XXV710' and
8014 #           'NF_DENSITY' and
8015 #           'DOCKER' and
8016 #           'CHAIN' and
8017 #           'NF_VPPIP4' and
8018 #           'IPSEC' and
8019 #           'TNL_1000' and
8020 #           'IMIX' and
8021 #           '2T1C' and
8022 #           'NDRPDR'"
8023 #  parameters:
8024 #  - "throughput"
8025 #  - "name"
8026 #  - "tags"
8027 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8028 #  x-axis: "X = CNFs per Service Chain"
8029 #  y-axis: "Y = Number of Service Chains"
8030 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8031 #  layout:
8032 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8033 #    layout: "plot-service-density"
8034 #
8035 #- type: "plot"
8036 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8037 #  algorithm: "plot_nf_heatmap"
8038 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8039 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8040 #  filter: "'NIC_Intel-XXV710' and
8041 #           'NF_DENSITY' and
8042 #           'DOCKER' and
8043 #           'CHAIN' and
8044 #           'NF_VPPIP4' and
8045 #           'IPSEC' and
8046 #           'TNL_1000' and
8047 #           'IMIX' and
8048 #           '4T2C' and
8049 #           'NDRPDR'"
8050 #  parameters:
8051 #  - "throughput"
8052 #  - "name"
8053 #  - "tags"
8054 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8055 #  x-axis: "X = CNFs per Service Chain"
8056 #  y-axis: "Y = Number of Service Chains"
8057 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8058 #  layout:
8059 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8060 #    layout: "plot-service-density"
8061 #
8062 #- type: "plot"
8063 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8064 #  algorithm: "plot_nf_heatmap"
8065 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8066 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8067 #  filter: "'NIC_Intel-XXV710' and
8068 #           'NF_DENSITY' and
8069 #           'DOCKER' and
8070 #           'CHAIN' and
8071 #           'NF_VPPIP4' and
8072 #           'IPSEC' and
8073 #           'TNL_1000' and
8074 #           'IMIX' and
8075 #           '8T4C' and
8076 #           'NDRPDR'"
8077 #  parameters:
8078 #  - "throughput"
8079 #  - "name"
8080 #  - "tags"
8081 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8082 #  x-axis: "X = CNFs per Service Chain"
8083 #  y-axis: "Y = Number of Service Chains"
8084 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8085 #  layout:
8086 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8087 #    layout: "plot-service-density"
8088
8089 ###############################################################################
8090
8091 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8092 - type: "plot"
8093   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8094   algorithm: "plot_nf_heatmap"
8095   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8096   data: "plot-vpp-nfv-3n-hsw-mrr"
8097   filter: "'NIC_Intel-XL710' and
8098            'NF_DENSITY' and
8099            'DOCKER' and
8100            'CHAIN' and
8101            'NF_VPPIP4' and
8102            'IMIX' and
8103            'TNL_1000' and
8104            '1T1C' and
8105            'MRR'"
8106   parameters:
8107   - "result"
8108   - "name"
8109   - "tags"
8110   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8111   x-axis: "X = CNFs per Service Chain"
8112   y-axis: "Y = Number of Service Chains"
8113   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8114   layout:
8115     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8116     layout: "plot-service-density"
8117
8118 - type: "plot"
8119   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8120   algorithm: "plot_nf_heatmap"
8121   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8122   data: "plot-vpp-nfv-3n-hsw-mrr"
8123   filter: "'NIC_Intel-XL710' and
8124            'NF_DENSITY' and
8125            'DOCKER' and
8126            'CHAIN' and
8127            'NF_VPPIP4' and
8128            'IPSEC' and
8129            'TNL_1000' and
8130            'IMIX' and
8131            '2T2C' and
8132            'MRR'"
8133   parameters:
8134   - "result"
8135   - "name"
8136   - "tags"
8137   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8138   x-axis: "X = CNFs per Service Chain"
8139   y-axis: "Y = Number of Service Chains"
8140   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8141   layout:
8142     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8143     layout: "plot-service-density"
8144
8145 - type: "plot"
8146   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8147   algorithm: "plot_nf_heatmap"
8148   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8149   data: "plot-vpp-nfv-3n-hsw-mrr"
8150   filter: "'NIC_Intel-XL710' and
8151            'NF_DENSITY' and
8152            'DOCKER' and
8153            'CHAIN' and
8154            'NF_VPPIP4' and
8155            'IPSEC' and
8156            'TNL_1000' and
8157            'IMIX' and
8158            '4T4C' and
8159            'MRR'"
8160   parameters:
8161   - "result"
8162   - "name"
8163   - "tags"
8164   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8165   x-axis: "X = CNFs per Service Chain"
8166   y-axis: "Y = Number of Service Chains"
8167   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8168   layout:
8169     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8170     layout: "plot-service-density"
8171
8172 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8173 - type: "plot"
8174   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8175   algorithm: "plot_nf_heatmap"
8176   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8177   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8178   filter: "'NIC_Intel-XL710' and
8179            'NF_DENSITY' and
8180            'DOCKER' and
8181            'CHAIN' and
8182            'NF_VPPIP4' and
8183            'IPSEC' and
8184            'TNL_1000' and
8185            'IMIX' and
8186            '1T1C' and
8187            'NDRPDR'"
8188   parameters:
8189   - "throughput"
8190   - "name"
8191   - "tags"
8192   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8193   x-axis: "X = CNFs per Service Chain"
8194   y-axis: "Y = Number of Service Chains"
8195   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8196   layout:
8197     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8198     layout: "plot-service-density"
8199
8200 - type: "plot"
8201   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8202   algorithm: "plot_nf_heatmap"
8203   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8204   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8205   filter: "'NIC_Intel-XL710' and
8206            'NF_DENSITY' and
8207            'DOCKER' and
8208            'CHAIN' and
8209            'NF_VPPIP4' and
8210            'IPSEC' and
8211            'TNL_1000' and
8212            'IMIX' and
8213            '2T2C' and
8214            'NDRPDR'"
8215   parameters:
8216   - "throughput"
8217   - "name"
8218   - "tags"
8219   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8220   x-axis: "X = CNFs per Service Chain"
8221   y-axis: "Y = Number of Service Chains"
8222   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8223   layout:
8224     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8225     layout: "plot-service-density"
8226
8227 - type: "plot"
8228   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8229   algorithm: "plot_nf_heatmap"
8230   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8231   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8232   filter: "'NIC_Intel-XL710' and
8233            'NF_DENSITY' and
8234            'DOCKER' and
8235            'CHAIN' and
8236            'NF_VPPIP4' and
8237            'IPSEC' and
8238            'TNL_1000' and
8239            'IMIX' and
8240            '4T4C' and
8241            'NDRPDR'"
8242   parameters:
8243   - "throughput"
8244   - "name"
8245   - "tags"
8246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8247   x-axis: "X = CNFs per Service Chain"
8248   y-axis: "Y = Number of Service Chains"
8249   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8250   layout:
8251     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8252     layout: "plot-service-density"
8253
8254 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8255 - type: "plot"
8256   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8257   algorithm: "plot_nf_heatmap"
8258   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8259   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8260   filter: "'NIC_Intel-XL710' and
8261            'NF_DENSITY' and
8262            'DOCKER' and
8263            'CHAIN' and
8264            'NF_VPPIP4' and
8265            'IPSEC' and
8266            'TNL_1000' and
8267            'IMIX' and
8268            '1T1C' and
8269            'NDRPDR'"
8270   parameters:
8271   - "throughput"
8272   - "name"
8273   - "tags"
8274   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8275   x-axis: "X = CNFs per Service Chain"
8276   y-axis: "Y = Number of Service Chains"
8277   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8278   layout:
8279     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8280     layout: "plot-service-density"
8281
8282 - type: "plot"
8283   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8284   algorithm: "plot_nf_heatmap"
8285   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8286   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8287   filter: "'NIC_Intel-XL710' and
8288            'NF_DENSITY' and
8289            'DOCKER' and
8290            'CHAIN' and
8291            'NF_VPPIP4' and
8292            'IPSEC' and
8293            'TNL_1000' and
8294            'IMIX' and
8295            '2T2C' and
8296            'NDRPDR'"
8297   parameters:
8298   - "throughput"
8299   - "name"
8300   - "tags"
8301   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8302   x-axis: "X = CNFs per Service Chain"
8303   y-axis: "Y = Number of Service Chains"
8304   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8305   layout:
8306     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8307     layout: "plot-service-density"
8308
8309 - type: "plot"
8310   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8311   algorithm: "plot_nf_heatmap"
8312   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8313   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8314   filter: "'NIC_Intel-XL710' and
8315            'NF_DENSITY' and
8316            'DOCKER' and
8317            'CHAIN' and
8318            'NF_VPPIP4' and
8319            'IPSEC' and
8320            'TNL_1000' and
8321            'IMIX' and
8322            '4T4C' and
8323            'NDRPDR'"
8324   parameters:
8325   - "throughput"
8326   - "name"
8327   - "tags"
8328   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8329   x-axis: "X = CNFs per Service Chain"
8330   y-axis: "Y = Number of Service Chains"
8331   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8332   layout:
8333     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8334     layout: "plot-service-density"
8335
8336 ###############################################################################
8337
8338 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8339 #- type: "plot"
8340 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8341 #  algorithm: "plot_nf_heatmap"
8342 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8343 #  data: "plot-vpp-nfv-3n-skx-mrr"
8344 #  filter: "'NIC_Intel-XXV710' and
8345 #           'NF_DENSITY' and
8346 #           'DOCKER' and
8347 #           'CHAIN' and
8348 #           'NF_VPPIP4' and
8349 #           'IPSEC' and
8350 #           'TNL_10000' and
8351 #           'IMIX' and
8352 #           '2T1C' and
8353 #           'MRR'"
8354 #  parameters:
8355 #  - "result"
8356 #  - "name"
8357 #  - "tags"
8358 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8359 #  x-axis: "X = CNFs per Service Chain"
8360 #  y-axis: "Y = Number of Service Chains"
8361 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8362 #  layout:
8363 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8364 #    layout: "plot-service-density"
8365 #
8366 #- type: "plot"
8367 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8368 #  algorithm: "plot_nf_heatmap"
8369 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8370 #  data: "plot-vpp-nfv-3n-skx-mrr"
8371 #  filter: "'NIC_Intel-XXV710' and
8372 #           'NF_DENSITY' and
8373 #           'DOCKER' and
8374 #           'CHAIN' and
8375 #           'NF_VPPIP4' and
8376 #           'IPSEC' and
8377 #           'TNL_10000' and
8378 #           'IMIX' and
8379 #           '4T2C' and
8380 #           'MRR'"
8381 #  parameters:
8382 #  - "result"
8383 #  - "name"
8384 #  - "tags"
8385 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8386 #  x-axis: "X = CNFs per Service Chain"
8387 #  y-axis: "Y = Number of Service Chains"
8388 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8389 #  layout:
8390 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8391 #    layout: "plot-service-density"
8392 #
8393 #- type: "plot"
8394 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8395 #  algorithm: "plot_nf_heatmap"
8396 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8397 #  data: "plot-vpp-nfv-3n-skx-mrr"
8398 #  filter: "'NIC_Intel-XXV710' and
8399 #           'NF_DENSITY' and
8400 #           'DOCKER' and
8401 #           'CHAIN' and
8402 #           'NF_VPPIP4' and
8403 #           'IPSEC' and
8404 #           'TNL_10000' and
8405 #           'IMIX' and
8406 #           '8T4C' and
8407 #           'MRR'"
8408 #  parameters:
8409 #  - "result"
8410 #  - "name"
8411 #  - "tags"
8412 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8413 #  x-axis: "X = CNFs per Service Chain"
8414 #  y-axis: "Y = Number of Service Chains"
8415 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8416 #  layout:
8417 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8418 #    layout: "plot-service-density"
8419 #
8420 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8421 #- type: "plot"
8422 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8423 #  algorithm: "plot_nf_heatmap"
8424 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8425 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8426 #  filter: "'NIC_Intel-XXV710' and
8427 #           'NF_DENSITY' and
8428 #           'DOCKER' and
8429 #           'CHAIN' and
8430 #           'NF_VPPIP4' and
8431 #           'IPSEC' and
8432 #           'TNL_10000' and
8433 #           'IMIX' and
8434 #           '2T1C' and
8435 #           'NDRPDR'"
8436 #  parameters:
8437 #  - "throughput"
8438 #  - "name"
8439 #  - "tags"
8440 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8441 #  x-axis: "X = CNFs per Service Chain"
8442 #  y-axis: "Y = Number of Service Chains"
8443 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8444 #  layout:
8445 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8446 #    layout: "plot-service-density"
8447 #
8448 #- type: "plot"
8449 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8450 #  algorithm: "plot_nf_heatmap"
8451 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8452 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8453 #  filter: "'NIC_Intel-XXV710' and
8454 #           'NF_DENSITY' and
8455 #           'DOCKER' and
8456 #           'CHAIN' and
8457 #           'NF_VPPIP4' and
8458 #           'IPSEC' and
8459 #           'TNL_10000' and
8460 #           'IMIX' and
8461 #           '4T2C' and
8462 #           'NDRPDR'"
8463 #  parameters:
8464 #  - "throughput"
8465 #  - "name"
8466 #  - "tags"
8467 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8468 #  x-axis: "X = CNFs per Service Chain"
8469 #  y-axis: "Y = Number of Service Chains"
8470 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8471 #  layout:
8472 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8473 #    layout: "plot-service-density"
8474 #
8475 #- type: "plot"
8476 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8477 #  algorithm: "plot_nf_heatmap"
8478 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8479 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8480 #  filter: "'NIC_Intel-XXV710' and
8481 #           'NF_DENSITY' and
8482 #           'DOCKER' and
8483 #           'CHAIN' and
8484 #           'NF_VPPIP4' and
8485 #           'IPSEC' and
8486 #           'TNL_10000' and
8487 #           'IMIX' and
8488 #           '8T4C' and
8489 #           'NDRPDR'"
8490 #  parameters:
8491 #  - "throughput"
8492 #  - "name"
8493 #  - "tags"
8494 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8495 #  x-axis: "X = CNFs per Service Chain"
8496 #  y-axis: "Y = Number of Service Chains"
8497 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8498 #  layout:
8499 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8500 #    layout: "plot-service-density"
8501 #
8502 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8503 #- type: "plot"
8504 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8505 #  algorithm: "plot_nf_heatmap"
8506 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8507 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8508 #  filter: "'NIC_Intel-XXV710' and
8509 #           'NF_DENSITY' and
8510 #           'DOCKER' and
8511 #           'CHAIN' and
8512 #           'NF_VPPIP4' and
8513 #           'IPSEC' and
8514 #           'TNL_10000' and
8515 #           'IMIX' and
8516 #           '2T1C' and
8517 #           'NDRPDR'"
8518 #  parameters:
8519 #  - "throughput"
8520 #  - "name"
8521 #  - "tags"
8522 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8523 #  x-axis: "X = CNFs per Service Chain"
8524 #  y-axis: "Y = Number of Service Chains"
8525 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8526 #  layout:
8527 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8528 #    layout: "plot-service-density"
8529 #
8530 #- type: "plot"
8531 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8532 #  algorithm: "plot_nf_heatmap"
8533 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8534 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8535 #  filter: "'NIC_Intel-XXV710' and
8536 #           'NF_DENSITY' and
8537 #           'DOCKER' and
8538 #           'CHAIN' and
8539 #           'NF_VPPIP4' and
8540 #           'IPSEC' and
8541 #           'TNL_10000' and
8542 #           'IMIX' and
8543 #           '4T2C' and
8544 #           'NDRPDR'"
8545 #  parameters:
8546 #  - "throughput"
8547 #  - "name"
8548 #  - "tags"
8549 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8550 #  x-axis: "X = CNFs per Service Chain"
8551 #  y-axis: "Y = Number of Service Chains"
8552 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8553 #  layout:
8554 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8555 #    layout: "plot-service-density"
8556 #
8557 #- type: "plot"
8558 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8559 #  algorithm: "plot_nf_heatmap"
8560 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8561 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8562 #  filter: "'NIC_Intel-XXV710' and
8563 #           'NF_DENSITY' and
8564 #           'DOCKER' and
8565 #           'CHAIN' and
8566 #           'NF_VPPIP4' and
8567 #           'IPSEC' and
8568 #           'TNL_10000' and
8569 #           'IMIX' and
8570 #           '8T4C' and
8571 #           'NDRPDR'"
8572 #  parameters:
8573 #  - "throughput"
8574 #  - "name"
8575 #  - "tags"
8576 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8577 #  x-axis: "X = CNFs per Service Chain"
8578 #  y-axis: "Y = Number of Service Chains"
8579 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8580 #  layout:
8581 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8582 #    layout: "plot-service-density"
8583
8584 ###############################################################################
8585
8586 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8587 - type: "plot"
8588   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8589   algorithm: "plot_nf_heatmap"
8590   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8591   data: "plot-vpp-nfv-3n-hsw-mrr"
8592   filter: "'NIC_Intel-XL710' and
8593            'NF_DENSITY' and
8594            'DOCKER' and
8595            'CHAIN' and
8596            'NF_VPPIP4' and
8597            'IMIX' and
8598            'TNL_10000' and
8599            '1T1C' and
8600            'MRR'"
8601   parameters:
8602   - "result"
8603   - "name"
8604   - "tags"
8605   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8606   x-axis: "X = CNFs per Service Chain"
8607   y-axis: "Y = Number of Service Chains"
8608   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8609   layout:
8610     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8611     layout: "plot-service-density"
8612
8613 - type: "plot"
8614   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8615   algorithm: "plot_nf_heatmap"
8616   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8617   data: "plot-vpp-nfv-3n-hsw-mrr"
8618   filter: "'NIC_Intel-XL710' and
8619            'NF_DENSITY' and
8620            'DOCKER' and
8621            'CHAIN' and
8622            'NF_VPPIP4' and
8623            'IPSEC' and
8624            'TNL_10000' and
8625            'IMIX' and
8626            '2T2C' and
8627            'MRR'"
8628   parameters:
8629   - "result"
8630   - "name"
8631   - "tags"
8632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8633   x-axis: "X = CNFs per Service Chain"
8634   y-axis: "Y = Number of Service Chains"
8635   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8636   layout:
8637     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8638     layout: "plot-service-density"
8639
8640 - type: "plot"
8641   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8642   algorithm: "plot_nf_heatmap"
8643   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8644   data: "plot-vpp-nfv-3n-hsw-mrr"
8645   filter: "'NIC_Intel-XL710' and
8646            'NF_DENSITY' and
8647            'DOCKER' and
8648            'CHAIN' and
8649            'NF_VPPIP4' and
8650            'IPSEC' and
8651            'TNL_10000' and
8652            'IMIX' and
8653            '4T4C' and
8654            'MRR'"
8655   parameters:
8656   - "result"
8657   - "name"
8658   - "tags"
8659   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8660   x-axis: "X = CNFs per Service Chain"
8661   y-axis: "Y = Number of Service Chains"
8662   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8663   layout:
8664     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8665     layout: "plot-service-density"
8666
8667 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8668 - type: "plot"
8669   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8670   algorithm: "plot_nf_heatmap"
8671   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8672   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8673   filter: "'NIC_Intel-XL710' and
8674            'NF_DENSITY' and
8675            'DOCKER' and
8676            'CHAIN' and
8677            'NF_VPPIP4' and
8678            'IPSEC' and
8679            'TNL_10000' and
8680            'IMIX' and
8681            '1T1C' and
8682            'NDRPDR'"
8683   parameters:
8684   - "throughput"
8685   - "name"
8686   - "tags"
8687   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8688   x-axis: "X = CNFs per Service Chain"
8689   y-axis: "Y = Number of Service Chains"
8690   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8691   layout:
8692     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8693     layout: "plot-service-density"
8694
8695 - type: "plot"
8696   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8697   algorithm: "plot_nf_heatmap"
8698   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8699   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8700   filter: "'NIC_Intel-XL710' and
8701            'NF_DENSITY' and
8702            'DOCKER' and
8703            'CHAIN' and
8704            'NF_VPPIP4' and
8705            'IPSEC' and
8706            'TNL_10000' and
8707            'IMIX' and
8708            '2T2C' and
8709            'NDRPDR'"
8710   parameters:
8711   - "throughput"
8712   - "name"
8713   - "tags"
8714   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8715   x-axis: "X = CNFs per Service Chain"
8716   y-axis: "Y = Number of Service Chains"
8717   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8718   layout:
8719     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8720     layout: "plot-service-density"
8721
8722 - type: "plot"
8723   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8724   algorithm: "plot_nf_heatmap"
8725   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8726   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8727   filter: "'NIC_Intel-XL710' and
8728            'NF_DENSITY' and
8729            'DOCKER' and
8730            'CHAIN' and
8731            'NF_VPPIP4' and
8732            'IPSEC' and
8733            'TNL_10000' and
8734            'IMIX' and
8735            '4T4C' and
8736            'NDRPDR'"
8737   parameters:
8738   - "throughput"
8739   - "name"
8740   - "tags"
8741   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8742   x-axis: "X = CNFs per Service Chain"
8743   y-axis: "Y = Number of Service Chains"
8744   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8745   layout:
8746     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8747     layout: "plot-service-density"
8748
8749 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8750 - type: "plot"
8751   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8752   algorithm: "plot_nf_heatmap"
8753   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8754   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8755   filter: "'NIC_Intel-XL710' and
8756            'NF_DENSITY' and
8757            'DOCKER' and
8758            'CHAIN' and
8759            'NF_VPPIP4' and
8760            'IPSEC' and
8761            'TNL_10000' and
8762            'IMIX' and
8763            '1T1C' and
8764            'NDRPDR'"
8765   parameters:
8766   - "throughput"
8767   - "name"
8768   - "tags"
8769   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8770   x-axis: "X = CNFs per Service Chain"
8771   y-axis: "Y = Number of Service Chains"
8772   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8773   layout:
8774     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8775     layout: "plot-service-density"
8776
8777 - type: "plot"
8778   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8779   algorithm: "plot_nf_heatmap"
8780   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
8781   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8782   filter: "'NIC_Intel-XL710' and
8783            'NF_DENSITY' and
8784            'DOCKER' and
8785            'CHAIN' and
8786            'NF_VPPIP4' and
8787            'IPSEC' and
8788            'TNL_10000' and
8789            'IMIX' and
8790            '2T2C' and
8791            'NDRPDR'"
8792   parameters:
8793   - "throughput"
8794   - "name"
8795   - "tags"
8796   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8797   x-axis: "X = CNFs per Service Chain"
8798   y-axis: "Y = Number of Service Chains"
8799   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8800   layout:
8801     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8802     layout: "plot-service-density"
8803
8804 - type: "plot"
8805   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8806   algorithm: "plot_nf_heatmap"
8807   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
8808   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8809   filter: "'NIC_Intel-XL710' and
8810            'NF_DENSITY' and
8811            'DOCKER' and
8812            'CHAIN' and
8813            'NF_VPPIP4' and
8814            'IPSEC' and
8815            'TNL_10000' and
8816            'IMIX' and
8817            '4T4C' and
8818            'NDRPDR'"
8819   parameters:
8820   - "throughput"
8821   - "name"
8822   - "tags"
8823   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8824   x-axis: "X = CNFs per Service Chain"
8825   y-axis: "Y = Number of Service Chains"
8826   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8827   layout:
8828     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8829     layout: "plot-service-density"
8830
8831 ###############################################################################
8832
8833 # Plots - NF Density - CSP - MRR 64b
8834
8835 #- type: "plot"
8836 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8837 #  algorithm: "plot_nf_heatmap"
8838 #  output-file-type: ".html"
8839 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
8840 #  data: "plot-vpp-nfv-2n-skx-mrr"
8841 #  filter: "'NIC_Intel-XXV710' and
8842 #           'NF_DENSITY' and
8843 #           'DOCKER' and
8844 #           'PIPELINE' and
8845 #           'NF_VPPIP4' and
8846 #           '64B' and
8847 #           '2T1C' and
8848 #           'MRR'"
8849 #  parameters:
8850 #  - "result"
8851 #  - "name"
8852 #  - "tags"
8853 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8854 #  x-axis: "X = CNFs per Service Pipeline"
8855 #  y-axis: "Y = Number of Service Pipelines"
8856 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8857 #  layout:
8858 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8859 #    layout: "plot-service-density"
8860 #
8861 #- type: "plot"
8862 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8863 #  algorithm: "plot_nf_heatmap"
8864 #  output-file-type: ".html"
8865 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
8866 #  data: "plot-vpp-nfv-2n-skx-mrr"
8867 #  filter: "'NIC_Intel-XXV710' and
8868 #           'NF_DENSITY' and
8869 #           'DOCKER' and
8870 #           'PIPELINE' and
8871 #           'NF_VPPIP4' and
8872 #           '64B' and
8873 #           '4T2C' and
8874 #           'MRR'"
8875 #  parameters:
8876 #  - "result"
8877 #  - "name"
8878 #  - "tags"
8879 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8880 #  x-axis: "X = CNFs per Service Pipeline"
8881 #  y-axis: "Y = Number of Service Pipelines"
8882 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8883 #  layout:
8884 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8885 #    layout: "plot-service-density"
8886 #
8887 #- type: "plot"
8888 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8889 #  algorithm: "plot_nf_heatmap"
8890 #  output-file-type: ".html"
8891 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
8892 #  data: "plot-vpp-nfv-2n-skx-mrr"
8893 #  filter: "'NIC_Intel-XXV710' and
8894 #           'NF_DENSITY' and
8895 #           'DOCKER' and
8896 #           'PIPELINE' and
8897 #           'NF_VPPIP4' and
8898 #           '64B' and
8899 #           '8T4C' and
8900 #           'MRR'"
8901 #  parameters:
8902 #  - "result"
8903 #  - "name"
8904 #  - "tags"
8905 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8906 #  x-axis: "X = CNFs per Service Pipeline"
8907 #  y-axis: "Y = Number of Service Pipelines"
8908 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8909 #  layout:
8910 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8911 #    layout: "plot-service-density"
8912 #
8913 ## Plots - NF Density - CSP - MRR IMIX
8914 #- type: "plot"
8915 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8916 #  algorithm: "plot_nf_heatmap"
8917 #  output-file-type: ".html"
8918 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
8919 #  data: "plot-vpp-nfv-2n-skx-mrr"
8920 #  filter: "'NIC_Intel-XXV710' and
8921 #           'NF_DENSITY' and
8922 #           'DOCKER' and
8923 #           'PIPELINE' and
8924 #           'NF_VPPIP4' and
8925 #           'IMIX' and
8926 #           '2T1C' and
8927 #           'MRR'"
8928 #  parameters:
8929 #  - "result"
8930 #  - "name"
8931 #  - "tags"
8932 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8933 #  x-axis: "X = CNFs per Service Pipeline"
8934 #  y-axis: "Y = Number of Service Pipelines"
8935 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8936 #  layout:
8937 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8938 #    layout: "plot-service-density"
8939 #
8940 #- type: "plot"
8941 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8942 #  algorithm: "plot_nf_heatmap"
8943 #  output-file-type: ".html"
8944 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
8945 #  data: "plot-vpp-nfv-2n-skx-mrr"
8946 #  filter: "'NIC_Intel-XXV710' and
8947 #           'NF_DENSITY' and
8948 #           'DOCKER' and
8949 #           'PIPELINE' and
8950 #           'NF_VPPIP4' and
8951 #           'IMIX' and
8952 #           '4T2C' and
8953 #           'MRR'"
8954 #  parameters:
8955 #  - "result"
8956 #  - "name"
8957 #  - "tags"
8958 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8959 #  x-axis: "X = CNFs per Service Pipeline"
8960 #  y-axis: "Y = Number of Service Pipelines"
8961 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8962 #  layout:
8963 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8964 #    layout: "plot-service-density"
8965 #
8966 #- type: "plot"
8967 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8968 #  algorithm: "plot_nf_heatmap"
8969 #  output-file-type: ".html"
8970 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
8971 #  data: "plot-vpp-nfv-2n-skx-mrr"
8972 #  filter: "'NIC_Intel-XXV710' and
8973 #           'NF_DENSITY' and
8974 #           'DOCKER' and
8975 #           'PIPELINE' and
8976 #           'NF_VPPIP4' and
8977 #           'IMIX' and
8978 #           '8T4C' and
8979 #           'MRR'"
8980 #  parameters:
8981 #  - "result"
8982 #  - "name"
8983 #  - "tags"
8984 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8985 #  x-axis: "X = CNFs per Service Pipeline"
8986 #  y-axis: "Y = Number of Service Pipelines"
8987 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8988 #  layout:
8989 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8990 #    layout: "plot-service-density"
8991 #
8992 ## Plots - NF Density - CSP - NDR 64b
8993 #- type: "plot"
8994 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8995 #  algorithm: "plot_nf_heatmap"
8996 #  output-file-type: ".html"
8997 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
8998 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8999 #  filter: "'NIC_Intel-XXV710' and
9000 #           'NF_DENSITY' and
9001 #           'DOCKER' and
9002 #           'PIPELINE' and
9003 #           'NF_VPPIP4' and
9004 #           '64B' and
9005 #           '2T1C' and
9006 #           'NDRPDR'"
9007 #  parameters:
9008 #  - "throughput"
9009 #  - "name"
9010 #  - "tags"
9011 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9012 #  x-axis: "X = CNFs per Service Pipeline"
9013 #  y-axis: "Y = Number of Service Pipelines"
9014 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9015 #  layout:
9016 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9017 #    layout: "plot-service-density"
9018 #
9019 #- type: "plot"
9020 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9021 #  algorithm: "plot_nf_heatmap"
9022 #  output-file-type: ".html"
9023 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9024 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9025 #  filter: "'NIC_Intel-XXV710' and
9026 #           'NF_DENSITY' and
9027 #           'DOCKER' and
9028 #           'PIPELINE' and
9029 #           'NF_VPPIP4' and
9030 #           '64B' and
9031 #           '4T2C' and
9032 #           'NDRPDR'"
9033 #  parameters:
9034 #  - "throughput"
9035 #  - "name"
9036 #  - "tags"
9037 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9038 #  x-axis: "X = CNFs per Service Pipeline"
9039 #  y-axis: "Y = Number of Service Pipelines"
9040 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9041 #  layout:
9042 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9043 #    layout: "plot-service-density"
9044 #
9045 #- type: "plot"
9046 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9047 #  algorithm: "plot_nf_heatmap"
9048 #  output-file-type: ".html"
9049 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9050 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9051 #  filter: "'NIC_Intel-XXV710' and
9052 #           'NF_DENSITY' and
9053 #           'DOCKER' and
9054 #           'PIPELINE' and
9055 #           'NF_VPPIP4' and
9056 #           '64B' and
9057 #           '8T4C' and
9058 #           'NDRPDR'"
9059 #  parameters:
9060 #  - "throughput"
9061 #  - "name"
9062 #  - "tags"
9063 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9064 #  x-axis: "X = CNFs per Service Pipeline"
9065 #  y-axis: "Y = Number of Service Pipelines"
9066 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9067 #  layout:
9068 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9069 #    layout: "plot-service-density"
9070 #
9071 ## Plots - NF Density - CSP - NDR IMIX
9072 #- type: "plot"
9073 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9074 #  algorithm: "plot_nf_heatmap"
9075 #  output-file-type: ".html"
9076 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9077 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9078 #  filter: "'NIC_Intel-XXV710' and
9079 #           'NF_DENSITY' and
9080 #           'DOCKER' and
9081 #           'PIPELINE' and
9082 #           'NF_VPPIP4' and
9083 #           'IMIX' and
9084 #           '2T1C' and
9085 #           'NDRPDR'"
9086 #  parameters:
9087 #  - "throughput"
9088 #  - "name"
9089 #  - "tags"
9090 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9091 #  x-axis: "X = CNFs per Service Pipeline"
9092 #  y-axis: "Y = Number of Service Pipelines"
9093 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9094 #  layout:
9095 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9096 #    layout: "plot-service-density"
9097 #
9098 #- type: "plot"
9099 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9100 #  algorithm: "plot_nf_heatmap"
9101 #  output-file-type: ".html"
9102 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9103 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9104 #  filter: "'NIC_Intel-XXV710' and
9105 #           'NF_DENSITY' and
9106 #           'DOCKER' and
9107 #           'PIPELINE' and
9108 #           'NF_VPPIP4' and
9109 #           'IMIX' and
9110 #           '4T2C' and
9111 #           'NDRPDR'"
9112 #  parameters:
9113 #  - "throughput"
9114 #  - "name"
9115 #  - "tags"
9116 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9117 #  x-axis: "X = CNFs per Service Pipeline"
9118 #  y-axis: "Y = Number of Service Pipelines"
9119 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9120 #  layout:
9121 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9122 #    layout: "plot-service-density"
9123 #
9124 #- type: "plot"
9125 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9126 #  algorithm: "plot_nf_heatmap"
9127 #  output-file-type: ".html"
9128 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9129 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9130 #  filter: "'NIC_Intel-XXV710' and
9131 #           'NF_DENSITY' and
9132 #           'DOCKER' and
9133 #           'PIPELINE' and
9134 #           'NF_VPPIP4' and
9135 #           'IMIX' and
9136 #           '8T4C' and
9137 #           'NDRPDR'"
9138 #  parameters:
9139 #  - "throughput"
9140 #  - "name"
9141 #  - "tags"
9142 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9143 #  x-axis: "X = CNFs per Service Pipeline"
9144 #  y-axis: "Y = Number of Service Pipelines"
9145 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9146 #  layout:
9147 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9148 #    layout: "plot-service-density"
9149 #
9150 ## Plots - NF Density - CSP - PDR 64b
9151 #- type: "plot"
9152 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9153 #  algorithm: "plot_nf_heatmap"
9154 #  output-file-type: ".html"
9155 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9156 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9157 #  filter: "'NIC_Intel-XXV710' and
9158 #           'NF_DENSITY' and
9159 #           'DOCKER' and
9160 #           'PIPELINE' and
9161 #           'NF_VPPIP4' and
9162 #           '64B' and
9163 #           '2T1C' and
9164 #           'NDRPDR'"
9165 #  parameters:
9166 #  - "throughput"
9167 #  - "name"
9168 #  - "tags"
9169 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9170 #  x-axis: "X = CNFs per Service Pipeline"
9171 #  y-axis: "Y = Number of Service Pipelines"
9172 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9173 #  layout:
9174 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9175 #    layout: "plot-service-density"
9176 #
9177 #- type: "plot"
9178 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9179 #  algorithm: "plot_nf_heatmap"
9180 #  output-file-type: ".html"
9181 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9182 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9183 #  filter: "'NIC_Intel-XXV710' and
9184 #           'NF_DENSITY' and
9185 #           'DOCKER' and
9186 #           'PIPELINE' and
9187 #           'NF_VPPIP4' and
9188 #           '64B' and
9189 #           '4T2C' and
9190 #           'NDRPDR'"
9191 #  parameters:
9192 #  - "throughput"
9193 #  - "name"
9194 #  - "tags"
9195 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9196 #  x-axis: "X = CNFs per Service Pipeline"
9197 #  y-axis: "Y = Number of Service Pipelines"
9198 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9199 #  layout:
9200 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9201 #    layout: "plot-service-density"
9202 #
9203 #- type: "plot"
9204 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9205 #  algorithm: "plot_nf_heatmap"
9206 #  output-file-type: ".html"
9207 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9208 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9209 #  filter: "'NIC_Intel-XXV710' and
9210 #           'NF_DENSITY' and
9211 #           'DOCKER' and
9212 #           'PIPELINE' and
9213 #           'NF_VPPIP4' and
9214 #           '64B' and
9215 #           '8T4C' and
9216 #           'NDRPDR'"
9217 #  parameters:
9218 #  - "throughput"
9219 #  - "name"
9220 #  - "tags"
9221 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9222 #  x-axis: "X = CNFs per Service Pipeline"
9223 #  y-axis: "Y = Number of Service Pipelines"
9224 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9225 #  layout:
9226 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9227 #    layout: "plot-service-density"
9228 #
9229 ## Plots - NF Density - CSP - PDR IMIX
9230 #- type: "plot"
9231 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9232 #  algorithm: "plot_nf_heatmap"
9233 #  output-file-type: ".html"
9234 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9235 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9236 #  filter: "'NIC_Intel-XXV710' and
9237 #           'NF_DENSITY' and
9238 #           'DOCKER' and
9239 #           'PIPELINE' and
9240 #           'NF_VPPIP4' and
9241 #           'IMIX' and
9242 #           '2T1C' and
9243 #           'NDRPDR'"
9244 #  parameters:
9245 #  - "throughput"
9246 #  - "name"
9247 #  - "tags"
9248 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9249 #  x-axis: "X = CNFs per Service Pipeline"
9250 #  y-axis: "Y = Number of Service Pipelines"
9251 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9252 #  layout:
9253 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9254 #    layout: "plot-service-density"
9255 #
9256 #- type: "plot"
9257 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9258 #  algorithm: "plot_nf_heatmap"
9259 #  output-file-type: ".html"
9260 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9261 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9262 #  filter: "'NIC_Intel-XXV710' and
9263 #           'NF_DENSITY' and
9264 #           'DOCKER' and
9265 #           'PIPELINE' and
9266 #           'NF_VPPIP4' and
9267 #           'IMIX' and
9268 #           '4T2C' and
9269 #           'NDRPDR'"
9270 #  parameters:
9271 #  - "throughput"
9272 #  - "name"
9273 #  - "tags"
9274 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9275 #  x-axis: "X = CNFs per Service Pipeline"
9276 #  y-axis: "Y = Number of Service Pipelines"
9277 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9278 #  layout:
9279 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9280 #    layout: "plot-service-density"
9281 #
9282 #- type: "plot"
9283 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9284 #  algorithm: "plot_nf_heatmap"
9285 #  output-file-type: ".html"
9286 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9287 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9288 #  filter: "'NIC_Intel-XXV710' and
9289 #           'NF_DENSITY' and
9290 #           'DOCKER' and
9291 #           'PIPELINE' and
9292 #           'NF_VPPIP4' and
9293 #           'IMIX' and
9294 #           '8T4C' and
9295 #           'NDRPDR'"
9296 #  parameters:
9297 #  - "throughput"
9298 #  - "name"
9299 #  - "tags"
9300 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9301 #  x-axis: "X = CNFs per Service Pipeline"
9302 #  y-axis: "Y = Number of Service Pipelines"
9303 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9304 #  layout:
9305 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9306 #    layout: "plot-service-density"
9307
9308 ###############################################################################
9309 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9310
9311 - type: "plot"
9312   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9313   algorithm: "plot_nf_heatmap"
9314   output-file-type: ".html"
9315   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9316   data: "plot-vpp-nfv-2n-clx-mrr"
9317   filter: "'NIC_Intel-XXV710' and
9318            'NF_DENSITY' and
9319            'VHOST' and
9320            not 'VXLAN' and
9321            'CHAIN' and
9322            'NF_VPPIP4' and
9323            'IMIX' and
9324            '2T1C' and
9325            'MRR'"
9326   parameters:
9327   - "result"
9328   - "name"
9329   - "tags"
9330   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9331   x-axis: "X = VNFs per Service Chain"
9332   y-axis: "Y = Number of Service Chains"
9333   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9334   layout:
9335     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9336     layout: "plot-service-density"
9337
9338 - type: "plot"
9339   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9340   algorithm: "plot_nf_heatmap"
9341   output-file-type: ".html"
9342   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9343   data: "plot-vpp-nfv-2n-clx-mrr"
9344   filter: "'NIC_Intel-XXV710' and
9345            'NF_DENSITY' and
9346            'VHOST' and
9347            not 'VXLAN' and
9348            'CHAIN' and
9349            'NF_VPPIP4' and
9350            'IMIX' and
9351            '4T2C' and
9352            'MRR'"
9353   parameters:
9354   - "result"
9355   - "name"
9356   - "tags"
9357   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9358   x-axis: "X = VNFs per Service Chain"
9359   y-axis: "Y = Number of Service Chains"
9360   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9361   layout:
9362     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9363     layout: "plot-service-density"
9364
9365 - type: "plot"
9366   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9367   algorithm: "plot_nf_heatmap"
9368   output-file-type: ".html"
9369   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9370   data: "plot-vpp-nfv-2n-clx-mrr"
9371   filter: "'NIC_Intel-XXV710' and
9372            'NF_DENSITY' and
9373            'VHOST' and
9374            not 'VXLAN' and
9375            'CHAIN' and
9376            'NF_VPPIP4' and
9377            'IMIX' and
9378            '8T4C' and
9379            'MRR'"
9380   parameters:
9381   - "result"
9382   - "name"
9383   - "tags"
9384   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9385   x-axis: "X = VNFs per Service Chain"
9386   y-axis: "Y = Number of Service Chains"
9387   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9388   layout:
9389     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9390     layout: "plot-service-density"
9391
9392 # Plots - NF Density - VSC - NDR IMIX
9393 - type: "plot"
9394   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9395   algorithm: "plot_nf_heatmap"
9396   output-file-type: ".html"
9397   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9398   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9399   filter: "'NIC_Intel-XXV710' and
9400            'NF_DENSITY' and
9401            'VHOST' and
9402            not 'VXLAN' and
9403            'CHAIN' and
9404            'NF_VPPIP4' and
9405            'IMIX' and
9406            '2T1C' and
9407            'NDRPDR'"
9408   parameters:
9409   - "throughput"
9410   - "name"
9411   - "tags"
9412   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9413   x-axis: "X = VNFs per Service Chain"
9414   y-axis: "Y = Number of Service Chains"
9415   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9416   layout:
9417     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9418     layout: "plot-service-density"
9419
9420 - type: "plot"
9421   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9422   algorithm: "plot_nf_heatmap"
9423   output-file-type: ".html"
9424   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9425   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9426   filter: "'NIC_Intel-XXV710' and
9427            'NF_DENSITY' and
9428            'VHOST' and
9429            not 'VXLAN' and
9430            'CHAIN' and
9431            'NF_VPPIP4' and
9432            'IMIX' and
9433            '4T2C' and
9434            'NDRPDR'"
9435   parameters:
9436   - "throughput"
9437   - "name"
9438   - "tags"
9439   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9440   x-axis: "X = VNFs per Service Chain"
9441   y-axis: "Y = Number of Service Chains"
9442   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9443   layout:
9444     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9445     layout: "plot-service-density"
9446
9447 - type: "plot"
9448   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9449   algorithm: "plot_nf_heatmap"
9450   output-file-type: ".html"
9451   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9452   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9453   filter: "'NIC_Intel-XXV710' and
9454            'NF_DENSITY' and
9455            'VHOST' and
9456            not 'VXLAN' and
9457            'CHAIN' and
9458            'NF_VPPIP4' and
9459            'IMIX' and
9460            '8T4C' and
9461            'NDRPDR'"
9462   parameters:
9463   - "throughput"
9464   - "name"
9465   - "tags"
9466   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9467   x-axis: "X = VNFs per Service Chain"
9468   y-axis: "Y = Number of Service Chains"
9469   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9470   layout:
9471     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9472     layout: "plot-service-density"
9473
9474 # Plots - NF Density - VSC - PDR IMIX
9475 - type: "plot"
9476   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9477   algorithm: "plot_nf_heatmap"
9478   output-file-type: ".html"
9479   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9480   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9481   filter: "'NIC_Intel-XXV710' and
9482            'NF_DENSITY' and
9483            'VHOST' and
9484            not 'VXLAN' and
9485            'CHAIN' and
9486            'NF_VPPIP4' and
9487            'IMIX' and
9488            '2T1C' and
9489            'NDRPDR'"
9490   parameters:
9491   - "throughput"
9492   - "name"
9493   - "tags"
9494   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9495   x-axis: "X = VNFs per Service Chain"
9496   y-axis: "Y = Number of Service Chains"
9497   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9498   layout:
9499     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9500     layout: "plot-service-density"
9501
9502 - type: "plot"
9503   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9504   algorithm: "plot_nf_heatmap"
9505   output-file-type: ".html"
9506   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9507   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9508   filter: "'NIC_Intel-XXV710' and
9509            'NF_DENSITY' and
9510            'VHOST' and
9511            not 'VXLAN' and
9512            'CHAIN' and
9513            'NF_VPPIP4' and
9514            'IMIX' and
9515            '4T2C' and
9516            'NDRPDR'"
9517   parameters:
9518   - "throughput"
9519   - "name"
9520   - "tags"
9521   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9522   x-axis: "X = VNFs per Service Chain"
9523   y-axis: "Y = Number of Service Chains"
9524   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9525   layout:
9526     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9527     layout: "plot-service-density"
9528
9529 - type: "plot"
9530   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9531   algorithm: "plot_nf_heatmap"
9532   output-file-type: ".html"
9533   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9534   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9535   filter: "'NIC_Intel-XXV710' and
9536            'NF_DENSITY' and
9537            'VHOST' and
9538            not 'VXLAN' and
9539            'CHAIN' and
9540            'NF_VPPIP4' and
9541            'IMIX' and
9542            '8T4C' and
9543            'NDRPDR'"
9544   parameters:
9545   - "throughput"
9546   - "name"
9547   - "tags"
9548   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9549   x-axis: "X = VNFs per Service Chain"
9550   y-axis: "Y = Number of Service Chains"
9551   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9552   layout:
9553     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9554     layout: "plot-service-density"
9555
9556 # Plots - NF Density - VSC - MRR IMIX
9557 - type: "plot"
9558   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9559   algorithm: "plot_nf_heatmap"
9560   output-file-type: ".html"
9561   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9562   data: "plot-vpp-nfv-2n-clx-mrr"
9563   filter: "'NIC_Intel-XXV710' and
9564            'NF_DENSITY' and
9565            'VHOST' and
9566            'VXLAN' and
9567            'CHAIN' and
9568            'IMIX' and
9569            '2T1C' and
9570            'MRR'"
9571   parameters:
9572   - "result"
9573   - "name"
9574   - "tags"
9575   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9576   x-axis: "X = VNFs per Service Chain"
9577   y-axis: "Y = Number of Service Chains"
9578   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9579   layout:
9580     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9581     layout: "plot-service-density"
9582
9583 - type: "plot"
9584   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9585   algorithm: "plot_nf_heatmap"
9586   output-file-type: ".html"
9587   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9588   data: "plot-vpp-nfv-2n-clx-mrr"
9589   filter: "'NIC_Intel-XXV710' and
9590            'NF_DENSITY' and
9591            'VHOST' and
9592            'VXLAN' and
9593            'CHAIN' and
9594            'IMIX' and
9595            '4T2C' and
9596            'MRR'"
9597   parameters:
9598   - "result"
9599   - "name"
9600   - "tags"
9601   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9602   x-axis: "X = VNFs per Service Chain"
9603   y-axis: "Y = Number of Service Chains"
9604   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9605   layout:
9606     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9607     layout: "plot-service-density"
9608
9609 - type: "plot"
9610   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9611   algorithm: "plot_nf_heatmap"
9612   output-file-type: ".html"
9613   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9614   data: "plot-vpp-nfv-2n-clx-mrr"
9615   filter: "'NIC_Intel-XXV710' and
9616            'NF_DENSITY' and
9617            'VHOST' and
9618            'VXLAN' and
9619            'CHAIN' and
9620            'IMIX' and
9621            '8T4C' and
9622            'MRR'"
9623   parameters:
9624   - "result"
9625   - "name"
9626   - "tags"
9627   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9628   x-axis: "X = VNFs per Service Chain"
9629   y-axis: "Y = Number of Service Chains"
9630   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9631   layout:
9632     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9633     layout: "plot-service-density"
9634
9635 # Plots - NF Density - VSC - NDR IMIX
9636 - type: "plot"
9637   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9638   algorithm: "plot_nf_heatmap"
9639   output-file-type: ".html"
9640   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9641   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9642   filter: "'NIC_Intel-XXV710' and
9643            'NF_DENSITY' and
9644            'VHOST' and
9645            'VXLAN' and
9646            'CHAIN' a
9647            'IMIX' and
9648            '2T1C' and
9649            'NDRPDR'"
9650   parameters:
9651   - "throughput"
9652   - "name"
9653   - "tags"
9654   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9655   x-axis: "X = VNFs per Service Chain"
9656   y-axis: "Y = Number of Service Chains"
9657   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9658   layout:
9659     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9660     layout: "plot-service-density"
9661
9662 - type: "plot"
9663   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9664   algorithm: "plot_nf_heatmap"
9665   output-file-type: ".html"
9666   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9667   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9668   filter: "'NIC_Intel-XXV710' and
9669            'NF_DENSITY' and
9670            'VHOST' and
9671            'VXLAN' and
9672            'CHAIN' and
9673            'IMIX' and
9674            '4T2C' and
9675            'NDRPDR'"
9676   parameters:
9677   - "throughput"
9678   - "name"
9679   - "tags"
9680   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9681   x-axis: "X = VNFs per Service Chain"
9682   y-axis: "Y = Number of Service Chains"
9683   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9684   layout:
9685     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9686     layout: "plot-service-density"
9687
9688 - type: "plot"
9689   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9690   algorithm: "plot_nf_heatmap"
9691   output-file-type: ".html"
9692   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9693   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9694   filter: "'NIC_Intel-XXV710' and
9695            'NF_DENSITY' and
9696            'VHOST' and
9697            'VXLAN' and
9698            'CHAIN' and
9699            'IMIX' and
9700            '8T4C' and
9701            'NDRPDR'"
9702   parameters:
9703   - "throughput"
9704   - "name"
9705   - "tags"
9706   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9707   x-axis: "X = VNFs per Service Chain"
9708   y-axis: "Y = Number of Service Chains"
9709   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9710   layout:
9711     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9712     layout: "plot-service-density"
9713
9714 # Plots - NF Density - VSC - PDR IMIX
9715 - type: "plot"
9716   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9717   algorithm: "plot_nf_heatmap"
9718   output-file-type: ".html"
9719   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9720   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9721   filter: "'NIC_Intel-XXV710' and
9722            'NF_DENSITY' and
9723            'VHOST' and
9724            'VXLAN' and
9725            'CHAIN' and
9726            'IMIX' and
9727            '2T1C' and
9728            'NDRPDR'"
9729   parameters:
9730   - "throughput"
9731   - "name"
9732   - "tags"
9733   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9734   x-axis: "X = VNFs per Service Chain"
9735   y-axis: "Y = Number of Service Chains"
9736   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9737   layout:
9738     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9739     layout: "plot-service-density"
9740
9741 - type: "plot"
9742   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9743   algorithm: "plot_nf_heatmap"
9744   output-file-type: ".html"
9745   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9746   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9747   filter: "'NIC_Intel-XXV710' and
9748            'NF_DENSITY' and
9749            'VHOST' and
9750            'VXLAN' and
9751            'CHAIN' and
9752            'IMIX' and
9753            '4T2C' and
9754            'NDRPDR'"
9755   parameters:
9756   - "throughput"
9757   - "name"
9758   - "tags"
9759   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9760   x-axis: "X = VNFs per Service Chain"
9761   y-axis: "Y = Number of Service Chains"
9762   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9763   layout:
9764     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9765     layout: "plot-service-density"
9766
9767 - type: "plot"
9768   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9769   algorithm: "plot_nf_heatmap"
9770   output-file-type: ".html"
9771   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9772   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9773   filter: "'NIC_Intel-XXV710' and
9774            'NF_DENSITY' and
9775            'VHOST' and
9776            'VXLAN' and
9777            'CHAIN' and
9778            'IMIX' and
9779            '8T4C' and
9780            'NDRPDR'"
9781   parameters:
9782   - "throughput"
9783   - "name"
9784   - "tags"
9785   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9786   x-axis: "X = VNFs per Service Chain"
9787   y-axis: "Y = Number of Service Chains"
9788   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9789   layout:
9790     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9791     layout: "plot-service-density"
9792
9793 # Plots - NF Density - CSC - MRR IMIX
9794 - type: "plot"
9795   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9796   algorithm: "plot_nf_heatmap"
9797   output-file-type: ".html"
9798   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
9799   data: "plot-vpp-nfv-2n-clx-mrr"
9800   filter: "'NIC_Intel-XXV710' and
9801            'NF_DENSITY' and
9802            'DOCKER' and
9803            'CHAIN' and
9804            'NF_VPPIP4' and
9805            'IMIX' and
9806            '2T1C' and
9807            'MRR'"
9808   parameters:
9809   - "result"
9810   - "name"
9811   - "tags"
9812   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9813   x-axis: "X = CNFs per Service Chain"
9814   y-axis: "Y = Number of Service Chains"
9815   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9816   layout:
9817     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9818     layout: "plot-service-density"
9819
9820 - type: "plot"
9821   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9822   algorithm: "plot_nf_heatmap"
9823   output-file-type: ".html"
9824   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
9825   data: "plot-vpp-nfv-2n-clx-mrr"
9826   filter: "'NIC_Intel-XXV710' and
9827            'NF_DENSITY' and
9828            'DOCKER' and
9829            'CHAIN' and
9830            'NF_VPPIP4' and
9831            'IMIX' and
9832            '4T2C' and
9833            'MRR'"
9834   parameters:
9835   - "result"
9836   - "name"
9837   - "tags"
9838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9839   x-axis: "X = CNFs per Service Chain"
9840   y-axis: "Y = Number of Service Chains"
9841   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9842   layout:
9843     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9844     layout: "plot-service-density"
9845
9846 - type: "plot"
9847   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9848   algorithm: "plot_nf_heatmap"
9849   output-file-type: ".html"
9850   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
9851   data: "plot-vpp-nfv-2n-clx-mrr"
9852   filter: "'NIC_Intel-XXV710' and
9853            'NF_DENSITY' and
9854            'DOCKER' and
9855            'CHAIN' and
9856            'NF_VPPIP4' and
9857            'IMIX' and
9858            '8T4C' and
9859            'MRR'"
9860   parameters:
9861   - "result"
9862   - "name"
9863   - "tags"
9864   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9865   x-axis: "X = CNFs per Service Chain"
9866   y-axis: "Y = Number of Service Chains"
9867   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9868   layout:
9869     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9870     layout: "plot-service-density"
9871
9872 # Plots - NF Density - CSC - NDR IMIX
9873 - type: "plot"
9874   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9875   algorithm: "plot_nf_heatmap"
9876   output-file-type: ".html"
9877   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
9878   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9879   filter: "'NIC_Intel-XXV710' and
9880            'NF_DENSITY' and
9881            'DOCKER' and
9882            'CHAIN' and
9883            'NF_VPPIP4' and
9884            'IMIX' and
9885            '2T1C' and
9886            'NDRPDR'"
9887   parameters:
9888   - "throughput"
9889   - "name"
9890   - "tags"
9891   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9892   x-axis: "X = CNFs per Service Chain"
9893   y-axis: "Y = Number of Service Chains"
9894   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9895   layout:
9896     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9897     layout: "plot-service-density"
9898
9899 - type: "plot"
9900   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9901   algorithm: "plot_nf_heatmap"
9902   output-file-type: ".html"
9903   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
9904   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9905   filter: "'NIC_Intel-XXV710' and
9906            'NF_DENSITY' and
9907            'DOCKER' and
9908            'CHAIN' and
9909            'NF_VPPIP4' and
9910            'IMIX' and
9911            '4T2C' and
9912            'NDRPDR'"
9913   parameters:
9914   - "throughput"
9915   - "name"
9916   - "tags"
9917   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9918   x-axis: "X = CNFs per Service Chain"
9919   y-axis: "Y = Number of Service Chains"
9920   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9921   layout:
9922     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9923     layout: "plot-service-density"
9924
9925 - type: "plot"
9926   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9927   algorithm: "plot_nf_heatmap"
9928   output-file-type: ".html"
9929   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
9930   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9931   filter: "'NIC_Intel-XXV710' and
9932            'NF_DENSITY' and
9933            'DOCKER' and
9934            'CHAIN' and
9935            'NF_VPPIP4' and
9936            'IMIX' and
9937            '8T4C' and
9938            'NDRPDR'"
9939   parameters:
9940   - "throughput"
9941   - "name"
9942   - "tags"
9943   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9944   x-axis: "X = CNFs per Service Chain"
9945   y-axis: "Y = Number of Service Chains"
9946   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9947   layout:
9948     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9949     layout: "plot-service-density"
9950
9951 # Plots - NF Density - CSC - PDR IMIX
9952 - type: "plot"
9953   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9954   algorithm: "plot_nf_heatmap"
9955   output-file-type: ".html"
9956   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
9957   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9958   filter: "'NIC_Intel-XXV710' and
9959            'NF_DENSITY' and
9960            'DOCKER' and
9961            'CHAIN' and
9962            'NF_VPPIP4' and
9963            'IMIX' and
9964            '2T1C' and
9965            'NDRPDR'"
9966   parameters:
9967   - "throughput"
9968   - "name"
9969   - "tags"
9970   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9971   x-axis: "X = CNFs per Service Chain"
9972   y-axis: "Y = Number of Service Chains"
9973   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9974   layout:
9975     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9976     layout: "plot-service-density"
9977
9978 - type: "plot"
9979   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9980   algorithm: "plot_nf_heatmap"
9981   output-file-type: ".html"
9982   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
9983   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9984   filter: "'NIC_Intel-XXV710' and
9985            'NF_DENSITY' and
9986            'DOCKER' and
9987            'CHAIN' and
9988            'NF_VPPIP4' and
9989            'IMIX' and
9990            '4T2C' and
9991            'NDRPDR'"
9992   parameters:
9993   - "throughput"
9994   - "name"
9995   - "tags"
9996   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9997   x-axis: "X = CNFs per Service Chain"
9998   y-axis: "Y = Number of Service Chains"
9999   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10000   layout:
10001     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10002     layout: "plot-service-density"
10003
10004 - type: "plot"
10005   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10006   algorithm: "plot_nf_heatmap"
10007   output-file-type: ".html"
10008   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10009   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10010   filter: "'NIC_Intel-XXV710' and
10011            'NF_DENSITY' and
10012            'DOCKER' and
10013            'CHAIN' and
10014            'NF_VPPIP4' and
10015            'IMIX' and
10016            '8T4C' and
10017            'NDRPDR'"
10018   parameters:
10019   - "throughput"
10020   - "name"
10021   - "tags"
10022   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10023   x-axis: "X = CNFs per Service Chain"
10024   y-axis: "Y = Number of Service Chains"
10025   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10026   layout:
10027     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10028     layout: "plot-service-density"
10029
10030 # Plots - NF Density - CSP - MRR IMIX
10031 - type: "plot"
10032   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10033   algorithm: "plot_nf_heatmap"
10034   output-file-type: ".html"
10035   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10036   data: "plot-vpp-nfv-2n-clx-mrr"
10037   filter: "'NIC_Intel-XXV710' and
10038            'NF_DENSITY' and
10039            'DOCKER' and
10040            'PIPELINE' and
10041            'NF_VPPIP4' and
10042            'IMIX' and
10043            '2T1C' and
10044            'MRR'"
10045   parameters:
10046   - "result"
10047   - "name"
10048   - "tags"
10049   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10050   x-axis: "X = CNFs per Service Pipeline"
10051   y-axis: "Y = Number of Service Pipelines"
10052   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10053   layout:
10054     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10055     layout: "plot-service-density"
10056
10057 - type: "plot"
10058   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10059   algorithm: "plot_nf_heatmap"
10060   output-file-type: ".html"
10061   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10062   data: "plot-vpp-nfv-2n-clx-mrr"
10063   filter: "'NIC_Intel-XXV710' and
10064            'NF_DENSITY' and
10065            'DOCKER' and
10066            'PIPELINE' and
10067            'NF_VPPIP4' and
10068            'IMIX' and
10069            '4T2C' and
10070            'MRR'"
10071   parameters:
10072   - "result"
10073   - "name"
10074   - "tags"
10075   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10076   x-axis: "X = CNFs per Service Pipeline"
10077   y-axis: "Y = Number of Service Pipelines"
10078   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10079   layout:
10080     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10081     layout: "plot-service-density"
10082
10083 - type: "plot"
10084   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10085   algorithm: "plot_nf_heatmap"
10086   output-file-type: ".html"
10087   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10088   data: "plot-vpp-nfv-2n-clx-mrr"
10089   filter: "'NIC_Intel-XXV710' and
10090            'NF_DENSITY' and
10091            'DOCKER' and
10092            'PIPELINE' and
10093            'NF_VPPIP4' and
10094            'IMIX' and
10095            '8T4C' and
10096            'MRR'"
10097   parameters:
10098   - "result"
10099   - "name"
10100   - "tags"
10101   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10102   x-axis: "X = CNFs per Service Pipeline"
10103   y-axis: "Y = Number of Service Pipelines"
10104   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10105   layout:
10106     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10107     layout: "plot-service-density"
10108
10109 # Plots - NF Density - CSP - NDR IMIX
10110 - type: "plot"
10111   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10112   algorithm: "plot_nf_heatmap"
10113   output-file-type: ".html"
10114   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10115   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10116   filter: "'NIC_Intel-XXV710' and
10117            'NF_DENSITY' and
10118            'DOCKER' and
10119            'PIPELINE' and
10120            'NF_VPPIP4' and
10121            'IMIX' and
10122            '2T1C' and
10123            'NDRPDR'"
10124   parameters:
10125   - "throughput"
10126   - "name"
10127   - "tags"
10128   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10129   x-axis: "X = CNFs per Service Pipeline"
10130   y-axis: "Y = Number of Service Pipelines"
10131   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10132   layout:
10133     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10134     layout: "plot-service-density"
10135
10136 - type: "plot"
10137   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10138   algorithm: "plot_nf_heatmap"
10139   output-file-type: ".html"
10140   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10141   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10142   filter: "'NIC_Intel-XXV710' and
10143            'NF_DENSITY' and
10144            'DOCKER' and
10145            'PIPELINE' and
10146            'NF_VPPIP4' and
10147            'IMIX' and
10148            '4T2C' and
10149            'NDRPDR'"
10150   parameters:
10151   - "throughput"
10152   - "name"
10153   - "tags"
10154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10155   x-axis: "X = CNFs per Service Pipeline"
10156   y-axis: "Y = Number of Service Pipelines"
10157   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10158   layout:
10159     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10160     layout: "plot-service-density"
10161
10162 - type: "plot"
10163   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10164   algorithm: "plot_nf_heatmap"
10165   output-file-type: ".html"
10166   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10167   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10168   filter: "'NIC_Intel-XXV710' and
10169            'NF_DENSITY' and
10170            'DOCKER' and
10171            'PIPELINE' and
10172            'NF_VPPIP4' and
10173            'IMIX' and
10174            '8T4C' and
10175            'NDRPDR'"
10176   parameters:
10177   - "throughput"
10178   - "name"
10179   - "tags"
10180   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10181   x-axis: "X = CNFs per Service Pipeline"
10182   y-axis: "Y = Number of Service Pipelines"
10183   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10184   layout:
10185     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10186     layout: "plot-service-density"
10187
10188 # Plots - NF Density - CSP - PDR IMIX
10189 - type: "plot"
10190   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10191   algorithm: "plot_nf_heatmap"
10192   output-file-type: ".html"
10193   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10194   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10195   filter: "'NIC_Intel-XXV710' and
10196            'NF_DENSITY' and
10197            'DOCKER' and
10198            'PIPELINE' and
10199            'NF_VPPIP4' and
10200            'IMIX' and
10201            '2T1C' and
10202            'NDRPDR'"
10203   parameters:
10204   - "throughput"
10205   - "name"
10206   - "tags"
10207   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10208   x-axis: "X = CNFs per Service Pipeline"
10209   y-axis: "Y = Number of Service Pipelines"
10210   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10211   layout:
10212     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10213     layout: "plot-service-density"
10214
10215 - type: "plot"
10216   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10217   algorithm: "plot_nf_heatmap"
10218   output-file-type: ".html"
10219   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10220   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10221   filter: "'NIC_Intel-XXV710' and
10222            'NF_DENSITY' and
10223            'DOCKER' and
10224            'PIPELINE' and
10225            'NF_VPPIP4' and
10226            'IMIX' and
10227            '4T2C' and
10228            'NDRPDR'"
10229   parameters:
10230   - "throughput"
10231   - "name"
10232   - "tags"
10233   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10234   x-axis: "X = CNFs per Service Pipeline"
10235   y-axis: "Y = Number of Service Pipelines"
10236   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10237   layout:
10238     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10239     layout: "plot-service-density"
10240
10241 - type: "plot"
10242   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10243   algorithm: "plot_nf_heatmap"
10244   output-file-type: ".html"
10245   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10246   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10247   filter: "'NIC_Intel-XXV710' and
10248            'NF_DENSITY' and
10249            'DOCKER' and
10250            'PIPELINE' and
10251            'NF_VPPIP4' and
10252            'IMIX' and
10253            '8T4C' and
10254            'NDRPDR'"
10255   parameters:
10256   - "throughput"
10257   - "name"
10258   - "tags"
10259   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10260   x-axis: "X = CNFs per Service Pipeline"
10261   y-axis: "Y = Number of Service Pipelines"
10262   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10263   layout:
10264     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10265     layout: "plot-service-density"
10266
10267 ################################################################################
10268
10269 # Packet Throughput
10270
10271 #- type: "plot"
10272 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10273 #  algorithm: "plot_perf_box_name"
10274 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10275 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10276 #  include:
10277 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10278 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10279 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10280 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10281 #  layout:
10282 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10283 #    layout: "plot-throughput"
10284 #
10285 #- type: "plot"
10286 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10287 #  algorithm: "plot_perf_box_name"
10288 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10289 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10290 #  include:
10291 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10292 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10293 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10294 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10295 #  layout:
10296 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10297 #    layout: "plot-throughput"
10298 #
10299 #- type: "plot"
10300 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10301 #  algorithm: "plot_perf_box_name"
10302 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10303 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10304 #  include:
10305 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10306 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10307 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10308 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10309 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10310 #  layout:
10311 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10312 #    layout: "plot-throughput"
10313 #
10314 #- type: "plot"
10315 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10316 #  algorithm: "plot_perf_box_name"
10317 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10318 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10319 #  include:
10320 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10321 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10322 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10323 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10324 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10325 #  layout:
10326 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10327 #    layout: "plot-throughput"
10328
10329 - type: "plot"
10330   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10331   algorithm: "plot_perf_box_name"
10332   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10333   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10334   include:
10335     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10336     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10337     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10338     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10339     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10340   layout:
10341     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10342     layout: "plot-throughput"
10343
10344 - type: "plot"
10345   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10346   algorithm: "plot_perf_box_name"
10347   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10348   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10349   include:
10350     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10351     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10352     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10353     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10354     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10355   layout:
10356     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10357     layout: "plot-throughput"
10358
10359 #- type: "plot"
10360 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10361 #  algorithm: "plot_perf_box_name"
10362 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10363 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10364 #  include:
10365 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10366 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10367 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10368 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10369 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10370 #  layout:
10371 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10372 #    layout: "plot-throughput"
10373 #
10374 #- type: "plot"
10375 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10376 #  algorithm: "plot_perf_box_name"
10377 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10378 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10379 #  include:
10380 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10381 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10382 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10383 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10384 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10385 #  layout:
10386 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10387 #    layout: "plot-throughput"
10388 #
10389 #- type: "plot"
10390 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10391 #  algorithm: "plot_perf_box_name"
10392 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10393 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10394 #  include:
10395 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10396 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10397 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10398 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10399 #  layout:
10400 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10401 #    layout: "plot-throughput"
10402 #
10403 #- type: "plot"
10404 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10405 #  algorithm: "plot_perf_box_name"
10406 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10407 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10408 #  include:
10409 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10410 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10411 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10412 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10413 #  layout:
10414 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10415 #    layout: "plot-throughput"
10416 #
10417 #- type: "plot"
10418 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10419 #  algorithm: "plot_perf_box_name"
10420 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10421 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10422 #  include:
10423 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10424 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10425 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10426 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10427 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10428 #  layout:
10429 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10430 #    layout: "plot-throughput"
10431 #
10432 #- type: "plot"
10433 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10434 #  algorithm: "plot_perf_box_name"
10435 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10436 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10437 #  include:
10438 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10439 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10440 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10441 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10442 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10443 #  layout:
10444 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10445 #    layout: "plot-throughput"
10446 #
10447 #- type: "plot"
10448 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10449 #  algorithm: "plot_perf_box_name"
10450 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10451 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10452 #  include:
10453 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10454 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10455 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10456 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10457 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10458 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10459 #  layout:
10460 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10461 #    layout: "plot-throughput"
10462 #
10463 #- type: "plot"
10464 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10465 #  algorithm: "plot_perf_box_name"
10466 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10467 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10468 #  include:
10469 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10470 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10471 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10472 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10473 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10474 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10475 #  layout:
10476 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10477 #    layout: "plot-throughput"
10478
10479 - type: "plot"
10480   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10481   algorithm: "plot_perf_box_name"
10482   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10483   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10484   include:
10485     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10486     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10487     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10488   layout:
10489     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10490     layout: "plot-throughput"
10491
10492 - type: "plot"
10493   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10494   algorithm: "plot_perf_box_name"
10495   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10496   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10497   include:
10498     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10499     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10500     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10501   layout:
10502     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10503     layout: "plot-throughput"
10504
10505 #- type: "plot"
10506 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10507 #  algorithm: "plot_perf_box_name"
10508 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10509 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10510 #  include:
10511 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10512 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10513 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10514 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10515 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10516 #  layout:
10517 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10518 #    layout: "plot-throughput"
10519 #
10520 #- type: "plot"
10521 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10522 #  algorithm: "plot_perf_box_name"
10523 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10524 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10525 #  include:
10526 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10527 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10528 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10529 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10530 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10531 #  layout:
10532 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10533 #    layout: "plot-throughput"
10534 #
10535 #- type: "plot"
10536 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10537 #  algorithm: "plot_perf_box_name"
10538 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10539 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10540 #  include:
10541 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10542 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10543 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10544 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10545 #  layout:
10546 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10547 #    layout: "plot-throughput"
10548 #
10549 #- type: "plot"
10550 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10551 #  algorithm: "plot_perf_box_name"
10552 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10553 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10554 #  include:
10555 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10556 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10557 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10558 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10559 #  layout:
10560 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10561 #    layout: "plot-throughput"
10562 #
10563 #- type: "plot"
10564 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10565 #  algorithm: "plot_perf_box_name"
10566 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10567 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10568 #  include:
10569 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10570 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10571 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10572 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10573 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10574 #  layout:
10575 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10576 #    layout: "plot-throughput"
10577 #
10578 #- type: "plot"
10579 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10580 #  algorithm: "plot_perf_box_name"
10581 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10582 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10583 #  include:
10584 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10585 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10586 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10587 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10588 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10589 #  layout:
10590 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10591 #    layout: "plot-throughput"
10592 #
10593 #- type: "plot"
10594 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10595 #  algorithm: "plot_perf_box_name"
10596 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10597 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10598 #  include:
10599 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10600 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10601 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10602 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10603 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10604 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10605 #  layout:
10606 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10607 #    layout: "plot-throughput"
10608 #
10609 #- type: "plot"
10610 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10611 #  algorithm: "plot_perf_box_name"
10612 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10613 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10614 #  include:
10615 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10616 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10617 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10618 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10619 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10620 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10621 #  layout:
10622 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10623 #    layout: "plot-throughput"
10624
10625 - type: "plot"
10626   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10627   algorithm: "plot_perf_box_name"
10628   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10629   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10630   include:
10631     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10632     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10633     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10634     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10635     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10636   layout:
10637     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10638     layout: "plot-throughput"
10639
10640 - type: "plot"
10641   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10642   algorithm: "plot_perf_box_name"
10643   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10644   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10645   include:
10646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10647     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10651   layout:
10652     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10653     layout: "plot-throughput"
10654
10655 - type: "plot"
10656   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10657   algorithm: "plot_perf_box_name"
10658   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10659   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10660   include:
10661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10666     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10667   layout:
10668     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10669     layout: "plot-throughput"
10670
10671 - type: "plot"
10672   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10673   algorithm: "plot_perf_box_name"
10674   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10675   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10676   include:
10677     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10678     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10679     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10680     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10681     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10682     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10683   layout:
10684     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10685     layout: "plot-throughput"
10686
10687 - type: "plot"
10688   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10689   algorithm: "plot_perf_box_name"
10690   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10691   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10692   include:
10693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10698   layout:
10699     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10700     layout: "plot-throughput"
10701
10702 - type: "plot"
10703   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10704   algorithm: "plot_perf_box_name"
10705   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10706   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10707   include:
10708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10713   layout:
10714     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10715     layout: "plot-throughput"
10716
10717 - type: "plot"
10718   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10719   algorithm: "plot_perf_box_name"
10720   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10721   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10722   include:
10723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10729   layout:
10730     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10731     layout: "plot-throughput"
10732
10733 - type: "plot"
10734   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10735   algorithm: "plot_perf_box_name"
10736   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10737   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10738   include:
10739     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10740     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10741     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10742     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10743     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10744     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10745   layout:
10746     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10747     layout: "plot-throughput"
10748
10749 - type: "plot"
10750   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10751   algorithm: "plot_perf_box_name"
10752   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10753   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10754   include:
10755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10757     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10758     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10759     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10760   layout:
10761     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10762     layout: "plot-throughput"
10763
10764 - type: "plot"
10765   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10766   algorithm: "plot_perf_box_name"
10767   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10768   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10769   include:
10770     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10771     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10772     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10773     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10774     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10775   layout:
10776     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10777     layout: "plot-throughput"
10778
10779 - type: "plot"
10780   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10781   algorithm: "plot_perf_box_name"
10782   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10783   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10784   include:
10785     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10786     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10787     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10788     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10789     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10790     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10791   layout:
10792     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10793     layout: "plot-throughput"
10794
10795 - type: "plot"
10796   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10797   algorithm: "plot_perf_box_name"
10798   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10799   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10800   include:
10801     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10802     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10803     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10804     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10805     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10806     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10807   layout:
10808     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10809     layout: "plot-throughput"
10810
10811 - type: "plot"
10812   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10813   algorithm: "plot_perf_box_name"
10814   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10815   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10816   include:
10817     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10818     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10819   layout:
10820     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
10821     layout: "plot-throughput"
10822
10823 - type: "plot"
10824   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10825   algorithm: "plot_perf_box_name"
10826   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10828   include:
10829     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10830     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10831   layout:
10832     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
10833     layout: "plot-throughput"
10834
10835 #- type: "plot"
10836 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10837 #  algorithm: "plot_perf_box_name"
10838 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10839 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10840 #  include:
10841 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10842 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10843 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10844 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10845 #  layout:
10846 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
10847 #    layout: "plot-throughput"
10848 #
10849 #- type: "plot"
10850 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10851 #  algorithm: "plot_perf_box_name"
10852 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10853 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10854 #  include:
10855 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10856 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10857 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10858 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10859 #  layout:
10860 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
10861 #    layout: "plot-throughput"
10862
10863 - type: "plot"
10864   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10865   algorithm: "plot_perf_box_name"
10866   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10867   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10868   include:
10869     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10870     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10871     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10872     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10873   layout:
10874     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10875     layout: "plot-throughput"
10876
10877 - type: "plot"
10878   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10879   algorithm: "plot_perf_box_name"
10880   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10881   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10882   include:
10883     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10884     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10885     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10886     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10887   layout:
10888     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10889     layout: "plot-throughput"
10890
10891 - type: "plot"
10892   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10893   algorithm: "plot_perf_box_name"
10894   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10895   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10896   include:
10897     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10898     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10899     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10900     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10901   layout:
10902     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10903     layout: "plot-throughput"
10904
10905 - type: "plot"
10906   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10907   algorithm: "plot_perf_box_name"
10908   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10909   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10910   include:
10911     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10912     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10913     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10914     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10915   layout:
10916     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10917     layout: "plot-throughput"
10918
10919 #- type: "plot"
10920 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10921 #  algorithm: "plot_perf_box_name"
10922 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10923 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10924 #  include:
10925 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10926 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10927 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10928 #  layout:
10929 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10930 #    layout: "plot-throughput"
10931 #
10932 #- type: "plot"
10933 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10934 #  algorithm: "plot_perf_box_name"
10935 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10936 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10937 #  include:
10938 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10939 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10940 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10941 #  layout:
10942 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10943 #    layout: "plot-throughput"
10944 #
10945 #- type: "plot"
10946 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10947 #  algorithm: "plot_perf_box_name"
10948 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10949 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10950 #  include:
10951 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10952 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10953 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10954 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10955 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10956 #  layout:
10957 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
10958 #    layout: "plot-throughput"
10959 #
10960 #- type: "plot"
10961 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10962 #  algorithm: "plot_perf_box_name"
10963 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10964 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10965 #  include:
10966 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10967 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10968 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10969 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10970 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10971 #  layout:
10972 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
10973 #    layout: "plot-throughput"
10974
10975 - type: "plot"
10976   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10977   algorithm: "plot_perf_box_name"
10978   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10980   include:
10981     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10983     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10984   layout:
10985     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
10986     layout: "plot-throughput"
10987
10988 - type: "plot"
10989   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10990   algorithm: "plot_perf_box_name"
10991   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10992   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10993   include:
10994     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10995     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10996     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10997   layout:
10998     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
10999     layout: "plot-throughput"
11000
11001 #- type: "plot"
11002 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11003 #  algorithm: "plot_perf_box_name"
11004 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11005 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11006 #  include:
11007 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11008 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11009 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11010 #  layout:
11011 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11012 #    layout: "plot-throughput"
11013 #
11014 #- type: "plot"
11015 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11016 #  algorithm: "plot_perf_box_name"
11017 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11018 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11019 #  include:
11020 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11021 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11022 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11023 #  layout:
11024 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11025 #    layout: "plot-throughput"
11026 #
11027 #- type: "plot"
11028 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11029 #  algorithm: "plot_perf_box_name"
11030 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11031 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11032 #  include:
11033 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11034 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11035 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11036 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11037 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11038 #  layout:
11039 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11040 #    layout: "plot-throughput"
11041 #
11042 #- type: "plot"
11043 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11044 #  algorithm: "plot_perf_box_name"
11045 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11046 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11047 #  include:
11048 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11049 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11050 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11051 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11052 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11053 #  layout:
11054 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11055 #    layout: "plot-throughput"
11056
11057 - type: "plot"
11058   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11059   algorithm: "plot_perf_box_name"
11060   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11061   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11062   include:
11063     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11065     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11066     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11067     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11068   layout:
11069     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11070     layout: "plot-throughput"
11071
11072 - type: "plot"
11073   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11074   algorithm: "plot_perf_box_name"
11075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11077   include:
11078     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11079     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11080     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11081     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11082     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11083   layout:
11084     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11085     layout: "plot-throughput"
11086
11087 - type: "plot"
11088   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11089   algorithm: "plot_perf_box_name"
11090   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11091   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11092   include:
11093     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11094     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11098   layout:
11099     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11100     layout: "plot-throughput"
11101
11102 - type: "plot"
11103   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11104   algorithm: "plot_perf_box_name"
11105   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11106   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11107   include:
11108     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11113   layout:
11114     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11115     layout: "plot-throughput"
11116
11117 - type: "plot"
11118   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11119   algorithm: "plot_perf_box_name"
11120   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11121   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11122   include:
11123     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11128   layout:
11129     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11130     layout: "plot-throughput"
11131
11132 - type: "plot"
11133   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11134   algorithm: "plot_perf_box_name"
11135   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11136   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11137   include:
11138     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11139     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11140     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11141     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11142     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11143   layout:
11144     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11145     layout: "plot-throughput"
11146
11147 - type: "plot"
11148   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11149   algorithm: "plot_perf_box_name"
11150   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11151   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11152   include:
11153     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11154     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11155     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11156     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11157     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11158     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11159   layout:
11160     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11161     layout: "plot-throughput"
11162
11163 - type: "plot"
11164   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11165   algorithm: "plot_perf_box_name"
11166   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11167   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11168   include:
11169     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11170     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11171     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11172     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11173     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11174     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11175   layout:
11176     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11177     layout: "plot-throughput"
11178
11179 - type: "plot"
11180   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11181   algorithm: "plot_perf_box_name"
11182   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11184   include:
11185     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11186     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11187     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11188     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11189   layout:
11190     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11191     layout: "plot-throughput"
11192
11193 - type: "plot"
11194   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11195   algorithm: "plot_perf_box_name"
11196   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11197   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11198   include:
11199     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11200     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11201     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11202     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11203   layout:
11204     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11205     layout: "plot-throughput"
11206
11207 #- type: "plot"
11208 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11209 #  algorithm: "plot_perf_box_name"
11210 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11211 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11212 #  include:
11213 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11214 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11215 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11216 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11217 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11218 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11219 #  layout:
11220 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11221 #    layout: "plot-throughput"
11222 #
11223 #- type: "plot"
11224 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11225 #  algorithm: "plot_perf_box_name"
11226 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11227 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11228 #  include:
11229 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11230 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11231 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11232 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11233 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11234 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11235 #  layout:
11236 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11237 #    layout: "plot-throughput"
11238
11239 - type: "plot"
11240   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11241   algorithm: "plot_perf_box_name"
11242   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11243   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11244   include:
11245     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11246 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11247     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11248 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11249     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11250 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11251   layout:
11252     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11253     layout: "plot-throughput"
11254
11255 - type: "plot"
11256   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11257   algorithm: "plot_perf_box_name"
11258   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11259   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11260   include:
11261     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11262 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11263     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11264 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11265     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11266 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11267   layout:
11268     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11269     layout: "plot-throughput"
11270
11271 - type: "plot"
11272   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11273   algorithm: "plot_perf_box_name"
11274   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11275   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11276   include:
11277     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11278     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11279     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11280     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11281     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11282     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11283   layout:
11284     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11285     layout: "plot-throughput"
11286
11287 - type: "plot"
11288   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11289   algorithm: "plot_perf_box_name"
11290   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11291   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11292   include:
11293     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11294     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11295     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11296     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11297     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11298     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11299   layout:
11300     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11301     layout: "plot-throughput"
11302
11303 #- type: "plot"
11304 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11305 #  algorithm: "plot_perf_box_name"
11306 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11307 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11308 #  include:
11309 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11310 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11311 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11312 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11313 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11314 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11315 #  layout:
11316 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11317 #    layout: "plot-throughput"
11318 #
11319 #- type: "plot"
11320 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11321 #  algorithm: "plot_perf_box_name"
11322 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11323 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11324 #  include:
11325 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11326 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11327 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11328 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11329 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11330 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11331 #  layout:
11332 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11333 #    layout: "plot-throughput"
11334 #
11335 #- type: "plot"
11336 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11337 #  algorithm: "plot_perf_box_name"
11338 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11339 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11340 #  include:
11341 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11342 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11343 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11344 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11345 #  layout:
11346 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11347 #    layout: "plot-throughput"
11348 #
11349 #- type: "plot"
11350 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11351 #  algorithm: "plot_perf_box_name"
11352 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11353 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11354 #  include:
11355 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11356 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11357 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11358 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11359 #  layout:
11360 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11361 #    layout: "plot-throughput"
11362 #
11363 #- type: "plot"
11364 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11365 #  algorithm: "plot_perf_box_name"
11366 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11367 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11368 #  include:
11369 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11370 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11371 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11372 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11373 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11374 #  layout:
11375 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11376 #    layout: "plot-throughput"
11377 #
11378 #- type: "plot"
11379 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11380 #  algorithm: "plot_perf_box_name"
11381 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11382 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11383 #  include:
11384 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11385 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11386 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11387 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11388 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11389 #  layout:
11390 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11391 #    layout: "plot-throughput"
11392 #
11393 #- type: "plot"
11394 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11395 #  algorithm: "plot_perf_box_name"
11396 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11397 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11398 #  include:
11399 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11400 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11401 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11402 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11403 #  layout:
11404 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11405 #    layout: "plot-throughput"
11406 #
11407 #- type: "plot"
11408 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11409 #  algorithm: "plot_perf_box_name"
11410 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11411 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11412 #  include:
11413 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11414 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11415 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11416 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11417 #  layout:
11418 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11419 #    layout: "plot-throughput"
11420
11421 - type: "plot"
11422   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11423   algorithm: "plot_perf_box_name"
11424   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11425   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11426   include:
11427     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11428     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11429     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11430     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11431     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11432     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11433   layout:
11434     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11435     layout: "plot-throughput"
11436
11437 - type: "plot"
11438   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11439   algorithm: "plot_perf_box_name"
11440   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11441   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11442   include:
11443     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11444     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11445     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11446     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11447     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11448     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11449   layout:
11450     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11451     layout: "plot-throughput"
11452
11453 #- type: "plot"
11454 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11455 #  algorithm: "plot_perf_box_name"
11456 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11457 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11458 #  include:
11459 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11460 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11461 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11462 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11463 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11464 #  layout:
11465 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11466 #    layout: "plot-throughput"
11467 #
11468 #- type: "plot"
11469 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11470 #  algorithm: "plot_perf_box_name"
11471 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11472 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11473 #  include:
11474 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11475 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11476 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11477 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11478 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11479 #  layout:
11480 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11481 #    layout: "plot-throughput"
11482 #
11483 #- type: "plot"
11484 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11485 #  algorithm: "plot_perf_box_name"
11486 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11487 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11488 #  include:
11489 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11490 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11491 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11492 #  layout:
11493 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11494 #    layout: "plot-throughput"
11495 #
11496 #- type: "plot"
11497 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11498 #  algorithm: "plot_perf_box_name"
11499 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11500 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11501 #  include:
11502 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11503 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11504 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11505 #  layout:
11506 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11507 #    layout: "plot-throughput"
11508 #
11509 #- type: "plot"
11510 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11511 #  algorithm: "plot_perf_box_name"
11512 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11513 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11514 #  include:
11515 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11516 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11517 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11518 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11519 #  layout:
11520 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11521 #    layout: "plot-throughput"
11522 #
11523 #- type: "plot"
11524 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11525 #  algorithm: "plot_perf_box_name"
11526 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11527 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11528 #  include:
11529 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11530 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11531 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11532 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11533 #  layout:
11534 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11535 #    layout: "plot-throughput"
11536 #
11537 #- type: "plot"
11538 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11539 #  algorithm: "plot_perf_box_name"
11540 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11541 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11542 #  include:
11543 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11544 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11545 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11546 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11547 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11548 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11549 #  layout:
11550 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11551 #    layout: "plot-throughput"
11552 #
11553 #- type: "plot"
11554 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11555 #  algorithm: "plot_perf_box_name"
11556 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11557 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11558 #  include:
11559 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11560 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11561 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11562 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11563 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11564 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11565 #  layout:
11566 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11567 #    layout: "plot-throughput"
11568 #
11569 #- type: "plot"
11570 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11571 #  algorithm: "plot_perf_box_name"
11572 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11573 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11574 #  include:
11575 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11576 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11577 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11578 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11579 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11580 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11581 #  layout:
11582 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11583 #    layout: "plot-throughput"
11584 #
11585 #- type: "plot"
11586 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11587 #  algorithm: "plot_perf_box_name"
11588 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11589 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11590 #  include:
11591 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11592 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11593 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11594 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11595 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11596 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11597 #  layout:
11598 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11599 #    layout: "plot-throughput"
11600
11601 - type: "plot"
11602   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11603   algorithm: "plot_perf_box_name"
11604   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11605   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11606   include:
11607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11611   layout:
11612     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11613     layout: "plot-throughput"
11614
11615 - type: "plot"
11616   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11617   algorithm: "plot_perf_box_name"
11618   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11619   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11620   include:
11621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11625   layout:
11626     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11627     layout: "plot-throughput"
11628
11629 - type: "plot"
11630   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11631   algorithm: "plot_perf_box_name"
11632   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11633   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11634   include:
11635     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11636     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11637     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11638     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11639     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11641   layout:
11642     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11643     layout: "plot-throughput"
11644
11645 - type: "plot"
11646   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11647   algorithm: "plot_perf_box_name"
11648   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11649   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11650   include:
11651     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11652     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11655     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11657   layout:
11658     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11659     layout: "plot-throughput"
11660
11661 - type: "plot"
11662   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11663   algorithm: "plot_perf_box_name"
11664   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11665   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11666   include:
11667     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11668     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11669     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11670     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11671     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11672     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11673   layout:
11674     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11675     layout: "plot-throughput"
11676
11677 - type: "plot"
11678   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11679   algorithm: "plot_perf_box_name"
11680   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11681   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11682   include:
11683     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11684     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11685     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11686     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11687     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11688     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11689   layout:
11690     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11691     layout: "plot-throughput"
11692
11693 - type: "plot"
11694   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11695   algorithm: "plot_perf_box_name"
11696   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11697   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11698   include:
11699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11703   layout:
11704     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11705     layout: "plot-throughput"
11706
11707 - type: "plot"
11708   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11709   algorithm: "plot_perf_box_name"
11710   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11711   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11712   include:
11713     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11714     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11715     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11716     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11717   layout:
11718     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11719     layout: "plot-throughput"
11720
11721 - type: "plot"
11722   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11723   algorithm: "plot_perf_box_name"
11724   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11725   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11726   include:
11727     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11728     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11729     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11730     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11731     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11732     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11733   layout:
11734     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11735     layout: "plot-throughput"
11736
11737 - type: "plot"
11738   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11739   algorithm: "plot_perf_box_name"
11740   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11741   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11742   include:
11743     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11744     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11745     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11746     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11747     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11748     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11749   layout:
11750     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11751     layout: "plot-throughput"
11752
11753 - type: "plot"
11754   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11755   algorithm: "plot_perf_box_name"
11756   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11757   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11758   include:
11759     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11760     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11761     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11762     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11763   layout:
11764     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11765     layout: "plot-throughput"
11766
11767 - type: "plot"
11768   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11769   algorithm: "plot_perf_box_name"
11770   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11771   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11772   include:
11773     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11774     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11775     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11776     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11777   layout:
11778     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11779     layout: "plot-throughput"
11780
11781 - type: "plot"
11782   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11783   algorithm: "plot_perf_box_name"
11784   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11785   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11786   include:
11787     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11788     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11789     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11790     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11791     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11792     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11793   layout:
11794     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11795     layout: "plot-throughput"
11796
11797 - type: "plot"
11798   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11799   algorithm: "plot_perf_box_name"
11800   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11801   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11802   include:
11803     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11804     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11805     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11806     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11807     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11808     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11809   layout:
11810     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11811     layout: "plot-throughput"
11812
11813 - type: "plot"
11814   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11815   algorithm: "plot_perf_box_name"
11816   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11817   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11818   include:
11819     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11820     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11821     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11822     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11823     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11824     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11825   layout:
11826     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11827     layout: "plot-throughput"
11828
11829 - type: "plot"
11830   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11831   algorithm: "plot_perf_box_name"
11832   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11833   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11834   include:
11835     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11836     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11837     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11838     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11839     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11840     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11841   layout:
11842     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11843     layout: "plot-throughput"
11844
11845 - type: "plot"
11846   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11847   algorithm: "plot_perf_box_name"
11848   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11849   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11850   include:
11851     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11852     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11853     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11854     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11855     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11856     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11857   layout:
11858     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
11859     layout: "plot-throughput"
11860
11861 - type: "plot"
11862   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11863   algorithm: "plot_perf_box_name"
11864   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11866   include:
11867     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11868     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11869     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11870     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11871     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11872     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11873   layout:
11874     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
11875     layout: "plot-throughput"
11876
11877 #- type: "plot"
11878 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11879 #  algorithm: "plot_perf_box_name"
11880 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11881 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11882 #  include:
11883 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11884 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11885 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11886 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11887 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11888 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11889 #  layout:
11890 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
11891 #    layout: "plot-throughput"
11892 #
11893 #- type: "plot"
11894 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11895 #  algorithm: "plot_perf_box_name"
11896 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11897 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11898 #  include:
11899 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11900 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11901 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11902 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11903 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11904 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11905 #  layout:
11906 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
11907 #    layout: "plot-throughput"
11908
11909 - type: "plot"
11910   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11911   algorithm: "plot_perf_box_name"
11912   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11913   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11914   include:
11915     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11916     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11917     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11918     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11919     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11920     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11921   layout:
11922     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11923     layout: "plot-throughput"
11924
11925 - type: "plot"
11926   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11927   algorithm: "plot_perf_box_name"
11928   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11929   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11930   include:
11931     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11932     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11933     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11934     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11935     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11936     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11937   layout:
11938     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11939     layout: "plot-throughput"
11940
11941 #- type: "plot"
11942 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11943 #  algorithm: "plot_perf_box_name"
11944 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11945 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11946 #  include:
11947 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11948 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11949 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11950 #  layout:
11951 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11952 #    layout: "plot-throughput"
11953 #
11954 #- type: "plot"
11955 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11956 #  algorithm: "plot_perf_box_name"
11957 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11958 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11959 #  include:
11960 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11961 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11962 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11963 #  layout:
11964 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11965 #    layout: "plot-throughput"
11966
11967 #- type: "plot"
11968 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11969 #  algorithm: "plot_perf_box_name"
11970 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11971 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11972 #  include:
11973 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11974 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11975 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11976 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11977 #  layout:
11978 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
11979 #    layout: "plot-throughput"
11980 #
11981 #- type: "plot"
11982 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11983 #  algorithm: "plot_perf_box_name"
11984 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11985 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11986 #  include:
11987 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11988 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11989 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11990 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11991 #  layout:
11992 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
11993 #    layout: "plot-throughput"
11994 #
11995 #- type: "plot"
11996 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11997 #  algorithm: "plot_perf_box_name"
11998 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
11999 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12000 #  include:
12001 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12002 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12003 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12004 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12005 #  layout:
12006 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12007 #    layout: "plot-throughput"
12008 #
12009 #- type: "plot"
12010 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12011 #  algorithm: "plot_perf_box_name"
12012 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12013 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12014 #  include:
12015 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12016 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12017 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12018 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12019 #  layout:
12020 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12021 #    layout: "plot-throughput"
12022
12023 - type: "plot"
12024   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12025   algorithm: "plot_perf_box_name"
12026   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12027   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12028   include:
12029     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12030     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12031     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12032     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12033   layout:
12034     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12035     layout: "plot-throughput"
12036
12037 - type: "plot"
12038   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12039   algorithm: "plot_perf_box_name"
12040   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12042   include:
12043     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12044     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12045     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12046     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12047   layout:
12048     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12049     layout: "plot-throughput"
12050
12051 - type: "plot"
12052   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12053   algorithm: "plot_perf_box_name"
12054   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12055   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12056   include:
12057     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12058     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12061   layout:
12062     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12063     layout: "plot-throughput"
12064
12065 - type: "plot"
12066   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12067   algorithm: "plot_perf_box_name"
12068   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12069   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12070   include:
12071     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12072     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12073     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12074     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12075   layout:
12076     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12077     layout: "plot-throughput"
12078
12079 #- type: "plot"
12080 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12081 #  algorithm: "plot_perf_box_name"
12082 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12083 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12084 #  include:
12085 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12086 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12087 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12088 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12089 #  layout:
12090 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12091 #    layout: "plot-throughput"
12092 #
12093 #- type: "plot"
12094 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12095 #  algorithm: "plot_perf_box_name"
12096 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12097 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12098 #  include:
12099 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12100 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12101 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12102 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12103 #  layout:
12104 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12105 #    layout: "plot-throughput"
12106 #
12107 #- type: "plot"
12108 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12109 #  algorithm: "plot_perf_box_name"
12110 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12111 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12112 #  include:
12113 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12114 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12115 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12116 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12117 #  layout:
12118 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12119 #    layout: "plot-throughput"
12120 #
12121 #- type: "plot"
12122 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12123 #  algorithm: "plot_perf_box_name"
12124 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12125 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12126 #  include:
12127 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12128 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12129 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12130 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12131 #  layout:
12132 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12133 #    layout: "plot-throughput"
12134 #
12135 #- type: "plot"
12136 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12137 #  algorithm: "plot_perf_box_name"
12138 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12139 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12140 #  include:
12141 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12142 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12143 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12144 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12145 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12146 #  layout:
12147 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12148 #    layout: "plot-throughput"
12149 #
12150 #- type: "plot"
12151 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12152 #  algorithm: "plot_perf_box_name"
12153 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12154 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12155 #  include:
12156 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12157 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12158 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12159 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12160 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12161 #  layout:
12162 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12163 #    layout: "plot-throughput"
12164 #
12165 #- type: "plot"
12166 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12167 #  algorithm: "plot_perf_box_name"
12168 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12169 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12170 #  include:
12171 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12172 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12173 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12174 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12175 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12176 #  layout:
12177 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12178 #    layout: "plot-throughput"
12179 #
12180 #- type: "plot"
12181 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12182 #  algorithm: "plot_perf_box_name"
12183 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12184 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12185 #  include:
12186 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12187 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12188 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12189 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12190 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12191 #  layout:
12192 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12193 #    layout: "plot-throughput"
12194 #
12195 #- type: "plot"
12196 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12197 #  algorithm: "plot_perf_box_name"
12198 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12199 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12200 #  include:
12201 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12202 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12203 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12204 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12205 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12206 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12207 #  layout:
12208 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12209 #    layout: "plot-throughput"
12210 #
12211 #- type: "plot"
12212 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12213 #  algorithm: "plot_perf_box_name"
12214 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12215 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12216 #  include:
12217 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12218 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12219 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12220 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12221 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12222 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12223 #  layout:
12224 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12225 #    layout: "plot-throughput"
12226 #
12227 #- type: "plot"
12228 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12229 #  algorithm: "plot_perf_box_name"
12230 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12231 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12232 #  include:
12233 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12234 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12235 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12236 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12237 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12238 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12239 #  layout:
12240 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12241 #    layout: "plot-throughput"
12242 #
12243 #- type: "plot"
12244 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12245 #  algorithm: "plot_perf_box_name"
12246 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12247 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12248 #  include:
12249 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12250 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12251 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12252 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12253 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12254 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12255 #  layout:
12256 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12257 #    layout: "plot-throughput"
12258
12259 - type: "plot"
12260   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12261   algorithm: "plot_perf_box_name"
12262   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12263   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12264   include:
12265     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12266     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12267     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12268     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12269     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12270   layout:
12271     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12272     layout: "plot-throughput"
12273
12274 - type: "plot"
12275   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12276   algorithm: "plot_perf_box_name"
12277   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12278   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12279   include:
12280     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12281     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12282     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12283     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12284     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12285   layout:
12286     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12287     layout: "plot-throughput"
12288
12289 #- type: "plot"
12290 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12291 #  algorithm: "plot_perf_box_name"
12292 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12293 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12294 #  include:
12295 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12296 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12297 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12298 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12299 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12300 #  layout:
12301 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12302 #    layout: "plot-throughput"
12303 #
12304 #- type: "plot"
12305 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12306 #  algorithm: "plot_perf_box_name"
12307 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12308 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12309 #  include:
12310 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12311 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12312 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12313 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12314 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12315 #  layout:
12316 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12317 #    layout: "plot-throughput"
12318
12319 #- type: "plot"
12320 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12321 #  algorithm: "plot_perf_box_name"
12322 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12323 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12324 #  include:
12325 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12326 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12327 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12328 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12329 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12330 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12331 #  layout:
12332 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12333 #    layout: "plot-throughput"
12334 #
12335 #- type: "plot"
12336 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12337 #  algorithm: "plot_perf_box_name"
12338 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12339 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12340 #  include:
12341 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12342 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12343 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12344 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12345 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12346 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12347 #  layout:
12348 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12349 #    layout: "plot-throughput"
12350
12351 #- type: "plot"
12352 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12353 #  algorithm: "plot_perf_box_name"
12354 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12355 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12356 #  include:
12357 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12358 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12359 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12360 #  layout:
12361 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12362 #    layout: "plot-throughput"
12363 #
12364 #- type: "plot"
12365 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12366 #  algorithm: "plot_perf_box_name"
12367 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12368 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12369 #  include:
12370 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12371 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12372 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12373 #  layout:
12374 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12375 #    layout: "plot-throughput"
12376
12377 ################################################################################
12378
12379 # Packet Speedup
12380
12381 #- type: "plot"
12382 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12383 #  algorithm: "plot_tsa_name"
12384 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12385 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12386 #  include:
12387 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12388 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12389 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12390 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12391 #  layout:
12392 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12393 #    layout: "plot-throughput-speedup-analysis"
12394 #
12395 #- type: "plot"
12396 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12397 #  algorithm: "plot_tsa_name"
12398 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12399 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12400 #  include:
12401 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12402 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12403 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12404 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12405 #  layout:
12406 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12407 #    layout: "plot-throughput-speedup-analysis"
12408 #
12409 #- type: "plot"
12410 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12411 #  algorithm: "plot_tsa_name"
12412 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12413 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12414 #  include:
12415 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12416 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12417 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12418 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12419 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12420 #  layout:
12421 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12422 #    layout: "plot-throughput-speedup-analysis"
12423 #
12424 #- type: "plot"
12425 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12426 #  algorithm: "plot_tsa_name"
12427 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12428 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12429 #  include:
12430 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12431 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12432 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12433 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12434 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12435 #  layout:
12436 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12437 #    layout: "plot-throughput-speedup-analysis"
12438 #
12439 #- type: "plot"
12440 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12441 #  algorithm: "plot_tsa_name"
12442 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12443 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12444 #  include:
12445 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12446 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12447 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12448 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12449 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12450 #  layout:
12451 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12452 #    layout: "plot-throughput-speedup-analysis"
12453 #
12454 #- type: "plot"
12455 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12456 #  algorithm: "plot_tsa_name"
12457 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12458 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12459 #  include:
12460 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12461 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12462 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12463 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12464 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12465 #  layout:
12466 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12467 #    layout: "plot-throughput-speedup-analysis"
12468 #
12469 #- type: "plot"
12470 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12471 #  algorithm: "plot_tsa_name"
12472 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12473 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12474 #  include:
12475 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12476 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12477 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12478 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12479 #  layout:
12480 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12481 #    layout: "plot-throughput-speedup-analysis"
12482 #
12483 #- type: "plot"
12484 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12485 #  algorithm: "plot_tsa_name"
12486 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12487 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12488 #  include:
12489 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12490 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12491 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12492 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12493 #  layout:
12494 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12495 #    layout: "plot-throughput-speedup-analysis"
12496 #
12497 #- type: "plot"
12498 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12499 #  algorithm: "plot_tsa_name"
12500 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12501 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12502 #  include:
12503 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12504 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12505 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12506 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12507 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12508 #  layout:
12509 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12510 #    layout: "plot-throughput-speedup-analysis"
12511 #
12512 #- type: "plot"
12513 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12514 #  algorithm: "plot_tsa_name"
12515 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12516 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12517 #  include:
12518 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12519 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12520 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12521 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12522 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12523 #  layout:
12524 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12525 #    layout: "plot-throughput-speedup-analysis"
12526 #
12527 #- type: "plot"
12528 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12529 #  algorithm: "plot_tsa_name"
12530 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12531 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12532 #  include:
12533 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12534 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12535 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12536 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12537 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12538 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12539 #  layout:
12540 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12541 #    layout: "plot-throughput-speedup-analysis"
12542 #
12543 #- type: "plot"
12544 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12545 #  algorithm: "plot_tsa_name"
12546 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12547 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12548 #  include:
12549 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12550 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12551 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12552 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12553 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12554 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12555 #  layout:
12556 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12557 #    layout: "plot-throughput-speedup-analysis"
12558
12559 - type: "plot"
12560   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12561   algorithm: "plot_tsa_name"
12562   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12563   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12564   include:
12565     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12566     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12567     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12568   layout:
12569     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12570     layout: "plot-throughput-speedup-analysis"
12571
12572 - type: "plot"
12573   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12574   algorithm: "plot_tsa_name"
12575   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12576   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12577   include:
12578     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12579     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12580     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12581   layout:
12582     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12583     layout: "plot-throughput-speedup-analysis"
12584
12585 #- type: "plot"
12586 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12587 #  algorithm: "plot_tsa_name"
12588 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12589 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12590 #  include:
12591 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12592 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12593 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12594 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12595 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12596 #  layout:
12597 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12598 #    layout: "plot-throughput-speedup-analysis"
12599 #
12600 #- type: "plot"
12601 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12602 #  algorithm: "plot_tsa_name"
12603 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12604 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12605 #  include:
12606 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12607 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12608 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12609 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12610 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12611 #  layout:
12612 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12613 #    layout: "plot-throughput-speedup-analysis"
12614 #
12615 #- type: "plot"
12616 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12617 #  algorithm: "plot_tsa_name"
12618 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12619 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12620 #  include:
12621 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12622 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12623 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12624 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12625 #  layout:
12626 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12627 #    layout: "plot-throughput-speedup-analysis"
12628 #
12629 #- type: "plot"
12630 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12631 #  algorithm: "plot_tsa_name"
12632 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12633 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12634 #  include:
12635 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12636 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12637 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12638 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12639 #  layout:
12640 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12641 #    layout: "plot-throughput-speedup-analysis"
12642 #
12643 #- type: "plot"
12644 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12645 #  algorithm: "plot_tsa_name"
12646 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12647 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12648 #  include:
12649 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12650 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12651 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12652 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12653 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12654 #  layout:
12655 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12656 #    layout: "plot-throughput-speedup-analysis"
12657 #
12658 #- type: "plot"
12659 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12660 #  algorithm: "plot_tsa_name"
12661 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12662 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12663 #  include:
12664 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12665 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12666 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12667 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12668 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12669 #  layout:
12670 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12671 #    layout: "plot-throughput-speedup-analysis"
12672 #
12673 #- type: "plot"
12674 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12675 #  algorithm: "plot_tsa_name"
12676 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12677 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12678 #  include:
12679 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12680 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12681 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12682 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12683 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12684 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12685 #  layout:
12686 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12687 #    layout: "plot-throughput-speedup-analysis"
12688 #
12689 #- type: "plot"
12690 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12691 #  algorithm: "plot_tsa_name"
12692 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12693 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12694 #  include:
12695 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12696 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12697 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12698 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12699 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12700 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12701 #  layout:
12702 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12703 #    layout: "plot-throughput-speedup-analysis"
12704
12705 - type: "plot"
12706   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12707   algorithm: "plot_tsa_name"
12708   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12709   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12710   include:
12711     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12712     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12713   layout:
12714     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12715     layout: "plot-throughput-speedup-analysis"
12716
12717 - type: "plot"
12718   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12719   algorithm: "plot_tsa_name"
12720   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12721   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12722   include:
12723     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12724     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12725   layout:
12726     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12727     layout: "plot-throughput-speedup-analysis"
12728
12729 #- type: "plot"
12730 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12731 #  algorithm: "plot_tsa_name"
12732 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12733 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12734 #  include:
12735 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12736 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12737 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12738 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12739 #  layout:
12740 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12741 #    layout: "plot-throughput-speedup-analysis"
12742 #
12743 #- type: "plot"
12744 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12745 #  algorithm: "plot_tsa_name"
12746 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12747 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12748 #  include:
12749 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12750 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12751 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12752 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12753 #  layout:
12754 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12755 #    layout: "plot-throughput-speedup-analysis"
12756 #
12757 #- type: "plot"
12758 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12759 #  algorithm: "plot_tsa_name"
12760 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12761 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12762 #  include:
12763 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12764 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12765 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12766 #  layout:
12767 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12768 #    layout: "plot-throughput-speedup-analysis"
12769 #
12770 #- type: "plot"
12771 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12772 #  algorithm: "plot_tsa_name"
12773 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12774 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12775 #  include:
12776 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12777 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12778 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12779 #  layout:
12780 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12781 #    layout: "plot-throughput-speedup-analysis"
12782 #
12783 #- type: "plot"
12784 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12785 #  algorithm: "plot_tsa_name"
12786 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12787 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12788 #  include:
12789 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12790 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12791 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12792 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12793 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12794 #  layout:
12795 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12796 #    layout: "plot-throughput-speedup-analysis"
12797 #
12798 #- type: "plot"
12799 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12800 #  algorithm: "plot_tsa_name"
12801 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12802 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12803 #  include:
12804 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12805 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12806 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12807 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12808 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12809 #  layout:
12810 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12811 #    layout: "plot-throughput-speedup-analysis"
12812
12813 - type: "plot"
12814   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12815   algorithm: "plot_tsa_name"
12816   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12817   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12818   include:
12819     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12820     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12821     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12822   layout:
12823     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
12824     layout: "plot-throughput-speedup-analysis"
12825
12826 - type: "plot"
12827   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12828   algorithm: "plot_tsa_name"
12829   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12830   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12831   include:
12832     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12833     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12834     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12835   layout:
12836     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
12837     layout: "plot-throughput-speedup-analysis"
12838
12839 #- type: "plot"
12840 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12841 #  algorithm: "plot_tsa_name"
12842 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12843 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12844 #  include:
12845 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12846 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12847 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12848 #  layout:
12849 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12850 #    layout: "plot-throughput-speedup-analysis"
12851 #
12852 #- type: "plot"
12853 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12854 #  algorithm: "plot_tsa_name"
12855 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12856 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12857 #  include:
12858 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12859 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12860 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12861 #  layout:
12862 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12863 #    layout: "plot-throughput-speedup-analysis"
12864 #
12865 #- type: "plot"
12866 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12867 #  algorithm: "plot_tsa_name"
12868 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12869 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12870 #  include:
12871 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12872 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12873 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12874 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12875 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12876 #  layout:
12877 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12878 #    layout: "plot-throughput-speedup-analysis"
12879 #
12880 #- type: "plot"
12881 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12882 #  algorithm: "plot_tsa_name"
12883 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12884 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12885 #  include:
12886 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12887 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12888 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12889 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12890 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12891 #  layout:
12892 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
12893 #    layout: "plot-throughput-speedup-analysis"
12894
12895 - type: "plot"
12896   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
12897   algorithm: "plot_tsa_name"
12898   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
12899   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12900   include:
12901     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12902     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12903     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12904     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12905     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12906     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12907   layout:
12908     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12909     layout: "plot-throughput-speedup-analysis"
12910
12911 - type: "plot"
12912   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
12913   algorithm: "plot_tsa_name"
12914   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
12915   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12916   include:
12917     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12918     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12919     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12920     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12921     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12922     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12923   layout:
12924     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12925     layout: "plot-throughput-speedup-analysis"
12926
12927 - type: "plot"
12928   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
12929   algorithm: "plot_tsa_name"
12930   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
12931   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12932   include:
12933     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12934     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12935     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12936     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12937   layout:
12938     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12939     layout: "plot-throughput-speedup-analysis"
12940
12941 - type: "plot"
12942   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
12943   algorithm: "plot_tsa_name"
12944   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
12945   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12946   include:
12947     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12948     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12949     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12950     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12951   layout:
12952     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12953     layout: "plot-throughput-speedup-analysis"
12954
12955 #- type: "plot"
12956 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
12957 #  algorithm: "plot_tsa_name"
12958 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
12959 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12960 #  include:
12961 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12962 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12963 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12964 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12965 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12966 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12967 #  layout:
12968 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
12969 #    layout: "plot-throughput-speedup-analysis"
12970 #
12971 #- type: "plot"
12972 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
12973 #  algorithm: "plot_tsa_name"
12974 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
12975 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12976 #  include:
12977 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12978 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12979 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12980 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12981 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12982 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12983 #  layout:
12984 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
12985 #    layout: "plot-throughput-speedup-analysis"
12986 #
12987 #- type: "plot"
12988 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
12989 #  algorithm: "plot_tsa_name"
12990 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
12991 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12992 #  include:
12993 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12994 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12995 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12996 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12997 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12998 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12999 #  layout:
13000 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13001 #    layout: "plot-throughput-speedup-analysis"
13002 #
13003 #- type: "plot"
13004 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13005 #  algorithm: "plot_tsa_name"
13006 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13007 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13008 #  include:
13009 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13010 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13011 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13012 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13013 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13014 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13015 #  layout:
13016 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13017 #    layout: "plot-throughput-speedup-analysis"
13018 #
13019 #- type: "plot"
13020 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13021 #  algorithm: "plot_tsa_name"
13022 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13023 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13024 #  include:
13025 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13026 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13027 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13028 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13029 #  layout:
13030 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13031 #    layout: "plot-throughput-speedup-analysis"
13032 #
13033 #- type: "plot"
13034 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13035 #  algorithm: "plot_tsa_name"
13036 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13037 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13038 #  include:
13039 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13040 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13041 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13042 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13043 #  layout:
13044 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13045 #    layout: "plot-throughput-speedup-analysis"
13046 #
13047 #- type: "plot"
13048 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13049 #  algorithm: "plot_tsa_name"
13050 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13051 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13052 #  include:
13053 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13054 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13055 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13056 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13057 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13058 #  layout:
13059 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13060 #    layout: "plot-throughput-speedup-analysis"
13061 #
13062 #- type: "plot"
13063 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13064 #  algorithm: "plot_tsa_name"
13065 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13066 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13067 #  include:
13068 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13069 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13070 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13071 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13072 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13073 #  layout:
13074 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13075 #    layout: "plot-throughput-speedup-analysis"
13076 #
13077 #- type: "plot"
13078 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13079 #  algorithm: "plot_tsa_name"
13080 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13081 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13082 #  include:
13083 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13084 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13085 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13086 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13087 #  layout:
13088 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13089 #    layout: "plot-throughput-speedup-analysis"
13090 #
13091 #- type: "plot"
13092 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13093 #  algorithm: "plot_tsa_name"
13094 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13095 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13096 #  include:
13097 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13098 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13099 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13100 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13101 #  layout:
13102 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13103 #    layout: "plot-throughput-speedup-analysis"
13104
13105 - type: "plot"
13106   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13107   algorithm: "plot_tsa_name"
13108   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13109   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13110   include:
13111     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13117   layout:
13118     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13119     layout: "plot-throughput-speedup-analysis"
13120
13121 - type: "plot"
13122   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13123   algorithm: "plot_tsa_name"
13124   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13125   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13126   include:
13127     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13130     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13131     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13132     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13133   layout:
13134     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13135     layout: "plot-throughput-speedup-analysis"
13136
13137 #- type: "plot"
13138 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13139 #  algorithm: "plot_tsa_name"
13140 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13141 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13142 #  include:
13143 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13144 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13145 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13146 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13147 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13148 #  layout:
13149 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13150 #    layout: "plot-throughput-speedup-analysis"
13151 #
13152 #- type: "plot"
13153 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13154 #  algorithm: "plot_tsa_name"
13155 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13156 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13157 #  include:
13158 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13159 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13160 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13161 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13162 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13163 #  layout:
13164 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13165 #    layout: "plot-throughput-speedup-analysis"
13166 #
13167 #- type: "plot"
13168 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13169 #  algorithm: "plot_tsa_name"
13170 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13171 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13172 #  include:
13173 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13174 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13175 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13176 #  layout:
13177 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13178 #    layout: "plot-throughput-speedup-analysis"
13179 #
13180 #- type: "plot"
13181 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13182 #  algorithm: "plot_tsa_name"
13183 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13184 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13185 #  include:
13186 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13187 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13188 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13189 #  layout:
13190 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13191 #    layout: "plot-throughput-speedup-analysis"
13192 #
13193 #- type: "plot"
13194 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13195 #  algorithm: "plot_tsa_name"
13196 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13197 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13198 #  include:
13199 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13200 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13201 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13202 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13203 #  layout:
13204 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13205 #    layout: "plot-throughput-speedup-analysis"
13206 #
13207 #- type: "plot"
13208 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13209 #  algorithm: "plot_tsa_name"
13210 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13211 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13212 #  include:
13213 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13214 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13215 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13216 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13217 #  layout:
13218 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13219 #    layout: "plot-throughput-speedup-analysis"
13220 #
13221 #- type: "plot"
13222 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13223 #  algorithm: "plot_tsa_name"
13224 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13225 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13226 #  include:
13227 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13228 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13229 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13230 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13231 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13232 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13233 #  layout:
13234 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13235 #    layout: "plot-throughput-speedup-analysis"
13236 #
13237 #- type: "plot"
13238 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13239 #  algorithm: "plot_tsa_name"
13240 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13241 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13242 #  include:
13243 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13244 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13245 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13246 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13247 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13248 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13249 #  layout:
13250 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13251 #    layout: "plot-throughput-speedup-analysis"
13252 #
13253 #- type: "plot"
13254 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13255 #  algorithm: "plot_tsa_name"
13256 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13257 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13258 #  include:
13259 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13260 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13261 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13262 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13263 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13264 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13265 #  layout:
13266 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13267 #    layout: "plot-throughput-speedup-analysis"
13268 #
13269 #- type: "plot"
13270 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13271 #  algorithm: "plot_tsa_name"
13272 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13273 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13274 #  include:
13275 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13276 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13277 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13278 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13279 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13280 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13281 #  layout:
13282 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13283 #    layout: "plot-throughput-speedup-analysis"
13284
13285 - type: "plot"
13286   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13287   algorithm: "plot_tsa_name"
13288   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13289   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13290   include:
13291     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13292     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13293     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13294     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13295     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13296     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13297   layout:
13298     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13299     layout: "plot-throughput-speedup-analysis"
13300
13301 - type: "plot"
13302   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13303   algorithm: "plot_tsa_name"
13304   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13305   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13306   include:
13307     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13308     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13309     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13310     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13311     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13312     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13313   layout:
13314     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13315     layout: "plot-throughput-speedup-analysis"
13316
13317 #- type: "plot"
13318 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13319 #  algorithm: "plot_tsa_name"
13320 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13321 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13322 #  include:
13323 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13324 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13325 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13326 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13327 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13328 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13329 #  layout:
13330 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13331 #    layout: "plot-throughput-speedup-analysis"
13332 #
13333 #- type: "plot"
13334 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13335 #  algorithm: "plot_tsa_name"
13336 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13337 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13338 #  include:
13339 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13340 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13341 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13342 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13343 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13344 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13345 #  layout:
13346 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13347 #    layout: "plot-throughput-speedup-analysis"
13348 #
13349 #- type: "plot"
13350 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13351 #  algorithm: "plot_tsa_name"
13352 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13353 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13354 #  include:
13355 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13356 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13357 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13358 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13359 #  layout:
13360 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13361 #    layout: "plot-throughput-speedup-analysis"
13362 #
13363 #- type: "plot"
13364 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13365 #  algorithm: "plot_tsa_name"
13366 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13367 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13368 #  include:
13369 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13370 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13371 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13372 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13373 #  layout:
13374 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13375 #    layout: "plot-throughput-speedup-analysis"
13376 #
13377 #- type: "plot"
13378 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13379 #  algorithm: "plot_tsa_name"
13380 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13381 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13382 #  include:
13383 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13384 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13385 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13386 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13387 #  layout:
13388 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13389 #    layout: "plot-throughput-speedup-analysis"
13390 #
13391 #- type: "plot"
13392 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13393 #  algorithm: "plot_tsa_name"
13394 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13395 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13396 #  include:
13397 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13398 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13399 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13400 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13401 #  layout:
13402 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13403 #    layout: "plot-throughput-speedup-analysis"
13404
13405 - type: "plot"
13406   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13407   algorithm: "plot_tsa_name"
13408   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13409   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13410   include:
13411     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13412     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13413     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13414     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13415   layout:
13416     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13417     layout: "plot-throughput-speedup-analysis"
13418
13419 - type: "plot"
13420   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13421   algorithm: "plot_tsa_name"
13422   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13423   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13424   include:
13425     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13426     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13427     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13428     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13429   layout:
13430     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13431     layout: "plot-throughput-speedup-analysis"
13432
13433 - type: "plot"
13434   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13435   algorithm: "plot_tsa_name"
13436   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13437   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13438   include:
13439     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13440     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13441     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13442     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13443   layout:
13444     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13445     layout: "plot-throughput-speedup-analysis"
13446
13447 - type: "plot"
13448   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13449   algorithm: "plot_tsa_name"
13450   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13451   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13452   include:
13453     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13454     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13455     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13456     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13457   layout:
13458     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13459     layout: "plot-throughput-speedup-analysis"
13460
13461 #- type: "plot"
13462 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13463 #  algorithm: "plot_tsa_name"
13464 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13465 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13466 #  include:
13467 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13468 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13469 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13470 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13471 #  layout:
13472 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13473 #    layout: "plot-throughput-speedup-analysis"
13474 #
13475 #- type: "plot"
13476 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13477 #  algorithm: "plot_tsa_name"
13478 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13479 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13480 #  include:
13481 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13482 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13483 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13484 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13485 #  layout:
13486 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13487 #    layout: "plot-throughput-speedup-analysis"
13488 #
13489 #- type: "plot"
13490 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13491 #  algorithm: "plot_tsa_name"
13492 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13493 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13494 #  include:
13495 #    - "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"
13496 #    - "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"
13497 #    - "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"
13498 #    - "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"
13499 #  layout:
13500 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13501 #    layout: "plot-throughput-speedup-analysis"
13502 #
13503 #- type: "plot"
13504 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13505 #  algorithm: "plot_tsa_name"
13506 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13507 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13508 #  include:
13509 #    - "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"
13510 #    - "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"
13511 #    - "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"
13512 #    - "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"
13513 #  layout:
13514 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13515 #    layout: "plot-throughput-speedup-analysis"
13516 #
13517 #- type: "plot"
13518 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13519 #  algorithm: "plot_tsa_name"
13520 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13521 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13522 #  include:
13523 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13524 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13525 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13526 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13527 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13528 #  layout:
13529 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13530 #    layout: "plot-throughput-speedup-analysis"
13531 #
13532 #- type: "plot"
13533 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13534 #  algorithm: "plot_tsa_name"
13535 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13536 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13537 #  include:
13538 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13539 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13540 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13541 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13542 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13543 #  layout:
13544 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13545 #    layout: "plot-throughput-speedup-analysis"
13546 #
13547 #- type: "plot"
13548 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13549 #  algorithm: "plot_tsa_name"
13550 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13551 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13552 #  include:
13553 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13554 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13555 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13556 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13557 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13558 #  layout:
13559 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13560 #    layout: "plot-throughput-speedup-analysis"
13561 #
13562 #- type: "plot"
13563 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13564 #  algorithm: "plot_tsa_name"
13565 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13566 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13567 #  include:
13568 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13569 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13570 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13571 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13572 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13573 #  layout:
13574 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13575 #    layout: "plot-throughput-speedup-analysis"
13576 #
13577 #- type: "plot"
13578 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13579 #  algorithm: "plot_tsa_name"
13580 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13581 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13582 #  include:
13583 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13584 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13585 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13586 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13587 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13588 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13589 #  layout:
13590 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13591 #    layout: "plot-throughput-speedup-analysis"
13592 #
13593 #- type: "plot"
13594 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13595 #  algorithm: "plot_tsa_name"
13596 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13597 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13598 #  include:
13599 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13600 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13601 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13602 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13603 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13604 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13605 #  layout:
13606 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13607 #    layout: "plot-throughput-speedup-analysis"
13608 #
13609 #- type: "plot"
13610 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13611 #  algorithm: "plot_tsa_name"
13612 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13613 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13614 #  include:
13615 #    - "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"
13616 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13617 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13618 #    - "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"
13619 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13620 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13621 #  layout:
13622 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13623 #    layout: "plot-throughput-speedup-analysis"
13624 #
13625 #- type: "plot"
13626 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13627 #  algorithm: "plot_tsa_name"
13628 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13629 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13630 #  include:
13631 #    - "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"
13632 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13633 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13634 #    - "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"
13635 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13636 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13637 #  layout:
13638 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13639 #    layout: "plot-throughput-speedup-analysis"
13640 #
13641 #- type: "plot"
13642 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13643 #  algorithm: "plot_tsa_name"
13644 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13645 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13646 #  include:
13647 #    - "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"
13648 #    - "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"
13649 #    - "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"
13650 #  layout:
13651 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13652 #    layout: "plot-throughput-speedup-analysis"
13653 #
13654 #- type: "plot"
13655 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13656 #  algorithm: "plot_tsa_name"
13657 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13658 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13659 #  include:
13660 #    - "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"
13661 #    - "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"
13662 #    - "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"
13663 #  layout:
13664 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13665 #    layout: "plot-throughput-speedup-analysis"
13666
13667 - type: "plot"
13668   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13669   algorithm: "plot_tsa_name"
13670   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13671   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13672   include:
13673     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13674     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13675     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13676     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13677     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13678   layout:
13679     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13680     layout: "plot-throughput-speedup-analysis"
13681
13682 - type: "plot"
13683   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13684   algorithm: "plot_tsa_name"
13685   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13686   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13687   include:
13688     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13689     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13690     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13691     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13692     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13693   layout:
13694     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13695     layout: "plot-throughput-speedup-analysis"
13696
13697 - type: "plot"
13698   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13699   algorithm: "plot_tsa_name"
13700   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13701   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13702   include:
13703     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13704     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13705     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13706     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13707     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13708   layout:
13709     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13710     layout: "plot-throughput-speedup-analysis"
13711
13712 - type: "plot"
13713   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13714   algorithm: "plot_tsa_name"
13715   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13716   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13717   include:
13718     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13719     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13720     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13721     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13722     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13723   layout:
13724     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13725     layout: "plot-throughput-speedup-analysis"
13726
13727 - type: "plot"
13728   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13729   algorithm: "plot_tsa_name"
13730   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13731   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13732   include:
13733     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13734     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13735     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13736     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13737     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13738     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13739   layout:
13740     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13741     layout: "plot-throughput-speedup-analysis"
13742
13743 - type: "plot"
13744   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13745   algorithm: "plot_tsa_name"
13746   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13747   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13748   include:
13749     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13750     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13751     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13755   layout:
13756     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13757     layout: "plot-throughput-speedup-analysis"
13758
13759 - type: "plot"
13760   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13761   algorithm: "plot_tsa_name"
13762   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13763   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13764   include:
13765     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13766     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13767     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13768     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13769   layout:
13770     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
13771     layout: "plot-throughput-speedup-analysis"
13772
13773 - type: "plot"
13774   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13775   algorithm: "plot_tsa_name"
13776   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13777   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13778   include:
13779     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13780     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13781     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13782     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13783   layout:
13784     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
13785     layout: "plot-throughput-speedup-analysis"
13786
13787 - type: "plot"
13788   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13789   algorithm: "plot_tsa_name"
13790   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13791   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13792   include:
13793     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13794     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13795     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13796     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13797     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13798   layout:
13799     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
13800     layout: "plot-throughput-speedup-analysis"
13801
13802 - type: "plot"
13803   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13804   algorithm: "plot_tsa_name"
13805   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13806   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13807   include:
13808     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13809     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13810     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13811     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13812     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13813   layout:
13814     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
13815     layout: "plot-throughput-speedup-analysis"
13816
13817 - type: "plot"
13818   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13819   algorithm: "plot_tsa_name"
13820   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
13821   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13822   include:
13823     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13824     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13825     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13826     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13827     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13828     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13829   layout:
13830     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13831     layout: "plot-throughput-speedup-analysis"
13832
13833 - type: "plot"
13834   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13835   algorithm: "plot_tsa_name"
13836   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
13837   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13838   include:
13839     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13840     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13841     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13842     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13843     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13844     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13845   layout:
13846     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13847     layout: "plot-throughput-speedup-analysis"
13848
13849 - type: "plot"
13850   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
13851   algorithm: "plot_tsa_name"
13852   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
13853   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13854   include:
13855     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13856     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13857     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13858     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13859   layout:
13860     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
13861     layout: "plot-throughput-speedup-analysis"
13862
13863 - type: "plot"
13864   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
13865   algorithm: "plot_tsa_name"
13866   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
13867   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13868   include:
13869     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13870     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13871     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13872     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13873   layout:
13874     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
13875     layout: "plot-throughput-speedup-analysis"
13876
13877 - type: "plot"
13878   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13879   algorithm: "plot_tsa_name"
13880   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
13881   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13882   include:
13883     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13884     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13885     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13886     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13887     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13888     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13889   layout:
13890     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
13891     layout: "plot-throughput-speedup-analysis"
13892
13893 - type: "plot"
13894   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13895   algorithm: "plot_tsa_name"
13896   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
13897   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13898   include:
13899     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13900     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13901     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13902     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13903     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13904     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13905   layout:
13906     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
13907     layout: "plot-throughput-speedup-analysis"
13908
13909 - type: "plot"
13910   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
13911   algorithm: "plot_tsa_name"
13912   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
13913   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13914   include:
13915     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13916     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13917     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13918     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13919     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13920     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13921   layout:
13922     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
13923     layout: "plot-throughput-speedup-analysis"
13924
13925 - type: "plot"
13926   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
13927   algorithm: "plot_tsa_name"
13928   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
13929   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13930   include:
13931     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13932     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13933     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13934     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13935     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13936     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13937   layout:
13938     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
13939     layout: "plot-throughput-speedup-analysis"
13940
13941 - type: "plot"
13942   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13943   algorithm: "plot_tsa_name"
13944   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
13945   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13946   include:
13947     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13948     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13949     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13950     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13951     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13952     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13953   layout:
13954     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
13955     layout: "plot-throughput-speedup-analysis"
13956
13957 - type: "plot"
13958   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13959   algorithm: "plot_tsa_name"
13960   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
13961   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13962   include:
13963     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13964     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13965     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13966     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13967     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13968     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13969   layout:
13970     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
13971     layout: "plot-throughput-speedup-analysis"
13972
13973 - type: "plot"
13974   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
13975   algorithm: "plot_tsa_name"
13976   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
13977   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13978   include:
13979     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13980     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13983     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13984   layout:
13985     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
13986     layout: "plot-throughput-speedup-analysis"
13987
13988 - type: "plot"
13989   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
13990   algorithm: "plot_tsa_name"
13991   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
13992   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13993   include:
13994     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13995     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13996     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13997     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13998     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13999   layout:
14000     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14001     layout: "plot-throughput-speedup-analysis"
14002
14003 #- type: "plot"
14004 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14005 #  algorithm: "plot_tsa_name"
14006 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14007 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14008 #  include:
14009 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14010 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14011 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14012 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14013 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14014 #  layout:
14015 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14016 #    layout: "plot-throughput-speedup-analysis"
14017 #
14018 #- type: "plot"
14019 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14020 #  algorithm: "plot_tsa_name"
14021 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14022 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14023 #  include:
14024 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14025 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14026 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14027 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14028 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14029 #  layout:
14030 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14031 #    layout: "plot-throughput-speedup-analysis"
14032
14033 #- type: "plot"
14034 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14035 #  algorithm: "plot_tsa_name"
14036 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14037 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14038 #  include:
14039 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14040 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14041 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14042 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14043 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14044 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14045 #  layout:
14046 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14047 #    layout: "plot-throughput-speedup-analysis"
14048 #
14049 #- type: "plot"
14050 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14051 #  algorithm: "plot_tsa_name"
14052 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14053 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14054 #  include:
14055 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14056 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14057 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14058 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14059 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14060 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14061 #  layout:
14062 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14063 #    layout: "plot-throughput-speedup-analysis"
14064
14065 - type: "plot"
14066   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14067   algorithm: "plot_tsa_name"
14068   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14069   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14070   include:
14071     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14072     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14073     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14074     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14075     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14076   layout:
14077     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14078     layout: "plot-throughput-speedup-analysis"
14079
14080 - type: "plot"
14081   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14082   algorithm: "plot_tsa_name"
14083   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14084   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14085   include:
14086     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14087     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14088     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14089     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14090     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14091   layout:
14092     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14093     layout: "plot-throughput-speedup-analysis"
14094
14095 - type: "plot"
14096   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14097   algorithm: "plot_tsa_name"
14098   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14099   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14100   include:
14101     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14102     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14103     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14104     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14105     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14106     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14107   layout:
14108     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14109     layout: "plot-throughput-speedup-analysis"
14110
14111 - type: "plot"
14112   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14113   algorithm: "plot_tsa_name"
14114   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14115   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14116   include:
14117     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14118     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14119     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14120     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14121     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14122     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14123   layout:
14124     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14125     layout: "plot-throughput-speedup-analysis"
14126
14127 - type: "plot"
14128   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14129   algorithm: "plot_tsa_name"
14130   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14131   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14132   include:
14133     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14134     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14135     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14136     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14137     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14138   layout:
14139     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14140     layout: "plot-throughput-speedup-analysis"
14141
14142 - type: "plot"
14143   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14144   algorithm: "plot_tsa_name"
14145   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14146   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14147   include:
14148     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14149     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14150     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14153   layout:
14154     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14155     layout: "plot-throughput-speedup-analysis"
14156
14157 - type: "plot"
14158   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14159   algorithm: "plot_tsa_name"
14160   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14161   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14162   include:
14163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14164     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14167   layout:
14168     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14169     layout: "plot-throughput-speedup-analysis"
14170
14171 - type: "plot"
14172   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14173   algorithm: "plot_tsa_name"
14174   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14175   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14176   include:
14177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14178     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14179     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14180     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14181   layout:
14182     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14183     layout: "plot-throughput-speedup-analysis"
14184
14185 - type: "plot"
14186   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14187   algorithm: "plot_tsa_name"
14188   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14189   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14190   include:
14191     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14192     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14193     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14194     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14195     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14197   layout:
14198     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14199     layout: "plot-throughput-speedup-analysis"
14200
14201 - type: "plot"
14202   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14203   algorithm: "plot_tsa_name"
14204   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14205   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14206   include:
14207     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14208     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14209     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14210     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14211     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14212     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14213   layout:
14214     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14215     layout: "plot-throughput-speedup-analysis"
14216
14217 - type: "plot"
14218   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14219   algorithm: "plot_tsa_name"
14220   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14221   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14222   include:
14223     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14224     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14225     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14228   layout:
14229     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14230     layout: "plot-throughput-speedup-analysis"
14231
14232 - type: "plot"
14233   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14234   algorithm: "plot_tsa_name"
14235   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14236   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14237   include:
14238     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14239     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14240     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14243   layout:
14244     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14245     layout: "plot-throughput-speedup-analysis"
14246
14247 - type: "plot"
14248   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14249   algorithm: "plot_tsa_name"
14250   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14251   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14252   include:
14253     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14254     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14255     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14259   layout:
14260     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14261     layout: "plot-throughput-speedup-analysis"
14262
14263 - type: "plot"
14264   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14265   algorithm: "plot_tsa_name"
14266   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14267   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14268   include:
14269     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14270     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14273     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14274     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14275   layout:
14276     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14277     layout: "plot-throughput-speedup-analysis"
14278
14279 - type: "plot"
14280   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14281   algorithm: "plot_tsa_name"
14282   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14283   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14284   include:
14285     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14289   layout:
14290     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14291     layout: "plot-throughput-speedup-analysis"
14292
14293 - type: "plot"
14294   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14295   algorithm: "plot_tsa_name"
14296   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14297   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14298   include:
14299     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14300     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14303   layout:
14304     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14305     layout: "plot-throughput-speedup-analysis"
14306
14307 - type: "plot"
14308   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14309   algorithm: "plot_tsa_name"
14310   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14311   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14312   include:
14313     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14314     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14315     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14316     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14317     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14318   layout:
14319     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14320     layout: "plot-throughput-speedup-analysis"
14321
14322 - type: "plot"
14323   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14324   algorithm: "plot_tsa_name"
14325   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14326   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14327   include:
14328     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14330     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14331     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14332     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14333   layout:
14334     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14335     layout: "plot-throughput-speedup-analysis"
14336
14337 - type: "plot"
14338   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14339   algorithm: "plot_tsa_name"
14340   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14341   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14342   include:
14343     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14344     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14345     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14346     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14347     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14348     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14349   layout:
14350     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14351     layout: "plot-throughput-speedup-analysis"
14352
14353 - type: "plot"
14354   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14355   algorithm: "plot_tsa_name"
14356   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14357   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14358   include:
14359     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14360     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14361     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14362     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14363     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14364     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14365   layout:
14366     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14367     layout: "plot-throughput-speedup-analysis"
14368
14369 - type: "plot"
14370   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14371   algorithm: "plot_tsa_name"
14372   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14373   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14374   include:
14375     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14376     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14377     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14378     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14379   layout:
14380     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14381     layout: "plot-throughput-speedup-analysis"
14382
14383 - type: "plot"
14384   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14385   algorithm: "plot_tsa_name"
14386   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14387   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14388   include:
14389     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14390     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14391     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14392     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14393   layout:
14394     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14395     layout: "plot-throughput-speedup-analysis"
14396
14397 - type: "plot"
14398   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14399   algorithm: "plot_tsa_name"
14400   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14401   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14402   include:
14403     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14404     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14405     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14406     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14407     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14408     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14409   layout:
14410     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14411     layout: "plot-throughput-speedup-analysis"
14412
14413 - type: "plot"
14414   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14415   algorithm: "plot_tsa_name"
14416   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14417   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14418   include:
14419     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14420     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14421     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14422     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14423     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14424     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14425   layout:
14426     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14427     layout: "plot-throughput-speedup-analysis"
14428
14429 - type: "plot"
14430   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14431   algorithm: "plot_tsa_name"
14432   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14433   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14434   include:
14435     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14436     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14437     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14438     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14439     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14440     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14441   layout:
14442     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14443     layout: "plot-throughput-speedup-analysis"
14444
14445 - type: "plot"
14446   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14447   algorithm: "plot_tsa_name"
14448   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14449   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14450   include:
14451     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14452     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14453     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14454     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14455     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14456     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14457   layout:
14458     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14459     layout: "plot-throughput-speedup-analysis"
14460
14461 #- type: "plot"
14462 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14463 #  algorithm: "plot_tsa_name"
14464 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14465 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14466 #  include:
14467 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14468 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14469 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14470 #  layout:
14471 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14472 #    layout: "plot-throughput-speedup-analysis"
14473 #
14474 #- type: "plot"
14475 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14476 #  algorithm: "plot_tsa_name"
14477 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14478 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14479 #  include:
14480 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14481 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14482 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14483 #  layout:
14484 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14485 #    layout: "plot-throughput-speedup-analysis"
14486
14487 ################################################################################
14488
14489 # Packet Throughput - DPDK
14490
14491 # 2n-skx-xxv710
14492
14493 #- type: "plot"
14494 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14495 #  algorithm: "plot_perf_box_name"
14496 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14497 #  data: "plot-dpdk-throughput-latency-2n-skx"
14498 #  include:
14499 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14500 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14501 #  layout:
14502 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14503 #    layout: "plot-throughput"
14504 #
14505 #- type: "plot"
14506 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14507 #  algorithm: "plot_perf_box_name"
14508 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14509 #  data: "plot-dpdk-throughput-latency-2n-skx"
14510 #  include:
14511 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14512 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14513 #  layout:
14514 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14515 #    layout: "plot-throughput"
14516 #
14517 #- type: "plot"
14518 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14519 #  algorithm: "plot_perf_box_name"
14520 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14521 #  data: "plot-dpdk-throughput-latency-2n-skx"
14522 #  include:
14523 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14524 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14525 #  layout:
14526 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14527 #    layout: "plot-throughput"
14528 #
14529 #- type: "plot"
14530 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14531 #  algorithm: "plot_perf_box_name"
14532 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14533 #  data: "plot-dpdk-throughput-latency-2n-skx"
14534 #  include:
14535 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14536 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14537 #  layout:
14538 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14539 #    layout: "plot-throughput"
14540 #
14541 ## 2n-skx-x710
14542 #
14543 #- type: "plot"
14544 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14545 #  algorithm: "plot_perf_box_name"
14546 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14547 #  data: "plot-dpdk-throughput-latency-2n-skx"
14548 #  include:
14549 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14550 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14551 #  layout:
14552 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14553 #    layout: "plot-throughput"
14554 #
14555 #- type: "plot"
14556 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14557 #  algorithm: "plot_perf_box_name"
14558 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14559 #  data: "plot-dpdk-throughput-latency-2n-skx"
14560 #  include:
14561 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14562 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14563 #  layout:
14564 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14565 #    layout: "plot-throughput"
14566 #
14567 #- type: "plot"
14568 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14569 #  algorithm: "plot_perf_box_name"
14570 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14571 #  data: "plot-dpdk-throughput-latency-2n-skx"
14572 #  include:
14573 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14574 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14575 #  layout:
14576 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14577 #    layout: "plot-throughput"
14578 #
14579 #- type: "plot"
14580 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14581 #  algorithm: "plot_perf_box_name"
14582 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14583 #  data: "plot-dpdk-throughput-latency-2n-skx"
14584 #  include:
14585 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14586 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14587 #  layout:
14588 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14589 #    layout: "plot-throughput"
14590 #
14591 ## 3n-skx-xxv710
14592 #
14593 #- type: "plot"
14594 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14595 #  algorithm: "plot_perf_box_name"
14596 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14597 #  data: "plot-dpdk-throughput-latency-3n-skx"
14598 #  include:
14599 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14600 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14601 #  layout:
14602 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14603 #    layout: "plot-throughput"
14604 #
14605 #- type: "plot"
14606 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14607 #  algorithm: "plot_perf_box_name"
14608 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14609 #  data: "plot-dpdk-throughput-latency-3n-skx"
14610 #  include:
14611 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14612 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14613 #  layout:
14614 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14615 #    layout: "plot-throughput"
14616 #
14617 #- type: "plot"
14618 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14619 #  algorithm: "plot_perf_box_name"
14620 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14621 #  data: "plot-dpdk-throughput-latency-3n-skx"
14622 #  include:
14623 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14624 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14625 #  layout:
14626 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14627 #    layout: "plot-throughput"
14628 #
14629 #- type: "plot"
14630 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14631 #  algorithm: "plot_perf_box_name"
14632 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14633 #  data: "plot-dpdk-throughput-latency-3n-skx"
14634 #  include:
14635 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14636 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14637 #  layout:
14638 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14639 #    layout: "plot-throughput"
14640 #
14641 ## 3n-skx-x710
14642 #
14643 #- type: "plot"
14644 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14645 #  algorithm: "plot_perf_box_name"
14646 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14647 #  data: "plot-dpdk-throughput-latency-3n-skx"
14648 #  include:
14649 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14650 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14651 #  layout:
14652 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14653 #    layout: "plot-throughput"
14654 #
14655 #- type: "plot"
14656 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14657 #  algorithm: "plot_perf_box_name"
14658 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14659 #  data: "plot-dpdk-throughput-latency-3n-skx"
14660 #  include:
14661 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14662 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14663 #  layout:
14664 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14665 #    layout: "plot-throughput"
14666 #
14667 #- type: "plot"
14668 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14669 #  algorithm: "plot_perf_box_name"
14670 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14671 #  data: "plot-dpdk-throughput-latency-3n-skx"
14672 #  include:
14673 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14674 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14675 #  layout:
14676 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14677 #    layout: "plot-throughput"
14678 #
14679 #- type: "plot"
14680 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14681 #  algorithm: "plot_perf_box_name"
14682 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14683 #  data: "plot-dpdk-throughput-latency-3n-skx"
14684 #  include:
14685 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14686 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14687 #  layout:
14688 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14689 #    layout: "plot-throughput"
14690
14691 # 3n-hsw-xl710
14692
14693 - type: "plot"
14694   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14695   algorithm: "plot_perf_box_name"
14696   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14697   data: "plot-dpdk-throughput-latency-3n-hsw"
14698   include:
14699     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14700     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14701   layout:
14702     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14703     layout: "plot-throughput"
14704
14705 - type: "plot"
14706   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14707   algorithm: "plot_perf_box_name"
14708   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14709   data: "plot-dpdk-throughput-latency-3n-hsw"
14710   include:
14711     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14712     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14713   layout:
14714     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14715     layout: "plot-throughput"
14716
14717 - type: "plot"
14718   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14719   algorithm: "plot_perf_box_name"
14720   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14721   data: "plot-dpdk-throughput-latency-3n-hsw"
14722   include:
14723     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14724     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14725   layout:
14726     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14727     layout: "plot-throughput"
14728
14729 - type: "plot"
14730   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14731   algorithm: "plot_perf_box_name"
14732   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14733   data: "plot-dpdk-throughput-latency-3n-hsw"
14734   include:
14735     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14736     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14737   layout:
14738     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14739     layout: "plot-throughput"
14740
14741 # 3n-hsw-x710
14742
14743 - type: "plot"
14744   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14745   algorithm: "plot_perf_box_name"
14746   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14747   data: "plot-dpdk-throughput-latency-3n-hsw"
14748   include:
14749     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14750     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14751   layout:
14752     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14753     layout: "plot-throughput"
14754
14755 - type: "plot"
14756   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14757   algorithm: "plot_perf_box_name"
14758   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14759   data: "plot-dpdk-throughput-latency-3n-hsw"
14760   include:
14761     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14762     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14763   layout:
14764     title: "3n-hsw-x710-64b-2t2c-base-ndr"
14765     layout: "plot-throughput"
14766
14767 - type: "plot"
14768   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
14769   algorithm: "plot_perf_box_name"
14770   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
14771   data: "plot-dpdk-throughput-latency-3n-hsw"
14772   include:
14773     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14774     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14775   layout:
14776     title: "3n-hsw-x710-64b-1t1c-base-pdr"
14777     layout: "plot-throughput"
14778
14779 - type: "plot"
14780   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
14781   algorithm: "plot_perf_box_name"
14782   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
14783   data: "plot-dpdk-throughput-latency-3n-hsw"
14784   include:
14785     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14786     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14787   layout:
14788     title: "3n-hsw-x710-64b-2t2c-base-pdr"
14789     layout: "plot-throughput"
14790
14791 # 2n-dnv-x553
14792
14793 - type: "plot"
14794   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
14795   algorithm: "plot_perf_box_name"
14796   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
14797   data: "plot-dpdk-throughput-latency-2n-dnv"
14798   include:
14799     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14800     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14801   layout:
14802     title: "2n-dnv-x553-64b-1t1c-base-ndr"
14803     layout: "plot-throughput"
14804
14805 - type: "plot"
14806   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
14807   algorithm: "plot_perf_box_name"
14808   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
14809   data: "plot-dpdk-throughput-latency-2n-dnv"
14810   include:
14811     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14812     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14813   layout:
14814     title: "2n-dnv-x553-64b-2t2c-base-ndr"
14815     layout: "plot-throughput"
14816
14817 - type: "plot"
14818   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
14819   algorithm: "plot_perf_box_name"
14820   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
14821   data: "plot-dpdk-throughput-latency-2n-dnv"
14822   include:
14823     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14824     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14825   layout:
14826     title: "2n-dnv-x553-64b-1t1c-base-pdr"
14827     layout: "plot-throughput"
14828
14829 - type: "plot"
14830   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
14831   algorithm: "plot_perf_box_name"
14832   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
14833   data: "plot-dpdk-throughput-latency-2n-dnv"
14834   include:
14835     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14836     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14837   layout:
14838     title: "2n-dnv-x553-64b-2t2c-base-pdr"
14839     layout: "plot-throughput"
14840
14841 # 3n-dnv-x553
14842
14843 - type: "plot"
14844   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
14845   algorithm: "plot_perf_box_name"
14846   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
14847   data: "plot-dpdk-throughput-latency-3n-dnv"
14848   include:
14849     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14850     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14851   layout:
14852     title: "3n-dnv-x553-64b-1t1c-base-ndr"
14853     layout: "plot-throughput"
14854
14855 - type: "plot"
14856   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
14857   algorithm: "plot_perf_box_name"
14858   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
14859   data: "plot-dpdk-throughput-latency-3n-dnv"
14860   include:
14861     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14862     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14863   layout:
14864     title: "3n-dnv-x553-64b-2t2c-base-ndr"
14865     layout: "plot-throughput"
14866
14867 - type: "plot"
14868   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
14869   algorithm: "plot_perf_box_name"
14870   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
14871   data: "plot-dpdk-throughput-latency-3n-dnv"
14872   include:
14873     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14874     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14875   layout:
14876     title: "3n-dnv-x553-64b-1t1c-base-pdr"
14877     layout: "plot-throughput"
14878
14879 - type: "plot"
14880   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
14881   algorithm: "plot_perf_box_name"
14882   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
14883   data: "plot-dpdk-throughput-latency-3n-dnv"
14884   include:
14885     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14886     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14887   layout:
14888     title: "3n-dnv-x553-64b-2t2c-base-pdr"
14889     layout: "plot-throughput"
14890
14891 # 3n-tsh-x520
14892
14893 - type: "plot"
14894   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
14895   algorithm: "plot_perf_box_name"
14896   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
14897   data: "plot-dpdk-throughput-latency-3n-tsh"
14898   include:
14899     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14900     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14901   layout:
14902     title: "3n-tsh-x520-64b-1t1c-base-ndr"
14903     layout: "plot-throughput"
14904
14905 - type: "plot"
14906   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
14907   algorithm: "plot_perf_box_name"
14908   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
14909   data: "plot-dpdk-throughput-latency-3n-tsh"
14910   include:
14911     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14912     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14913   layout:
14914     title: "3n-tsh-x520-64b-2t2c-base-ndr"
14915     layout: "plot-throughput"
14916
14917 - type: "plot"
14918   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
14919   algorithm: "plot_perf_box_name"
14920   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
14921   data: "plot-dpdk-throughput-latency-3n-tsh"
14922   include:
14923     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14924     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14925   layout:
14926     title: "3n-tsh-x520-64b-1t1c-base-pdr"
14927     layout: "plot-throughput"
14928
14929 - type: "plot"
14930   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
14931   algorithm: "plot_perf_box_name"
14932   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
14933   data: "plot-dpdk-throughput-latency-3n-tsh"
14934   include:
14935     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14936     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14937   layout:
14938     title: "3n-tsh-x520-64b-2t2c-base-pdr"
14939     layout: "plot-throughput"
14940
14941 ################################################################################
14942 ###   2n-clx                                                                 ###
14943 ################################################################################
14944
14945 # Packet Throughput
14946
14947 - type: "plot"
14948   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14949   algorithm: "plot_perf_box_name"
14950   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14952   include:
14953     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14954     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14955     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14956     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14957   layout:
14958     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
14959     layout: "plot-throughput"
14960
14961 - type: "plot"
14962   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14963   algorithm: "plot_perf_box_name"
14964   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14966   include:
14967     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14968     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14969     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14970     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14971   layout:
14972     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
14973     layout: "plot-throughput"
14974
14975 - type: "plot"
14976   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14977   algorithm: "plot_perf_box_name"
14978   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14980   include:
14981     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14982     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14983     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14984     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14985   layout:
14986     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
14987     layout: "plot-throughput"
14988
14989 - type: "plot"
14990   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14991   algorithm: "plot_perf_box_name"
14992   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
14993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14994   include:
14995     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14996     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14997     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14998     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14999   layout:
15000     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15001     layout: "plot-throughput"
15002
15003 - type: "plot"
15004   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15005   algorithm: "plot_perf_box_name"
15006   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15008   include:
15009     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15010     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15011     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15012     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15013     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15014   layout:
15015     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15016     layout: "plot-throughput"
15017
15018 - type: "plot"
15019   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15020   algorithm: "plot_perf_box_name"
15021   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15023   include:
15024     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15025     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15026     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15027     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15028     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15029   layout:
15030     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15031     layout: "plot-throughput"
15032
15033 - type: "plot"
15034   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15035   algorithm: "plot_perf_box_name"
15036   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15038   include:
15039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15043   layout:
15044     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15045     layout: "plot-throughput"
15046
15047 - type: "plot"
15048   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15049   algorithm: "plot_perf_box_name"
15050   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15052   include:
15053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15057   layout:
15058     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15059     layout: "plot-throughput"
15060
15061 - type: "plot"
15062   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15063   algorithm: "plot_perf_box_name"
15064   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15066   include:
15067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15072   layout:
15073     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15074     layout: "plot-throughput"
15075
15076 - type: "plot"
15077   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15078   algorithm: "plot_perf_box_name"
15079   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15081   include:
15082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15087   layout:
15088     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15089     layout: "plot-throughput"
15090
15091 - type: "plot"
15092   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15093   algorithm: "plot_perf_box_name"
15094   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15096   include:
15097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15103   layout:
15104     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15105     layout: "plot-throughput"
15106
15107 - type: "plot"
15108   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15109   algorithm: "plot_perf_box_name"
15110   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15112   include:
15113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15119   layout:
15120     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15121     layout: "plot-throughput"
15122
15123 - type: "plot"
15124   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15125   algorithm: "plot_perf_box_name"
15126   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15128   include:
15129     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15130     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15131   layout:
15132     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15133     layout: "plot-throughput"
15134
15135 - type: "plot"
15136   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15137   algorithm: "plot_perf_box_name"
15138   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15140   include:
15141     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15142     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15143   layout:
15144     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15145     layout: "plot-throughput"
15146
15147 - type: "plot"
15148   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15149   algorithm: "plot_perf_box_name"
15150   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15152   include:
15153     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15154     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15155     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15156     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15157     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15158     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15159   layout:
15160     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15161     layout: "plot-throughput"
15162
15163 - type: "plot"
15164   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15165   algorithm: "plot_perf_box_name"
15166   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15168   include:
15169     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15170     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15171     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15173     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15175   layout:
15176     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15177     layout: "plot-throughput"
15178
15179 - type: "plot"
15180   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15181   algorithm: "plot_perf_box_name"
15182   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15184   include:
15185     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15186     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15188     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15189     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15190     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15191   layout:
15192     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15193     layout: "plot-throughput"
15194
15195 - type: "plot"
15196   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15197   algorithm: "plot_perf_box_name"
15198   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15200   include:
15201     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15202     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15203     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15205     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15206     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15207   layout:
15208     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15209     layout: "plot-throughput"
15210
15211 - type: "plot"
15212   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15213   algorithm: "plot_perf_box_name"
15214   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15215   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15216   include:
15217     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15220   layout:
15221     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15222     layout: "plot-throughput"
15223
15224 - type: "plot"
15225   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15226   algorithm: "plot_perf_box_name"
15227   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15228   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15229   include:
15230     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15233   layout:
15234     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15235     layout: "plot-throughput"
15236
15237 - type: "plot"
15238   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15239   algorithm: "plot_perf_box_name"
15240   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15242   include:
15243     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15244     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15245     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15248   layout:
15249     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15250     layout: "plot-throughput"
15251
15252 - type: "plot"
15253   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15254   algorithm: "plot_perf_box_name"
15255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15257   include:
15258     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15259     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15260     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15261     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15262     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15263   layout:
15264     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15265     layout: "plot-throughput"
15266
15267 - type: "plot"
15268   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15269   algorithm: "plot_perf_box_name"
15270   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15272   include:
15273     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15274     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15275     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15276     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15277     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15278   layout:
15279     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15280     layout: "plot-throughput"
15281
15282 - type: "plot"
15283   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15284   algorithm: "plot_perf_box_name"
15285   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15286   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15287   include:
15288     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15289     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15290     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15291     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15292     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15293   layout:
15294     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15295     layout: "plot-throughput"
15296
15297 - type: "plot"
15298   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15299   algorithm: "plot_perf_box_name"
15300   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15302   include:
15303     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15304     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15305     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15306     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15307     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15308     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15309   layout:
15310     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15311     layout: "plot-throughput"
15312
15313 - type: "plot"
15314   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15315   algorithm: "plot_perf_box_name"
15316   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15318   include:
15319     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15320     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15321     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15322     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15323     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15324     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15325   layout:
15326     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15327     layout: "plot-throughput"
15328
15329 - type: "plot"
15330   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15331   algorithm: "plot_perf_box_name"
15332   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15334   include:
15335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15339   layout:
15340     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15341     layout: "plot-throughput"
15342
15343 - type: "plot"
15344   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15345   algorithm: "plot_perf_box_name"
15346   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15348   include:
15349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15353   layout:
15354     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15355     layout: "plot-throughput"
15356
15357 - type: "plot"
15358   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15359   algorithm: "plot_perf_box_name"
15360   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15362   include:
15363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15368   layout:
15369     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15370     layout: "plot-throughput"
15371
15372 - type: "plot"
15373   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15374   algorithm: "plot_perf_box_name"
15375   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15377   include:
15378     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15381     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15383   layout:
15384     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15385     layout: "plot-throughput"
15386
15387 - type: "plot"
15388   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15389   algorithm: "plot_perf_box_name"
15390   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15392   include:
15393     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15394     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15395     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15396     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15397   layout:
15398     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15399     layout: "plot-throughput"
15400
15401 - type: "plot"
15402   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15403   algorithm: "plot_perf_box_name"
15404   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15406   include:
15407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15408     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15409     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15410     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15411   layout:
15412     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15413     layout: "plot-throughput"
15414
15415 - type: "plot"
15416   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15417   algorithm: "plot_perf_box_name"
15418   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15420   include:
15421     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15422     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15423     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15424     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15425     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15426     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15427   layout:
15428     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15429     layout: "plot-throughput"
15430
15431 - type: "plot"
15432   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15433   algorithm: "plot_perf_box_name"
15434   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15436   include:
15437     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15438     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15439     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15440     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15441     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15442     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15443   layout:
15444     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15445     layout: "plot-throughput"
15446
15447 - type: "plot"
15448   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15449   algorithm: "plot_perf_box_name"
15450   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15452   include:
15453     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15454     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15455     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15456     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15457   layout:
15458     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15459     layout: "plot-throughput"
15460
15461 - type: "plot"
15462   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15463   algorithm: "plot_perf_box_name"
15464   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15466   include:
15467     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15468     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15469     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15470     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15471   layout:
15472     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15473     layout: "plot-throughput"
15474
15475 - type: "plot"
15476   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15477   algorithm: "plot_perf_box_name"
15478   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15479   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15480   include:
15481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15485   layout:
15486     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15487     layout: "plot-throughput"
15488
15489 - type: "plot"
15490   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15491   algorithm: "plot_perf_box_name"
15492   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15494   include:
15495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15499   layout:
15500     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15501     layout: "plot-throughput"
15502
15503 - type: "plot"
15504   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15505   algorithm: "plot_perf_box_name"
15506   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15507   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15508   include:
15509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15513   layout:
15514     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15515     layout: "plot-throughput"
15516
15517 - type: "plot"
15518   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15519   algorithm: "plot_perf_box_name"
15520   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15521   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15522   include:
15523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15527   layout:
15528     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15529     layout: "plot-throughput"
15530
15531 - type: "plot"
15532   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15533   algorithm: "plot_perf_box_name"
15534   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15535   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15536   include:
15537     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15538     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15539     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15541   layout:
15542     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15543     layout: "plot-throughput"
15544
15545 - type: "plot"
15546   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15547   algorithm: "plot_perf_box_name"
15548   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15549   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15550   include:
15551     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15552     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15553     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15554     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15555   layout:
15556     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15557     layout: "plot-throughput"
15558
15559 - type: "plot"
15560   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15561   algorithm: "plot_perf_box_name"
15562   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15563   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15564   include:
15565     - "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"
15566     - "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"
15567     - "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"
15568     - "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"
15569   layout:
15570     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15571     layout: "plot-throughput"
15572
15573 - type: "plot"
15574   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15575   algorithm: "plot_perf_box_name"
15576   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15578   include:
15579     - "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"
15580     - "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"
15581     - "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"
15582     - "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"
15583   layout:
15584     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15585     layout: "plot-throughput"
15586
15587 ################################################################################
15588
15589 # Packet Speedup
15590
15591 - type: "plot"
15592   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15593   algorithm: "plot_tsa_name"
15594   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15595   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15596   include:
15597     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15598     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15599     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15600     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15601   layout:
15602     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15603     layout: "plot-throughput-speedup-analysis"
15604
15605 - type: "plot"
15606   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15607   algorithm: "plot_tsa_name"
15608   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15610   include:
15611     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15612     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15613     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15614     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15615   layout:
15616     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15617     layout: "plot-throughput-speedup-analysis"
15618
15619 - type: "plot"
15620   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15621   algorithm: "plot_tsa_name"
15622   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15623   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15624   include:
15625     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15626     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15627     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15628     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15629   layout:
15630     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
15631     layout: "plot-throughput-speedup-analysis"
15632
15633 - type: "plot"
15634   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15635   algorithm: "plot_tsa_name"
15636   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15637   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15638   include:
15639     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15640     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15641     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15642     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15643   layout:
15644     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
15645     layout: "plot-throughput-speedup-analysis"
15646
15647 - type: "plot"
15648   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15649   algorithm: "plot_tsa_name"
15650   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15652   include:
15653     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15655     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15656     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15657     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15658   layout:
15659     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15660     layout: "plot-throughput-speedup-analysis"
15661
15662 - type: "plot"
15663   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15664   algorithm: "plot_tsa_name"
15665   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15667   include:
15668     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15669     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15670     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15671     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15672     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15673   layout:
15674     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15675     layout: "plot-throughput-speedup-analysis"
15676
15677 - type: "plot"
15678   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15679   algorithm: "plot_tsa_name"
15680   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15681   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15682   include:
15683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15687   layout:
15688     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15689     layout: "plot-throughput-speedup-analysis"
15690
15691 - type: "plot"
15692   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15693   algorithm: "plot_tsa_name"
15694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15696   include:
15697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15701   layout:
15702     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15703     layout: "plot-throughput-speedup-analysis"
15704
15705 - type: "plot"
15706   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15707   algorithm: "plot_tsa_name"
15708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15710   include:
15711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15716   layout:
15717     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15718     layout: "plot-throughput-speedup-analysis"
15719
15720 - type: "plot"
15721   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15722   algorithm: "plot_tsa_name"
15723   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15725   include:
15726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15731   layout:
15732     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15733     layout: "plot-throughput-speedup-analysis"
15734
15735 - type: "plot"
15736   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15737   algorithm: "plot_tsa_name"
15738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15740   include:
15741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15747   layout:
15748     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15749     layout: "plot-throughput-speedup-analysis"
15750
15751 - type: "plot"
15752   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15753   algorithm: "plot_tsa_name"
15754   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15756   include:
15757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15763   layout:
15764     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15765     layout: "plot-throughput-speedup-analysis"
15766
15767 - type: "plot"
15768   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
15769   algorithm: "plot_tsa_name"
15770   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
15771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15772   include:
15773     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
15774     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
15775   layout:
15776     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
15777     layout: "plot-throughput-speedup-analysis"
15778
15779 - type: "plot"
15780   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
15781   algorithm: "plot_tsa_name"
15782   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
15783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15784   include:
15785     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
15786     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
15787   layout:
15788     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
15789     layout: "plot-throughput-speedup-analysis"
15790
15791 - type: "plot"
15792   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
15793   algorithm: "plot_tsa_name"
15794   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
15795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15796   include:
15797     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
15798     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15799     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
15800     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15801     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
15802     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15803   layout:
15804     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
15805     layout: "plot-throughput-speedup-analysis"
15806
15807 - type: "plot"
15808   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
15809   algorithm: "plot_tsa_name"
15810   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
15811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15812   include:
15813     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
15814     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15815     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
15816     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15817     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
15818     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15819   layout:
15820     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
15821     layout: "plot-throughput-speedup-analysis"
15822
15823 - type: "plot"
15824   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
15825   algorithm: "plot_tsa_name"
15826   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
15827   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15828   include:
15829     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15830     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15831     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15832     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15833     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15834     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15835   layout:
15836     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
15837     layout: "plot-throughput-speedup-analysis"
15838
15839 - type: "plot"
15840   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
15841   algorithm: "plot_tsa_name"
15842   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
15843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15844   include:
15845     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15846     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15847     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15848     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15849     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15850     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15851   layout:
15852     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
15853     layout: "plot-throughput-speedup-analysis"
15854
15855 - type: "plot"
15856   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15857   algorithm: "plot_tsa_name"
15858   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15860   include:
15861     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15862     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15863     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15864   layout:
15865     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
15866     layout: "plot-throughput-speedup-analysis"
15867
15868 - type: "plot"
15869   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15870   algorithm: "plot_tsa_name"
15871   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15872   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15873   include:
15874     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15876     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15877   layout:
15878     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
15879     layout: "plot-throughput-speedup-analysis"
15880
15881 - type: "plot"
15882   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15883   algorithm: "plot_tsa_name"
15884   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15886   include:
15887     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15888     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15889     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15890     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15891     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15892   layout:
15893     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15894     layout: "plot-throughput-speedup-analysis"
15895
15896 - type: "plot"
15897   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15898   algorithm: "plot_tsa_name"
15899   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15900   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15901   include:
15902     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15903     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15904     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15905     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15906     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15907   layout:
15908     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15909     layout: "plot-throughput-speedup-analysis"
15910
15911 - type: "plot"
15912   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
15913   algorithm: "plot_tsa_name"
15914   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
15915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15916   include:
15917     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
15918     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
15919     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
15920     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
15921     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
15922   layout:
15923     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
15924     layout: "plot-throughput-speedup-analysis"
15925
15926 - type: "plot"
15927   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
15928   algorithm: "plot_tsa_name"
15929   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
15930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15931   include:
15932     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
15933     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
15934     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
15935     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
15936     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
15937   layout:
15938     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
15939     layout: "plot-throughput-speedup-analysis"
15940
15941 - type: "plot"
15942   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15943   algorithm: "plot_tsa_name"
15944   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15946   include:
15947     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15948     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15949     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15950     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15953   layout:
15954     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15955     layout: "plot-throughput-speedup-analysis"
15956
15957 - type: "plot"
15958   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15959   algorithm: "plot_tsa_name"
15960   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15961   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15962   include:
15963     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15964     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15965     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15969   layout:
15970     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15971     layout: "plot-throughput-speedup-analysis"
15972
15973 - type: "plot"
15974   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15975   algorithm: "plot_tsa_name"
15976   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15978   include:
15979     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15980     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15983   layout:
15984     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
15985     layout: "plot-throughput-speedup-analysis"
15986
15987 - type: "plot"
15988   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15989   algorithm: "plot_tsa_name"
15990   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15992   include:
15993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15997   layout:
15998     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
15999     layout: "plot-throughput-speedup-analysis"
16000
16001 - type: "plot"
16002   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16003   algorithm: "plot_tsa_name"
16004   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16006   include:
16007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16012   layout:
16013     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16014     layout: "plot-throughput-speedup-analysis"
16015
16016 - type: "plot"
16017   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16018   algorithm: "plot_tsa_name"
16019   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16020   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16021   include:
16022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16027   layout:
16028     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16029     layout: "plot-throughput-speedup-analysis"
16030
16031 - type: "plot"
16032   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16033   algorithm: "plot_tsa_name"
16034   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16036   include:
16037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16041   layout:
16042     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16043     layout: "plot-throughput-speedup-analysis"
16044
16045 - type: "plot"
16046   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16047   algorithm: "plot_tsa_name"
16048   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16050   include:
16051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16055   layout:
16056     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16057     layout: "plot-throughput-speedup-analysis"
16058
16059 - type: "plot"
16060   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16061   algorithm: "plot_tsa_name"
16062   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16063   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16064   include:
16065     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16066     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16067     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16068     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16069     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16070     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16071   layout:
16072     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
16073     layout: "plot-throughput-speedup-analysis"
16074
16075 - type: "plot"
16076   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16077   algorithm: "plot_tsa_name"
16078   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16079   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16080   include:
16081     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16082     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16083     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16084     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16085     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16086     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16087   layout:
16088     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
16089     layout: "plot-throughput-speedup-analysis"
16090
16091 - type: "plot"
16092   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16093   algorithm: "plot_tsa_name"
16094   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16096   include:
16097     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16098     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16099     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16100     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16101   layout:
16102     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
16103     layout: "plot-throughput-speedup-analysis"
16104
16105 - type: "plot"
16106   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16107   algorithm: "plot_tsa_name"
16108   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16110   include:
16111     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16112     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16113     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16114     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16115   layout:
16116     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
16117     layout: "plot-throughput-speedup-analysis"
16118
16119 - type: "plot"
16120   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16121   algorithm: "plot_tsa_name"
16122   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16124   include:
16125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16129   layout:
16130     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16131     layout: "plot-throughput-speedup-analysis"
16132
16133 - type: "plot"
16134   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16135   algorithm: "plot_tsa_name"
16136   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16137   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16138   include:
16139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16143   layout:
16144     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16145     layout: "plot-throughput-speedup-analysis"
16146
16147 - type: "plot"
16148   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16149   algorithm: "plot_tsa_name"
16150   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16152   include:
16153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16157   layout:
16158     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16159     layout: "plot-throughput-speedup-analysis"
16160
16161 - type: "plot"
16162   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16163   algorithm: "plot_tsa_name"
16164   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16165   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16166   include:
16167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16171   layout:
16172     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16173     layout: "plot-throughput-speedup-analysis"
16174
16175 - type: "plot"
16176   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16177   algorithm: "plot_tsa_name"
16178   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
16179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16180   include:
16181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16185   layout:
16186     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
16187     layout: "plot-throughput-speedup-analysis"
16188
16189 - type: "plot"
16190   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16191   algorithm: "plot_tsa_name"
16192   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16194   include:
16195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16199   layout:
16200     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
16201     layout: "plot-throughput-speedup-analysis"
16202
16203 - type: "plot"
16204   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16205   algorithm: "plot_tsa_name"
16206   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16207   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16208   include:
16209     - "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"
16210     - "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"
16211     - "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"
16212     - "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"
16213   layout:
16214     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
16215     layout: "plot-throughput-speedup-analysis"
16216
16217 - type: "plot"
16218   title: "Speedup: 2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-pdr-tsa"
16219   algorithm: "plot_tsa_name"
16220   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-pdr-tsa"
16221   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16222   include:
16223     - "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"
16224     - "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"
16225     - "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"
16226     - "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"
16227   layout:
16228     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-pdr"
16229     layout: "plot-throughput-speedup-analysis"
16230
16231 ################################################################################
16232
16233 # Packet Throughput - DPDK
16234
16235 # 2n-clx-xxv710
16236
16237 - type: "plot"
16238   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16239   algorithm: "plot_perf_box_name"
16240   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16241   data: "plot-dpdk-throughput-latency-2n-clx"
16242   include:
16243     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16244     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16245   layout:
16246     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16247     layout: "plot-throughput"
16248
16249 - type: "plot"
16250   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16251   algorithm: "plot_perf_box_name"
16252   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16253   data: "plot-dpdk-throughput-latency-2n-clx"
16254   include:
16255     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16256     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16257   layout:
16258     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16259     layout: "plot-throughput"
16260
16261 - type: "plot"
16262   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16263   algorithm: "plot_perf_box_name"
16264   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16265   data: "plot-dpdk-throughput-latency-2n-clx"
16266   include:
16267     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16268     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16269   layout:
16270     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16271     layout: "plot-throughput"
16272
16273 - type: "plot"
16274   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16275   algorithm: "plot_perf_box_name"
16276   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16277   data: "plot-dpdk-throughput-latency-2n-clx"
16278   include:
16279     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16280     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16281   layout:
16282     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16283     layout: "plot-throughput"
16284
16285 # 2n-clx-x710
16286
16287 - type: "plot"
16288   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16289   algorithm: "plot_perf_box_name"
16290   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16291   data: "plot-dpdk-throughput-latency-2n-clx"
16292   include:
16293     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16294     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16295   layout:
16296     title: "2n-clx-x710-64b-2t1c-base-ndr"
16297     layout: "plot-throughput"
16298
16299 - type: "plot"
16300   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16301   algorithm: "plot_perf_box_name"
16302   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16303   data: "plot-dpdk-throughput-latency-2n-clx"
16304   include:
16305     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16306     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16307   layout:
16308     title: "2n-clx-x710-64b-4t2c-base-ndr"
16309     layout: "plot-throughput"
16310
16311 - type: "plot"
16312   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16313   algorithm: "plot_perf_box_name"
16314   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16315   data: "plot-dpdk-throughput-latency-2n-clx"
16316   include:
16317     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16318     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16319   layout:
16320     title: "2n-clx-x710-64b-2t1c-base-pdr"
16321     layout: "plot-throughput"
16322
16323 - type: "plot"
16324   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16325   algorithm: "plot_perf_box_name"
16326   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16327   data: "plot-dpdk-throughput-latency-2n-clx"
16328   include:
16329     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16330     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16331   layout:
16332     title: "2n-clx-x710-64b-4t2c-base-pdr"
16333     layout: "plot-throughput"
16334
16335 ################################################################################
16336
16337 #- type: "plot"
16338 #  title: "Latency by percentile: 2n-skx"
16339 #  algorithm: "plot_hdrh_lat_by_percentile"
16340 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16341 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16342 #  target-links: "../../_static/vpp"
16343 #  data: "plot-vpp-hdrh-lat-2n-skx"
16344 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16345 #  layout:
16346 #    layout: "plot-hdrh-latency-by-percentile"
16347
16348 #- type: "plot"
16349 #  title: "Latency by percentile: 3n-skx"
16350 #  algorithm: "plot_hdrh_lat_by_percentile"
16351 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16352 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16353 #  target-links: "../../_static/vpp"
16354 #  data: "plot-vpp-hdrh-lat-3n-skx"
16355 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16356 #  layout:
16357 #    layout: "plot-hdrh-latency-by-percentile"
16358
16359 - type: "plot"
16360   title: "Latency by percentile: 2n-clx"
16361   algorithm: "plot_hdrh_lat_by_percentile"
16362   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16363   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16364   target-links: "../../_static/vpp"
16365   data: "plot-vpp-hdrh-lat-2n-clx"
16366   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16367   layout:
16368     layout: "plot-hdrh-latency-by-percentile"
16369
16370 - type: "plot"
16371   title: "Latency by percentile: 3n-hsw"
16372   algorithm: "plot_hdrh_lat_by_percentile"
16373   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16374   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16375   target-links: "../../_static/vpp"
16376   data: "plot-vpp-hdrh-lat-3n-hsw"
16377   filter: "'1T1C' and 'NIC_Intel-XL710'"
16378   layout:
16379     layout: "plot-hdrh-latency-by-percentile"
16380
16381 - type: "plot"
16382   title: "Latency by percentile: 3n-tsh"
16383   algorithm: "plot_hdrh_lat_by_percentile"
16384   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16385   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16386   target-links: "../../_static/vpp"
16387   data: "plot-vpp-hdrh-lat-3n-tsh"
16388   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16389   layout:
16390     layout: "plot-hdrh-latency-by-percentile"
16391
16392 - type: "plot"
16393   title: "Latency by percentile: DPDK 2n-clx"
16394   algorithm: "plot_hdrh_lat_by_percentile"
16395   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
16396   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
16397   target-links: "../../_static/dpdk"
16398   data: "plot-dpdk-hdrh-lat-2n-clx"
16399   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16400   layout:
16401     layout: "plot-hdrh-latency-by-percentile"
16402
16403 - type: "plot"
16404   title: "Latency by percentile: DPDK 3n-hsw"
16405   algorithm: "plot_hdrh_lat_by_percentile"
16406   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16407   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16408   target-links: "../../_static/dpdk"
16409   data: "plot-dpdk-hdrh-lat-3n-hsw"
16410   filter: "'1T1C' and 'NIC_Intel-XL710'"
16411   layout:
16412     layout: "plot-hdrh-latency-by-percentile"
16413
16414 - type: "plot"
16415   title: "Latency by percentile: DPDK 3n-tsh"
16416   algorithm: "plot_hdrh_lat_by_percentile"
16417   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16418   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16419   target-links: "../../_static/dpdk"
16420   data: "plot-dpdk-hdrh-lat-3n-tsh"
16421   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16422   layout:
16423     layout: "plot-hdrh-latency-by-percentile"