PAL: Detailed test results
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
37     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
38     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
39     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
40     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
41     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
42     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
43     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
44     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
45     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
46     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
47     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
48     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
49     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
50     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
51     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
52     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
57     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
58     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
59     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
60     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
61     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
62     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
63     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
64     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
65     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
66     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
67     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
68     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
69     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
70     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
71
72     # Detailed tests operational data
73     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
74     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
75     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
76     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
77     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
78     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
79     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
80     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
81
82     # Latencies:
83     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
84     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
85
86     # .css patch file to fix tables generated by Sphinx
87     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
88     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
89
90   urls:
91     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
92     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
93     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
94     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
95     DIR[NEXUS,DOC]: "report/_static/archive"
96
97   make-dirs:
98   # List the directories which are created while preparing the environment.
99   # All directories MUST be defined in "paths" section.
100   - "DIR[WORKING,DATA]"
101   - "DIR[STATIC,VPP]"
102   - "DIR[STATIC,DPDK]"
103   - "DIR[STATIC,ARCH]"
104   - "DIR[BUILD,LATEX]"
105   - "DIR[WORKING,SRC]"
106   - "DIR[WORKING,SRC,STATIC]"
107
108   remove-dirs:
109   # List the directories which are deleted while cleaning the environment.
110   # All directories MUST be defined in "paths" section.
111   #- "DIR[BUILD,HTML]"
112   - "DIR[WORKING,DATA]"
113
114   build-dirs:
115   # List the directories where the results (build) is stored.
116   # All directories MUST be defined in "paths" section.
117   - "DIR[BUILD,HTML]"
118   - "DIR[BUILD,LATEX]"
119
120 - type: "configuration"
121
122   limits:
123     nic:
124       x520: 24460000
125       x553: 29761905
126       x710: 35800000
127       xxv710: 35800000
128       xl710: 35800000
129       cx556a: 60000000
130
131     link:
132       10ge: 14880952.38
133       25ge: 37202380.95
134       40ge: 59523809.52
135       100ge: 148809523.81
136
137     pci:
138       pci-g3-x8: 74404761.90
139       pci-g3-x16: 148809523.81
140
141   data-sets:
142
143     ###########################################################################
144     # Replacements:
145
146     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
147       csit-vpp-perf-verify-1908-3n-hsw:
148         - 48  # NDRPDR sel vhost
149         - 49  # NDRPDR sel vhost
150         - 52  # NDRPDR sel vhost
151         - 53  # NDRPDR sel vhost
152         - 54  # NDRPDR sel vhost
153         - 55  # NDRPDR sel vhost
154         - 56  # NDRPDR sel vhost
155         - 57  # NDRPDR sel vhost
156         - 58  # NDRPDR sel vhost
157         - 59  # NDRPDR sel vhost
158
159     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
160       csit-vpp-perf-verify-1908-3n-skx:
161         - 52  # NDRPDR sel vhost
162         - 53  # NDRPDR sel vhost
163         - 55  # NDRPDR sel vhost
164         - 61  # NDRPDR sel vhost
165         - 62  # NDRPDR sel vhost
166         - 63  # NDRPDR sel vhost
167         - 64  # NDRPDR sel vhost
168         - 65  # NDRPDR sel vhost
169         - 66  # NDRPDR sel vhost
170         - 67  # NDRPDR sel vhost
171
172     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
173       csit-vpp-perf-verify-1908-2n-skx:
174         - 88  # NDRPDR sel vhost
175         - 89  # NDRPDR sel vhost
176         - 91  # NDRPDR sel vhost
177         - 92  # NDRPDR sel vhost
178         - 93  # NDRPDR sel vhost
179         - 94  # NDRPDR sel vhost
180         - 95  # NDRPDR sel vhost
181         - 96  # NDRPDR sel vhost
182         - 97  # NDRPDR sel vhost
183         - 98  # NDRPDR sel vhost
184
185     ###########################################################################
186     # Plots:
187
188     # 3n-hsw
189
190     plot-vpp-throughput-lat-tsa-3n-hsw:
191       csit-vpp-perf-verify-2001-3n-hsw:
192         - 21  # NDRPDR sel
193         - 22  # NDRPDR sel
194         - 23  # NDRPDR sel
195         - 24  # NDRPDR sel
196         - 25  # NDRPDR sel
197         - 29  # NDRPDR sel
198         - 30  # NDRPDR sel
199         - 31  # NDRPDR sel
200         - 32  # NDRPDR sel
201         - 34  # NDRPDR sel
202
203     plot-vpp-hdrh-lat-3n-hsw:
204       csit-vpp-perf-verify-2001-3n-hsw:
205         - 22  # NDRPDR sel
206
207     plot-vpp-nfv-3n-hsw-ndrpdr:
208       csit-vpp-perf-verify-2001-3n-hsw:
209         - 21  # NDRPDR sel
210         - 22  # NDRPDR sel
211         - 23  # NDRPDR sel
212         - 24  # NDRPDR sel
213         - 25  # NDRPDR sel
214         - 29  # NDRPDR sel
215         - 30  # NDRPDR sel
216         - 31  # NDRPDR sel
217         - 32  # NDRPDR sel
218         - 34  # NDRPDR sel
219
220     plot-vpp-nfv-3n-hsw-mrr:
221       csit-vpp-perf-verify-2001-3n-hsw:
222         - 17  # MRR sel
223
224     plot-dpdk-throughput-latency-3n-hsw:
225       csit-dpdk-perf-verify-2001-3n-hsw:
226         - 4   # NDRPDR sel
227         - 5   # NDRPDR sel
228         - 6   # NDRPDR sel
229         - 7   # NDRPDR sel
230         - 8   # NDRPDR sel
231         - 9   # NDRPDR sel
232         - 10  # NDRPDR sel
233         - 11  # NDRPDR sel
234         - 12  # NDRPDR sel
235         - 13  # NDRPDR sel
236         - 15  # NDRPDR sel
237         - 16  # NDRPDR sel
238         - 17  # NDRPDR sel
239         - 18  # NDRPDR sel
240         - 19  # NDRPDR sel
241         - 20  # NDRPDR sel
242         - 21  # NDRPDR sel
243         - 22  # NDRPDR sel
244         - 23  # NDRPDR sel
245         - 24  # NDRPDR sel
246
247     plot-dpdk-hdrh-lat-3n-hsw:
248       csit-dpdk-perf-verify-2001-3n-hsw:
249         - 16  # NDRPDR sel
250
251     # 3n-skx
252
253     plot-vpp-throughput-lat-tsa-3n-skx:
254       # TODO: Add the data
255       csit-vpp-perf-verify-2001-3n-skx:
256         - 14  # NDRPDR sel
257         - 15  # NDRPDR sel
258         - 16  # NDRPDR sel
259
260     plot-vpp-hdrh-lat-3n-skx:
261       csit-vpp-perf-verify-2001-3n-skx:
262         - 14  # NDRPDR sel
263
264     plot-vpp-nfv-3n-skx-ndrpdr:
265       # TODO: Add data
266       csit-vpp-perf-verify-2001-3n-skx:
267         - 14  # NDRPDR sel
268         - 15  # NDRPDR sel
269         - 16  # NDRPDR sel
270
271     plot-vpp-nfv-3n-skx-mrr:
272       # TODO: Replace
273       # csit-vpp-perf-verify-2001-3n-skx:
274       csit-vpp-perf-verify-1908-3n-skx:
275         - 36  # MRR sel
276
277     plot-dpdk-throughput-latency-3n-skx:
278       csit-dpdk-perf-verify-2001-3n-skx:
279         - 1   # NDRPDR sel
280         - 2   # NDRPDR sel
281         - 3   # NDRPDR sel
282         - 4   # NDRPDR sel
283         - 5   # NDRPDR sel
284         - 6   # NDRPDR sel
285         - 7   # NDRPDR sel
286         - 8   # NDRPDR sel
287         - 9   # NDRPDR sel
288         - 10  # NDRPDR sel
289
290     plot-dpdk-hdrh-lat-3n-skx:
291       csit-dpdk-perf-verify-2001-3n-skx:
292         - 1   # NDRPDR sel
293         - 19  # NDRPDR sel
294
295     # 2n-skx
296
297     plot-vpp-throughput-lat-tsa-2n-skx:
298       # TODO: Add the data
299       csit-vpp-perf-verify-2001-2n-skx:
300         - 21  # NDRPDR sel
301         - 22  # NDRPDR sel
302         - 23  # NDRPDR sel
303         - 26  # NDRPDR sel
304         - 27  # NDRPDR sel
305         - 29  # NDRPDR sel
306
307     plot-vpp-hdrh-lat-2n-skx:
308       csit-vpp-perf-verify-2001-2n-skx:
309         - 21  # NDRPDR sel
310
311     plot-vpp-http-server-performance:
312       # TODO: Replace:
313       # csit-vpp-perf-verify-2001-2n-skx:
314       csit-vpp-perf-verify-1908-2n-skx:
315         - 29  # TCP
316         - 30  # TCP
317         - 58  # TCP
318
319     plot-vpp-soak-2n-skx:
320       # TODO: Replace the data
321       # csit-vpp-perf-verify-2001-2n-skx:
322       csit-vpp-perf-verify-1908-2n-skx:
323         - 83  # SOAK
324         - 86  # SOAK
325
326     plot-vpp-nfv-2n-skx-ndrpdr:
327       # TODO: Add the data
328       csit-vpp-perf-verify-2001-2n-skx:
329         - 30  # NFV
330         - 31  # NFV
331
332     plot-vpp-nfv-2n-skx-mrr:
333       # TODO: Replace the data
334       # csit-vpp-perf-verify-2001-2n-skx:
335       csit-vpp-perf-verify-1908-2n-skx:
336         - 71  # NFV MRR
337
338     plot-vpp-nfv-reconf-2n-skx:
339       # TODO: Replace the data
340       # csit-vpp-perf-verify-2001-2n-skx:
341       csit-vpp-perf-verify-1908-2n-skx:
342         - 113 # NFV reconf sel
343         - 114 # NFV reconf sel
344         - 115 # NFV reconf sel
345
346     plot-dpdk-throughput-latency-2n-skx:
347       csit-dpdk-perf-verify-2001-2n-skx:
348         - 1   # NDRPDR sel
349         - 2   # NDRPDR sel
350         - 3   # NDRPDR sel
351         - 4   # NDRPDR sel
352         - 5   # NDRPDR sel
353         - 6   # NDRPDR sel
354         - 7   # NDRPDR sel
355         - 8   # NDRPDR sel
356         - 9   # NDRPDR sel
357         - 10  # NDRPDR sel
358         - 11  # NDRPDR sel
359         - 13  # NDRPDR sel
360         - 26  # NDRPDR sel
361         - 16  # NDRPDR sel
362         - 17  # NDRPDR sel
363         - 18  # NDRPDR sel
364         - 19  # NDRPDR sel
365         - 27  # NDRPDR sel
366         - 21  # NDRPDR sel
367         - 25  # NDRPDR sel
368
369     plot-dpdk-hdrh-lat-2n-skx:
370       csit-dpdk-perf-verify-2001-2n-skx:
371         - 1   # NDRPDR sel
372         - 19  # NDRPDR sel
373
374     # 2n-clx
375
376     plot-vpp-throughput-lat-tsa-2n-clx:
377       # TODO: Add the data
378       csit-vpp-perf-verify-2001-2n-clx:
379         - 28  # NDRPDR sel
380         - 29  # NDRPDR sel
381         - 32  # NDRPDR sel
382         - 40  # NDRPDR sel
383         - 43  # NDRPDR sel
384         - 44  # NDRPDR sel
385         - 45  # NDRPDR sel
386
387     plot-vpp-hdrh-lat-2n-clx:
388       csit-vpp-perf-verify-2001-2n-clx:
389         - 28  # NDRPDR sel
390
391     plot-vpp-nfv-2n-clx-ndrpdr:
392       # TODO: Add the data
393       csit-vpp-perf-verify-2001-2n-clx:
394         - 28  # NDRPDR sel
395         - 29  # NDRPDR sel
396         - 32  # NDRPDR sel
397         - 40  # NDRPDR sel
398         - 43  # NDRPDR sel
399         - 44  # NDRPDR sel
400         - 45  # NDRPDR sel
401
402     plot-vpp-nfv-2n-clx-mrr:
403       csit-vpp-perf-verify-2001-2n-clx:
404         - 39  # MRR
405
406     plot-dpdk-throughput-latency-2n-clx:
407       csit-dpdk-perf-verify-2001-2n-clx:
408         - 15  # NDRPDR sel
409         - 16  # NDRPDR sel
410         - 17  # NDRPDR sel
411         - 18  # NDRPDR sel
412         - 19  # NDRPDR sel
413         - 20  # NDRPDR sel
414         - 21  # NDRPDR sel
415         - 22  # NDRPDR sel
416         - 23  # NDRPDR sel
417         - 24  # NDRPDR sel
418         - 25  # NDRPDR sel
419         - 26  # NDRPDR sel
420         - 27  # NDRPDR sel
421         - 28  # NDRPDR sel
422         - 29  # NDRPDR sel
423         - 30  # NDRPDR sel
424         - 31  # NDRPDR sel
425         - 32  # NDRPDR sel
426         - 33  # NDRPDR sel
427         - 34  # NDRPDR sel
428
429
430     plot-dpdk-hdrh-lat-2n-clx:
431       csit-dpdk-perf-verify-2001-2n-clx:
432         - 15  # NDRPDR sel
433
434     # 3n-tsh
435
436     plot-vpp-throughput-lat-tsa-3n-tsh:
437       # TODO: Add the data
438       csit-vpp-perf-verify-2001-3n-tsh:
439         - 3   # NDRPDR sel
440         - 4   # NDRPDR sel
441         - 7   # NDRPDR sel
442         - 8   # NDRPDR sel
443         - 10  # NDRPDR sel
444         - 12  # NDRPDR sel
445         - 13  # NDRPDR sel
446         - 14  # NDRPDR sel
447
448     plot-vpp-hdrh-lat-3n-tsh:
449       csit-vpp-perf-verify-2001-3n-tsh:
450         - 10  # NDRPDR sel
451
452     plot-dpdk-throughput-latency-3n-tsh:
453       csit-dpdk-perf-verify-2001-3n-tsh:
454         - 3   # NDRPDR sel
455         - 4   # NDRPDR sel
456         - 5   # NDRPDR sel
457         - 9   # NDRPDR sel
458         - 10  # NDRPDR sel
459         - 11  # NDRPDR sel
460         - 12  # NDRPDR sel
461         - 14  # NDRPDR sel
462         - 15  # NDRPDR sel
463         - 18  # NDRPDR sel
464
465     plot-dpdk-hdrh-lat-3n-tsh:
466       csit-dpdk-perf-verify-2001-3n-tsh:
467         - 3   # NDRPDR sel
468
469     # 3n-dnv
470
471     plot-vpp-throughput-lat-tsa-3n-dnv:
472       csit-vpp-perf-verify-2001-3n-dnv:
473         - 5   # NDRPDR sel
474         - 6   # NDRPDR sel
475         - 7   # NDRPDR sel
476         - 8   # NDRPDR sel
477         - 9   # NDRPDR sel
478         - 10  # NDRPDR sel
479         - 12  # NDRPDR sel
480         - 16  # NDRPDR sel
481         - 17  # NDRPDR sel
482         - 18  # NDRPDR sel
483
484     plot-dpdk-throughput-latency-3n-dnv:
485       csit-dpdk-perf-verify-2001-3n-dnv:
486         - 12  # NDRPDR sel
487         - 13  # NDRPDR sel
488         - 14  # NDRPDR sel
489         - 15  # NDRPDR sel
490         - 16  # NDRPDR sel
491         - 17  # NDRPDR sel
492         - 18  # NDRPDR sel
493         - 19  # NDRPDR sel
494         - 20  # NDRPDR sel
495         - 22  # NDRPDR sel
496
497     # 2n-dnv
498
499     plot-vpp-throughput-lat-tsa-2n-dnv:
500       csit-vpp-perf-verify-2001-2n-dnv:
501         - 4   # NDRPDR sel
502         - 5   # NDRPDR sel
503         - 6   # NDRPDR sel
504         - 7   # NDRPDR sel
505         - 8   # NDRPDR sel
506         - 9   # NDRPDR sel
507         - 10  # NDRPDR sel
508         - 11  # NDRPDR sel
509         - 13  # NDRPDR sel
510         - 16  # NDRPDR sel
511
512     plot-dpdk-throughput-latency-2n-dnv:
513       csit-dpdk-perf-verify-2001-2n-dnv:
514         - 9   # NDRPDR sel
515         - 10  # NDRPDR sel
516         - 11  # NDRPDR sel
517         - 12  # NDRPDR sel
518         - 13  # NDRPDR sel
519         - 14  # NDRPDR sel
520         - 15  # NDRPDR sel
521         - 16  # NDRPDR sel
522         - 17  # NDRPDR sel
523         - 18  # NDRPDR sel
524
525     ###########################################################################
526     # Simple tables (only one data set):
527
528     # NIC Comparisons
529
530     vpp-nic-comparison-3n-skx:
531       # TODO: Add the data
532       csit-vpp-perf-verify-2001-3n-skx:
533         - 14  # NDRPDR sel
534         - 15  # NDRPDR sel
535         - 16  # NDRPDR sel
536
537     vpp-nic-comparison-2n-skx:
538       # TODO: Add the data
539       csit-vpp-perf-verify-2001-2n-skx:
540         - 21  # NDRPDR sel
541         - 22  # NDRPDR sel
542         - 23  # NDRPDR sel
543         - 26  # NDRPDR sel
544
545     vpp-nic-comparison-3n-skx-mrr:
546       # TODO: Replace
547       # csit-vpp-perf-verify-2001-3n-skx:
548       csit-vpp-perf-verify-1908-3n-skx:
549         - 36  # MRR sel
550
551     vpp-nic-comparison-2n-skx-mrr:
552       # TODO: Replace
553       # csit-vpp-perf-verify-2001-2n-skx:
554       csit-vpp-perf-verify-1908-2n-skx:
555         - 69  # MRR sel
556
557     # Results
558
559     vpp-perf-results-3n-hsw:
560       csit-vpp-perf-verify-2001-3n-hsw:
561         - 18  # NDRPDR full
562         - 20  # NDRPDR full
563         - 28  # NDRPDR full
564         - 35  # NDRPDR full
565         - 42  # NDRPDR full
566         - 46  # NDRPDR full
567         - 47  # NDRPDR full
568         - 48  # NDRPDR full
569         - 49  # NDRPDR full
570         - 50  # NDRPDR full
571         - 51  # NDRPDR full
572         - 52  # NDRPDR full
573         - 53  # NDRPDR full
574         - 54  # NDRPDR full
575         - 55  # NDRPDR full
576         - 56  # NDRPDR full
577         - 57  # NDRPDR full
578         - 58  # NDRPDR full
579         - 59  # NDRPDR full
580         - 61  # NDRPDR full
581         - 62  # NDRPDR full
582         - 63  # NDRPDR full
583         - 64  # NDRPDR full
584         - 65  # NDRPDR full
585         - 67  # NDRPDR full
586         - 70  # NDRPDR full
587         - 72  # NDRPDR full
588         - 73  # NDRPDR full
589         - 77  # NDRPDR full
590         - 78  # NDRPDR full
591
592     vpp-perf-results-3n-skx:
593       # TODO: Replace
594       csit-vpp-perf-verify-2001-3n-skx:
595         - 14  # NDRPDR sel
596
597     vpp-perf-results-2n-skx:
598       csit-vpp-perf-verify-2001-2n-skx:
599         - 32  # NDRPDR full
600         - 33  # NDRPDR full
601
602     vpp-perf-results-2n-clx:
603       # TODO: Add data
604       csit-vpp-perf-verify-2001-2n-clx:
605         - 34  # NDRPDR full
606         - 35  # NDRPDR full
607         - 36  # NDRPDR full
608         - 38  # NDRPDR full
609         - 41  # NDRPDR full
610         - 42  # NDRPDR full
611
612     vpp-perf-results-3n-tsh:
613       csit-vpp-perf-verify-2001-3n-tsh:
614         - 10  # NDRPDR sel
615
616     vpp-perf-results-3n-dnv:
617       csit-vpp-perf-verify-2001-3n-dnv:
618         - 19  # NDRPDR full
619         - 20  # NDRPDR full
620         - 21  # NDRPDR full
621         - 22  # NDRPDR full
622         - 23  # NDRPDR full
623         - 24  # NDRPDR full
624         - 25  # NDRPDR full
625         - 26  # NDRPDR full
626         - 37  # NDRPDR full
627         - 38  # NDRPDR full
628         - 39  # NDRPDR full
629
630     vpp-perf-results-2n-dnv:
631       csit-vpp-perf-verify-2001-2n-dnv:
632         - 21  # NDRPDR full
633         - 22  # NDRPDR full
634         - 25  # NDRPDR full
635         - 26  # NDRPDR full
636         - 27  # NDRPDR full
637         - 28  # NDRPDR full
638
639     vpp-mrr-results-3n-hsw:
640       csit-vpp-perf-verify-2001-3n-hsw:
641         - 17  # MRR sel
642
643     vpp-mrr-results-3n-skx:
644       # TODO: Replace
645       # csit-vpp-perf-verify-2001-3n-skx:
646       csit-vpp-perf-verify-1908-3n-skx:
647         - 36  # MRR sel
648
649     vpp-mrr-results-2n-skx:
650       # TODO: Replace
651       # csit-vpp-perf-verify-2001-2n-skx:
652       csit-vpp-perf-verify-1908-2n-skx:
653         - 69  # MRR sel
654
655     vpp-mrr-results-2n-clx:
656       csit-vpp-perf-verify-2001-2n-clx:
657         - 39  # MRR
658
659     vpp-mrr-results-3n-tsh:
660       csit-vpp-perf-verify-2001-3n-tsh:
661         - 9   # MRR sel
662
663     vpp-mrr-results-3n-dnv:
664       csit-vpp-perf-verify-2001-3n-dnv:
665         - 11  # MRR sel
666
667     vpp-mrr-results-2n-dnv:
668       csit-vpp-perf-verify-2001-2n-dnv:
669         - 12  # MRR sel
670
671     vpp-device-results-ubuntu:
672       csit-vpp-device-2001-ubuntu1804-1n-skx:
673         - 57
674
675     dpdk-perf-results-3n-hsw:
676       csit-dpdk-perf-verify-2001-3n-hsw:
677         - 25  # NDRPDR full
678         - 26  # NDRPDR full
679
680     dpdk-perf-results-3n-skx:
681       csit-dpdk-perf-verify-2001-3n-skx:
682         - 1   # NDRPDR sel
683
684     dpdk-perf-results-2n-skx:
685       csit-dpdk-perf-verify-2001-2n-skx:
686         - 1   # NDRPDR sel
687
688     dpdk-perf-results-2n-clx:
689       csit-dpdk-perf-verify-2001-2n-clx:
690         - 15  # NDRPDR sel
691         - 34  # NDRPDR sel
692
693     dpdk-perf-results-2n-dnv:
694       csit-dpdk-perf-verify-2001-2n-dnv:
695         - 16  # NDRPDR sel
696
697     dpdk-perf-results-3n-dnv:
698       csit-dpdk-perf-verify-2001-3n-dnv:
699         - 12  # NDRPDR sel
700
701     dpdk-perf-results-3n-tsh:
702       csit-dpdk-perf-verify-2001-3n-tsh:
703         - 3   # NDRPDR sel
704
705 ###########################################################################
706     # Tables (more than one data set)
707
708     # Performance changes
709
710     vpp-performance-changes-3n-hsw-h1:
711       csit-vpp-perf-verify-1904-3n-hsw:
712         - 11  # NDRPDR sel
713         - 12  # NDRPDR sel
714         - 20  # NDRPDR sel
715         - 21  # NDRPDR sel
716         - 23  # NDRPDR sel
717         - 24  # NDRPDR sel
718         - 25  # NDRPDR sel
719         - 26  # NDRPDR sel
720         - 29  # NDRPDR sel
721         - 30  # NDRPDR sel
722     vpp-performance-changes-3n-hsw-ref:
723       csit-vpp-perf-verify-1908-3n-hsw:
724         - 12  # NDRPDR sel
725         - 13  # NDRPDR sel
726         - 14  # NDRPDR sel
727         - 15  # NDRPDR sel
728         - 16  # NDRPDR sel
729         - 17  # NDRPDR sel
730         - 18  # NDRPDR sel
731         - 19  # NDRPDR sel
732         - 20  # NDRPDR sel
733         - 21  # NDRPDR sel
734     vpp-performance-changes-3n-hsw-cmp:
735       csit-vpp-perf-verify-2001-3n-hsw:
736         - 21  # NDRPDR sel
737         - 22  # NDRPDR sel
738         - 23  # NDRPDR sel
739         - 24  # NDRPDR sel
740         - 25  # NDRPDR sel
741         - 29  # NDRPDR sel
742         - 30  # NDRPDR sel
743         - 31  # NDRPDR sel
744         - 32  # NDRPDR sel
745         - 34  # NDRPDR sel
746     vpp-performance-changes-3n-hsw:
747       - "vpp-performance-changes-3n-hsw-h1"
748       - "vpp-performance-changes-3n-hsw-ref"
749       - "vpp-performance-changes-3n-hsw-cmp"
750
751     vpp-performance-changes-3n-skx-h1:
752       csit-vpp-perf-verify-1904-3n-skx:
753         - 8   # NDRPDR sel
754         - 9   # NDRPDR sel
755         - 10  # NDRPDR sel
756         - 11  # NDRPDR sel
757         - 12  # NDRPDR sel
758         - 14  # NDRPDR sel
759         - 16  # NDRPDR sel
760         - 21  # NDRPDR sel
761         - 23  # NDRPDR sel
762         - 25  # NDRPDR sel
763     vpp-performance-changes-3n-skx-ref:
764       csit-vpp-perf-verify-1908-3n-skx:
765         - 14  # NDRPDR sel
766         - 16  # NDRPDR sel
767         - 19  # NDRPDR sel
768         - 20  # NDRPDR sel
769         - 22  # NDRPDR sel
770         - 23  # NDRPDR sel
771         - 24  # NDRPDR sel
772         - 25  # NDRPDR sel
773         - 26  # NDRPDR sel
774         - 29  # NDRPDR sel
775     vpp-performance-changes-3n-skx-cmp:
776       # TODO: Add the data
777       csit-vpp-perf-verify-2001-3n-skx:
778         - 14  # NDRPDR sel
779         - 15  # NDRPDR sel
780         - 16  # NDRPDR sel
781     vpp-performance-changes-3n-skx:
782       - "vpp-performance-changes-3n-skx-h1"
783       - "vpp-performance-changes-3n-skx-ref"
784       - "vpp-performance-changes-3n-skx-cmp"
785
786     vpp-performance-changes-2n-skx-h1:
787       csit-vpp-perf-verify-1904-2n-skx:
788         - 12  # NDRPDR sel
789         - 14  # NDRPDR sel
790         - 16  # NDRPDR sel
791         - 17  # NDRPDR sel
792         - 18  # NDRPDR sel
793         - 21  # NDRPDR sel
794         - 27  # NDRPDR sel
795         - 30  # NDRPDR sel
796         - 31  # NDRPDR sel
797         - 32  # NDRPDR sel
798     vpp-performance-changes-2n-skx-ref:
799       csit-vpp-perf-verify-1908-2n-skx:
800         - 26  # NDRPDR sel
801         - 27  # NDRPDR sel
802         - 34  # NDRPDR sel
803         - 35  # NDRPDR sel
804         - 36  # NDRPDR sel
805         - 42  # NDRPDR sel
806         - 43  # NDRPDR sel
807         - 44  # NDRPDR sel
808         - 45  # NDRPDR sel
809         - 46  # NDRPDR sel
810     vpp-performance-changes-2n-skx-cmp:
811       # TODO: Add the data
812       csit-vpp-perf-verify-2001-2n-skx:
813         - 21  # NDRPDR sel
814         - 22  # NDRPDR sel
815         - 23  # NDRPDR sel
816         - 26  # NDRPDR sel
817         - 27  # NDRPDR sel
818         - 29  # NDRPDR sel
819     vpp-performance-changes-2n-skx:
820       - "vpp-performance-changes-2n-skx-h1"
821       - "vpp-performance-changes-2n-skx-ref"
822       - "vpp-performance-changes-2n-skx-cmp"
823
824     vpp-performance-changes-nfv-2n-skx-ref:
825       csit-vpp-perf-verify-1908-2n-skx:
826         - 22  # NFV
827         - 31  # NFV
828         - 32  # NFV
829     vpp-performance-changes-nfv-2n-skx-cmp:
830       # TODO: Add the data
831       csit-vpp-perf-verify-2001-2n-skx:
832         - 30  # NFV
833         - 31  # NFV
834     vpp-performance-changes-nfv-2n-skx:
835       - "vpp-performance-changes-nfv-2n-skx-ref"
836       - "vpp-performance-changes-nfv-2n-skx-cmp"
837
838     vpp-performance-changes-2n-dnv-ref:
839       csit-vpp-perf-verify-1908-2n-dnv:
840         - 1   # NDRPDR sel
841         - 2   # NDRPDR sel
842         - 3   # NDRPDR sel
843         - 4   # NDRPDR sel
844         - 5   # NDRPDR sel
845         - 6   # NDRPDR sel
846         - 7   # NDRPDR sel
847         - 8   # NDRPDR sel
848         - 9   # NDRPDR sel
849         - 10  # NDRPDR sel
850     vpp-performance-changes-2n-dnv-cmp:
851       csit-vpp-perf-verify-2001-2n-dnv:
852         - 4   # NDRPDR sel
853         - 5   # NDRPDR sel
854         - 6   # NDRPDR sel
855         - 7   # NDRPDR sel
856         - 8   # NDRPDR sel
857         - 9   # NDRPDR sel
858         - 10  # NDRPDR sel
859         - 11  # NDRPDR sel
860         - 13  # NDRPDR sel
861         - 16  # NDRPDR sel
862     vpp-performance-changes-2n-dnv:
863       - "vpp-performance-changes-2n-dnv-ref"
864       - "vpp-performance-changes-2n-dnv-cmp"
865
866     vpp-performance-changes-3n-dnv-ref:
867       csit-vpp-perf-verify-1908-3n-dnv:
868         - 6   # NDRPDR sel
869         - 7   # NDRPDR sel
870         - 8   # NDRPDR sel
871         - 9   # NDRPDR sel
872         - 10  # NDRPDR sel
873         - 12  # NDRPDR sel
874         - 13  # NDRPDR sel
875         - 14  # NDRPDR sel
876         - 15  # NDRPDR sel
877         - 16  # NDRPDR sel
878     vpp-performance-changes-3n-dnv-cmp:
879       csit-vpp-perf-verify-2001-3n-dnv:
880         - 5   # NDRPDR sel
881         - 6   # NDRPDR sel
882         - 7   # NDRPDR sel
883         - 8   # NDRPDR sel
884         - 9   # NDRPDR sel
885         - 10  # NDRPDR sel
886         - 12  # NDRPDR sel
887         - 16  # NDRPDR sel
888         - 17  # NDRPDR sel
889         - 18  # NDRPDR sel
890     vpp-performance-changes-3n-dnv:
891       - "vpp-performance-changes-3n-dnv-ref"
892       - "vpp-performance-changes-3n-dnv-cmp"
893
894     vpp-performance-changes-3n-tsh-ref:
895       csit-vpp-perf-verify-1908-3n-tsh:
896         - 7   # NDRPDR sel
897         - 8   # NDRPDR sel
898         - 9   # NDRPDR sel
899         - 10  # NDRPDR sel
900         - 11  # NDRPDR sel
901         - 12  # NDRPDR sel
902         - 13  # NDRPDR sel
903         - 14  # NDRPDR sel
904         - 15  # NDRPDR sel
905         - 16  # NDRPDR sel
906     vpp-performance-changes-3n-tsh-cmp:
907       # TODO: Add the data
908       csit-vpp-perf-verify-2001-3n-tsh:
909         - 3   # NDRPDR sel
910         - 4   # NDRPDR sel
911         - 7   # NDRPDR sel
912         - 8   # NDRPDR sel
913         - 10  # NDRPDR sel
914         - 12  # NDRPDR sel
915         - 13  # NDRPDR sel
916         - 14  # NDRPDR sel
917     vpp-performance-changes-3n-tsh:
918       - "vpp-performance-changes-3n-tsh-ref"
919       - "vpp-performance-changes-3n-tsh-cmp"
920
921     vpp-soak-vs-ndr-2n-skx-ref:
922       # TODO: Replace
923       # csit-vpp-perf-verify-2001-2n-skx:
924       csit-vpp-perf-verify-1908-2n-skx:
925         - 26  # NDRPDR sel
926         - 27  # NDRPDR sel
927         - 34  # NDRPDR sel
928     vpp-soak-vs-ndr-2n-skx-cmp:
929       # TODO: Replace
930       # csit-vpp-perf-verify-2001-2n-skx:
931       csit-vpp-perf-verify-1908-2n-skx:
932         - 83  # SOAK
933         - 86  # SOAK
934     vpp-soak-vs-ndr-2n-skx:
935       # TODO: Replace
936       # csit-vpp-perf-verify-2001-2n-skx:
937       csit-vpp-perf-verify-1908-2n-skx:
938         - 26  # NDRPDR sel
939         - 27  # NDRPDR sel
940         - 34  # NDRPDR sel
941         - 83  # SOAK
942         - 86  # SOAK
943
944     vpp-performance-changes-3n-hsw-mrr-h1:
945       csit-vpp-perf-verify-1904-3n-hsw:
946         - 9   # MRR sel
947     vpp-performance-changes-3n-hsw-mrr-ref:
948       csit-vpp-perf-verify-1908-3n-hsw:
949         - 39  # MRR sel
950     vpp-performance-changes-3n-hsw-mrr-cmp:
951       csit-vpp-perf-verify-2001-3n-hsw:
952         - 17  # MRR sel
953     vpp-performance-changes-3n-hsw-mrr:
954       - "vpp-performance-changes-3n-hsw-mrr-h1"
955       - "vpp-performance-changes-3n-hsw-mrr-ref"
956       - "vpp-performance-changes-3n-hsw-mrr-cmp"
957
958     vpp-performance-changes-3n-skx-mrr-h1:
959       csit-vpp-perf-verify-1904-3n-skx:
960         - 7   # MRR sel
961     vpp-performance-changes-3n-skx-mrr-ref:
962       csit-vpp-perf-verify-1908-3n-skx:
963         - 36  # MRR sel
964     vpp-performance-changes-3n-skx-mrr-cmp:
965       # TODO: Replace
966       # csit-vpp-perf-verify-2001-3n-skx:
967       csit-vpp-perf-verify-1908-3n-skx:
968         - 36  # MRR sel
969     vpp-performance-changes-3n-skx-mrr:
970       - "vpp-performance-changes-3n-skx-mrr-h1"
971       - "vpp-performance-changes-3n-skx-mrr-ref"
972       - "vpp-performance-changes-3n-skx-mrr-cmp"
973
974     vpp-performance-changes-2n-skx-mrr-h1:
975       csit-vpp-perf-verify-1904-2n-skx:
976         - 11  # MRR sel
977     vpp-performance-changes-2n-skx-mrr-ref:
978       csit-vpp-perf-verify-1908-2n-skx:
979         - 69  # MRR sel
980     vpp-performance-changes-2n-skx-mrr-cmp:
981       # TODO: Replace
982       # csit-vpp-perf-verify-2001-2n-skx:
983       csit-vpp-perf-verify-1908-2n-skx:
984         - 69  # MRR sel
985     vpp-performance-changes-2n-skx-mrr:
986       - "vpp-performance-changes-2n-skx-mrr-h1"
987       - "vpp-performance-changes-2n-skx-mrr-ref"
988       - "vpp-performance-changes-2n-skx-mrr-cmp"
989
990     vpp-performance-changes-nfv-2n-skx-mrr-ref:
991       csit-vpp-perf-verify-1908-2n-skx:
992         - 71  # NFV MRR
993     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
994       # TODO: Replace
995       # csit-vpp-perf-verify-2001-2n-skx:
996       csit-vpp-perf-verify-1908-2n-skx:
997         - 71  # NFV MRR
998     vpp-performance-changes-nfv-2n-skx-mrr:
999       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1000       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1001
1002     vpp-performance-changes-2n-dnv-mrr-ref:
1003       csit-vpp-perf-verify-1908-2n-dnv:
1004         - 11  # MRR sel
1005     vpp-performance-changes-2n-dnv-mrr-cmp:
1006       csit-vpp-perf-verify-2001-2n-dnv:
1007         - 12  # MRR sel
1008     vpp-performance-changes-2n-dnv-mrr:
1009       - "vpp-performance-changes-2n-dnv-mrr-ref"
1010       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1011
1012     vpp-performance-changes-3n-dnv-mrr-ref:
1013       csit-vpp-perf-verify-1908-3n-dnv:
1014         - 17  # MRR sel
1015     vpp-performance-changes-3n-dnv-mrr-cmp:
1016       csit-vpp-perf-verify-2001-3n-dnv:
1017         - 11  # MRR sel
1018     vpp-performance-changes-3n-dnv-mrr:
1019       - "vpp-performance-changes-3n-dnv-mrr-ref"
1020       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1021
1022     vpp-performance-changes-3n-tsh-mrr-ref:
1023       csit-vpp-perf-verify-1908-3n-tsh:
1024         - 17  # MRR sel
1025     vpp-performance-changes-3n-tsh-mrr-cmp:
1026       csit-vpp-perf-verify-2001-3n-tsh:
1027         - 9   # MRR sel
1028     vpp-performance-changes-3n-tsh-mrr:
1029       - "vpp-performance-changes-3n-tsh-mrr-ref"
1030       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1031
1032     dpdk-performance-changes-3n-hsw-h1:
1033       csit-dpdk-perf-verify-1904-3n-hsw:
1034         - 2   # NDRPDR sel
1035         - 3   # NDRPDR sel
1036         - 5   # NDRPDR sel
1037         - 6   # NDRPDR sel
1038         - 13  # NDRPDR sel
1039         - 14  # NDRPDR sel
1040         - 15  # NDRPDR sel
1041         - 18  # NDRPDR sel
1042         - 19  # NDRPDR sel
1043         - 20  # NDRPDR sel
1044     dpdk-performance-changes-3n-hsw-ref:
1045       csit-dpdk-perf-verify-1908-3n-hsw:
1046         - 2   # NDRPDR sel
1047         - 3   # NDRPDR sel
1048         - 4   # NDRPDR sel
1049         - 5   # NDRPDR sel
1050         - 6   # NDRPDR sel
1051         - 7   # NDRPDR sel
1052         - 8   # NDRPDR sel
1053         - 9   # NDRPDR sel
1054         - 10  # NDRPDR sel
1055         - 11  # NDRPDR sel
1056     dpdk-performance-changes-3n-hsw-cmp:
1057       csit-dpdk-perf-verify-2001-3n-hsw:
1058 #        - 4   # NDRPDR sel
1059 #        - 5   # NDRPDR sel
1060 #        - 6   # NDRPDR sel
1061 #        - 7   # NDRPDR sel
1062 #        - 8   # NDRPDR sel
1063 #        - 9   # NDRPDR sel
1064 #        - 10  # NDRPDR sel
1065 #        - 11  # NDRPDR sel
1066 #        - 12  # NDRPDR sel
1067 #        - 13  # NDRPDR sel
1068         - 15  # NDRPDR sel
1069         - 16  # NDRPDR sel
1070         - 17  # NDRPDR sel
1071         - 18  # NDRPDR sel
1072         - 19  # NDRPDR sel
1073         - 20  # NDRPDR sel
1074         - 21  # NDRPDR sel
1075         - 22  # NDRPDR sel
1076         - 23  # NDRPDR sel
1077         - 24  # NDRPDR sel
1078     dpdk-performance-changes-3n-hsw:
1079       - "dpdk-performance-changes-3n-hsw-h1"
1080       - "dpdk-performance-changes-3n-hsw-ref"
1081       - "dpdk-performance-changes-3n-hsw-cmp"
1082
1083     dpdk-performance-changes-3n-skx-h1:
1084       csit-dpdk-perf-verify-1904-3n-skx:
1085         - 2   # NDRPDR sel
1086         - 3   # NDRPDR sel
1087         - 4   # NDRPDR sel
1088         - 5   # NDRPDR sel
1089         - 6   # NDRPDR sel
1090         - 7   # NDRPDR sel
1091         - 11  # NDRPDR sel
1092         - 12  # NDRPDR sel
1093         - 13  # NDRPDR sel
1094         - 14  # NDRPDR sel
1095     dpdk-performance-changes-3n-skx-ref:
1096       csit-dpdk-perf-verify-1908-3n-skx:
1097         - 3   # NDRPDR sel
1098         - 4   # NDRPDR sel
1099         - 5   # NDRPDR sel
1100         - 6   # NDRPDR sel
1101         - 7   # NDRPDR sel
1102         - 8   # NDRPDR sel
1103         - 9   # NDRPDR sel
1104         - 10  # NDRPDR sel
1105         - 11  # NDRPDR sel
1106         - 12  # NDRPDR sel
1107     dpdk-performance-changes-3n-skx-cmp:
1108       csit-dpdk-perf-verify-2001-3n-skx:
1109         - 1   # NDRPDR sel
1110         - 2   # NDRPDR sel
1111         - 3   # NDRPDR sel
1112         - 4   # NDRPDR sel
1113         - 5   # NDRPDR sel
1114         - 6   # NDRPDR sel
1115         - 7   # NDRPDR sel
1116         - 8   # NDRPDR sel
1117         - 9   # NDRPDR sel
1118         - 10  # NDRPDR sel
1119     dpdk-performance-changes-3n-skx:
1120       - "dpdk-performance-changes-3n-skx-h1"
1121       - "dpdk-performance-changes-3n-skx-ref"
1122       - "dpdk-performance-changes-3n-skx-cmp"
1123
1124     dpdk-performance-changes-2n-skx-h1:
1125       csit-dpdk-perf-verify-1904-2n-skx:
1126         - 2   # NDRPDR sel
1127         - 3   # NDRPDR sel
1128         - 4   # NDRPDR sel
1129         - 5   # NDRPDR sel
1130         - 7   # NDRPDR sel
1131         - 8   # NDRPDR sel
1132         - 9   # NDRPDR sel
1133         - 10  # NDRPDR sel
1134         - 11  # NDRPDR sel
1135         - 12  # NDRPDR sel
1136     dpdk-performance-changes-2n-skx-ref:
1137       csit-dpdk-perf-verify-1908-2n-skx:
1138         - 2   # NDRPDR sel
1139         - 3   # NDRPDR sel
1140         - 4   # NDRPDR sel
1141         - 5   # NDRPDR sel
1142         - 7   # NDRPDR sel
1143         - 8   # NDRPDR sel
1144         - 9   # NDRPDR sel
1145         - 10  # NDRPDR sel
1146         - 11  # NDRPDR sel
1147         - 12  # NDRPDR sel
1148     dpdk-performance-changes-2n-skx-cmp:
1149       csit-dpdk-perf-verify-2001-2n-skx:
1150         - 1   # NDRPDR sel
1151         - 2   # NDRPDR sel
1152         - 3   # NDRPDR sel
1153         - 4   # NDRPDR sel
1154         - 5   # NDRPDR sel
1155         - 6   # NDRPDR sel
1156         - 7   # NDRPDR sel
1157         - 8   # NDRPDR sel
1158         - 9   # NDRPDR sel
1159         - 10  # NDRPDR sel
1160         - 11  # NDRPDR sel
1161         - 13  # NDRPDR sel
1162         - 26  # NDRPDR sel
1163         - 16  # NDRPDR sel
1164         - 17  # NDRPDR sel
1165         - 18  # NDRPDR sel
1166         - 19  # NDRPDR sel
1167         - 27  # NDRPDR sel
1168         - 21  # NDRPDR sel
1169         - 25  # NDRPDR sel
1170     dpdk-performance-changes-2n-skx:
1171       - "dpdk-performance-changes-2n-skx-h1"
1172       - "dpdk-performance-changes-2n-skx-ref"
1173       - "dpdk-performance-changes-2n-skx-cmp"
1174
1175     # Compare testbeds
1176
1177     vpp-compare-testbeds-ref:
1178       csit-vpp-perf-verify-2001-3n-hsw:
1179         - 21  # NDRPDR sel
1180         - 22  # NDRPDR sel
1181         - 23  # NDRPDR sel
1182         - 24  # NDRPDR sel
1183         - 25  # NDRPDR sel
1184         - 29  # NDRPDR sel
1185         - 30  # NDRPDR sel
1186         - 31  # NDRPDR sel
1187         - 32  # NDRPDR sel
1188         - 34  # NDRPDR sel
1189     vpp-compare-testbeds-cmp:
1190       # TODO: Add the data
1191       csit-vpp-perf-verify-2001-3n-skx:
1192         - 14  # NDRPDR sel
1193         - 15  # NDRPDR sel
1194         - 16  # NDRPDR sel
1195     vpp-compare-testbeds:
1196       - "vpp-compare-testbeds-ref"
1197       - "vpp-compare-testbeds-cmp"
1198
1199     vpp-compare-testbeds-skx-clx-ref:
1200       # TODO: Add the data
1201       csit-vpp-perf-verify-2001-2n-skx:
1202         - 21  # NDRPDR sel
1203         - 22  # NDRPDR sel
1204         - 23  # NDRPDR sel
1205         - 26  # NDRPDR sel
1206         - 27  # NDRPDR sel
1207         - 29  # NDRPDR sel
1208     vpp-compare-testbeds-skx-clx-cmp:
1209       # TODO: Add the data
1210       csit-vpp-perf-verify-2001-2n-clx:
1211         - 28  # NDRPDR sel
1212         - 29  # NDRPDR sel
1213         - 32  # NDRPDR sel
1214         - 40  # NDRPDR sel
1215         - 43  # NDRPDR sel
1216         - 44  # NDRPDR sel
1217         - 45  # NDRPDR sel
1218     vpp-compare-testbeds-skx-clx:
1219       - "vpp-compare-testbeds-skx-clx-ref"
1220       - "vpp-compare-testbeds-skx-clx-cmp"
1221
1222     vpp-compare-testbeds-hsw-clx-ref:
1223       csit-vpp-perf-verify-2001-3n-hsw:
1224         - 21  # NDRPDR sel
1225         - 22  # NDRPDR sel
1226         - 23  # NDRPDR sel
1227         - 24  # NDRPDR sel
1228         - 25  # NDRPDR sel
1229         - 29  # NDRPDR sel
1230         - 30  # NDRPDR sel
1231         - 31  # NDRPDR sel
1232         - 32  # NDRPDR sel
1233         - 34  # NDRPDR sel
1234     vpp-compare-testbeds-hsw-clx-cmp:
1235       # TODO: Add the data
1236       csit-vpp-perf-verify-2001-2n-clx:
1237         - 28  # NDRPDR sel
1238         - 29  # NDRPDR sel
1239         - 32  # NDRPDR sel
1240         - 40  # NDRPDR sel
1241         - 43  # NDRPDR sel
1242         - 44  # NDRPDR sel
1243         - 45  # NDRPDR sel
1244     vpp-compare-testbeds-hsw-clx:
1245       - "vpp-compare-testbeds-hsw-clx-ref"
1246       - "vpp-compare-testbeds-hsw-clx-cmp"
1247
1248     vpp-compare-testbeds-mrr-ref:
1249       csit-vpp-perf-verify-2001-3n-hsw:
1250         - 17  # MRR sel
1251     vpp-compare-testbeds-mrr-cmp:
1252       # TODO: Replace
1253       # csit-vpp-perf-verify-2001-3n-skx:
1254       csit-vpp-perf-verify-1908-3n-skx:
1255         - 36  # MRR sel
1256     vpp-compare-testbeds-mrr:
1257       - "vpp-compare-testbeds-mrr-ref"
1258       - "vpp-compare-testbeds-mrr-cmp"
1259
1260     vpp-compare-testbeds-mrr-skx-clx-ref:
1261       # TODO: Replace
1262       # csit-vpp-perf-verify-2001-2n-skx:
1263       csit-vpp-perf-verify-1908-2n-skx:
1264         - 69  # MRR sel
1265     vpp-compare-testbeds-mrr-skx-clx-cmp:
1266       csit-vpp-perf-verify-2001-2n-clx:
1267         - 39  # MRR
1268     vpp-compare-testbeds-mrr-skx-clx:
1269       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1270       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1271
1272     vpp-compare-testbeds-mrr-hsw-clx-ref:
1273       csit-vpp-perf-verify-2001-3n-hsw:
1274         - 17  # MRR sel
1275     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1276       csit-vpp-perf-verify-2001-2n-clx:
1277         - 39  # MRR
1278     vpp-compare-testbeds-mrr-hsw-clx:
1279       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1280       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1281
1282     dpdk-compare-testbeds-ref:
1283       csit-dpdk-perf-verify-2001-3n-hsw:
1284         - 4   # NDRPDR sel
1285         - 5   # NDRPDR sel
1286         - 6   # NDRPDR sel
1287         - 7   # NDRPDR sel
1288         - 8   # NDRPDR sel
1289         - 9   # NDRPDR sel
1290         - 10  # NDRPDR sel
1291         - 11  # NDRPDR sel
1292         - 12  # NDRPDR sel
1293         - 13  # NDRPDR sel
1294         - 15  # NDRPDR sel
1295         - 16  # NDRPDR sel
1296         - 17  # NDRPDR sel
1297         - 18  # NDRPDR sel
1298         - 19  # NDRPDR sel
1299         - 20  # NDRPDR sel
1300         - 21  # NDRPDR sel
1301         - 22  # NDRPDR sel
1302         - 23  # NDRPDR sel
1303         - 24  # NDRPDR sel
1304     dpdk-compare-testbeds-cmp:
1305       csit-dpdk-perf-verify-2001-3n-skx:
1306         - 1   # NDRPDR sel
1307         - 2   # NDRPDR sel
1308         - 3   # NDRPDR sel
1309         - 4   # NDRPDR sel
1310         - 5   # NDRPDR sel
1311         - 6   # NDRPDR sel
1312         - 7   # NDRPDR sel
1313         - 8   # NDRPDR sel
1314         - 9   # NDRPDR sel
1315         - 10  # NDRPDR sel
1316     dpdk-compare-testbeds:
1317       - "dpdk-compare-testbeds-ref"
1318       - "dpdk-compare-testbeds-cmp"
1319
1320     dpdk-compare-testbeds-skx-clx-ref:
1321       csit-dpdk-perf-verify-2001-2n-skx:
1322         - 1   # NDRPDR sel
1323         - 2   # NDRPDR sel
1324         - 3   # NDRPDR sel
1325         - 4   # NDRPDR sel
1326         - 5   # NDRPDR sel
1327         - 6   # NDRPDR sel
1328         - 7   # NDRPDR sel
1329         - 8   # NDRPDR sel
1330         - 9   # NDRPDR sel
1331         - 10  # NDRPDR sel
1332         - 11  # NDRPDR sel
1333         - 13  # NDRPDR sel
1334         - 26  # NDRPDR sel
1335         - 16  # NDRPDR sel
1336         - 17  # NDRPDR sel
1337         - 18  # NDRPDR sel
1338         - 19  # NDRPDR sel
1339         - 27  # NDRPDR sel
1340         - 21  # NDRPDR sel
1341         - 25  # NDRPDR sel
1342     dpdk-compare-testbeds-skx-clx-cmp:
1343       csit-dpdk-perf-verify-2001-2n-clx:
1344         - 15  # NDRPDR sel
1345         - 16  # NDRPDR sel
1346         - 17  # NDRPDR sel
1347         - 18  # NDRPDR sel
1348         - 19  # NDRPDR sel
1349         - 20  # NDRPDR sel
1350         - 21  # NDRPDR sel
1351         - 22  # NDRPDR sel
1352         - 23  # NDRPDR sel
1353         - 24  # NDRPDR sel
1354         - 25  # NDRPDR sel
1355         - 26  # NDRPDR sel
1356         - 27  # NDRPDR sel
1357         - 28  # NDRPDR sel
1358         - 29  # NDRPDR sel
1359         - 30  # NDRPDR sel
1360         - 31  # NDRPDR sel
1361         - 32  # NDRPDR sel
1362         - 33  # NDRPDR sel
1363         - 34  # NDRPDR sel
1364
1365     dpdk-compare-testbeds-skx-clx:
1366       - "dpdk-compare-testbeds-skx-clx-ref"
1367       - "dpdk-compare-testbeds-skx-clx-cmp"
1368
1369     # Compare topologies
1370
1371     vpp-compare-topologies-ref:
1372       # TODO: Add the data
1373       csit-vpp-perf-verify-2001-3n-skx:
1374         - 14  # NDRPDR sel
1375         - 15  # NDRPDR sel
1376         - 16  # NDRPDR sel
1377     vpp-compare-topologies-cmp:
1378       # TODO: Add the data
1379       csit-vpp-perf-verify-2001-2n-skx:
1380         - 21  # NDRPDR sel
1381         - 22  # NDRPDR sel
1382         - 23  # NDRPDR sel
1383         - 26  # NDRPDR sel
1384         - 27  # NDRPDR sel
1385         - 29  # NDRPDR sel
1386     vpp-compare-topologies:
1387       - "vpp-compare-topologies-ref"
1388       - "vpp-compare-topologies-cmp"
1389
1390     vpp-compare-topologies-mrr-ref:
1391       # TODO: Replace
1392       # csit-vpp-perf-verify-2001-3n-skx:
1393       csit-vpp-perf-verify-1908-3n-skx:
1394         - 36  # MRR sel
1395     vpp-compare-topologies-mrr-cmp:
1396       # TODO: Replace
1397       # csit-vpp-perf-verify-2001-2n-skx:
1398       csit-vpp-perf-verify-1908-2n-skx:
1399         - 69  # MRR sel
1400     vpp-compare-topologies-mrr:
1401       - "vpp-compare-topologies-mrr-ref"
1402       - "vpp-compare-topologies-mrr-cmp"
1403
1404     dpdk-compare-topologies-ref:
1405       csit-dpdk-perf-verify-2001-3n-skx:
1406         - 1   # NDRPDR sel
1407         - 2   # NDRPDR sel
1408         - 3   # NDRPDR sel
1409         - 4   # NDRPDR sel
1410         - 5   # NDRPDR sel
1411         - 6   # NDRPDR sel
1412         - 7   # NDRPDR sel
1413         - 8   # NDRPDR sel
1414         - 9   # NDRPDR sel
1415         - 10  # NDRPDR sel
1416     dpdk-compare-topologies-cmp:
1417       csit-dpdk-perf-verify-2001-2n-skx:
1418         - 1   # NDRPDR sel
1419         - 2   # NDRPDR sel
1420         - 3   # NDRPDR sel
1421         - 4   # NDRPDR sel
1422         - 5   # NDRPDR sel
1423         - 6   # NDRPDR sel
1424         - 7   # NDRPDR sel
1425         - 8   # NDRPDR sel
1426         - 9   # NDRPDR sel
1427         - 10  # NDRPDR sel
1428         - 11  # NDRPDR sel
1429         - 13  # NDRPDR sel
1430         - 26  # NDRPDR sel
1431         - 16  # NDRPDR sel
1432         - 17  # NDRPDR sel
1433         - 18  # NDRPDR sel
1434         - 19  # NDRPDR sel
1435         - 27  # NDRPDR sel
1436         - 21  # NDRPDR sel
1437         - 25  # NDRPDR sel
1438     dpdk-compare-topologies:
1439       - "dpdk-compare-topologies-ref"
1440       - "dpdk-compare-topologies-cmp"
1441
1442   plot-layouts:
1443
1444     plot-soak-throughput:
1445       titlefont:
1446         size: 18
1447       xaxis:
1448         title: "<b>Test Cases [Index]</b>"
1449         titlefont:
1450           size: 16
1451         autorange: True
1452         fixedrange: False
1453         gridcolor: "rgb(230, 230, 230)"
1454         linecolor: "rgb(220, 220, 220)"
1455         linewidth: 1
1456         showgrid: True
1457         showline: True
1458         showticklabels: True
1459         tickcolor: "rgb(220, 220, 220)"
1460         tickmode: "linear"
1461         tickfont:
1462           size: 16
1463         zeroline: False
1464       yaxis:
1465         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1466         titlefont:
1467           size: 16
1468         gridcolor: "rgb(230, 230, 230)"
1469         hoverformat: ".4r"
1470         tickformat: ".3r"
1471         linecolor: "rgb(220, 220, 220)"
1472         linewidth: 1
1473         showgrid: True
1474         showline: True
1475         showticklabels: True
1476         tickcolor: "rgb(220, 220, 220)"
1477         tickfont:
1478           size: 16
1479         zeroline: False
1480         range: [0,50]
1481       autosize: False
1482       margin:
1483         t: 50
1484         b: 0
1485         l: 80
1486         r: 20
1487       showlegend: True
1488       legend:
1489         orientation: "h"
1490         font:
1491           size: 16
1492       width: 700
1493       height: 900
1494       paper_bgcolor: "#fff"
1495       plot_bgcolor: "#fff"
1496       hoverlabel:
1497         namelength: -1
1498
1499     plot-service-density:
1500       titlefont:
1501         size: 18
1502       xaxis:
1503         side: "top"
1504         autorange: True
1505         fixedrange: False
1506         showgrid: False
1507         showline: False
1508         showticklabels: False
1509         ticks: ""
1510         ticklen: 0
1511         tickwidth: 0
1512         zeroline: False
1513       yaxis:
1514         autorange: "reversed"
1515         showgrid: False
1516         showline: False
1517         showticklabels: False
1518         ticks: ""
1519         ticklen: 0
1520         tickwidth: 0
1521         zeroline: False
1522       showlegend: False
1523       paper_bgcolor: "#fff"
1524       plot_bgcolor: "#fff"
1525       width: 700
1526       height: 700
1527       hoverlabel:
1528         namelength: -1
1529
1530     plot-cps:
1531       titlefont:
1532         size: 18
1533       xaxis:
1534         title: "<b>Test Cases [Index]</b>"
1535         titlefont:
1536           size: 16
1537         autorange: True
1538         fixedrange: False
1539         gridcolor: "rgb(230, 230, 230)"
1540         linecolor: "rgb(220, 220, 220)"
1541         linewidth: 1
1542         showgrid: True
1543         showline: True
1544         showticklabels: True
1545         tickcolor: "rgb(220, 220, 220)"
1546         tickmode: "linear"
1547         tickfont:
1548           size: 16
1549         zeroline: False
1550       yaxis:
1551         title: "<b>Connections Per Second [cps]</b>"
1552         titlefont:
1553           size: 16
1554         gridcolor: "rgb(230, 230, 230)"
1555         hoverformat: ".4s"
1556         linecolor: "rgb(220, 220, 220)"
1557         linewidth: 1
1558         rangemode: "tozero"
1559         showgrid: True
1560         showline: True
1561         showticklabels: True
1562         tickcolor: "rgb(220, 220, 220)"
1563         tickformat: ".3s"
1564         tickfont:
1565           size: 16
1566         zeroline: False
1567       boxmode: "group"
1568       boxgroupgap: 0.5
1569       autosize: False
1570       margin:
1571         t: 50
1572         b: 20
1573         l: 80
1574         r: 20
1575       showlegend: True
1576       legend:
1577         orientation: "h"
1578         font:
1579           size: 16
1580       width: 700
1581       height: 800
1582       paper_bgcolor: "#fff"
1583       plot_bgcolor: "#fff"
1584       hoverlabel:
1585         namelength: -1
1586
1587     plot-rps:
1588       titlefont:
1589         size: 18
1590       xaxis:
1591         title: "<b>Test Cases [Index]</b>"
1592         titlefont:
1593           size: 16
1594         autorange: True
1595         fixedrange: False
1596         gridcolor: "rgb(230, 230, 230)"
1597         linecolor: "rgb(220, 220, 220)"
1598         linewidth: 1
1599         showgrid: True
1600         showline: True
1601         showticklabels: True
1602         tickcolor: "rgb(220, 220, 220)"
1603         tickmode: "linear"
1604         tickfont:
1605           size: 16
1606         zeroline: False
1607       yaxis:
1608         title: "<b>Requests Per Second [rps]</b>"
1609         titlefont:
1610           size: 16
1611         gridcolor: "rgb(230, 230, 230)"
1612         hoverformat: ".4s"
1613         linecolor: "rgb(220, 220, 220)"
1614         linewidth: 1
1615         rangemode: "tozero"
1616         showgrid: True
1617         showline: True
1618         showticklabels: True
1619         tickcolor: "rgb(230, 230, 230)"
1620         tickformat: ".3s"
1621         tickfont:
1622           size: 16
1623         zeroline: False
1624       boxmode: "group"
1625       boxgroupgap: 0.5
1626       autosize: False
1627       margin:
1628         t: 50
1629         b: 20
1630         l: 80
1631         r: 20
1632       showlegend: True
1633       legend:
1634         orientation: "h"
1635         font:
1636           size: 16
1637       width: 700
1638       height: 800
1639       paper_bgcolor: "#fff"
1640       plot_bgcolor: "#fff"
1641       hoverlabel:
1642         namelength: -1
1643
1644     plot-throughput:
1645       titlefont:
1646         size: 18
1647       xaxis:
1648         title: "<b>Test Cases [Index]</b>"
1649         titlefont:
1650           size: 16
1651         autorange: True
1652         fixedrange: False
1653         gridcolor: "rgb(230, 230, 230)"
1654         linecolor: "rgb(220, 220, 220)"
1655         linewidth: 1
1656         showgrid: True
1657         showline: True
1658         showticklabels: True
1659         tickcolor: "rgb(220, 220, 220)"
1660         tickmode: "linear"
1661         tickfont:
1662           size: 16
1663         zeroline: False
1664       yaxis:
1665         title: "<b>Packet Throughput [Mpps]</b>"
1666         titlefont:
1667           size: 16
1668         gridcolor: "rgb(230, 230, 230)"
1669         hoverformat: ".4r"
1670         tickformat: ".3r"
1671         linecolor: "rgb(220, 220, 220)"
1672         linewidth: 1
1673         showgrid: True
1674         showline: True
1675         showticklabels: True
1676         tickcolor: "rgb(220, 220, 220)"
1677         tickfont:
1678           size: 16
1679         zeroline: False
1680         range: [0,50]
1681       autosize: False
1682       margin:
1683         t: 50
1684         b: 0
1685         l: 80
1686         r: 20
1687       showlegend: True
1688       legend:
1689         orientation: "h"
1690         font:
1691           size: 16
1692       width: 700
1693       height: 900
1694       paper_bgcolor: "#fff"
1695       plot_bgcolor: "#fff"
1696       hoverlabel:
1697         namelength: -1
1698
1699     plot-throughput-speedup-analysis:
1700       titlefont:
1701         size: 18
1702       xaxis:
1703         title: "<b>Number of Cores [Qty]</b>"
1704         titlefont:
1705           size: 16
1706         autorange: True
1707         fixedrange: False
1708         gridcolor: "rgb(230, 230, 230)"
1709         linecolor: "rgb(220, 220, 220)"
1710         linewidth: 1
1711         showgrid: True
1712         showline: True
1713         showticklabels: True
1714         tickcolor: "rgb(238, 238, 238)"
1715         tickmode: "linear"
1716         tickfont:
1717           size: 16
1718         zeroline: False
1719       yaxis:
1720         title: "<b>Packet Throughput [Mpps]</b>"
1721         titlefont:
1722           size: 16
1723         type: "linear"
1724         gridcolor: "rgb(230, 230, 230)"
1725         hoverformat: ".4s"
1726         linecolor: "rgb(220, 220, 220)"
1727         linewidth: 1
1728         showgrid: True
1729         showline: True
1730         showticklabels: True
1731         tickcolor: "rgb(220, 220, 220)"
1732         tickformat: ".4s"
1733         tickfont:
1734           size: 16
1735         zeroline: True
1736         rangemode: "tozero"
1737         range: [0,100]
1738       legend:
1739         orientation: "h"
1740         font:
1741           size: 16
1742         xanchor: "left"
1743         yanchor: "top"
1744         x: 0
1745         y: -0.2
1746         bgcolor: "rgba(255, 255, 255, 0)"
1747         bordercolor: "rgba(255, 255, 255, 0)"
1748         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1749       autosize: False
1750       margin:
1751           't': 50
1752           'b': 150
1753           'l': 85
1754           'r': 10
1755       showlegend: True
1756       width: 700
1757       height: 700
1758       paper_bgcolor: "#fff"
1759       plot_bgcolor: "#fff"
1760       hoverlabel:
1761         namelength: -1
1762       annotations: [
1763         {
1764           text: "_ _          __          ...",
1765           align: "left",
1766           showarrow: False,
1767           xref: "paper",
1768           yref: "paper",
1769           xanchor: "left",
1770           yanchor: "top",
1771           x: 0,
1772           y: -0.13,
1773           font: {
1774             family: "Consolas, Courier New",
1775             size: 15
1776           },
1777         },
1778         {
1779           text: "    Perfect     Measured     Limit",
1780           align: "left",
1781           showarrow: False,
1782           xref: "paper",
1783           yref: "paper",
1784           xanchor: "left",
1785           yanchor: "top",
1786           x: 0,
1787           y: -0.15,
1788           font: {
1789             family: "Consolas, Courier New",
1790             size: 15
1791           },
1792         },
1793       ]
1794
1795     plot-latency:
1796       titlefont:
1797         size: 18
1798       xaxis:
1799         title: "<b>Direction</b>"
1800         titlefont:
1801           size: 16
1802         autorange: True
1803         fixedrange: False
1804         gridcolor: "rgb(230, 230, 230)"
1805         linecolor: "rgb(220, 220, 220)"
1806         linewidth: 1
1807         showgrid: True
1808         showline: True
1809         showticklabels: False
1810         tickcolor: "rgb(220, 220, 220)"
1811         tickmode: "linear"
1812         tickfont:
1813           size: 16
1814         zeroline: False
1815       yaxis:
1816         title: "<b>Packet Latency [uSec]</b>"
1817         titlefont:
1818           size: 16
1819         type: "linear"
1820         gridcolor: "rgb(230, 230, 230)"
1821         hoverformat: ".4s"
1822         linecolor: "rgb(220, 220, 220)"
1823         linewidth: 1
1824         showgrid: True
1825         showline: True
1826         showticklabels: True
1827         tickcolor: "rgb(220, 220, 220)"
1828         tickformat: ".4s"
1829         tickfont:
1830           size: 16
1831         zeroline: True
1832         rangemode: "tozero"
1833       legend:
1834         orientation: "h"
1835         font:
1836           size: 16
1837         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1838       autosize: False
1839       margin:
1840           't': 50
1841           'b': 150
1842           'l': 80
1843           'r': 10
1844       showlegend: True
1845       width: 700
1846       height: 700
1847       paper_bgcolor: "#fff"
1848       plot_bgcolor: "#fff"
1849       hoverlabel:
1850         namelength: -1
1851
1852     plot-hdrh-latency:
1853       title:
1854         text: ""
1855         xanchor: "center"
1856         x: 0.5
1857         font:
1858           size: 16
1859       width: 700
1860       plot_bgcolor: "white"
1861       annotations:
1862         - font:
1863             size: 14
1864           showarrow: False
1865           text: "<b>Packet Latency [uSec]</b>"
1866           x: 1
1867           xanchor: "right"
1868           xref: "paper"
1869           y: -0.045
1870           yanchor: "top"
1871           yref: "paper"
1872         - font:
1873             size: 14
1874           showarrow: False
1875           text: "<b>Probability [%]</b>"
1876           textangle: 270
1877           x: -0.06
1878           xanchor: "center"
1879           xref: "paper"
1880           y: 0.5
1881           yanchor: "middle"
1882           yref: "paper"
1883         - font:
1884             size: 14
1885           showarrow: False
1886           text: "<b>Direction: E-W</b>"
1887           x: 0.24
1888           xanchor: "center"
1889           xref: "paper"
1890           y: 1.05
1891           yanchor: "bottom"
1892           yref: "paper"
1893         - font:
1894             size: 14
1895           showarrow: False
1896           text: "<b>Direction: W-E</b>"
1897           x: 0.74
1898           xanchor: "center"
1899           xref: "paper"
1900           y: 1.05
1901           yanchor: "bottom"
1902           yref: "paper"
1903
1904     plot-hdrh-latency-percentile:
1905       title:
1906         text: ""
1907         xanchor: "center"
1908         x: 0.5
1909         font:
1910           size: 18
1911       xaxis:
1912         type: "log"
1913         title: "<b>Percentile [%]</b>"
1914         titlefont:
1915           size: 16
1916         autorange: True
1917         fixedrange: False
1918         gridcolor: "rgb(230, 230, 230)"
1919         linecolor: "rgb(220, 220, 220)"
1920         linewidth: 1
1921         showgrid: True
1922         showline: True
1923         showticklabels: True
1924         tickcolor: "rgb(220, 220, 220)"
1925         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1926         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1927         tickfont:
1928           size: 16
1929       yaxis:
1930         title: "<b>Packet Latency [uSec]</b>"
1931         titlefont:
1932           size: 16
1933         gridcolor: "rgb(230, 230, 230)"
1934         linecolor: "rgb(220, 220, 220)"
1935         linewidth: 1
1936         showgrid: True
1937         showline: True
1938         showticklabels: True
1939         tickcolor: "rgb(220, 220, 220)"
1940         tickfont:
1941           size: 16
1942       autosize: False
1943       showlegend: True
1944       legend:
1945         traceorder: "normal"
1946         orientation: "h"
1947         font:
1948           size: 16
1949         xanchor: "left"
1950         yanchor: "top"
1951         x: 0
1952         y: -0.15
1953         bgcolor: "rgba(255, 255, 255, 0)"
1954         bordercolor: "rgba(255, 255, 255, 0)"
1955       width: 700
1956       height: 700
1957       paper_bgcolor: "white"
1958       plot_bgcolor: "white"
1959
1960     plot-hdrh-latency-by-percentile:
1961       title:
1962         text: "<b>Latency by Percentile Distribution</b>"
1963         xanchor: "center"
1964         x: 0.5
1965         font:
1966           size: 18
1967       showlegend: True
1968       legend:
1969         traceorder: "normal"
1970         orientation: "h"
1971         font:
1972           size: 16
1973         xanchor: "left"
1974         yanchor: "top"
1975         x: 0
1976         y: -0.2
1977         bgcolor: "rgba(255, 255, 255, 0)"
1978         bordercolor: "rgba(255, 255, 255, 0)"
1979       xaxis:
1980         type: "linear"
1981         title: "<b>Percentile [%]</b>"
1982         titlefont:
1983           size: 14
1984         autorange: False
1985         fixedrange: False
1986         range: [0, 100]
1987         gridcolor: "rgb(230, 230, 230)"
1988         linecolor: "rgb(220, 220, 220)"
1989         linewidth: 1
1990         showgrid: True
1991         showline: True
1992         showticklabels: True
1993         tickcolor: "rgb(220, 220, 220)"
1994         tickvals: [0, 25, 50, 75, 100]
1995         ticktext: [0, 25, 50, 75, 100]
1996         tickfont:
1997           size: 14
1998       yaxis:
1999         title: "<b>One-Way Latency per Direction [uSec]</b>"
2000         titlefont:
2001           size: 14
2002         gridcolor: "rgb(230, 230, 230)"
2003         linecolor: "rgb(220, 220, 220)"
2004         linewidth: 1
2005         showgrid: True
2006         showline: True
2007         showticklabels: True
2008         tickcolor: "rgb(220, 220, 220)"
2009         tickfont:
2010           size: 14
2011       width: 700
2012       height: 700
2013       paper_bgcolor: "white"
2014       plot_bgcolor: "white"
2015
2016 - type: "static"
2017   src-path: "{DIR[RST]}"
2018   dst-path: "{DIR[WORKING,SRC]}"
2019
2020 - type: "input"
2021   general:
2022     file-name: "output_info.xml.gz"
2023     file-format: ".gz"
2024     arch-file-format:
2025       - ".gz"
2026       - ".zip"
2027     download-path: "{job}/{build}/archives/{filename}"
2028     extract: "output.xml"
2029
2030     zip-file-name: "robot-plugin.zip"
2031     zip-file-format: ".zip"
2032     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2033     zip-extract: "robot-plugin/output.xml"
2034
2035   builds:
2036
2037     csit-vpp-perf-verify-1904-3n-hsw:
2038       - 9   # MRR sel
2039       - 11  # NDRPDR sel
2040       - 12  # NDRPDR sel
2041       - 20  # NDRPDR sel
2042       - 21  # NDRPDR sel
2043       - 23  # NDRPDR sel
2044       - 24  # NDRPDR sel
2045       - 25  # NDRPDR sel
2046       - 26  # NDRPDR sel
2047       - 29  # NDRPDR sel
2048       - 30  # NDRPDR sel
2049     csit-vpp-perf-verify-1908-3n-hsw:
2050       - 12  # NDRPDR sel
2051       - 13  # NDRPDR sel
2052       - 14  # NDRPDR sel
2053       - 15  # NDRPDR sel
2054       - 16  # NDRPDR sel
2055       - 17  # NDRPDR sel
2056       - 18  # NDRPDR sel
2057       - 19  # NDRPDR sel
2058       - 20  # NDRPDR sel
2059       - 21  # NDRPDR sel
2060       - 48  # NDRPDR sel vhost
2061       - 49  # NDRPDR sel vhost
2062       - 52  # NDRPDR sel vhost
2063       - 53  # NDRPDR sel vhost
2064       - 54  # NDRPDR sel vhost
2065       - 55  # NDRPDR sel vhost
2066       - 56  # NDRPDR sel vhost
2067       - 57  # NDRPDR sel vhost
2068       - 58  # NDRPDR sel vhost
2069       - 59  # NDRPDR sel vhost
2070       - 39  # MRR sel
2071     csit-vpp-perf-verify-2001-3n-hsw:
2072       - 21  # NDRPDR sel
2073       - 22  # NDRPDR sel
2074       - 23  # NDRPDR sel
2075       - 24  # NDRPDR sel
2076       - 25  # NDRPDR sel
2077       - 29  # NDRPDR sel
2078       - 30  # NDRPDR sel
2079       - 31  # NDRPDR sel
2080       - 32  # NDRPDR sel
2081       - 34  # NDRPDR sel
2082       - 17  # MRR sel
2083       - 18  # NDRPDR full
2084       - 20  # NDRPDR full
2085       - 28  # NDRPDR full
2086       - 35  # NDRPDR full
2087       - 42  # NDRPDR full
2088       - 46  # NDRPDR full
2089       - 47  # NDRPDR full
2090       - 48  # NDRPDR full
2091       - 49  # NDRPDR full
2092       - 50  # NDRPDR full
2093       - 51  # NDRPDR full
2094       - 52  # NDRPDR full
2095       - 53  # NDRPDR full
2096       - 54  # NDRPDR full
2097       - 55  # NDRPDR full
2098       - 56  # NDRPDR full
2099       - 57  # NDRPDR full
2100       - 58  # NDRPDR full
2101       - 59  # NDRPDR full
2102       - 61  # NDRPDR full
2103       - 62  # NDRPDR full
2104       - 63  # NDRPDR full
2105       - 64  # NDRPDR full
2106       - 65  # NDRPDR full
2107       - 67  # NDRPDR full
2108       - 70  # NDRPDR full
2109       - 72  # NDRPDR full
2110       - 73  # NDRPDR full
2111       - 77  # NDRPDR full
2112       - 78  # NDRPDR full
2113
2114 #    csit-vpp-perf-verify-1904-3n-skx:
2115 #      - 7   # MRR sel
2116 #      - 8   # NDRPDR sel
2117 #      - 9   # NDRPDR sel
2118 #      - 10  # NDRPDR sel
2119 #      - 11  # NDRPDR sel
2120 #      - 12  # NDRPDR sel
2121 #      - 14  # NDRPDR sel
2122 #      - 16  # NDRPDR sel
2123 #      - 21  # NDRPDR sel
2124 #      - 23  # NDRPDR sel
2125 #      - 25  # NDRPDR sel
2126 #    csit-vpp-perf-verify-1908-3n-skx:
2127 #      - 14  # NDRPDR sel
2128 #      - 16  # NDRPDR sel
2129 #      - 19  # NDRPDR sel
2130 #      - 20  # NDRPDR sel
2131 #      - 22  # NDRPDR sel
2132 #      - 23  # NDRPDR sel
2133 #      - 24  # NDRPDR sel
2134 #      - 25  # NDRPDR sel
2135 #      - 26  # NDRPDR sel
2136 #      - 29  # NDRPDR sel
2137 #      - 52  # NDRPDR sel vhost
2138 #      - 53  # NDRPDR sel vhost
2139 #      - 55  # NDRPDR sel vhost
2140 #      - 61  # NDRPDR sel vhost
2141 #      - 62  # NDRPDR sel vhost
2142 #      - 63  # NDRPDR sel vhost
2143 #      - 64  # NDRPDR sel vhost
2144 #      - 65  # NDRPDR sel vhost
2145 #      - 66  # NDRPDR sel vhost
2146 #      - 67  # NDRPDR sel vhost
2147 #      - 36  # MRR sel
2148 #    csit-vpp-perf-verify-2001-3n-skx:
2149 #      - 14  # NDRPDR sel
2150 #      - 15  # NDRPDR sel
2151 #      - 16  # NDRPDR sel
2152
2153 #    csit-vpp-perf-verify-1904-2n-skx:
2154 #      - 11  # MRR sel
2155 #      - 12  # NDRPDR sel
2156 #      - 14  # NDRPDR sel
2157 #      - 16  # NDRPDR sel
2158 #      - 17  # NDRPDR sel
2159 #      - 18  # NDRPDR sel
2160 #      - 21  # NDRPDR sel
2161 #      - 27  # NDRPDR sel
2162 #      - 30  # NDRPDR sel
2163 #      - 31  # NDRPDR sel
2164 #      - 32  # NDRPDR sel
2165 #    csit-vpp-perf-verify-1908-2n-skx:
2166 #      - 26  # NDRPDR sel
2167 #      - 27  # NDRPDR sel
2168 #      - 34  # NDRPDR sel
2169 #      - 35  # NDRPDR sel
2170 #      - 36  # NDRPDR sel
2171 #      - 42  # NDRPDR sel
2172 #      - 43  # NDRPDR sel
2173 #      - 44  # NDRPDR sel
2174 #      - 45  # NDRPDR sel
2175 #      - 46  # NDRPDR sel
2176 #      - 88  # NDRPDR sel vhost
2177 #      - 89  # NDRPDR sel vhost
2178 #      - 91  # NDRPDR sel vhost
2179 #      - 92  # NDRPDR sel vhost
2180 #      - 93  # NDRPDR sel vhost
2181 #      - 94  # NDRPDR sel vhost
2182 #      - 95  # NDRPDR sel vhost
2183 #      - 96  # NDRPDR sel vhost
2184 #      - 97  # NDRPDR sel vhost
2185 #      - 98  # NDRPDR sel vhost
2186 #      - 69  # MRR sel
2187 #      - 29  # TCP
2188 #      - 30  # TCP
2189 #      - 58  # TCP
2190 #      - 22  # NFV
2191 #      - 31  # NFV
2192 #      - 32  # NFV
2193 #      - 71  # NFV MRR
2194 #      - 113 # NFV reconf sel
2195 #      - 114 # NFV reconf sel
2196 #      - 115 # NFV reconf sel
2197 #      - 83  # SOAK
2198 #      - 86  # SOAK
2199 #    csit-vpp-perf-verify-2001-2n-skx:
2200 #      - 21  # NDRPDR sel
2201 #      - 22  # NDRPDR sel
2202 #      - 23  # NDRPDR sel
2203 #      - 26  # NDRPDR sel
2204 #      - 27  # NDRPDR sel
2205 #      - 29  # NDRPDR sel
2206 #      - 32  # NDRPDR full
2207 #      - 33  # NDRPDR full
2208 #      - 30  # NFV
2209 #      - 31  # NFV
2210
2211     csit-vpp-perf-verify-2001-2n-clx:
2212       - 28  # NDRPDR sel
2213       - 29  # NDRPDR sel
2214       - 32  # NDRPDR sel
2215       - 40  # NDRPDR sel
2216       - 43  # NDRPDR sel
2217       - 44  # NDRPDR sel
2218       - 45  # NDRPDR sel
2219       - 39  # MRR
2220       - 34  # NDRPDR full
2221       - 35  # NDRPDR full
2222       - 36  # NDRPDR full
2223       - 38  # NDRPDR full
2224       - 41  # NDRPDR full
2225       - 42  # NDRPDR full
2226
2227     csit-vpp-perf-verify-1908-3n-tsh:
2228       - 7   # NDRPDR sel
2229       - 8   # NDRPDR sel
2230       - 9   # NDRPDR sel
2231       - 10  # NDRPDR sel
2232       - 11  # NDRPDR sel
2233       - 12  # NDRPDR sel
2234       - 13  # NDRPDR sel
2235       - 14  # NDRPDR sel
2236       - 15  # NDRPDR sel
2237       - 16  # NDRPDR sel
2238       - 17  # MRR sel
2239     csit-vpp-perf-verify-2001-3n-tsh:
2240       - 3   # NDRPDR sel
2241       - 4   # NDRPDR sel
2242       - 7   # NDRPDR sel
2243       - 8   # NDRPDR sel
2244       - 10  # NDRPDR sel
2245       - 12  # NDRPDR sel
2246       - 13  # NDRPDR sel
2247       - 14  # NDRPDR sel
2248       - 9   # MRR sel
2249
2250     csit-vpp-perf-verify-1908-3n-dnv:
2251       - 6   # NDRPDR sel
2252       - 7   # NDRPDR sel
2253       - 8   # NDRPDR sel
2254       - 9   # NDRPDR sel
2255       - 10  # NDRPDR sel
2256       - 12  # NDRPDR sel
2257       - 13  # NDRPDR sel
2258       - 14  # NDRPDR sel
2259       - 15  # NDRPDR sel
2260       - 16  # NDRPDR sel
2261       - 17  # MRR sel
2262     csit-vpp-perf-verify-2001-3n-dnv:
2263       - 5   # NDRPDR sel
2264       - 6   # NDRPDR sel
2265       - 7   # NDRPDR sel
2266       - 8   # NDRPDR sel
2267       - 9   # NDRPDR sel
2268       - 10  # NDRPDR sel
2269       - 12  # NDRPDR sel
2270       - 16  # NDRPDR sel
2271       - 17  # NDRPDR sel
2272       - 18  # NDRPDR sel
2273       - 11  # MRR sel
2274       - 19  # NDRPDR full
2275       - 20  # NDRPDR full
2276       - 21  # NDRPDR full
2277       - 22  # NDRPDR full
2278       - 23  # NDRPDR full
2279       - 24  # NDRPDR full
2280       - 25  # NDRPDR full
2281       - 26  # NDRPDR full
2282       - 37  # NDRPDR full
2283       - 38  # NDRPDR full
2284       - 39  # NDRPDR full
2285
2286     csit-vpp-perf-verify-1908-2n-dnv:
2287       - 1   # NDRPDR sel
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  # MRR sel
2298     csit-vpp-perf-verify-2001-2n-dnv:
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       - 13  # NDRPDR sel
2308       - 16  # NDRPDR sel
2309       - 12  # MRR sel
2310       - 21  # NDRPDR full
2311       - 22  # NDRPDR full
2312       - 25  # NDRPDR full
2313       - 26  # NDRPDR full
2314       - 27  # NDRPDR full
2315       - 28  # NDRPDR full
2316
2317     csit-dpdk-perf-verify-1904-3n-hsw:
2318       - 2   # NDRPDR sel
2319       - 3   # NDRPDR sel
2320       - 5   # NDRPDR sel
2321       - 6   # NDRPDR sel
2322       - 13  # NDRPDR sel
2323       - 14  # NDRPDR sel
2324       - 15  # NDRPDR sel
2325       - 18  # NDRPDR sel
2326       - 19  # NDRPDR sel
2327       - 20  # NDRPDR sel
2328     csit-dpdk-perf-verify-1908-3n-hsw:
2329       - 2   # NDRPDR sel
2330       - 3   # NDRPDR sel
2331       - 4   # NDRPDR sel
2332       - 5   # NDRPDR sel
2333       - 6   # NDRPDR sel
2334       - 7   # NDRPDR sel
2335       - 8   # NDRPDR sel
2336       - 9   # NDRPDR sel
2337       - 10  # NDRPDR sel
2338       - 11  # NDRPDR sel
2339     csit-dpdk-perf-verify-2001-3n-hsw:
2340       - 4   # NDRPDR sel
2341       - 5   # NDRPDR sel
2342       - 6   # NDRPDR sel
2343       - 7   # NDRPDR sel
2344       - 8   # NDRPDR sel
2345       - 9   # NDRPDR sel
2346       - 10  # NDRPDR sel
2347       - 11  # NDRPDR sel
2348       - 12  # NDRPDR sel
2349       - 13  # NDRPDR sel
2350       - 15  # NDRPDR sel
2351       - 16  # NDRPDR sel
2352       - 17  # NDRPDR sel
2353       - 18  # NDRPDR sel
2354       - 19  # NDRPDR sel
2355       - 20  # NDRPDR sel
2356       - 21  # NDRPDR sel
2357       - 22  # NDRPDR sel
2358       - 23  # NDRPDR sel
2359       - 24  # NDRPDR sel
2360       - 25  # NDRPDR full
2361       - 26  # NDRPDR full
2362
2363 #    csit-dpdk-perf-verify-1904-3n-skx:
2364 #      - 2   # NDRPDR sel
2365 #      - 3   # NDRPDR sel
2366 #      - 4   # NDRPDR sel
2367 #      - 5   # NDRPDR sel
2368 #      - 6   # NDRPDR sel
2369 #      - 7   # NDRPDR sel
2370 #      - 11  # NDRPDR sel
2371 #      - 12  # NDRPDR sel
2372 #      - 13  # NDRPDR sel
2373 #      - 14  # NDRPDR sel
2374 #    csit-dpdk-perf-verify-1908-3n-skx:
2375 #      - 3   # NDRPDR sel
2376 #      - 4   # NDRPDR sel
2377 #      - 5   # NDRPDR sel
2378 #      - 6   # NDRPDR sel
2379 #      - 7   # NDRPDR sel
2380 #      - 8   # NDRPDR sel
2381 #      - 9   # NDRPDR sel
2382 #      - 10  # NDRPDR sel
2383 #      - 11  # NDRPDR sel
2384 #      - 12  # NDRPDR sel
2385 #    csit-dpdk-perf-verify-2001-3n-skx:
2386 #      - 1   # NDRPDR sel
2387 #      - 2   # NDRPDR sel
2388 #      - 3   # NDRPDR sel
2389 #      - 4   # NDRPDR sel
2390 #      - 5   # NDRPDR sel
2391 #      - 6   # NDRPDR sel
2392 #      - 7   # NDRPDR sel
2393 #      - 8   # NDRPDR sel
2394 #      - 9   # NDRPDR sel
2395 #      - 10  # NDRPDR sel
2396
2397 #    csit-dpdk-perf-verify-1904-2n-skx:
2398 #      - 2   # NDRPDR sel
2399 #      - 3   # NDRPDR sel
2400 #      - 4   # NDRPDR sel
2401 #      - 5   # NDRPDR sel
2402 #      - 7   # NDRPDR sel
2403 #      - 8   # NDRPDR sel
2404 #      - 9   # NDRPDR sel
2405 #      - 10  # NDRPDR sel
2406 #      - 11  # NDRPDR sel
2407 #      - 12  # NDRPDR sel
2408 #    csit-dpdk-perf-verify-1908-2n-skx:
2409 #      - 2   # NDRPDR sel
2410 #      - 3   # NDRPDR sel
2411 #      - 4   # NDRPDR sel
2412 #      - 5   # NDRPDR sel
2413 #      - 7   # NDRPDR sel
2414 #      - 8   # NDRPDR sel
2415 #      - 9   # NDRPDR sel
2416 #      - 10  # NDRPDR sel
2417 #      - 11  # NDRPDR sel
2418 #      - 12  # NDRPDR sel
2419 #    csit-dpdk-perf-verify-2001-2n-skx:
2420 #      - 1   # NDRPDR sel
2421 #      - 2   # NDRPDR sel
2422 #      - 3   # NDRPDR sel
2423 #      - 4   # NDRPDR sel
2424 #      - 5   # NDRPDR sel
2425 #      - 6   # NDRPDR sel
2426 #      - 7   # NDRPDR sel
2427 #      - 8   # NDRPDR sel
2428 #      - 9   # NDRPDR sel
2429 #      - 10  # NDRPDR sel
2430 #      - 11  # NDRPDR sel
2431 #      - 13  # NDRPDR sel
2432 #      - 26  # NDRPDR sel
2433 #      - 16  # NDRPDR sel
2434 #      - 17  # NDRPDR sel
2435 #      - 18  # NDRPDR sel
2436 #      - 19  # NDRPDR sel
2437 #      - 27  # NDRPDR sel
2438 #      - 21  # NDRPDR sel
2439 #      - 25  # NDRPDR sel
2440
2441     csit-dpdk-perf-verify-2001-2n-clx:
2442       - 15  # NDRPDR sel
2443       - 16  # NDRPDR sel
2444       - 17  # NDRPDR sel
2445       - 18  # NDRPDR sel
2446       - 19  # NDRPDR sel
2447       - 20  # NDRPDR sel
2448       - 21  # NDRPDR sel
2449       - 22  # NDRPDR sel
2450       - 23  # NDRPDR sel
2451       - 24  # NDRPDR sel
2452       - 25  # NDRPDR sel
2453       - 26  # NDRPDR sel
2454       - 27  # NDRPDR sel
2455       - 28  # NDRPDR sel
2456       - 29  # NDRPDR sel
2457       - 30  # NDRPDR sel
2458       - 31  # NDRPDR sel
2459       - 32  # NDRPDR sel
2460       - 33  # NDRPDR sel
2461       - 34  # NDRPDR sel
2462
2463     csit-dpdk-perf-verify-2001-2n-dnv:
2464       - 9   # NDRPDR sel
2465       - 10  # NDRPDR sel
2466       - 11  # NDRPDR sel
2467       - 12  # NDRPDR sel
2468       - 13  # NDRPDR sel
2469       - 14  # NDRPDR sel
2470       - 15  # NDRPDR sel
2471       - 16  # NDRPDR sel
2472       - 17  # NDRPDR sel
2473       - 18  # NDRPDR sel
2474
2475     csit-dpdk-perf-verify-2001-3n-dnv:
2476       - 12  # NDRPDR sel
2477       - 13  # NDRPDR sel
2478       - 14  # NDRPDR sel
2479       - 15  # NDRPDR sel
2480       - 16  # NDRPDR sel
2481       - 17  # NDRPDR sel
2482       - 18  # NDRPDR sel
2483       - 19  # NDRPDR sel
2484       - 20  # NDRPDR sel
2485       - 22  # NDRPDR sel
2486
2487     csit-dpdk-perf-verify-2001-3n-tsh:
2488       - 3   # NDRPDR sel
2489       - 4   # NDRPDR sel
2490       - 5   # NDRPDR sel
2491       - 9   # NDRPDR sel
2492       - 10  # NDRPDR sel
2493       - 11  # NDRPDR sel
2494       - 12  # NDRPDR sel
2495       - 14  # NDRPDR sel
2496       - 15  # NDRPDR sel
2497       - 18  # NDRPDR sel
2498
2499     csit-vpp-device-2001-ubuntu1804-1n-skx:
2500       - 57
2501
2502 - type: "output"
2503   output: "report"
2504   format:
2505     html:
2506     - full
2507 #    pdf:
2508 #    - minimal
2509
2510 ################################################################################
2511 ###                               T A B L E S                                ###
2512 ################################################################################
2513
2514 ## VPP Soak vs NDR
2515 #- type: "table"
2516 #  title: "VPP Soak vs NDR 2n-skx"
2517 #  algorithm: "table_soak_vs_ndr"
2518 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2519 #  reference:
2520 #    title: "NDR"
2521 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2522 #  compare:
2523 #    title: "Soak"
2524 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2525 #  data: "vpp-soak-vs-ndr-2n-skx"
2526 #  include-tests: "NDR"
2527 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2528 #  parameters:
2529 #    - "throughput"
2530 #    - "name"
2531 #    - "parent"
2532
2533 ################################################################################
2534
2535 ## VPP Compare NICs 3n-skx 2t1c ndr
2536 #- type: "table"
2537 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2538 #  algorithm: "table_nics_comparison"
2539 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2540 #  reference:
2541 #    title: "x710"
2542 #    nic: "NIC_Intel-X710"
2543 #  compare:
2544 #    title: "xxv710"
2545 #    nic: "NIC_Intel-XXV710"
2546 #  data: "vpp-nic-comparison-3n-skx"
2547 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2548 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2549 #  parameters:
2550 #  - "name"
2551 #  - "parent"
2552 #  - "throughput"
2553 #  - "tags"
2554 #
2555 ## VPP Compare NICs 3n-skx 4t2c ndr
2556 #- type: "table"
2557 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2558 #  algorithm: "table_nics_comparison"
2559 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2560 #  reference:
2561 #    title: "x710"
2562 #    nic: "NIC_Intel-X710"
2563 #  compare:
2564 #    title: "xxv710"
2565 #    nic: "NIC_Intel-XXV710"
2566 #  data: "vpp-nic-comparison-3n-skx"
2567 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2568 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2569 #  parameters:
2570 #  - "name"
2571 #  - "parent"
2572 #  - "throughput"
2573 #  - "tags"
2574 #
2575 ## VPP Compare NICs 3n-skx 2t1c pdr
2576 #- type: "table"
2577 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2578 #  algorithm: "table_nics_comparison"
2579 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2580 #  reference:
2581 #    title: "x710"
2582 #    nic: "NIC_Intel-X710"
2583 #  compare:
2584 #    title: "xxv710"
2585 #    nic: "NIC_Intel-XXV710"
2586 #  data: "vpp-nic-comparison-3n-skx"
2587 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2588 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2589 #  parameters:
2590 #  - "name"
2591 #  - "parent"
2592 #  - "throughput"
2593 #  - "tags"
2594 #
2595 # # VPP Compare NICs 3n-skx 4t2c pdr
2596 #- type: "table"
2597 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2598 #  algorithm: "table_nics_comparison"
2599 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2600 #  reference:
2601 #    title: "x710"
2602 #    nic: "NIC_Intel-X710"
2603 #  compare:
2604 #    title: "xxv710"
2605 #    nic: "NIC_Intel-XXV710"
2606 #  data: "vpp-nic-comparison-3n-skx"
2607 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2608 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2609 #  parameters:
2610 #  - "name"
2611 #  - "parent"
2612 #  - "throughput"
2613 #  - "tags"
2614 #
2615 ## VPP Compare NICs 3n-skx 2t1c mrr
2616 #- type: "table"
2617 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2618 #  algorithm: "table_nics_comparison"
2619 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2620 #  reference:
2621 #    title: "x710"
2622 #    nic: "NIC_Intel-X710"
2623 #  compare:
2624 #    title: "xxv710"
2625 #    nic: "NIC_Intel-XXV710"
2626 #  data: "vpp-nic-comparison-3n-skx-mrr"
2627 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2628 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2629 #  parameters:
2630 #  - "name"
2631 #  - "parent"
2632 #  - "result"
2633 #  - "tags"
2634 #
2635 ## VPP Compare NICs 3n-skx 4t2c mrr
2636 #- type: "table"
2637 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2638 #  algorithm: "table_nics_comparison"
2639 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2640 #  reference:
2641 #    title: "x710"
2642 #    nic: "NIC_Intel-X710"
2643 #  compare:
2644 #    title: "xxv710"
2645 #    nic: "NIC_Intel-XXV710"
2646 #  data: "vpp-nic-comparison-3n-skx-mrr"
2647 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2648 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2649 #  parameters:
2650 #  - "name"
2651 #  - "parent"
2652 #  - "result"
2653 #  - "tags"
2654 #
2655 # # VPP Compare NICs 3n-skx 8t4c mrr
2656 #- type: "table"
2657 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2658 #  algorithm: "table_nics_comparison"
2659 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2660 #  reference:
2661 #    title: "x710"
2662 #    nic: "NIC_Intel-X710"
2663 #  compare:
2664 #    title: "xxv710"
2665 #    nic: "NIC_Intel-XXV710"
2666 #  data: "vpp-nic-comparison-3n-skx-mrr"
2667 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2668 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2669 #  parameters:
2670 #  - "name"
2671 #  - "parent"
2672 #  - "result"
2673 #  - "tags"
2674 #
2675 ## VPP Compare NICs 2n-skx 2t1c ndr
2676 #- type: "table"
2677 #  title: "VPP Compare NICs 2n-skx 2t1c ndr"
2678 #  algorithm: "table_nics_comparison"
2679 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2680 #  reference:
2681 #    title: "x710"
2682 #    nic: "NIC_Intel-X710"
2683 #  compare:
2684 #    title: "xxv710"
2685 #    nic: "NIC_Intel-XXV710"
2686 #  data: "vpp-nic-comparison-2n-skx"
2687 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2688 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2689 #  parameters:
2690 #  - "name"
2691 #  - "parent"
2692 #  - "throughput"
2693 #  - "tags"
2694 #
2695 ## VPP Compare NICs 2n-skx 4t2c ndr
2696 #- type: "table"
2697 #  title: "VPP Compare NICs 2n-skx 4t2c ndr"
2698 #  algorithm: "table_nics_comparison"
2699 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2700 #  reference:
2701 #    title: "x710"
2702 #    nic: "NIC_Intel-X710"
2703 #  compare:
2704 #    title: "xxv710"
2705 #    nic: "NIC_Intel-XXV710"
2706 #  data: "vpp-nic-comparison-2n-skx"
2707 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2708 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2709 #  parameters:
2710 #  - "name"
2711 #  - "parent"
2712 #  - "throughput"
2713 #  - "tags"
2714 #
2715 # # VPP Compare NICs 2n-skx 2t1c pdr
2716 #- type: "table"
2717 #  title: "VPP Compare NICs 2n-skx 2t1c pdr"
2718 #  algorithm: "table_nics_comparison"
2719 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2720 #  reference:
2721 #    title: "x710"
2722 #    nic: "NIC_Intel-X710"
2723 #  compare:
2724 #    title: "xxv710"
2725 #    nic: "NIC_Intel-XXV710"
2726 #  data: "vpp-nic-comparison-2n-skx"
2727 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2728 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2729 #  parameters:
2730 #  - "name"
2731 #  - "parent"
2732 #  - "throughput"
2733 #  - "tags"
2734 #
2735 ## VPP Compare NICs 2n-skx 4t2c pdr
2736 #- type: "table"
2737 #  title: "VPP Compare NICs 2n-skx 4t2c pdr"
2738 #  algorithm: "table_nics_comparison"
2739 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2740 #  reference:
2741 #    title: "x710"
2742 #    nic: "NIC_Intel-X710"
2743 #  compare:
2744 #    title: "xxv710"
2745 #    nic: "NIC_Intel-XXV710"
2746 #  data: "vpp-nic-comparison-2n-skx"
2747 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2748 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2749 #  parameters:
2750 #  - "name"
2751 #  - "parent"
2752 #  - "throughput"
2753 #  - "tags"
2754 #
2755 ## VPP Compare NICs 2n-skx 2t1c mrr
2756 #- type: "table"
2757 #  title: "VPP Compare NICs 2n-skx 2t1c mrr"
2758 #  algorithm: "table_nics_comparison"
2759 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2760 #  reference:
2761 #    title: "x710"
2762 #    nic: "NIC_Intel-X710"
2763 #  compare:
2764 #    title: "xxv710"
2765 #    nic: "NIC_Intel-XXV710"
2766 #  data: "vpp-nic-comparison-2n-skx-mrr"
2767 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2768 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2769 #  parameters:
2770 #  - "name"
2771 #  - "parent"
2772 #  - "result"
2773 #  - "tags"
2774 #
2775 ## VPP Compare NICs 2n-skx 4t2c mrr
2776 #- type: "table"
2777 #  title: "VPP Compare NICs 2n-skx 4t2c mrr"
2778 #  algorithm: "table_nics_comparison"
2779 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2780 #  reference:
2781 #    title: "x710"
2782 #    nic: "NIC_Intel-X710"
2783 #  compare:
2784 #    title: "xxv710"
2785 #    nic: "NIC_Intel-XXV710"
2786 #  data: "vpp-nic-comparison-2n-skx-mrr"
2787 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2788 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2789 #  parameters:
2790 #  - "name"
2791 #  - "parent"
2792 #  - "result"
2793 #  - "tags"
2794 #
2795 ## VPP Compare NICs 2n-skx 8t4c mrr
2796 #- type: "table"
2797 #  title: "VPP Compare NICs 2n-skx 8t4c mrr"
2798 #  algorithm: "table_nics_comparison"
2799 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2800 #  reference:
2801 #    title: "x710"
2802 #    nic: "NIC_Intel-X710"
2803 #  compare:
2804 #    title: "xxv710"
2805 #    nic: "NIC_Intel-XXV710"
2806 #  data: "vpp-nic-comparison-2n-skx-mrr"
2807 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2808 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2809 #  parameters:
2810 #  - "name"
2811 #  - "parent"
2812 #  - "result"
2813 #  - "tags"
2814
2815 ################################################################################
2816 # VPP
2817
2818 # VPP Performance Changes 3n-hsw 1t1c pdr
2819 - type: "table"
2820   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2821   algorithm: "table_perf_comparison"
2822   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2823   history:
2824     - title: "rls1904"
2825       data: "vpp-performance-changes-3n-hsw-h1"
2826   reference:
2827     title: "rls1908"
2828     data: "vpp-performance-changes-3n-hsw-ref"
2829     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2830   compare:
2831     title: "rls2001"
2832     data: "vpp-performance-changes-3n-hsw-cmp"
2833   data: "vpp-performance-changes-3n-hsw"
2834   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2835   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2836   parameters:
2837   - "name"
2838   - "parent"
2839   - "throughput"
2840
2841 # VPP Performance Changes 3n-hsw 2t2c pdr
2842 - type: "table"
2843   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2844   algorithm: "table_perf_comparison"
2845   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2846   history:
2847     - title: "rls1904"
2848       data: "vpp-performance-changes-3n-hsw-h1"
2849   reference:
2850     title: "rls1908"
2851     data: "vpp-performance-changes-3n-hsw-ref"
2852     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2853   compare:
2854     title: "rls2001"
2855     data: "vpp-performance-changes-3n-hsw-cmp"
2856   data: "vpp-performance-changes-3n-hsw"
2857   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2858   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2859   parameters:
2860   - "name"
2861   - "parent"
2862   - "throughput"
2863
2864 # VPP Performance Changes 3n-hsw 1t1c ndr
2865 - type: "table"
2866   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2867   algorithm: "table_perf_comparison"
2868   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2869   history:
2870     - title: "rls1904"
2871       data: "vpp-performance-changes-3n-hsw-h1"
2872   reference:
2873     title: "rls1908"
2874     data: "vpp-performance-changes-3n-hsw-ref"
2875     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2876   compare:
2877     title: "rls2001"
2878     data: "vpp-performance-changes-3n-hsw-cmp"
2879   data: "vpp-performance-changes-3n-hsw"
2880   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2881   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2882   parameters:
2883   - "name"
2884   - "parent"
2885   - "throughput"
2886
2887 # VPP Performance Changes 3n-hsw 2t2c ndr
2888 - type: "table"
2889   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2890   algorithm: "table_perf_comparison"
2891   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2892   history:
2893     - title: "rls1904"
2894       data: "vpp-performance-changes-3n-hsw-h1"
2895   reference:
2896     title: "rls1908"
2897     data: "vpp-performance-changes-3n-hsw-ref"
2898     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2899   compare:
2900     title: "rls2001"
2901     data: "vpp-performance-changes-3n-hsw-cmp"
2902   data: "vpp-performance-changes-3n-hsw"
2903   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2904   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2905   parameters:
2906   - "name"
2907   - "parent"
2908   - "throughput"
2909
2910 ## VPP Performance Changes 3n-skx 2t1c pdr
2911 #- type: "table"
2912 #  title: "VPP Performance Changes 3n-skx 2t1c pdr"
2913 #  algorithm: "table_perf_comparison_nic"
2914 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2915 #  history:
2916 #    - title: "rls1904 x710"
2917 #      data: "vpp-performance-changes-3n-skx-h1"
2918 #      nic: "NIC_Intel-X710"
2919 #  reference:
2920 #    title: "rls1908 xxv710"
2921 #    data: "vpp-performance-changes-3n-skx-ref"
2922 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2923 #    nic: "NIC_Intel-XXV710"
2924 #  compare:
2925 #    title: "rls2001 xxv710"
2926 #    data: "vpp-performance-changes-3n-skx-cmp"
2927 #    nic: "NIC_Intel-XXV710"
2928 #  data: "vpp-performance-changes-3n-skx"
2929 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2930 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2931 #  parameters:
2932 #  - "name"
2933 #  - "parent"
2934 #  - "throughput"
2935 #  - "tags"
2936 #
2937 ## VPP Performance Changes 3n-skx 4t2c pdr
2938 #- type: "table"
2939 #  title: "VPP Performance Changes 3n-skx 4t2c pdr"
2940 #  algorithm: "table_perf_comparison_nic"
2941 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2942 #  history:
2943 #    - title: "rls1904 x710"
2944 #      data: "vpp-performance-changes-3n-skx-h1"
2945 #      nic: "NIC_Intel-X710"
2946 #  reference:
2947 #    title: "rls1908 x710"
2948 #    data: "vpp-performance-changes-3n-skx-ref"
2949 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2950 #    nic: "NIC_Intel-X710"
2951 #  compare:
2952 #    title: "rls2001 xxv710"
2953 #    data: "vpp-performance-changes-3n-skx-cmp"
2954 #    nic: "NIC_Intel-XXV710"
2955 #  data: "vpp-performance-changes-3n-skx"
2956 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2957 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2958 #  parameters:
2959 #  - "name"
2960 #  - "parent"
2961 #  - "throughput"
2962 #  - "tags"
2963 #
2964 ## VPP Performance Changes 3n-skx 2t1c ndr
2965 #- type: "table"
2966 #  title: "VPP Performance Changes 3n-skx 2t1c ndr"
2967 #  algorithm: "table_perf_comparison_nic"
2968 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2969 #  history:
2970 #    - title: "rls1904 x710"
2971 #      data: "vpp-performance-changes-3n-skx-h1"
2972 #      nic: "NIC_Intel-X710"
2973 #  reference:
2974 #    title: "rls1908 x710"
2975 #    data: "vpp-performance-changes-3n-skx-ref"
2976 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2977 #    nic: "NIC_Intel-X710"
2978 #  compare:
2979 #    title: "rls2001 xxv710"
2980 #    data: "vpp-performance-changes-3n-skx-cmp"
2981 #    nic: "NIC_Intel-XXV710"
2982 #  data: "vpp-performance-changes-3n-skx"
2983 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2984 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2985 #  parameters:
2986 #  - "name"
2987 #  - "parent"
2988 #  - "throughput"
2989 #  - "tags"
2990 #
2991 ## VPP Performance Changes 3n-skx 4t2c ndr
2992 #- type: "table"
2993 #  title: "VPP Performance Changes 3n-skx 4t2c ndr"
2994 #  algorithm: "table_perf_comparison_nic"
2995 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2996 #  history:
2997 #    - title: "rls1904 x710"
2998 #      data: "vpp-performance-changes-3n-skx-h1"
2999 #      nic: "NIC_Intel-X710"
3000 #  reference:
3001 #    title: "rls1908 x710"
3002 #    data: "vpp-performance-changes-3n-skx-ref"
3003 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3004 #    nic: "NIC_Intel-X710"
3005 #  compare:
3006 #    title: "rls2001 xxv710"
3007 #    data: "vpp-performance-changes-3n-skx-cmp"
3008 #    nic: "NIC_Intel-XXV710"
3009 #  data: "vpp-performance-changes-3n-skx"
3010 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3011 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3012 #  parameters:
3013 #  - "name"
3014 #  - "parent"
3015 #  - "throughput"
3016 #  - "tags"
3017 #
3018 ## VPP Performance Changes 2n-skx 2t1c pdr
3019 #- type: "table"
3020 #  title: "VPP Performance Changes 2n-skx 2t1c pdr"
3021 #  algorithm: "table_perf_comparison_nic"
3022 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3023 #  history:
3024 #    - title: "rls1904 x710"
3025 #      data: "vpp-performance-changes-2n-skx-h1"
3026 #      nic: "NIC_Intel-X710"
3027 #  reference:
3028 #    title: "rls1908 xxv710"
3029 #    data: "vpp-performance-changes-2n-skx-ref"
3030 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3031 #    nic: "NIC_Intel-XXV710"
3032 #  compare:
3033 #    title: "rls2001 xxv710"
3034 #    data: "vpp-performance-changes-2n-skx-cmp"
3035 #    nic: "NIC_Intel-XXV710"
3036 #  data: "vpp-performance-changes-2n-skx"
3037 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3038 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3039 #  parameters:
3040 #  - "name"
3041 #  - "parent"
3042 #  - "throughput"
3043 #  - "tags"
3044 #
3045 ## VPP Performance Changes 2n-skx 4t2c pdr
3046 #- type: "table"
3047 #  title: "VPP Performance Changes 2n-skx 4t2c pdr"
3048 #  algorithm: "table_perf_comparison_nic"
3049 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3050 #  history:
3051 #    - title: "rls1904 x710"
3052 #      data: "vpp-performance-changes-2n-skx-h1"
3053 #      nic: "NIC_Intel-X710"
3054 #  reference:
3055 #    title: "rls1908 xxv710"
3056 #    data: "vpp-performance-changes-2n-skx-ref"
3057 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3058 #    nic: "NIC_Intel-XXV710"
3059 #  compare:
3060 #    title: "rls2001 xxv710"
3061 #    data: "vpp-performance-changes-2n-skx-cmp"
3062 #    nic: "NIC_Intel-XXV710"
3063 #  data: "vpp-performance-changes-2n-skx"
3064 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3065 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3066 #  parameters:
3067 #  - "name"
3068 #  - "parent"
3069 #  - "throughput"
3070 #  - "tags"
3071 #
3072 ## VPP Performance Changes 2n-skx 2t1c ndr
3073 #- type: "table"
3074 #  title: "VPP Performance Changes 2n-skx 2t1c ndr"
3075 #  algorithm: "table_perf_comparison_nic"
3076 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3077 #  history:
3078 #    - title: "rls1904 x710"
3079 #      data: "vpp-performance-changes-2n-skx-h1"
3080 #      nic: "NIC_Intel-X710"
3081 #  reference:
3082 #    title: "rls1908 xxv710"
3083 #    data: "vpp-performance-changes-2n-skx-ref"
3084 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3085 #    nic: "NIC_Intel-XXV710"
3086 #  compare:
3087 #    title: "rls2001 xxv710"
3088 #    data: "vpp-performance-changes-2n-skx-cmp"
3089 #    nic: "NIC_Intel-XXV710"
3090 #  data: "vpp-performance-changes-2n-skx"
3091 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3092 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3093 #  parameters:
3094 #  - "name"
3095 #  - "parent"
3096 #  - "throughput"
3097 #  - "tags"
3098 #
3099 ## VPP Performance Changes 2n-skx 4t2c ndr
3100 #- type: "table"
3101 #  title: "VPP Performance Changes 2n-skx 4t2c ndr"
3102 #  algorithm: "table_perf_comparison_nic"
3103 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3104 #  history:
3105 #    - title: "rls1904 x710"
3106 #      data: "vpp-performance-changes-2n-skx-h1"
3107 #      nic: "NIC_Intel-X710"
3108 #  reference:
3109 #    title: "rls1908 xxv710"
3110 #    data: "vpp-performance-changes-2n-skx-ref"
3111 #    data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3112 #    nic: "NIC_Intel-XXV710"
3113 #  compare:
3114 #    title: "rls2001 xxv710"
3115 #    data: "vpp-performance-changes-2n-skx-cmp"
3116 #    nic: "NIC_Intel-XXV710"
3117 #  data: "vpp-performance-changes-2n-skx"
3118 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3119 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3120 #  parameters:
3121 #  - "name"
3122 #  - "parent"
3123 #  - "throughput"
3124 #  - "tags"
3125 #
3126 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3127 #- type: "table"
3128 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3129 #  algorithm: "table_perf_comparison"
3130 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3131 #  reference:
3132 #    title: "rls1908"
3133 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3134 #  compare:
3135 #    title: "rls2001"
3136 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3137 #  data: "vpp-performance-changes-nfv-2n-skx"
3138 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3139 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3140 #  parameters:
3141 #  - "name"
3142 #  - "parent"
3143 #  - "throughput"
3144 #  - "tags"
3145 #
3146 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3147 #- type: "table"
3148 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3149 #  algorithm: "table_perf_comparison"
3150 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3151 #  reference:
3152 #    title: "rls1908"
3153 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3154 #  compare:
3155 #    title: "rls2001"
3156 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3157 #  data: "vpp-performance-changes-nfv-2n-skx"
3158 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3159 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3160 #  parameters:
3161 #  - "name"
3162 #  - "parent"
3163 #  - "throughput"
3164 #  - "tags"
3165 #
3166 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3167 #- type: "table"
3168 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3169 #  algorithm: "table_perf_comparison"
3170 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3171 #  reference:
3172 #    title: "rls1908"
3173 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3174 #  compare:
3175 #    title: "rls2001"
3176 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3177 #  data: "vpp-performance-changes-nfv-2n-skx"
3178 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3179 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3180 #  parameters:
3181 #  - "name"
3182 #  - "parent"
3183 #  - "throughput"
3184 #  - "tags"
3185 #
3186 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3187 #- type: "table"
3188 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3189 #  algorithm: "table_perf_comparison"
3190 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3191 #  reference:
3192 #    title: "rls1908"
3193 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3194 #  compare:
3195 #    title: "rls2001"
3196 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3197 #  data: "vpp-performance-changes-nfv-2n-skx"
3198 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3199 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3200 #  parameters:
3201 #  - "name"
3202 #  - "parent"
3203 #  - "throughput"
3204 #  - "tags"
3205
3206 # VPP Performance Changes 2n-dnv 1t1c pdr
3207 - type: "table"
3208   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3209   algorithm: "table_perf_comparison"
3210   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3211   reference:
3212     title: "rls1908"
3213     data: "vpp-performance-changes-2n-dnv-ref"
3214   compare:
3215     title: "rls2001"
3216     data: "vpp-performance-changes-2n-dnv-cmp"
3217   data: "vpp-performance-changes-2n-dnv"
3218   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3219   filter: "'1T1C'"
3220   parameters:
3221   - "name"
3222   - "parent"
3223   - "throughput"
3224   - "tags"
3225
3226 # VPP Performance Changes 2n-dnv 2t2c pdr
3227 - type: "table"
3228   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3229   algorithm: "table_perf_comparison"
3230   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3231   reference:
3232     title: "rls1908"
3233     data: "vpp-performance-changes-2n-dnv-ref"
3234   compare:
3235     title: "rls2001"
3236     data: "vpp-performance-changes-2n-dnv-cmp"
3237   data: "vpp-performance-changes-2n-dnv"
3238   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3239   filter: "'2T2C'"
3240   parameters:
3241   - "name"
3242   - "parent"
3243   - "throughput"
3244   - "tags"
3245
3246 # VPP Performance Changes 2n-dnv 1t1c ndr
3247 - type: "table"
3248   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3249   algorithm: "table_perf_comparison"
3250   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3251   reference:
3252     title: "rls1908"
3253     data: "vpp-performance-changes-2n-dnv-ref"
3254   compare:
3255     title: "rls2001"
3256     data: "vpp-performance-changes-2n-dnv-cmp"
3257   data: "vpp-performance-changes-2n-dnv"
3258   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3259   filter: "'1T1C'"
3260   parameters:
3261   - "name"
3262   - "parent"
3263   - "throughput"
3264   - "tags"
3265
3266 # VPP Performance Changes 2n-dnv 2t2c ndr
3267 - type: "table"
3268   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3269   algorithm: "table_perf_comparison"
3270   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3271   reference:
3272     title: "rls1908 "
3273     data: "vpp-performance-changes-2n-dnv-ref"
3274   compare:
3275     title: "rls2001"
3276     data: "vpp-performance-changes-2n-dnv-cmp"
3277   data: "vpp-performance-changes-2n-dnv"
3278   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3279   filter: "'2T2C'"
3280   parameters:
3281   - "name"
3282   - "parent"
3283   - "throughput"
3284   - "tags"
3285
3286 # VPP Performance Changes 3n-dnv 1t1c pdr
3287 - type: "table"
3288   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3289   algorithm: "table_perf_comparison"
3290   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3291   reference:
3292     title: "rls1908"
3293     data: "vpp-performance-changes-3n-dnv-ref"
3294   compare:
3295     title: "rls2001"
3296     data: "vpp-performance-changes-3n-dnv-cmp"
3297   data: "vpp-performance-changes-3n-dnv"
3298   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3299   filter: "'1T1C'"
3300   parameters:
3301   - "name"
3302   - "parent"
3303   - "throughput"
3304   - "tags"
3305
3306 # VPP Performance Changes 3n-dnv 2t2c pdr
3307 - type: "table"
3308   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3309   algorithm: "table_perf_comparison"
3310   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3311   reference:
3312     title: "rls1908"
3313     data: "vpp-performance-changes-3n-dnv-ref"
3314   compare:
3315     title: "rls2001"
3316     data: "vpp-performance-changes-3n-dnv-cmp"
3317   data: "vpp-performance-changes-3n-dnv"
3318   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3319   filter: "'2T2C'"
3320   parameters:
3321   - "name"
3322   - "parent"
3323   - "throughput"
3324   - "tags"
3325
3326 # VPP Performance Changes 3n-dnv 1t1c ndr
3327 - type: "table"
3328   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3329   algorithm: "table_perf_comparison"
3330   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3331   reference:
3332     title: "rls1908"
3333     data: "vpp-performance-changes-3n-dnv-ref"
3334   compare:
3335     title: "rls2001"
3336     data: "vpp-performance-changes-3n-dnv-cmp"
3337   data: "vpp-performance-changes-3n-dnv"
3338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3339   filter: "'1T1C'"
3340   parameters:
3341   - "name"
3342   - "parent"
3343   - "throughput"
3344   - "tags"
3345
3346 # VPP Performance Changes 3n-dnv 2t2c ndr
3347 - type: "table"
3348   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3349   algorithm: "table_perf_comparison"
3350   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3351   reference:
3352     title: "rls1908"
3353     data: "vpp-performance-changes-3n-dnv-ref"
3354   compare:
3355     title: "rls2001"
3356     data: "vpp-performance-changes-3n-dnv-cmp"
3357   data: "vpp-performance-changes-3n-dnv"
3358   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3359   filter: "'2T2C'"
3360   parameters:
3361   - "name"
3362   - "parent"
3363   - "throughput"
3364   - "tags"
3365
3366 # VPP Performance Changes 3n-tsh 1t1c pdr
3367 - type: "table"
3368   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3369   algorithm: "table_perf_comparison"
3370   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3371   reference:
3372     title: "rls1908"
3373     data: "vpp-performance-changes-3n-tsh-ref"
3374   compare:
3375     title: "rls2001"
3376     data: "vpp-performance-changes-3n-tsh-cmp"
3377   data: "vpp-performance-changes-3n-tsh"
3378   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3379   filter: "'1T1C'"
3380   parameters:
3381   - "name"
3382   - "parent"
3383   - "throughput"
3384   - "tags"
3385
3386 # VPP Performance Changes 3n-tsh 2t2c pdr
3387 - type: "table"
3388   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3389   algorithm: "table_perf_comparison"
3390   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3391   reference:
3392     title: "rls1908"
3393     data: "vpp-performance-changes-3n-tsh-ref"
3394   compare:
3395     title: "rls2001"
3396     data: "vpp-performance-changes-3n-tsh-cmp"
3397   data: "vpp-performance-changes-3n-tsh"
3398   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3399   filter: "'2T2C'"
3400   parameters:
3401   - "name"
3402   - "parent"
3403   - "throughput"
3404   - "tags"
3405
3406 # VPP Performance Changes 3n-tsh 1t1c ndr
3407 - type: "table"
3408   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3409   algorithm: "table_perf_comparison"
3410   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3411   reference:
3412     title: "rls1908"
3413     data: "vpp-performance-changes-3n-tsh-ref"
3414   compare:
3415     title: "rls2001"
3416     data: "vpp-performance-changes-3n-tsh-cmp"
3417   data: "vpp-performance-changes-3n-tsh"
3418   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3419   filter: "'1T1C'"
3420   parameters:
3421   - "name"
3422   - "parent"
3423   - "throughput"
3424   - "tags"
3425
3426 # VPP Performance Changes 3n-tsh 2t2c ndr
3427 - type: "table"
3428   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3429   algorithm: "table_perf_comparison"
3430   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3431   reference:
3432     title: "rls1908"
3433     data: "vpp-performance-changes-3n-tsh-ref"
3434   compare:
3435     title: "rls2001"
3436     data: "vpp-performance-changes-3n-tsh-cmp"
3437   data: "vpp-performance-changes-3n-tsh"
3438   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3439   filter: "'2T2C'"
3440   parameters:
3441   - "name"
3442   - "parent"
3443   - "throughput"
3444   - "tags"
3445
3446 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3447 #- type: "table"
3448 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3449 #  algorithm: "table_perf_comparison_nic"
3450 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3451 #  reference:
3452 #    title: "3n-hsw xl710"
3453 #    data: "vpp-compare-testbeds-ref"
3454 #    nic: "NIC_Intel-XL710"
3455 #  compare:
3456 #    title: "3n-skx xxv710"
3457 #    data: "vpp-compare-testbeds-cmp"
3458 #    nic: "NIC_Intel-XXV710"
3459 #  data: "vpp-compare-testbeds"
3460 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3461 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3462 #  parameters:
3463 #  - "name"
3464 #  - "parent"
3465 #  - "throughput"
3466 #  - "tags"
3467 #
3468 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3469 #- type: "table"
3470 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3471 #  algorithm: "table_perf_comparison_nic"
3472 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3473 #  reference:
3474 #    title: "3n-hsw xl710"
3475 #    data: "vpp-compare-testbeds-ref"
3476 #    nic: "NIC_Intel-XL710"
3477 #  compare:
3478 #    title: "3n-skx xxv710"
3479 #    data: "vpp-compare-testbeds-cmp"
3480 #    nic: "NIC_Intel-XXV710"
3481 #  data: "vpp-compare-testbeds"
3482 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3483 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3484 #  parameters:
3485 #  - "name"
3486 #  - "parent"
3487 #  - "throughput"
3488 #  - "tags"
3489 #
3490 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3491 #- type: "table"
3492 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3493 #  algorithm: "table_perf_comparison_nic"
3494 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3495 #  reference:
3496 #    title: "3n-hsw xl710"
3497 #    data: "vpp-compare-testbeds-ref"
3498 #    nic: "NIC_Intel-XL710"
3499 #  compare:
3500 #    title: "3n-skx xxv710"
3501 #    data: "vpp-compare-testbeds-cmp"
3502 #    nic: "NIC_Intel-XXV710"
3503 #  data: "vpp-compare-testbeds"
3504 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3505 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3506 #  parameters:
3507 #  - "name"
3508 #  - "parent"
3509 #  - "throughput"
3510 #  - "tags"
3511 #
3512 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3513 #- type: "table"
3514 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3515 #  algorithm: "table_perf_comparison_nic"
3516 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3517 #  reference:
3518 #    title: "3n-hsw xl710"
3519 #    data: "vpp-compare-testbeds-ref"
3520 #    nic: "NIC_Intel-XL710"
3521 #  compare:
3522 #    title: "3n-skx xxv710"
3523 #    data: "vpp-compare-testbeds-cmp"
3524 #    nic: "NIC_Intel-XXV710"
3525 #  data: "vpp-compare-testbeds"
3526 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3527 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3528 #  parameters:
3529 #  - "name"
3530 #  - "parent"
3531 #  - "throughput"
3532 #  - "tags"
3533
3534 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3535 #- type: "table"
3536 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3537 #  algorithm: "table_perf_comparison"
3538 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3539 #  reference:
3540 #    title: "2n-skx"
3541 #    data: "vpp-compare-testbeds-skx-clx-ref"
3542 #  compare:
3543 #    title: "2n-clx"
3544 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3545 #  data: "vpp-compare-testbeds-skx-clx"
3546 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3547 #  filter: "'2T1C'"
3548 #  parameters:
3549 #  - "name"
3550 #  - "parent"
3551 #  - "throughput"
3552 #  - "tags"
3553 #
3554 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3555 #- type: "table"
3556 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3557 #  algorithm: "table_perf_comparison"
3558 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3559 #  reference:
3560 #    title: "2n-skx"
3561 #    data: "vpp-compare-testbeds-skx-clx-ref"
3562 #  compare:
3563 #    title: "2n-clx"
3564 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3565 #  data: "vpp-compare-testbeds-skx-clx"
3566 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3567 #  filter: "'4T2C'"
3568 #  parameters:
3569 #  - "name"
3570 #  - "parent"
3571 #  - "throughput"
3572 #  - "tags"
3573 #
3574 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3575 #- type: "table"
3576 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3577 #  algorithm: "table_perf_comparison"
3578 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3579 #  reference:
3580 #    title: "2n-skx"
3581 #    data: "vpp-compare-testbeds-skx-clx-ref"
3582 #  compare:
3583 #    title: "2n-clx"
3584 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3585 #  data: "vpp-compare-testbeds-skx-clx"
3586 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3587 #  filter: "'2T1C'"
3588 #  parameters:
3589 #  - "name"
3590 #  - "parent"
3591 #  - "throughput"
3592 #  - "tags"
3593 #
3594 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3595 #- type: "table"
3596 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3597 #  algorithm: "table_perf_comparison"
3598 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3599 #  reference:
3600 #    title: "2n-skx"
3601 #    data: "vpp-compare-testbeds-skx-clx-ref"
3602 #  compare:
3603 #    title: "2n-clx"
3604 #    data: "vpp-compare-testbeds-skx-clx-cmp"
3605 #  data: "vpp-compare-testbeds-skx-clx"
3606 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3607 #  filter: "'4T2C'"
3608 #  parameters:
3609 #  - "name"
3610 #  - "parent"
3611 #  - "throughput"
3612 #  - "tags"
3613
3614 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3615 - type: "table"
3616   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3617   algorithm: "table_perf_comparison_nic"
3618   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3619   reference:
3620     title: "3n-hsw xl710"
3621     data: "vpp-compare-testbeds-hsw-clx-ref"
3622     nic: "NIC_Intel-XL710"
3623   compare:
3624     title: "2n-clx xxv710"
3625     data: "vpp-compare-testbeds-hsw-clx-cmp"
3626     nic: "NIC_Intel-XXV710"
3627   data: "vpp-compare-testbeds-hsw-clx"
3628   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3629   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3630   parameters:
3631   - "name"
3632   - "parent"
3633   - "throughput"
3634   - "tags"
3635
3636 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3637 - type: "table"
3638   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3639   algorithm: "table_perf_comparison_nic"
3640   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3641   reference:
3642     title: "3n-hsw xl710"
3643     data: "vpp-compare-testbeds-hsw-clx-ref"
3644     nic: "NIC_Intel-XL710"
3645   compare:
3646     title: "2n-clx xxv710"
3647     data: "vpp-compare-testbeds-hsw-clx-cmp"
3648     nic: "NIC_Intel-XXV710"
3649   data: "vpp-compare-testbeds-hsw-clx"
3650   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3651   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3652   parameters:
3653   - "name"
3654   - "parent"
3655   - "throughput"
3656   - "tags"
3657
3658 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3659 - type: "table"
3660   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3661   algorithm: "table_perf_comparison_nic"
3662   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3663   reference:
3664     title: "3n-hsw xl710"
3665     data: "vpp-compare-testbeds-hsw-clx-ref"
3666     nic: "NIC_Intel-XL710"
3667   compare:
3668     title: "2n-clx xxv710"
3669     data: "vpp-compare-testbeds-hsw-clx-cmp"
3670     nic: "NIC_Intel-XXV710"
3671   data: "vpp-compare-testbeds-hsw-clx"
3672   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3673   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3674   parameters:
3675   - "name"
3676   - "parent"
3677   - "throughput"
3678   - "tags"
3679
3680 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3681 - type: "table"
3682   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3683   algorithm: "table_perf_comparison_nic"
3684   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3685   reference:
3686     title: "3n-hsw xl710"
3687     data: "vpp-compare-testbeds-hsw-clx-ref"
3688     nic: "NIC_Intel-XL710"
3689   compare:
3690     title: "2n-clx xxv710"
3691     data: "vpp-compare-testbeds-hsw-clx-cmp"
3692     nic: "NIC_Intel-XXV710"
3693   data: "vpp-compare-testbeds-hsw-clx"
3694   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3695   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3696   parameters:
3697   - "name"
3698   - "parent"
3699   - "throughput"
3700   - "tags"
3701
3702 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3703 #- type: "table"
3704 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3705 #  algorithm: "table_perf_comparison"
3706 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3707 #  reference:
3708 #    title: "3-Node Skx"
3709 #    data: "vpp-compare-topologies-ref"
3710 #  compare:
3711 #    title: "2-Node Skx"
3712 #    data: "vpp-compare-topologies-cmp"
3713 #  data: "vpp-compare-topologies"
3714 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3715 #  filter: "'NDRPDR' and '1C'"
3716 #  parameters:
3717 #  - "name"
3718 #  - "parent"
3719 #  - "throughput"
3720 #
3721 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3722 #- type: "table"
3723 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3724 #  algorithm: "table_perf_comparison"
3725 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3726 #  reference:
3727 #    title: "3-Node Skx"
3728 #    data: "vpp-compare-topologies-ref"
3729 #  compare:
3730 #    title: "2-Node Skx"
3731 #    data: "vpp-compare-topologies-cmp"
3732 #  data: "vpp-compare-topologies"
3733 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3734 #  filter: "'NDRPDR' and '2C'"
3735 #  parameters:
3736 #  - "name"
3737 #  - "parent"
3738 #  - "throughput"
3739 #
3740 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3741 #- type: "table"
3742 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3743 #  algorithm: "table_perf_comparison"
3744 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3745 #  reference:
3746 #    title: "3-Node Skx"
3747 #    data: "vpp-compare-topologies-ref"
3748 #  compare:
3749 #    title: "2-Node Skx"
3750 #    data: "vpp-compare-topologies-cmp"
3751 #  data: "vpp-compare-topologies"
3752 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3753 #  filter: "'NDRPDR' and '1C'"
3754 #  parameters:
3755 #  - "name"
3756 #  - "parent"
3757 #  - "throughput"
3758 #
3759 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3760 #- type: "table"
3761 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3762 #  algorithm: "table_perf_comparison"
3763 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3764 #  reference:
3765 #    title: "3-Node Skx"
3766 #    data: "vpp-compare-topologies-ref"
3767 #  compare:
3768 #    title: "2-Node Skx"
3769 #    data: "vpp-compare-topologies-cmp"
3770 #  data: "vpp-compare-topologies"
3771 #  include-tests: "PDR"
3772 #  filter: "'NDRPDR' and '2C'"
3773 #  parameters:
3774 #  - "name"
3775 #  - "parent"
3776 #  - "throughput"
3777
3778 # VPP Performance Changes 3n-hsw 1t1c MRR
3779 - type: "table"
3780   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3781   algorithm: "table_perf_comparison"
3782   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3783   history:
3784     - title: "rls1904"
3785       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3786   reference:
3787     title: "rls1908"
3788     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3789   compare:
3790     title: "rls2001"
3791     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3792   data: "vpp-performance-changes-3n-hsw-mrr"
3793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3794   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3795   parameters:
3796   - "name"
3797   - "parent"
3798   - "result"
3799
3800 # VPP Performance Changes 3n-hsw 2t2c MRR
3801 - type: "table"
3802   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3803   algorithm: "table_perf_comparison"
3804   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3805   history:
3806     - title: "rls1904"
3807       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3808   reference:
3809     title: "rls1908"
3810     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3811   compare:
3812     title: "rls2001"
3813     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3814   data: "vpp-performance-changes-3n-hsw-mrr"
3815   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3816   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3817   parameters:
3818   - "name"
3819   - "parent"
3820   - "result"
3821
3822 # VPP Performance Changes 3n-hsw 4t4c MRR
3823 - type: "table"
3824   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3825   algorithm: "table_perf_comparison"
3826   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3827   history:
3828     - title: "rls1904"
3829       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3830   reference:
3831     title: "rls1908"
3832     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3833   compare:
3834     title: "rls2001"
3835     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3836   data: "vpp-performance-changes-3n-hsw-mrr"
3837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3838   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3839   parameters:
3840   - "name"
3841   - "parent"
3842   - "result"
3843
3844 ## VPP Performance Changes 3n-skx 2t1c MRR
3845 #- type: "table"
3846 #  title: "VPP Performance Changes 3n-skx 2t1c MRR"
3847 #  algorithm: "table_perf_comparison"
3848 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3849 #  history:
3850 #    - title: "rls1904"
3851 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3852 #  reference:
3853 #    title: "rls1908"
3854 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3855 #  compare:
3856 #    title: "rls2001"
3857 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3858 #  data: "vpp-performance-changes-3n-skx-mrr"
3859 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3860 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3861 #  parameters:
3862 #  - "name"
3863 #  - "parent"
3864 #  - "result"
3865 #
3866 ## VPP Performance Changes 3n-skx 4t2c MRR
3867 #- type: "table"
3868 #  title: "VPP Performance Changes 3n-skx 4t2c MRR"
3869 #  algorithm: "table_perf_comparison"
3870 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3871 #  history:
3872 #    - title: "rls1904"
3873 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3874 #  reference:
3875 #    title: "rls1908"
3876 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3877 #  compare:
3878 #    title: "rls2001"
3879 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3880 #  data: "vpp-performance-changes-3n-skx-mrr"
3881 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3882 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3883 #  parameters:
3884 #  - "name"
3885 #  - "parent"
3886 #  - "result"
3887 #
3888 ## VPP Performance Changes 3n-skx 8t4c MRR
3889 #- type: "table"
3890 #  title: "VPP Performance Changes 3n-skx 8t4c MRR"
3891 #  algorithm: "table_perf_comparison"
3892 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3893 #  history:
3894 #    - title: "rls1904"
3895 #      data: "vpp-performance-changes-3n-skx-mrr-h1"
3896 #  reference:
3897 #    title: "rls1908"
3898 #    data: "vpp-performance-changes-3n-skx-mrr-ref"
3899 #  compare:
3900 #    title: "rls2001"
3901 #    data: "vpp-performance-changes-3n-skx-mrr-cmp"
3902 #  data: "vpp-performance-changes-3n-skx-mrr"
3903 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3904 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3905 #  parameters:
3906 #  - "name"
3907 #  - "parent"
3908 #  - "result"
3909 #
3910 ## VPP Performance Changes 2n-skx 2t1c MRR
3911 #- type: "table"
3912 #  title: "VPP Performance Changes 2n-skx 2t1c MRR"
3913 #  algorithm: "table_perf_comparison"
3914 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3915 #  history:
3916 #    - title: "rls1904"
3917 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3918 #  reference:
3919 #    title: "rls1908"
3920 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3921 #  compare:
3922 #    title: "rls2001"
3923 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3924 #  data: "vpp-performance-changes-2n-skx-mrr"
3925 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3926 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3927 #  parameters:
3928 #  - "name"
3929 #  - "parent"
3930 #  - "result"
3931 #
3932 ## VPP Performance Changes 2n-skx 4t2c MRR
3933 #- type: "table"
3934 #  title: "VPP Performance Changes 2n-skx 4t2c MRR"
3935 #  algorithm: "table_perf_comparison"
3936 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3937 #  history:
3938 #    - title: "rls1904"
3939 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3940 #  reference:
3941 #    title: "rls1908"
3942 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3943 #  compare:
3944 #    title: "rls2001"
3945 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3946 #  data: "vpp-performance-changes-2n-skx-mrr"
3947 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3948 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3949 #  parameters:
3950 #  - "name"
3951 #  - "parent"
3952 #  - "result"
3953 #
3954 ## VPP Performance Changes 2n-skx 8t4c MRR
3955 #- type: "table"
3956 #  title: "VPP Performance Changes 2n-skx 8t4c MRR"
3957 #  algorithm: "table_perf_comparison"
3958 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3959 #  history:
3960 #    - title: "rls1904"
3961 #      data: "vpp-performance-changes-2n-skx-mrr-h1"
3962 #  reference:
3963 #    title: "rls1908"
3964 #    data: "vpp-performance-changes-2n-skx-mrr-ref"
3965 #  compare:
3966 #    title: "rls2001"
3967 #    data: "vpp-performance-changes-2n-skx-mrr-cmp"
3968 #  data: "vpp-performance-changes-2n-skx-mrr"
3969 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3970 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3971 #  parameters:
3972 #  - "name"
3973 #  - "parent"
3974 #  - "result"
3975 #
3976 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3977 #- type: "table"
3978 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3979 #  algorithm: "table_perf_comparison"
3980 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3981 #  reference:
3982 #    title: "rls1908"
3983 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3984 #  compare:
3985 #    title: "rls2001"
3986 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3987 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
3988 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3989 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3990 #  parameters:
3991 #  - "name"
3992 #  - "parent"
3993 #  - "result"
3994 #
3995 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3996 #- type: "table"
3997 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
3998 #  algorithm: "table_perf_comparison"
3999 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4000 #  reference:
4001 #    title: "rls1908"
4002 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4003 #  compare:
4004 #    title: "rls2001"
4005 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4006 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4007 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4008 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4009 #  parameters:
4010 #  - "name"
4011 #  - "parent"
4012 #  - "result"
4013 #
4014 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4015 #- type: "table"
4016 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4017 #  algorithm: "table_perf_comparison"
4018 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4019 #  reference:
4020 #    title: "rls1908"
4021 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4022 #  compare:
4023 #    title: "rls2001"
4024 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4025 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4026 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4027 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4028 #  parameters:
4029 #  - "name"
4030 #  - "parent"
4031 #  - "result"
4032
4033 # VPP Performance Changes 2n-dnv 1t1c MRR
4034 - type: "table"
4035   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4036   algorithm: "table_perf_comparison"
4037   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4038   reference:
4039     title: "rls1908"
4040     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4041   compare:
4042     title: "rls2001"
4043     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4044   data: "vpp-performance-changes-2n-dnv-mrr"
4045   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4046   filter: "'1T1C' and 'MRR'"
4047   parameters:
4048   - "name"
4049   - "parent"
4050   - "result"
4051
4052 # VPP Performance Changes 2n-dnv 2t2c MRR
4053 - type: "table"
4054   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4055   algorithm: "table_perf_comparison"
4056   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4057   reference:
4058     title: "rls1908"
4059     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4060   compare:
4061     title: "rls2001"
4062     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4063   data: "vpp-performance-changes-2n-dnv-mrr"
4064   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4065   filter: "'2T2C' and 'MRR'"
4066   parameters:
4067   - "name"
4068   - "parent"
4069   - "result"
4070
4071 # VPP Performance Changes 2n-dnv 4t4c MRR
4072 - type: "table"
4073   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4074   algorithm: "table_perf_comparison"
4075   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4076   reference:
4077     title: "rls1908"
4078     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4079   compare:
4080     title: "rls2001"
4081     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4082   data: "vpp-performance-changes-2n-dnv-mrr"
4083   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4084   filter: "'4T4C' and 'MRR'"
4085   parameters:
4086   - "name"
4087   - "parent"
4088   - "result"
4089
4090 # VPP Performance Changes 3n-dnv 1t1c MRR
4091 - type: "table"
4092   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4093   algorithm: "table_perf_comparison"
4094   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4095   reference:
4096     title: "rls1908"
4097     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4098   compare:
4099     title: "rls2001"
4100     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4101   data: "vpp-performance-changes-3n-dnv-mrr"
4102   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4103   filter: "'1T1C' and 'MRR'"
4104   parameters:
4105   - "name"
4106   - "parent"
4107   - "result"
4108
4109 # VPP Performance Changes 3n-dnv 2t2c MRR
4110 - type: "table"
4111   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4112   algorithm: "table_perf_comparison"
4113   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4114   reference:
4115     title: "rls1908"
4116     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4117   compare:
4118     title: "rls2001"
4119     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4120   data: "vpp-performance-changes-3n-dnv-mrr"
4121   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4122   filter: "'2T2C' and 'MRR'"
4123   parameters:
4124   - "name"
4125   - "parent"
4126   - "result"
4127
4128 # VPP Performance Changes 3n-dnv 4t4c MRR
4129 - type: "table"
4130   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4131   algorithm: "table_perf_comparison"
4132   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4133   reference:
4134     title: "rls1908"
4135     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4136   compare:
4137     title: "rls2001"
4138     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4139   data: "vpp-performance-changes-3n-dnv-mrr"
4140   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4141   filter: "'4T4C' and 'MRR'"
4142   parameters:
4143   - "name"
4144   - "parent"
4145   - "result"
4146
4147 # VPP Performance Changes 3n-tsh 1t1c MRR
4148 - type: "table"
4149   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4150   algorithm: "table_perf_comparison"
4151   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4152   reference:
4153     title: "rls1908"
4154     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4155   compare:
4156     title: "rls2001"
4157     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4158   data: "vpp-performance-changes-3n-tsh-mrr"
4159   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4160   filter: "'1T1C' and 'MRR'"
4161   parameters:
4162   - "name"
4163   - "parent"
4164   - "result"
4165
4166 # VPP Performance Changes 3n-tsh 2t2c MRR
4167 - type: "table"
4168   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4169   algorithm: "table_perf_comparison"
4170   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4171   reference:
4172     title: "rls1908"
4173     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4174   compare:
4175     title: "rls2001"
4176     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4177   data: "vpp-performance-changes-3n-tsh-mrr"
4178   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4179   filter: "'2T2C' and 'MRR'"
4180   parameters:
4181   - "name"
4182   - "parent"
4183   - "result"
4184
4185 # VPP Performance Changes 3n-tsh 4t4c MRR
4186 - type: "table"
4187   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4188   algorithm: "table_perf_comparison"
4189   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4190   reference:
4191     title: "rls1908"
4192     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4193   compare:
4194     title: "rls2001"
4195     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4196   data: "vpp-performance-changes-3n-tsh-mrr"
4197   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4198   filter: "'4T4C' and 'MRR'"
4199   parameters:
4200   - "name"
4201   - "parent"
4202   - "result"
4203
4204 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4205 #- type: "table"
4206 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4207 #  algorithm: "table_perf_comparison_nic"
4208 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4209 #  reference:
4210 #    title: "3n-hsw xl710"
4211 #    data: "vpp-compare-testbeds-mrr-ref"
4212 #    nic: "NIC_Intel-XL710"
4213 #  compare:
4214 #    title: "3n-skx xxv710"
4215 #    data: "vpp-compare-testbeds-mrr-cmp"
4216 #    nic: "NIC_Intel-XXV710"
4217 #  data: "vpp-compare-testbeds-mrr"
4218 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4219 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4220 #  parameters:
4221 #  - "name"
4222 #  - "parent"
4223 #  - "result"
4224 #  - "tags"
4225 #
4226 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4227 #- type: "table"
4228 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4229 #  algorithm: "table_perf_comparison_nic"
4230 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4231 #  reference:
4232 #    title: "3n-hsw xl710"
4233 #    data: "vpp-compare-testbeds-mrr-ref"
4234 #    nic: "NIC_Intel-XL710"
4235 #  compare:
4236 #    title: "3n-skx xxv710"
4237 #    data: "vpp-compare-testbeds-mrr-cmp"
4238 #    nic: "NIC_Intel-XXV710"
4239 #  data: "vpp-compare-testbeds-mrr"
4240 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4241 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4242 #  parameters:
4243 #  - "name"
4244 #  - "parent"
4245 #  - "result"
4246 #  - "tags"
4247 #
4248 ## VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4249 #- type: "table"
4250 #  title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4251 #  algorithm: "table_perf_comparison_nic"
4252 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4253 #  reference:
4254 #    title: "3n-hsw xl710"
4255 #    data: "vpp-compare-testbeds-mrr-ref"
4256 #    nic: "NIC_Intel-XL710"
4257 #  compare:
4258 #    title: "3n-skx xxv710"
4259 #    data: "vpp-compare-testbeds-mrr-cmp"
4260 #    nic: "NIC_Intel-XXV710"
4261 #  data: "vpp-compare-testbeds-mrr"
4262 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4263 #  filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4264 #  parameters:
4265 #  - "name"
4266 #  - "parent"
4267 #  - "result"
4268 #  - "tags"
4269
4270 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4271 #- type: "table"
4272 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4273 #  algorithm: "table_perf_comparison"
4274 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4275 #  reference:
4276 #    title: "2n-skx"
4277 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4278 #  compare:
4279 #    title: "2n-clx"
4280 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4281 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4282 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4283 #  filter: "'2T1C'"
4284 #  parameters:
4285 #  - "name"
4286 #  - "parent"
4287 #  - "result"
4288 #  - "tags"
4289 #
4290 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4291 #- type: "table"
4292 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4293 #  algorithm: "table_perf_comparison"
4294 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4295 #  reference:
4296 #    title: "2n-skx"
4297 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4298 #  compare:
4299 #    title: "2n-clx"
4300 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4301 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4302 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4303 #  filter: "'4T2C'"
4304 #  parameters:
4305 #  - "name"
4306 #  - "parent"
4307 #  - "result"
4308 #  - "tags"
4309 #
4310 ## VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4311 #- type: "table"
4312 #  title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4313 #  algorithm: "table_perf_comparison"
4314 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4315 #  reference:
4316 #    title: "2n-skx"
4317 #    data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4318 #  compare:
4319 #    title: "2n-clx"
4320 #    data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4321 #  data: "vpp-compare-testbeds-mrr-skx-clx"
4322 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4323 #  filter: "'8T4C'"
4324 #  parameters:
4325 #  - "name"
4326 #  - "parent"
4327 #  - "result"
4328 #  - "tags"
4329 #
4330 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4331 #- type: "table"
4332 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4333 #  algorithm: "table_perf_comparison"
4334 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4335 #  reference:
4336 #    title: "3-Node Skx"
4337 #    data: "vpp-compare-topologies-mrr-ref"
4338 #  compare:
4339 #    title: "2-Node Skx"
4340 #    data: "vpp-compare-topologies-mrr-cmp"
4341 #  data: "vpp-compare-topologies-mrr"
4342 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4343 #  filter: "'MRR' and '1C'"
4344 #  parameters:
4345 #  - "name"
4346 #  - "parent"
4347 #  - "result"
4348 #
4349 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4350 #- type: "table"
4351 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4352 #  algorithm: "table_perf_comparison"
4353 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4354 #  reference:
4355 #    title: "3-Node Skx"
4356 #    data: "vpp-compare-topologies-mrr-ref"
4357 #  compare:
4358 #    title: "2-Node Skx"
4359 #    data: "vpp-compare-topologies-mrr-cmp"
4360 #  data: "vpp-compare-topologies-mrr"
4361 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4362 #  filter: "'MRR' and '2C'"
4363 #  parameters:
4364 #  - "name"
4365 #  - "parent"
4366 #  - "result"
4367 #
4368 ## VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4369 #- type: "table"
4370 #  title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4371 #  algorithm: "table_perf_comparison"
4372 #  output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4373 #  reference:
4374 #    title: "3-Node Skx"
4375 #    data: "vpp-compare-topologies-mrr-ref"
4376 #  compare:
4377 #    title: "2-Node Skx"
4378 #    data: "vpp-compare-topologies-mrr-cmp"
4379 #  data: "vpp-compare-topologies-mrr"
4380 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4381 #  filter: "'MRR' and '4C'"
4382 #  parameters:
4383 #  - "name"
4384 #  - "parent"
4385 #  - "result"
4386
4387 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4388 - type: "table"
4389   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4390   algorithm: "table_perf_comparison_nic"
4391   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4392   reference:
4393     title: "3n-hsw xl710"
4394     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4395     nic: "NIC_Intel-XL710"
4396   compare:
4397     title: "2n-clx xxv710"
4398     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4399     nic: "NIC_Intel-XXV710"
4400   data: "vpp-compare-testbeds-mrr-hsw-clx"
4401   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4402   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4403   parameters:
4404   - "name"
4405   - "parent"
4406   - "result"
4407   - "tags"
4408
4409 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4410 - type: "table"
4411   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4412   algorithm: "table_perf_comparison_nic"
4413   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4414   reference:
4415     title: "3n-hsw xl710"
4416     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4417     nic: "NIC_Intel-XL710"
4418   compare:
4419     title: "2n-clx xxv710"
4420     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4421     nic: "NIC_Intel-XXV710"
4422   data: "vpp-compare-testbeds-mrr-hsw-clx"
4423   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4424   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4425   parameters:
4426   - "name"
4427   - "parent"
4428   - "result"
4429   - "tags"
4430
4431 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4432 - type: "table"
4433   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4434   algorithm: "table_perf_comparison_nic"
4435   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4436   reference:
4437     title: "3n-hsw xl710"
4438     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4439     nic: "NIC_Intel-XL710"
4440   compare:
4441     title: "2n-clx xxv710"
4442     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4443     nic: "NIC_Intel-XXV710"
4444   data: "vpp-compare-testbeds-mrr-hsw-clx"
4445   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4446   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4447   parameters:
4448   - "name"
4449   - "parent"
4450   - "result"
4451   - "tags"
4452
4453 # Detailed Test Results - VPP Performance Results 3n-hsw
4454 - type: "table"
4455   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4456   algorithm: "table_merged_details"
4457   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4458   columns:
4459   - title: " |prein| Test Name |preout| "
4460     data: "data name"
4461   - 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| "
4462     data: "data msg"
4463   data: "vpp-perf-results-3n-hsw"
4464   filter: "all"
4465   parameters:
4466   - "name"
4467   - "parent"
4468   - "msg"
4469
4470 ## Detailed Test Results - VPP Performance Results 3n-skx
4471 #- type: "table"
4472 #  title: "Detailed Test Results - VPP Performance Results 3n-skx"
4473 #  algorithm: "table_merged_details"
4474 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4475 #  columns:
4476 #  - title: " |prein| Test Name |preout| "
4477 #    data: "data name"
4478 #  - 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| "
4479 #    data: "data msg"
4480 #  data: "vpp-perf-results-3n-skx"
4481 #  filter: "all"
4482 #  parameters:
4483 #  - "name"
4484 #  - "parent"
4485 #  - "msg"
4486 #
4487 ## Detailed Test Results - VPP Performance Results 2n-skx
4488 #- type: "table"
4489 #  title: "Detailed Test Results - VPP Performance Results 2n-skx"
4490 #  algorithm: "table_merged_details"
4491 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4492 #  columns:
4493 #  - title: " |prein| Test Name |preout| "
4494 #    data: "data name"
4495 #  - 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| "
4496 #    data: "data msg"
4497 #  data: "vpp-perf-results-2n-skx"
4498 #  filter: "all"
4499 #  parameters:
4500 #  - "name"
4501 #  - "parent"
4502 #  - "msg"
4503
4504 # Detailed Test Results - VPP Performance Results 2n-clx
4505 - type: "table"
4506   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4507   algorithm: "table_merged_details"
4508   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
4509   columns:
4510   - title: " |prein| Test Name |preout| "
4511     data: "data name"
4512   - 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| "
4513     data: "data msg"
4514   data: "vpp-perf-results-2n-clx"
4515   filter: "all"
4516   parameters:
4517   - "name"
4518   - "parent"
4519   - "msg"
4520
4521 # Detailed Test Results - VPP Performance Results 3n-tsh
4522 - type: "table"
4523   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4524   algorithm: "table_merged_details"
4525   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4526   columns:
4527   - title: " |prein| Test Name |preout| "
4528     data: "data name"
4529   - 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| "
4530     data: "data msg"
4531   data: "vpp-perf-results-3n-tsh"
4532   filter: "all"
4533   parameters:
4534   - "name"
4535   - "parent"
4536   - "msg"
4537
4538 # Detailed Test Results - VPP Performance Results 3n-dnv
4539 - type: "table"
4540   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4541   algorithm: "table_merged_details"
4542   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4543   columns:
4544   - title: " |prein| Test Name |preout| "
4545     data: "data name"
4546   - 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| "
4547     data: "data msg"
4548   data: "vpp-perf-results-3n-dnv"
4549   filter: "all"
4550   parameters:
4551   - "name"
4552   - "parent"
4553   - "msg"
4554
4555 # Detailed Test Results - VPP Performance Results 2n-dnv
4556 - type: "table"
4557   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4558   algorithm: "table_merged_details"
4559   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4560   columns:
4561   - title: " |prein| Test Name |preout| "
4562     data: "data name"
4563   - 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| "
4564     data: "data msg"
4565   data: "vpp-perf-results-2n-dnv"
4566   filter: "all"
4567   parameters:
4568   - "name"
4569   - "parent"
4570   - "msg"
4571
4572 # Test configuration - VPP Performance Test Configs 3n-hsw
4573 - type: "table"
4574   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4575   algorithm: "table_merged_details"
4576   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4577   columns:
4578   - title: " |prein| Test Name |preout| "
4579     data: "data name"
4580   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4581     data: "data conf-history"
4582   data: "vpp-perf-results-3n-hsw"
4583   filter: "all"
4584   parameters:
4585   - "parent"
4586   - "name"
4587   - "conf-history"
4588
4589 ## Test configuration - VPP Performance Test Configs 3n-skx
4590 #- type: "table"
4591 #  title: "Test configuration - VPP Performance Test Configs 3n-skx"
4592 #  algorithm: "table_merged_details"
4593 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4594 #  columns:
4595 #  - title: " |prein| Test Name |preout| "
4596 #    data: "data name"
4597 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4598 #    data: "data conf-history"
4599 #  data: "vpp-perf-results-3n-skx"
4600 #  filter: "all"
4601 #  parameters:
4602 #  - "parent"
4603 #  - "name"
4604 #  - "conf-history"
4605 #
4606 ## Test configuration - VPP Performance Test Configs 2n-skx
4607 #- type: "table"
4608 #  title: "Test configuration - VPP Performance Test Configs 2n-skx"
4609 #  algorithm: "table_merged_details"
4610 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4611 #  columns:
4612 #  - title: " |prein| Test Name |preout| "
4613 #    data: "data name"
4614 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4615 #    data: "data conf-history"
4616 #  data: "vpp-perf-results-2n-skx"
4617 #  filter: "all"
4618 #  parameters:
4619 #  - "parent"
4620 #  - "name"
4621 #  - "conf-history"
4622
4623 # Test configuration - VPP Performance Test Configs 2n-clx
4624 - type: "table"
4625   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4626   algorithm: "table_merged_details"
4627   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4628   columns:
4629   - title: " |prein| Test Name |preout| "
4630     data: "data name"
4631   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4632     data: "data conf-history"
4633   data: "vpp-perf-results-2n-clx"
4634   filter: "all"
4635   parameters:
4636   - "parent"
4637   - "name"
4638   - "conf-history"
4639
4640 # Test configuration - VPP Performance Test Configs 3n-tsh
4641 - type: "table"
4642   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4643   algorithm: "table_merged_details"
4644   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4645   columns:
4646   - title: " |prein| Test Name |preout| "
4647     data: "data name"
4648   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4649     data: "data conf-history"
4650   data: "vpp-perf-results-3n-tsh"
4651   filter: "all"
4652   parameters:
4653   - "parent"
4654   - "name"
4655   - "conf-history"
4656
4657 # Test configuration - VPP Performance Test Configs 3n-dnv
4658 - type: "table"
4659   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4660   algorithm: "table_merged_details"
4661   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4662   columns:
4663   - title: " |prein| Test Name |preout| "
4664     data: "data name"
4665   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4666     data: "data conf-history"
4667   data: "vpp-perf-results-3n-dnv"
4668   filter: "all"
4669   parameters:
4670   - "parent"
4671   - "name"
4672   - "conf-history"
4673
4674 # Test configuration - VPP Performance Test Configs 2n-dnv
4675 - type: "table"
4676   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4677   algorithm: "table_merged_details"
4678   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4679   columns:
4680   - title: " |prein| Test Name |preout| "
4681     data: "data name"
4682   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4683     data: "data conf-history"
4684   data: "vpp-perf-results-2n-dnv"
4685   filter: "all"
4686   parameters:
4687   - "parent"
4688   - "name"
4689   - "conf-history"
4690
4691 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4692 - type: "table"
4693   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4694   algorithm: "table_oper_data_html"
4695   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4696   data: "vpp-perf-results-3n-hsw"
4697   filter: "all"
4698
4699 ## Test Operational Data - VPP Performance Operational Data 3n-skx
4700 #- type: "table"
4701 #  title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4702 #  algorithm: "table_oper_data_html"
4703 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4704 #  data: "vpp-perf-results-3n-skx"
4705 #  filter: "all"
4706 #
4707 ## Test Operational Data - VPP Performance Operational Data 2n-skx
4708 #- type: "table"
4709 #  title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4710 #  algorithm: "table_oper_data_html"
4711 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4712 #  data: "vpp-perf-results-2n-skx"
4713 #  filter: "all"
4714
4715 # Test Operational Data - VPP Performance Operational Data 2n-clx
4716 - type: "table"
4717   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4718   algorithm: "table_oper_data_html"
4719   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4720   data: "vpp-perf-results-2n-clx"
4721   filter: "all"
4722
4723 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4724 - type: "table"
4725   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4726   algorithm: "table_oper_data_html"
4727   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4728   data: "vpp-perf-results-3n-tsh"
4729   filter: "all"
4730
4731 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4732 - type: "table"
4733   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4734   algorithm: "table_oper_data_html"
4735   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4736   data: "vpp-perf-results-3n-dnv"
4737   filter: "all"
4738
4739 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4740 - type: "table"
4741   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4742   algorithm: "table_oper_data_html"
4743   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4744   data: "vpp-perf-results-2n-dnv"
4745   filter: "all"
4746
4747 # Detailed Test Results - VPP MRR Results 3n-hsw
4748 - type: "table"
4749   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4750   algorithm: "table_merged_details"
4751   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4752   columns:
4753   - title: " |prein| Test Name |preout| "
4754     data: "data name"
4755   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4756     data: "data msg"
4757   data: "vpp-mrr-results-3n-hsw"
4758   filter: "all"
4759   parameters:
4760   - "name"
4761   - "parent"
4762   - "msg"
4763
4764 ## Detailed Test Results - VPP MRR Results 3n-skx
4765 #- type: "table"
4766 #  title: "Detailed Test Results - VPP MRR Results 3n-skx"
4767 #  algorithm: "table_merged_details"
4768 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4769 #  columns:
4770 #  - title: " |prein| Test Name |preout| "
4771 #    data: "data name"
4772 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4773 #    data: "data msg"
4774 #  data: "vpp-mrr-results-3n-skx"
4775 #  filter: "all"
4776 #  parameters:
4777 #  - "name"
4778 #  - "parent"
4779 #  - "msg"
4780 #
4781 ## Detailed Test Results - VPP MRR Results 2n-skx
4782 #- type: "table"
4783 #  title: "Detailed Test Results - VPP MRR Results 2n-skx"
4784 #  algorithm: "table_merged_details"
4785 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4786 #  columns:
4787 #  - title: " |prein| Test Name |preout| "
4788 #    data: "data name"
4789 #  - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4790 #    data: "data msg"
4791 #  data: "vpp-mrr-results-2n-skx"
4792 #  filter: "all"
4793 #  parameters:
4794 #  - "name"
4795 #  - "parent"
4796 #  - "msg"
4797
4798 # Detailed Test Results - VPP MRR Results 2n-clx
4799 - type: "table"
4800   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4801   algorithm: "table_merged_details"
4802   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4803   columns:
4804   - title: " |prein| Test Name |preout| "
4805     data: "data name"
4806   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4807     data: "data msg"
4808   data: "vpp-mrr-results-2n-clx"
4809   filter: "all"
4810   parameters:
4811   - "name"
4812   - "parent"
4813   - "msg"
4814
4815 # Detailed Test Results - VPP MRR Results 3n-tsh
4816 - type: "table"
4817   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4818   algorithm: "table_merged_details"
4819   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4820   columns:
4821   - title: " |prein| Test Name |preout| "
4822     data: "data name"
4823   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4824     data: "data msg"
4825   data: "vpp-mrr-results-3n-tsh"
4826   filter: "all"
4827   parameters:
4828   - "name"
4829   - "parent"
4830   - "msg"
4831
4832 # Detailed Test Results - VPP MRR Results 3n-dnv
4833 - type: "table"
4834   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4835   algorithm: "table_merged_details"
4836   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4837   columns:
4838   - title: " |prein| Test Name |preout| "
4839     data: "data name"
4840   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4841     data: "data msg"
4842   data: "vpp-mrr-results-3n-dnv"
4843   filter: "all"
4844   parameters:
4845   - "name"
4846   - "parent"
4847   - "msg"
4848
4849 # Detailed Test Results - VPP MRR Results 2n-dnv
4850 - type: "table"
4851   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4852   algorithm: "table_merged_details"
4853   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4854   columns:
4855   - title: " |prein| Test Name |preout| "
4856     data: "data name"
4857   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4858     data: "data msg"
4859   data: "vpp-mrr-results-2n-dnv"
4860   filter: "all"
4861   parameters:
4862   - "name"
4863   - "parent"
4864   - "msg"
4865
4866 # Test configuration - VPP MRR Test Configs 3n-hsw
4867 - type: "table"
4868   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4869   algorithm: "table_merged_details"
4870   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4871   columns:
4872   - title: " |prein| Test Name |preout| "
4873     data: "data name"
4874   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4875     data: "data conf-history"
4876   data: "vpp-mrr-results-3n-hsw"
4877   filter: "all"
4878   parameters:
4879   - "parent"
4880   - "name"
4881   - "conf-history"
4882
4883 ## Test configuration - VPP MRR Test Configs 3n-skx
4884 #- type: "table"
4885 #  title: "Test configuration - VPP MRR Test Configs 3n-skx"
4886 #  algorithm: "table_merged_details"
4887 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4888 #  columns:
4889 #  - title: " |prein| Test Name |preout| "
4890 #    data: "data name"
4891 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4892 #    data: "data conf-history"
4893 #  data: "vpp-mrr-results-3n-skx"
4894 #  filter: "all"
4895 #  parameters:
4896 #  - "parent"
4897 #  - "name"
4898 #  - "conf-history"
4899 #
4900 ## Test configuration - VPP MRR Test Configs 2n-skx
4901 #- type: "table"
4902 #  title: "Test configuration - VPP MRR Test Configs 2n-skx"
4903 #  algorithm: "table_merged_details"
4904 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4905 #  columns:
4906 #  - title: " |prein| Test Name |preout| "
4907 #    data: "data name"
4908 #  - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4909 #    data: "data conf-history"
4910 #  data: "vpp-mrr-results-2n-skx"
4911 #  filter: "all"
4912 #  parameters:
4913 #  - "parent"
4914 #  - "name"
4915 #  - "conf-history"
4916
4917 # Test configuration - VPP MRR Test Configs 2n-clx
4918 - type: "table"
4919   title: "Test configuration - VPP MRR Test Configs 2n-clx"
4920   algorithm: "table_merged_details"
4921   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4922   columns:
4923   - title: " |prein| Test Name |preout| "
4924     data: "data name"
4925   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4926     data: "data conf-history"
4927   data: "vpp-mrr-results-2n-clx"
4928   filter: "all"
4929   parameters:
4930   - "parent"
4931   - "name"
4932   - "conf-history"
4933
4934 # Test configuration - VPP MRR Test Configs 3n-tsh
4935 - type: "table"
4936   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4937   algorithm: "table_merged_details"
4938   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4939   columns:
4940   - title: " |prein| Test Name |preout| "
4941     data: "data name"
4942   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4943     data: "data conf-history"
4944   data: "vpp-mrr-results-3n-tsh"
4945   filter: "all"
4946   parameters:
4947   - "parent"
4948   - "name"
4949   - "conf-history"
4950
4951 # Test configuration - VPP MRR Test Configs 3n-dnv
4952 - type: "table"
4953   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4954   algorithm: "table_merged_details"
4955   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4956   columns:
4957   - title: " |prein| Test Name |preout| "
4958     data: "data name"
4959   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4960     data: "data conf-history"
4961   data: "vpp-mrr-results-3n-dnv"
4962   filter: "all"
4963   parameters:
4964   - "parent"
4965   - "name"
4966   - "conf-history"
4967
4968 # Test configuration - VPP MRR Test Configs 2n-dnv
4969 - type: "table"
4970   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4971   algorithm: "table_merged_details"
4972   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4973   columns:
4974   - title: " |prein| Test Name |preout| "
4975     data: "data name"
4976   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4977     data: "data conf-history"
4978   data: "vpp-mrr-results-2n-dnv"
4979   filter: "all"
4980   parameters:
4981   - "parent"
4982   - "name"
4983   - "conf-history"
4984
4985 # Detailed Test Results - VPP Device Results - Ubuntu
4986 - type: "table"
4987   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4988   algorithm: "table_merged_details"
4989   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4990   columns:
4991   - title: " |prein| Test Name |preout| "
4992     data: "data name"
4993   - title: " |prein| Status |preout| "
4994     data: "data status"
4995   data: "vpp-device-results-ubuntu"
4996   filter: "all"
4997   parameters:
4998   - "name"
4999   - "parent"
5000   - "doc"
5001   - "status"
5002
5003 # Test configuration - VPP Device Test Configs - Ubuntu
5004 - type: "table"
5005   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5006   algorithm: "table_merged_details"
5007   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5008   columns:
5009   - title: " |prein| Test Name |preout| "
5010     data: "data name"
5011   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5012     data: "data conf-history"
5013   data: "vpp-device-results-ubuntu"
5014   filter: "all"
5015   parameters:
5016   - "parent"
5017   - "name"
5018   - "conf-history"
5019
5020 ################################################################################
5021
5022 # DPDK Performance Changes 3n-hsw 1t1c pdr
5023 - type: "table"
5024   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5025   algorithm: "table_perf_comparison"
5026   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5027   history:
5028     - title: "rls1904"
5029       data: "dpdk-performance-changes-3n-hsw-h1"
5030   reference:
5031     title: "rls1908"
5032     data: "dpdk-performance-changes-3n-hsw-ref"
5033   compare:
5034     title: "rls2001"
5035     data: "dpdk-performance-changes-3n-hsw-cmp"
5036   data: "dpdk-performance-changes-3n-hsw"
5037   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5038   filter: "'1T1C'"
5039   parameters:
5040   - "name"
5041   - "parent"
5042   - "throughput"
5043
5044 # DPDK Performance Changes 3n-hsw 2t2c pdr
5045 - type: "table"
5046   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5047   algorithm: "table_perf_comparison"
5048   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5049   history:
5050     - title: "rls1904"
5051       data: "dpdk-performance-changes-3n-hsw-h1"
5052   reference:
5053     title: "rls1908"
5054     data: "dpdk-performance-changes-3n-hsw-ref"
5055   compare:
5056     title: "rls2001"
5057     data: "dpdk-performance-changes-3n-hsw-cmp"
5058   data: "dpdk-performance-changes-3n-hsw"
5059   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5060   filter: "'2T2C'"
5061   parameters:
5062   - "name"
5063   - "parent"
5064   - "throughput"
5065
5066 # DPDK Performance Changes 3n-hsw 1t1c ndr
5067 - type: "table"
5068   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5069   algorithm: "table_perf_comparison"
5070   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5071   history:
5072     - title: "rls1904"
5073       data: "dpdk-performance-changes-3n-hsw-h1"
5074   reference:
5075     title: "rls1908"
5076     data: "dpdk-performance-changes-3n-hsw-ref"
5077   compare:
5078     title: "rls2001"
5079     data: "dpdk-performance-changes-3n-hsw-cmp"
5080   data: "dpdk-performance-changes-3n-hsw"
5081   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5082   filter: "'1T1C'"
5083   parameters:
5084   - "name"
5085   - "parent"
5086   - "throughput"
5087
5088 # DPDK Performance Changes 3n-hsw 2t2c ndr
5089 - type: "table"
5090   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5091   algorithm: "table_perf_comparison"
5092   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5093   history:
5094     - title: "rls1904"
5095       data: "dpdk-performance-changes-3n-hsw-h1"
5096   reference:
5097     title: "rls1908"
5098     data: "dpdk-performance-changes-3n-hsw-ref"
5099   compare:
5100     title: "rls2001"
5101     data: "dpdk-performance-changes-3n-hsw-cmp"
5102   data: "dpdk-performance-changes-3n-hsw"
5103   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5104   filter: "'2T2C'"
5105   parameters:
5106   - "name"
5107   - "parent"
5108   - "throughput"
5109
5110 ## DPDK Performance Changes 3n-skx 2t1c pdr
5111 #- type: "table"
5112 #  title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5113 #  algorithm: "table_perf_comparison"
5114 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5115 #  history:
5116 #    - title: "rls1904"
5117 #      data: "dpdk-performance-changes-3n-skx-h1"
5118 #  reference:
5119 #    title: "rls1908"
5120 #    data: "dpdk-performance-changes-3n-skx-ref"
5121 #  compare:
5122 #    title: "rls2001"
5123 #    data: "dpdk-performance-changes-3n-skx-cmp"
5124 #  data: "dpdk-performance-changes-3n-skx"
5125 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5126 #  filter: "'2T1C'"
5127 #  parameters:
5128 #  - "name"
5129 #  - "parent"
5130 #  - "throughput"
5131 #
5132 ## DPDK Performance Changes 3n-skx 4t2c pdr
5133 #- type: "table"
5134 #  title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5135 #  algorithm: "table_perf_comparison"
5136 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5137 #  history:
5138 #    - title: "rls1904"
5139 #      data: "dpdk-performance-changes-3n-skx-h1"
5140 #  reference:
5141 #    title: "rls1908"
5142 #    data: "dpdk-performance-changes-3n-skx-ref"
5143 #  compare:
5144 #    title: "rls2001"
5145 #    data: "dpdk-performance-changes-3n-skx-cmp"
5146 #  data: "dpdk-performance-changes-3n-skx"
5147 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5148 #  filter: "'4T2C'"
5149 #  parameters:
5150 #  - "name"
5151 #  - "parent"
5152 #  - "throughput"
5153 #
5154 ## DPDK Performance Changes 3n-skx 2t1c ndr
5155 #- type: "table"
5156 #  title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5157 #  algorithm: "table_perf_comparison"
5158 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5159 #  history:
5160 #    - title: "rls1904"
5161 #      data: "dpdk-performance-changes-3n-skx-h1"
5162 #  reference:
5163 #    title: "rls1908"
5164 #    data: "dpdk-performance-changes-3n-skx-ref"
5165 #  compare:
5166 #    title: "rls2001"
5167 #    data: "dpdk-performance-changes-3n-skx-cmp"
5168 #  data: "dpdk-performance-changes-3n-skx"
5169 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5170 #  filter: "'2T1C'"
5171 #  parameters:
5172 #  - "name"
5173 #  - "parent"
5174 #  - "throughput"
5175 #
5176 ## DPDK Performance Changes 3n-skx 4t2c ndr
5177 #- type: "table"
5178 #  title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5179 #  algorithm: "table_perf_comparison"
5180 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5181 #  history:
5182 #    - title: "rls1904"
5183 #      data: "dpdk-performance-changes-3n-skx-h1"
5184 #  reference:
5185 #    title: "rls1908"
5186 #    data: "dpdk-performance-changes-3n-skx-ref"
5187 #  compare:
5188 #    title: "rls2001"
5189 #    data: "dpdk-performance-changes-3n-skx-cmp"
5190 #  data: "dpdk-performance-changes-3n-skx"
5191 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5192 #  filter: "'4T2C'"
5193 #  parameters:
5194 #  - "name"
5195 #  - "parent"
5196 #  - "throughput"
5197 #
5198 ## DPDK Performance Changes 2n-skx 2t1c pdr
5199 #- type: "table"
5200 #  title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5201 #  algorithm: "table_perf_comparison"
5202 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5203 #  history:
5204 #    - title: "rls1904"
5205 #      data: "dpdk-performance-changes-2n-skx-h1"
5206 #  reference:
5207 #    title: "rls1908"
5208 #    data: "dpdk-performance-changes-2n-skx-ref"
5209 #  compare:
5210 #    title: "rls2001"
5211 #    data: "dpdk-performance-changes-2n-skx-cmp"
5212 #  data: "dpdk-performance-changes-2n-skx"
5213 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5214 #  filter: "'2T1C'"
5215 #  parameters:
5216 #  - "name"
5217 #  - "parent"
5218 #  - "throughput"
5219 #
5220 ## DPDK Performance Changes 2n-skx 4t2c pdr
5221 #- type: "table"
5222 #  title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5223 #  algorithm: "table_perf_comparison"
5224 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5225 #  history:
5226 #    - title: "rls1904"
5227 #      data: "dpdk-performance-changes-2n-skx-h1"
5228 #  reference:
5229 #    title: "rls1908"
5230 #    data: "dpdk-performance-changes-2n-skx-ref"
5231 #  compare:
5232 #    title: "rls2001"
5233 #    data: "dpdk-performance-changes-2n-skx-cmp"
5234 #  data: "dpdk-performance-changes-2n-skx"
5235 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5236 #  filter: "'4T2C'"
5237 #  parameters:
5238 #  - "name"
5239 #  - "parent"
5240 #  - "throughput"
5241 #
5242 ## DPDK Performance Changes 2n-skx 2t1c ndr
5243 #- type: "table"
5244 #  title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5245 #  algorithm: "table_perf_comparison"
5246 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5247 #  history:
5248 #    - title: "rls1904"
5249 #      data: "dpdk-performance-changes-2n-skx-h1"
5250 #  reference:
5251 #    title: "rls1908"
5252 #    data: "dpdk-performance-changes-2n-skx-ref"
5253 #  compare:
5254 #    title: "rls2001"
5255 #    data: "dpdk-performance-changes-2n-skx-cmp"
5256 #  data: "dpdk-performance-changes-2n-skx"
5257 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5258 #  filter: "'2T1C'"
5259 #  parameters:
5260 #  - "name"
5261 #  - "parent"
5262 #  - "throughput"
5263 #
5264 ## DPDK Performance Changes 2n-skx 4t2c ndr
5265 #- type: "table"
5266 #  title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5267 #  algorithm: "table_perf_comparison"
5268 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5269 #  history:
5270 #    - title: "rls1904"
5271 #      data: "dpdk-performance-changes-2n-skx-h1"
5272 #  reference:
5273 #    title: "rls1908"
5274 #    data: "dpdk-performance-changes-2n-skx-ref"
5275 #  compare:
5276 #    title: "rls2001"
5277 #    data: "dpdk-performance-changes-2n-skx-cmp"
5278 #  data: "dpdk-performance-changes-2n-skx"
5279 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5280 #  filter: "'4T2C'"
5281 #  parameters:
5282 #  - "name"
5283 #  - "parent"
5284 #  - "throughput"
5285 #
5286 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5287 #- type: "table"
5288 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5289 #  algorithm: "table_perf_comparison"
5290 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5291 #  reference:
5292 #    title: "3-Node Hsw"
5293 #    data: "dpdk-compare-testbeds-ref"
5294 #  compare:
5295 #    title: "3-Node Skx"
5296 #    data: "dpdk-compare-testbeds-cmp"
5297 #  data: "dpdk-compare-testbeds"
5298 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5299 #  filter: "'NIC_Intel-X710'"
5300 #  parameters:
5301 #  - "name"
5302 #  - "parent"
5303 #  - "throughput"
5304 #
5305 ## DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5306 #- type: "table"
5307 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5308 #  algorithm: "table_perf_comparison"
5309 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5310 #  reference:
5311 #    title: "3-Node Hsw"
5312 #    data: "dpdk-compare-testbeds-ref"
5313 #  compare:
5314 #    title: "3-Node Skx"
5315 #    data: "dpdk-compare-testbeds-cmp"
5316 #  data: "dpdk-compare-testbeds"
5317 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5318 #  filter: "'NIC_Intel-X710'"
5319 #  parameters:
5320 #  - "name"
5321 #  - "parent"
5322 #  - "throughput"
5323 #
5324 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5325 #- type: "table"
5326 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5327 #  algorithm: "table_perf_comparison"
5328 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5329 #  reference:
5330 #    title: "2-Node Skx"
5331 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5332 #  compare:
5333 #    title: "2-Node Clx"
5334 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5335 #  data: "dpdk-compare-testbeds-skx-clx"
5336 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5337 #  filter: "all"
5338 #  parameters:
5339 #  - "name"
5340 #  - "parent"
5341 #  - "throughput"
5342 #
5343 ## DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5344 #- type: "table"
5345 #  title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5346 #  algorithm: "table_perf_comparison"
5347 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5348 #  reference:
5349 #    title: "2-Node Skx"
5350 #    data: "dpdk-compare-testbeds-skx-clx-ref"
5351 #  compare:
5352 #    title: "2-Node Clx"
5353 #    data: "dpdk-compare-testbeds-skx-clx-cmp"
5354 #  data: "dpdk-compare-testbeds-skx-clx"
5355 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5356 #  filter: "all"
5357 #  parameters:
5358 #  - "name"
5359 #  - "parent"
5360 #  - "throughput"
5361 #
5362 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5363 #- type: "table"
5364 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5365 #  algorithm: "table_perf_comparison"
5366 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5367 #  reference:
5368 #    title: "3-Node Skx"
5369 #    data: "dpdk-compare-topologies-ref"
5370 #  compare:
5371 #    title: "2-Node Skx"
5372 #    data: "dpdk-compare-topologies-cmp"
5373 #  data: "dpdk-compare-topologies"
5374 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5375 #  filter: "all"
5376 #  parameters:
5377 #  - "name"
5378 #  - "parent"
5379 #  - "throughput"
5380 #
5381 ## DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5382 #- type: "table"
5383 #  title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5384 #  algorithm: "table_perf_comparison"
5385 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5386 #  reference:
5387 #    title: "3-Node Skx"
5388 #    data: "dpdk-compare-topologies-ref"
5389 #  compare:
5390 #    title: "2-Node Skx"
5391 #    data: "dpdk-compare-topologies-cmp"
5392 #  data: "dpdk-compare-topologies"
5393 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5394 #  filter: "all"
5395 #  parameters:
5396 #  - "name"
5397 #  - "parent"
5398 #  - "throughput"
5399
5400 # Detailed Test Results - DPDK Performance Results 3n-hsw
5401 - type: "table"
5402   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5403   algorithm: "table_merged_details"
5404   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5405   columns:
5406   - title: " |prein| Test Name |preout| "
5407     data: "data name"
5408   - 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| "
5409     data: "data msg"
5410   data: "dpdk-perf-results-3n-hsw"
5411   filter: "all"
5412   parameters:
5413   - "name"
5414   - "parent"
5415   - "msg"
5416
5417 ## Detailed Test Results - DPDK Performance Results 3n-skx
5418 #- type: "table"
5419 #  title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5420 #  algorithm: "table_merged_details"
5421 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5422 #  columns:
5423 #  - title: " |prein| Test Name |preout| "
5424 #    data: "data name"
5425 #  - 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| "
5426 #    data: "data msg"
5427 #  data: "dpdk-perf-results-3n-skx"
5428 #  filter: "all"
5429 #  parameters:
5430 #  - "name"
5431 #  - "parent"
5432 #  - "msg"
5433 #
5434 ## Detailed Test Results - DPDK Performance Results 2n-skx
5435 #- type: "table"
5436 #  title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5437 #  algorithm: "table_merged_details"
5438 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5439 #  columns:
5440 #  - title: " |prein| Test Name |preout| "
5441 #    data: "data name"
5442 #  - 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| "
5443 #    data: "data msg"
5444 #  data: "dpdk-perf-results-2n-skx"
5445 #  filter: "all"
5446 #  parameters:
5447 #  - "name"
5448 #  - "parent"
5449 #  - "msg"
5450
5451 # Detailed Test Results - DPDK Performance Results 2n-clx
5452 - type: "table"
5453   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5454   algorithm: "table_merged_details"
5455   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5456   columns:
5457   - title: " |prein| Test Name |preout| "
5458     data: "data name"
5459   - 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| "
5460     data: "data msg"
5461   data: "dpdk-perf-results-2n-clx"
5462   filter: "all"
5463   parameters:
5464   - "name"
5465   - "parent"
5466   - "msg"
5467
5468 # Detailed Test Results - DPDK Performance Results 2n-dnv
5469 - type: "table"
5470   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5471   algorithm: "table_merged_details"
5472   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5473   columns:
5474   - title: " |prein| Test Name |preout| "
5475     data: "data name"
5476   - 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| "
5477     data: "data msg"
5478   data: "dpdk-perf-results-2n-dnv"
5479   filter: "all"
5480   parameters:
5481   - "name"
5482   - "parent"
5483   - "msg"
5484
5485 # Detailed Test Results - DPDK Performance Results 3n-dnv
5486 - type: "table"
5487   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5488   algorithm: "table_merged_details"
5489   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5490   columns:
5491   - title: " |prein| Test Name |preout| "
5492     data: "data name"
5493   - 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| "
5494     data: "data msg"
5495   data: "dpdk-perf-results-3n-dnv"
5496   filter: "all"
5497   parameters:
5498   - "name"
5499   - "parent"
5500   - "msg"
5501
5502 # Detailed Test Results - DPDK Performance Results 3n-tsh
5503 - type: "table"
5504   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5505   algorithm: "table_merged_details"
5506   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5507   columns:
5508   - title: " |prein| Test Name |preout| "
5509     data: "data name"
5510   - 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| "
5511     data: "data msg"
5512   data: "dpdk-perf-results-3n-tsh"
5513   filter: "all"
5514   parameters:
5515   - "name"
5516   - "parent"
5517   - "msg"
5518
5519 ################################################################################
5520 ###                                F I L E S                                 ###
5521 ################################################################################
5522
5523 # VPP Performance Results 3n-hsw
5524 - type: "file"
5525   title: "VPP Performance Results 3n-hsw"
5526   algorithm: "file_test_results"
5527   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5528   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5529   data: "vpp-perf-results-3n-hsw"
5530   filter: "all"
5531   data-start-level: 4
5532
5533 ## VPP Performance Results 3n-skx
5534 #- type: "file"
5535 #  title: "VPP Performance Results 3n-skx"
5536 #  algorithm: "file_test_results"
5537 #  output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5538 #  dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5539 #  data: "vpp-perf-results-3n-skx"
5540 #  filter: "all"
5541 #  data-start-level: 4
5542 #
5543 ## VPP Performance Results 2n-skx
5544 #- type: "file"
5545 #  title: "VPP Performance Results 2n-skx"
5546 #  algorithm: "file_test_results"
5547 #  output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5548 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5549 #  data: "vpp-perf-results-2n-skx"
5550 #  filter: "all"
5551 #  data-start-level: 4
5552
5553 # VPP Performance Results 2n-clx
5554 - type: "file"
5555   title: "VPP Performance Results 2n-clx"
5556   algorithm: "file_test_results"
5557   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5558   dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5559   data: "vpp-perf-results-2n-clx"
5560   filter: "all"
5561   data-start-level: 4
5562
5563 # VPP Performance Results 3n-tsh
5564 - type: "file"
5565   title: "VPP Performance Results 3n-tsh"
5566   algorithm: "file_test_results"
5567   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5568   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5569   data: "vpp-perf-results-3n-tsh"
5570   filter: "all"
5571   data-start-level: 4
5572
5573 # VPP Performance Results 3n-dnv
5574 - type: "file"
5575   title: "VPP Performance Results 3n-dnv"
5576   algorithm: "file_test_results"
5577   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5578   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5579   data: "vpp-perf-results-3n-dnv"
5580   filter: "all"
5581   data-start-level: 4
5582
5583 # VPP Performance Results 2n-dnv
5584 - type: "file"
5585   title: "VPP Performance Results 2n-dnv"
5586   algorithm: "file_test_results"
5587   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5588   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5589   data: "vpp-perf-results-2n-dnv"
5590   filter: "all"
5591   data-start-level: 4
5592
5593 # VPP Performance Configuration 3n-hsw
5594 - type: "file"
5595   title: "VPP Performance Configuration 3n-hsw"
5596   algorithm: "file_test_results"
5597   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5598   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5599   data: "vpp-perf-results-3n-hsw"
5600   filter: "all"
5601   data-start-level: 4
5602
5603 ## VPP Performance Configuration 3n-skx
5604 #- type: "file"
5605 #  title: "VPP Performance Configuration 3n-skx"
5606 #  algorithm: "file_test_results"
5607 #  output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5608 #  dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5609 #  data: "vpp-perf-results-3n-skx"
5610 #  filter: "all"
5611 #  data-start-level: 4
5612 #
5613 ## VPP Performance Configuration 2n-skx
5614 #- type: "file"
5615 #  title: "VPP Performance Configuration 2n-skx"
5616 #  algorithm: "file_test_results"
5617 #  output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5618 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5619 #  data: "vpp-perf-results-2n-skx"
5620 #  filter: "all"
5621 #  data-start-level: 4
5622
5623 # VPP Performance Configuration 2n-clx
5624 - type: "file"
5625   title: "VPP Performance Configuration 2n-clx"
5626   algorithm: "file_test_results"
5627   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5628   dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5629   data: "vpp-perf-results-2n-clx"
5630   filter: "all"
5631   data-start-level: 4
5632
5633 # VPP Performance Configuration 3n-tsh
5634 - type: "file"
5635   title: "VPP Performance Configuration 3n-tsh"
5636   algorithm: "file_test_results"
5637   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5638   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5639   data: "vpp-perf-results-3n-tsh"
5640   filter: "all"
5641   data-start-level: 4
5642
5643 # VPP Performance Configuration 3n-dnv
5644 - type: "file"
5645   title: "VPP Performance Configuration 3n-dnv"
5646   algorithm: "file_test_results"
5647   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5648   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5649   data: "vpp-perf-results-3n-dnv"
5650   filter: "all"
5651   data-start-level: 4
5652
5653 # VPP Performance Configuration 2n-dnv
5654 - type: "file"
5655   title: "VPP Performance Configuration 2n-dnv"
5656   algorithm: "file_test_results"
5657   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5658   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5659   data: "vpp-perf-results-2n-dnv"
5660   filter: "all"
5661   data-start-level: 4
5662
5663 # VPP Performance Operational Data 3n-hsw
5664 - type: "file"
5665   title: "VPP Performance Operational Data 3n-hsw"
5666   algorithm: "file_test_results_html"
5667   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5668   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5669   data: "vpp-perf-results-3n-hsw"
5670   filter: "all"
5671   data-start-level: 4
5672
5673 ## VPP Performance Operational Data 3n-skx
5674 #- type: "file"
5675 #  title: "VPP Performance Operational Data 3n-skx"
5676 #  algorithm: "file_test_results_html"
5677 #  output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5678 #  dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5679 #  data: "vpp-perf-results-3n-skx"
5680 #  filter: "all"
5681 #  data-start-level: 4
5682 #
5683 ## VPP Performance Operational Data 2n-skx
5684 #- type: "file"
5685 #  title: "VPP Performance Operational Data 2n-skx"
5686 #  algorithm: "file_test_results_html"
5687 #  output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5688 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5689 #  data: "vpp-perf-results-2n-skx"
5690 #  filter: "all"
5691 #  data-start-level: 4
5692
5693 # VPP Performance Operational Data 2n-clx
5694 - type: "file"
5695   title: "VPP Performance Operational Data 2n-clx"
5696   algorithm: "file_test_results_html"
5697   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5698   dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5699   data: "vpp-perf-results-2n-clx"
5700   filter: "all"
5701   data-start-level: 4
5702
5703 # VPP Performance Operational Data 3n-tsh
5704 - type: "file"
5705   title: "VPP Performance Operational Data 3n-tsh"
5706   algorithm: "file_test_results_html"
5707   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5708   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5709   data: "vpp-perf-results-3n-tsh"
5710   filter: "all"
5711   data-start-level: 4
5712
5713 # VPP Performance Operational Data 3n-dnv
5714 - type: "file"
5715   title: "VPP Performance Operational Data 3n-dnv"
5716   algorithm: "file_test_results_html"
5717   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5718   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5719   data: "vpp-perf-results-3n-dnv"
5720   filter: "all"
5721   data-start-level: 4
5722
5723 # VPP Performance Operational Data 2n-dnv
5724 - type: "file"
5725   title: "VPP Performance Operational Data 2n-dnv"
5726   algorithm: "file_test_results_html"
5727   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5728   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5729   data: "vpp-perf-results-2n-dnv"
5730   filter: "all"
5731   data-start-level: 4
5732
5733 # VPP MRR Results 3n-hsw
5734 - type: "file"
5735   title: "VPP MRR Results 3n-hsw"
5736   algorithm: "file_test_results"
5737   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5738   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5739   data: "vpp-mrr-results-3n-hsw"
5740   filter: "all"
5741   data-start-level: 4
5742
5743 ## VPP MRR Results 3n-skx
5744 #- type: "file"
5745 #  title: "VPP MRR Results 3n-skx"
5746 #  algorithm: "file_test_results"
5747 #  output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5748 #  dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5749 #  data: "vpp-mrr-results-3n-skx"
5750 #  filter: "all"
5751 #  data-start-level: 4
5752 #
5753 ## VPP MRR Results 2n-skx
5754 #- type: "file"
5755 #  title: "VPP MRR Results 2n-skx"
5756 #  algorithm: "file_test_results"
5757 #  output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5758 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5759 #  data: "vpp-mrr-results-2n-skx"
5760 #  filter: "all"
5761 #  data-start-level: 4
5762
5763 # VPP MRR Results 2n-clx
5764 - type: "file"
5765   title: "VPP MRR Results 2n-clx"
5766   algorithm: "file_test_results"
5767   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5768   dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5769   data: "vpp-mrr-results-2n-clx"
5770   filter: "all"
5771   data-start-level: 4
5772
5773 # VPP MRR Results 3n-tsh
5774 - type: "file"
5775   title: "VPP MRR Results 3n-tsh"
5776   algorithm: "file_test_results"
5777   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5778   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5779   data: "vpp-mrr-results-3n-tsh"
5780   filter: "all"
5781   data-start-level: 4
5782
5783 # VPP MRR Results 3n-dnv
5784 - type: "file"
5785   title: "VPP MRR Results 3n-dnv"
5786   algorithm: "file_test_results"
5787   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5788   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5789   data: "vpp-mrr-results-3n-dnv"
5790   filter: "all"
5791   data-start-level: 4
5792
5793 # VPP MRR Results 2n-dnv
5794 - type: "file"
5795   title: "VPP MRR Results 2n-dnv"
5796   algorithm: "file_test_results"
5797   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5798   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5799   data: "vpp-mrr-results-2n-dnv"
5800   filter: "all"
5801   data-start-level: 4
5802
5803 # VPP MRR Configuration 3n-hsw
5804 - type: "file"
5805   title: "VPP MRR Configuration 3n-hsw"
5806   algorithm: "file_test_results"
5807   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5808   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5809   data: "vpp-mrr-results-3n-hsw"
5810   filter: "all"
5811   data-start-level: 4
5812
5813 ## VPP MRR Configuration 3n-skx
5814 #- type: "file"
5815 #  title: "VPP MRR Configuration 3n-skx"
5816 #  algorithm: "file_test_results"
5817 #  output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5818 #  dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5819 #  data: "vpp-mrr-results-3n-skx"
5820 #  filter: "all"
5821 #  data-start-level: 4
5822 #
5823 ## VPP MRR Configuration 2n-skx
5824 #- type: "file"
5825 #  title: "VPP MRR Configuration 2n-skx"
5826 #  algorithm: "file_test_results"
5827 #  output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5828 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5829 #  data: "vpp-mrr-results-2n-skx"
5830 #  filter: "all"
5831 #  data-start-level: 4
5832
5833 # VPP MRR Configuration 2n-clx
5834 - type: "file"
5835   title: "VPP MRR Configuration 2n-clx"
5836   algorithm: "file_test_results"
5837   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5838   dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5839   data: "vpp-mrr-results-2n-clx"
5840   filter: "all"
5841   data-start-level: 4
5842
5843 # VPP MRR Configuration 3n-tsh
5844 - type: "file"
5845   title: "VPP MRR Configuration 3n-tsh"
5846   algorithm: "file_test_results"
5847   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5848   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5849   data: "vpp-mrr-results-3n-tsh"
5850   filter: "all"
5851   data-start-level: 4
5852
5853 # VPP MRR Configuration 3n-dnv
5854 - type: "file"
5855   title: "VPP MRR Configuration 3n-dnv"
5856   algorithm: "file_test_results"
5857   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5858   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5859   data: "vpp-mrr-results-3n-dnv"
5860   filter: "all"
5861   data-start-level: 4
5862
5863 # VPP MRR Configuration 2n-dnv
5864 - type: "file"
5865   title: "VPP MRR Configuration 2n-dnv"
5866   algorithm: "file_test_results"
5867   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5868   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5869   data: "vpp-mrr-results-2n-dnv"
5870   filter: "all"
5871   data-start-level: 4
5872
5873 # VPP Device Results - Ubuntu
5874 - type: "file"
5875   title: "VPP Device Results - Ubuntu"
5876   algorithm: "file_test_results"
5877   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5878   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5879   data: "vpp-device-results-ubuntu"
5880   filter: "all"
5881   data-start-level: 4
5882
5883 # VPP Device Configuration - Ubuntu
5884 - type: "file"
5885   title: "VPP Device Configuration - Ubuntu"
5886   algorithm: "file_test_results"
5887   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5888   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5889   data: "vpp-device-results-ubuntu"
5890   filter: "all"
5891   data-start-level: 4
5892
5893 # DPDK Performance Results 3n-hsw
5894 - type: "file"
5895   title: "DPDK Performance Results 3n-hsw"
5896   algorithm: "file_test_results"
5897   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5898   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5899   data: "dpdk-perf-results-3n-hsw"
5900   filter: "all"
5901   data-start-level: 4
5902
5903 ## DPDK Performance Results 3n-skx
5904 #- type: "file"
5905 #  title: "DPDK Performance Results 3n-skx"
5906 #  algorithm: "file_test_results"
5907 #  output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5908 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5909 #  data: "dpdk-perf-results-3n-skx"
5910 #  filter: "all"
5911 #  data-start-level: 4
5912 #
5913 ## DPDK Performance Results 2n-skx
5914 #- type: "file"
5915 #  title: "DPDK Performance Results 2n-skx"
5916 #  algorithm: "file_test_results"
5917 #  output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5918 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5919 #  data: "dpdk-perf-results-2n-skx"
5920 #  filter: "all"
5921 #  data-start-level: 4
5922
5923 # DPDK Performance Results 2n-clx
5924 - type: "file"
5925   title: "DPDK Performance Results 2n-clx"
5926   algorithm: "file_test_results"
5927   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5928   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5929   data: "dpdk-perf-results-2n-clx"
5930   filter: "all"
5931   data-start-level: 4
5932
5933 # DPDK Performance Results 2n-dnv
5934 - type: "file"
5935   title: "DPDK Performance Results 2n-dnv"
5936   algorithm: "file_test_results"
5937   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5938   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5939   data: "dpdk-perf-results-2n-dnv"
5940   filter: "all"
5941   data-start-level: 4
5942
5943 # DPDK Performance Results 3n-dnv
5944 - type: "file"
5945   title: "DPDK Performance Results 3n-dnv"
5946   algorithm: "file_test_results"
5947   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5948   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5949   data: "dpdk-perf-results-3n-dnv"
5950   filter: "all"
5951   data-start-level: 4
5952
5953 # DPDK Performance Results 3n-tsh
5954 - type: "file"
5955   title: "DPDK Performance Results 3n-tsh"
5956   algorithm: "file_test_results"
5957   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5958   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5959   data: "dpdk-perf-results-3n-tsh"
5960   filter: "all"
5961   data-start-level: 4
5962
5963 ################################################################################
5964 ###                                P L O T S                                 ###
5965 ################################################################################
5966
5967 ## Plots VPP HTTP Server Performance
5968 #- type: "plot"
5969 #  title: "VPP HTTP Server Performance"
5970 #  algorithm: "plot_http_server_perf_box"
5971 #  output-file-type: ".html"
5972 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5973 #  data:
5974 #    "plot-vpp-http-server-performance"
5975 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
5976 #  # each tag is enclosed with ' (apostrophe).
5977 #  filter: "'HTTP' and 'TCP_CPS'"
5978 #  parameters:
5979 #  - "result"
5980 #  - "name"
5981 #  traces:
5982 #    hoverinfo: "y+name"
5983 #    boxpoints: "outliers"
5984 #    whiskerwidth: 0
5985 #  layout:
5986 #    title: "VPP HTTP Server Performance"
5987 #    layout:
5988 #      "plot-cps"
5989 #
5990 #- type: "plot"
5991 #  title: "VPP HTTP Server Performance"
5992 #  algorithm: "plot_http_server_perf_box"
5993 #  output-file-type: ".html"
5994 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5995 #  data:
5996 #    "plot-vpp-http-server-performance"
5997 #  filter: "'HTTP' and 'TCP_RPS'"
5998 #  parameters:
5999 #  - "result"
6000 #  - "name"
6001 #  traces:
6002 #    hoverinfo: "y+name"
6003 #    boxpoints: "outliers"
6004 #    whiskerwidth: 0
6005 #  layout:
6006 #    title: "VPP HTTP Server Performance"
6007 #    layout:
6008 #      "plot-rps"
6009
6010 ################################################################################
6011
6012 ## Soak Test (PLRsearch), boxes
6013 #- type: "plot"
6014 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6015 #  algorithm: "plot_perf_box_name"
6016 #  output-file-type: ".html"
6017 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6018 #  data: "plot-vpp-soak-2n-skx"
6019 #  include:
6020 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
6021 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6022 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6023 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
6024 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6025 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6026 #  layout:
6027 #    title: "30 Minutes Soak Test (PLRsearch)"
6028 #    layout: "plot-soak-throughput"
6029 #
6030 ## Soak Test (PLRsearch), boxes
6031 #- type: "plot"
6032 #  title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6033 #  algorithm: "plot_perf_box_name"
6034 #  output-file-type: ".html"
6035 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6036 #  data: "plot-vpp-soak-2n-skx"
6037 #  include:
6038 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
6039 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6040 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6041 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6042 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6043 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6044 #  layout:
6045 #    title: "30 Minutes Soak Test (PLRsearch)"
6046 #    layout: "plot-soak-throughput"
6047
6048 ###############################################################################
6049
6050 #- type: "plot"
6051 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6052 #  algorithm: "plot_nf_reconf_box_name"
6053 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6054 #  data: "plot-vpp-nfv-reconf-2n-skx"
6055 #  include:
6056 #    - "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"
6057 #    - "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"
6058 #    - "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"
6059 #    - "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"
6060 #    - "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"
6061 #    - "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"
6062 #  layout:
6063 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6064 #    layout: "plot-throughput"
6065 #
6066 #- type: "plot"
6067 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6068 #  algorithm: "plot_nf_reconf_box_name"
6069 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6070 #  data: "plot-vpp-nfv-reconf-2n-skx"
6071 #  include:
6072 #    - "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"
6073 #    - "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"
6074 #    - "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"
6075 #    - "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"
6076 #    - "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"
6077 #    - "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"
6078 #  layout:
6079 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6080 #    layout: "plot-throughput"
6081 #
6082 #- type: "plot"
6083 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6084 #  algorithm: "plot_nf_reconf_box_name"
6085 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6086 #  data: "plot-vpp-nfv-reconf-2n-skx"
6087 #  include:
6088 #    - "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"
6089 #    - "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"
6090 #    - "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"
6091 #    - "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"
6092 #    - "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"
6093 #    - "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"
6094 #  layout:
6095 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6096 #    layout: "plot-throughput"
6097 #
6098 ################################################################################
6099 ## Plots - NF Density - VSC - MRR 64b
6100 #- type: "plot"
6101 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6102 #  algorithm: "plot_nf_heatmap"
6103 #  output-file-type: ".html"
6104 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6105 #  data: "plot-vpp-nfv-2n-skx-mrr"
6106 #  filter: "'NIC_Intel-XXV710' and
6107 #           'NF_DENSITY' and
6108 #           'VHOST' and
6109 #           not 'VXLAN' and
6110 #           'CHAIN' and
6111 #           'NF_VPPIP4' and
6112 #           '64B' and
6113 #           '2T1C' and
6114 #           'MRR'"
6115 #  parameters:
6116 #  - "result"
6117 #  - "name"
6118 #  - "tags"
6119 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6120 #  x-axis: "X = VNFs per Service Chain"
6121 #  y-axis: "Y = Number of Service Chains"
6122 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6123 #  layout:
6124 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6125 #    layout: "plot-service-density"
6126 #
6127 #- type: "plot"
6128 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6129 #  algorithm: "plot_nf_heatmap"
6130 #  output-file-type: ".html"
6131 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6132 #  data: "plot-vpp-nfv-2n-skx-mrr"
6133 #  filter: "'NIC_Intel-XXV710' and
6134 #           'NF_DENSITY' and
6135 #           'VHOST' and
6136 #           not 'VXLAN' and
6137 #           'CHAIN' and
6138 #           'NF_VPPIP4' and
6139 #           '64B' and
6140 #           '4T2C' and
6141 #           'MRR'"
6142 #  parameters:
6143 #  - "result"
6144 #  - "name"
6145 #  - "tags"
6146 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6147 #  x-axis: "X = VNFs per Service Chain"
6148 #  y-axis: "Y = Number of Service Chains"
6149 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6150 #  layout:
6151 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6152 #    layout: "plot-service-density"
6153 #
6154 #- type: "plot"
6155 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6156 #  algorithm: "plot_nf_heatmap"
6157 #  output-file-type: ".html"
6158 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6159 #  data: "plot-vpp-nfv-2n-skx-mrr"
6160 #  filter: "'NIC_Intel-XXV710' and
6161 #           'NF_DENSITY' and
6162 #           'VHOST' and
6163 #           not 'VXLAN' and
6164 #           'CHAIN' and
6165 #           'NF_VPPIP4' and
6166 #           '64B' and
6167 #           '8T4C' and
6168 #           'MRR'"
6169 #  parameters:
6170 #  - "result"
6171 #  - "name"
6172 #  - "tags"
6173 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6174 #  x-axis: "X = VNFs per Service Chain"
6175 #  y-axis: "Y = Number of Service Chains"
6176 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6177 #  layout:
6178 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6179 #    layout: "plot-service-density"
6180 #
6181 ## Plots - NF Density - VSC - MRR IMIX
6182 #- type: "plot"
6183 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6184 #  algorithm: "plot_nf_heatmap"
6185 #  output-file-type: ".html"
6186 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6187 #  data: "plot-vpp-nfv-2n-skx-mrr"
6188 #  filter: "'NIC_Intel-XXV710' and
6189 #           'NF_DENSITY' and
6190 #           'VHOST' and
6191 #           not 'VXLAN' and
6192 #           'CHAIN' and
6193 #           'NF_VPPIP4' and
6194 #           'IMIX' and
6195 #           '2T1C' and
6196 #           'MRR'"
6197 #  parameters:
6198 #  - "result"
6199 #  - "name"
6200 #  - "tags"
6201 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6202 #  x-axis: "X = VNFs per Service Chain"
6203 #  y-axis: "Y = Number of Service Chains"
6204 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6205 #  layout:
6206 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6207 #    layout: "plot-service-density"
6208 #
6209 #- type: "plot"
6210 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6211 #  algorithm: "plot_nf_heatmap"
6212 #  output-file-type: ".html"
6213 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6214 #  data: "plot-vpp-nfv-2n-skx-mrr"
6215 #  filter: "'NIC_Intel-XXV710' and
6216 #           'NF_DENSITY' and
6217 #           'VHOST' and
6218 #           not 'VXLAN' and
6219 #           'CHAIN' and
6220 #           'NF_VPPIP4' and
6221 #           'IMIX' and
6222 #           '4T2C' and
6223 #           'MRR'"
6224 #  parameters:
6225 #  - "result"
6226 #  - "name"
6227 #  - "tags"
6228 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6229 #  x-axis: "X = VNFs per Service Chain"
6230 #  y-axis: "Y = Number of Service Chains"
6231 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6232 #  layout:
6233 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6234 #    layout: "plot-service-density"
6235 #
6236 #- type: "plot"
6237 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6238 #  algorithm: "plot_nf_heatmap"
6239 #  output-file-type: ".html"
6240 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6241 #  data: "plot-vpp-nfv-2n-skx-mrr"
6242 #  filter: "'NIC_Intel-XXV710' and
6243 #           'NF_DENSITY' and
6244 #           'VHOST' and
6245 #           not 'VXLAN' and
6246 #           'CHAIN' and
6247 #           'NF_VPPIP4' and
6248 #           'IMIX' and
6249 #           '8T4C' and
6250 #           'MRR'"
6251 #  parameters:
6252 #  - "result"
6253 #  - "name"
6254 #  - "tags"
6255 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6256 #  x-axis: "X = VNFs per Service Chain"
6257 #  y-axis: "Y = Number of Service Chains"
6258 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6259 #  layout:
6260 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6261 #    layout: "plot-service-density"
6262 #
6263 ## Plots - NF Density - VSC - NDR 64b
6264 #- type: "plot"
6265 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6266 #  algorithm: "plot_nf_heatmap"
6267 #  output-file-type: ".html"
6268 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6269 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6270 #  filter: "'NIC_Intel-XXV710' and
6271 #           'NF_DENSITY' and
6272 #           'VHOST' and
6273 #           not 'VXLAN' and
6274 #           'CHAIN' and
6275 #           'NF_VPPIP4' and
6276 #           '64B' and
6277 #           '2T1C' and
6278 #           'NDRPDR'"
6279 #  parameters:
6280 #  - "throughput"
6281 #  - "name"
6282 #  - "tags"
6283 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6284 #  x-axis: "X = VNFs per Service Chain"
6285 #  y-axis: "Y = Number of Service Chains"
6286 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6287 #  layout:
6288 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6289 #    layout: "plot-service-density"
6290 #
6291 #- type: "plot"
6292 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6293 #  algorithm: "plot_nf_heatmap"
6294 #  output-file-type: ".html"
6295 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6296 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6297 #  filter: "'NIC_Intel-XXV710' and
6298 #           'NF_DENSITY' and
6299 #           'VHOST' and
6300 #           not 'VXLAN' and
6301 #           'CHAIN' and
6302 #           'NF_VPPIP4' and
6303 #           '64B' and
6304 #           '4T2C' and
6305 #           'NDRPDR'"
6306 #  parameters:
6307 #  - "throughput"
6308 #  - "name"
6309 #  - "tags"
6310 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6311 #  x-axis: "X = VNFs per Service Chain"
6312 #  y-axis: "Y = Number of Service Chains"
6313 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6314 #  layout:
6315 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6316 #    layout: "plot-service-density"
6317 #
6318 #- type: "plot"
6319 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6320 #  algorithm: "plot_nf_heatmap"
6321 #  output-file-type: ".html"
6322 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6323 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6324 #  filter: "'NIC_Intel-XXV710' and
6325 #           'NF_DENSITY' and
6326 #           'VHOST' and
6327 #           not 'VXLAN' and
6328 #           'CHAIN' and
6329 #           'NF_VPPIP4' and
6330 #           '64B' and
6331 #           '8T4C' and
6332 #           'NDRPDR'"
6333 #  parameters:
6334 #  - "throughput"
6335 #  - "name"
6336 #  - "tags"
6337 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6338 #  x-axis: "X = VNFs per Service Chain"
6339 #  y-axis: "Y = Number of Service Chains"
6340 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6341 #  layout:
6342 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6343 #    layout: "plot-service-density"
6344 #
6345 ## Plots - NF Density - VSC - NDR IMIX
6346 #- type: "plot"
6347 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6348 #  algorithm: "plot_nf_heatmap"
6349 #  output-file-type: ".html"
6350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6351 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6352 #  filter: "'NIC_Intel-XXV710' and
6353 #           'NF_DENSITY' and
6354 #           'VHOST' and
6355 #           not 'VXLAN' and
6356 #           'CHAIN' and
6357 #           'NF_VPPIP4' and
6358 #           'IMIX' and
6359 #           '2T1C' and
6360 #           'NDRPDR'"
6361 #  parameters:
6362 #  - "throughput"
6363 #  - "name"
6364 #  - "tags"
6365 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6366 #  x-axis: "X = VNFs per Service Chain"
6367 #  y-axis: "Y = Number of Service Chains"
6368 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6369 #  layout:
6370 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6371 #    layout: "plot-service-density"
6372 #
6373 #- type: "plot"
6374 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6375 #  algorithm: "plot_nf_heatmap"
6376 #  output-file-type: ".html"
6377 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6378 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6379 #  filter: "'NIC_Intel-XXV710' and
6380 #           'NF_DENSITY' and
6381 #           'VHOST' and
6382 #           not 'VXLAN' and
6383 #           'CHAIN' and
6384 #           'NF_VPPIP4' and
6385 #           'IMIX' and
6386 #           '4T2C' and
6387 #           'NDRPDR'"
6388 #  parameters:
6389 #  - "throughput"
6390 #  - "name"
6391 #  - "tags"
6392 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6393 #  x-axis: "X = VNFs per Service Chain"
6394 #  y-axis: "Y = Number of Service Chains"
6395 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6396 #  layout:
6397 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6398 #    layout: "plot-service-density"
6399 #
6400 #- type: "plot"
6401 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6402 #  algorithm: "plot_nf_heatmap"
6403 #  output-file-type: ".html"
6404 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6405 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6406 #  filter: "'NIC_Intel-XXV710' and
6407 #           'NF_DENSITY' and
6408 #           'VHOST' and
6409 #           not 'VXLAN' and
6410 #           'CHAIN' and
6411 #           'NF_VPPIP4' and
6412 #           'IMIX' and
6413 #           '8T4C' and
6414 #           'NDRPDR'"
6415 #  parameters:
6416 #  - "throughput"
6417 #  - "name"
6418 #  - "tags"
6419 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6420 #  x-axis: "X = VNFs per Service Chain"
6421 #  y-axis: "Y = Number of Service Chains"
6422 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6423 #  layout:
6424 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6425 #    layout: "plot-service-density"
6426 #
6427 ## Plots - NF Density - VSC - PDR 64b
6428 #- type: "plot"
6429 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6430 #  algorithm: "plot_nf_heatmap"
6431 #  output-file-type: ".html"
6432 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6433 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6434 #  filter: "'NIC_Intel-XXV710' and
6435 #           'NF_DENSITY' and
6436 #           'VHOST' and
6437 #           not 'VXLAN' and
6438 #           'CHAIN' and
6439 #           'NF_VPPIP4' and
6440 #           '64B' and
6441 #           '2T1C' and
6442 #           'NDRPDR'"
6443 #  parameters:
6444 #  - "throughput"
6445 #  - "name"
6446 #  - "tags"
6447 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6448 #  x-axis: "X = VNFs per Service Chain"
6449 #  y-axis: "Y = Number of Service Chains"
6450 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6451 #  layout:
6452 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6453 #    layout: "plot-service-density"
6454 #
6455 #- type: "plot"
6456 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6457 #  algorithm: "plot_nf_heatmap"
6458 #  output-file-type: ".html"
6459 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6460 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6461 #  filter: "'NIC_Intel-XXV710' and
6462 #           'NF_DENSITY' and
6463 #           'VHOST' and
6464 #           not 'VXLAN' and
6465 #           'CHAIN' and
6466 #           'NF_VPPIP4' and
6467 #           '64B' and
6468 #           '4T2C' and
6469 #           'NDRPDR'"
6470 #  parameters:
6471 #  - "throughput"
6472 #  - "name"
6473 #  - "tags"
6474 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6475 #  x-axis: "X = VNFs per Service Chain"
6476 #  y-axis: "Y = Number of Service Chains"
6477 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6478 #  layout:
6479 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6480 #    layout: "plot-service-density"
6481 #
6482 #- type: "plot"
6483 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6484 #  algorithm: "plot_nf_heatmap"
6485 #  output-file-type: ".html"
6486 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6487 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6488 #  filter: "'NIC_Intel-XXV710' and
6489 #           'NF_DENSITY' and
6490 #           'VHOST' and
6491 #           not 'VXLAN' and
6492 #           'CHAIN' and
6493 #           'NF_VPPIP4' and
6494 #           '64B' and
6495 #           '8T4C' and
6496 #           'NDRPDR'"
6497 #  parameters:
6498 #  - "throughput"
6499 #  - "name"
6500 #  - "tags"
6501 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6502 #  x-axis: "X = VNFs per Service Chain"
6503 #  y-axis: "Y = Number of Service Chains"
6504 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6505 #  layout:
6506 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6507 #    layout: "plot-service-density"
6508 #
6509 ## Plots - NF Density - VSC - PDR IMIX
6510 #- type: "plot"
6511 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6512 #  algorithm: "plot_nf_heatmap"
6513 #  output-file-type: ".html"
6514 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6515 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6516 #  filter: "'NIC_Intel-XXV710' and
6517 #           'NF_DENSITY' and
6518 #           'VHOST' and
6519 #           not 'VXLAN' and
6520 #           'CHAIN' and
6521 #           'NF_VPPIP4' and
6522 #           'IMIX' and
6523 #           '2T1C' and
6524 #           'NDRPDR'"
6525 #  parameters:
6526 #  - "throughput"
6527 #  - "name"
6528 #  - "tags"
6529 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6530 #  x-axis: "X = VNFs per Service Chain"
6531 #  y-axis: "Y = Number of Service Chains"
6532 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6533 #  layout:
6534 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6535 #    layout: "plot-service-density"
6536 #
6537 #- type: "plot"
6538 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6539 #  algorithm: "plot_nf_heatmap"
6540 #  output-file-type: ".html"
6541 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6542 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6543 #  filter: "'NIC_Intel-XXV710' and
6544 #           'NF_DENSITY' and
6545 #           'VHOST' and
6546 #           not 'VXLAN' and
6547 #           'CHAIN' and
6548 #           'NF_VPPIP4' and
6549 #           'IMIX' and
6550 #           '4T2C' and
6551 #           'NDRPDR'"
6552 #  parameters:
6553 #  - "throughput"
6554 #  - "name"
6555 #  - "tags"
6556 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6557 #  x-axis: "X = VNFs per Service Chain"
6558 #  y-axis: "Y = Number of Service Chains"
6559 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6560 #  layout:
6561 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6562 #    layout: "plot-service-density"
6563 #
6564 #- type: "plot"
6565 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6566 #  algorithm: "plot_nf_heatmap"
6567 #  output-file-type: ".html"
6568 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6569 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6570 #  filter: "'NIC_Intel-XXV710' and
6571 #           'NF_DENSITY' and
6572 #           'VHOST' and
6573 #           not 'VXLAN' and
6574 #           'CHAIN' and
6575 #           'NF_VPPIP4' and
6576 #           'IMIX' and
6577 #           '8T4C' and
6578 #           'NDRPDR'"
6579 #  parameters:
6580 #  - "throughput"
6581 #  - "name"
6582 #  - "tags"
6583 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6584 #  x-axis: "X = VNFs per Service Chain"
6585 #  y-axis: "Y = Number of Service Chains"
6586 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6587 #  layout:
6588 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6589 #    layout: "plot-service-density"
6590 #
6591 ################################################################################
6592 ## Plots - NF Density - VSC - MRR 64b
6593 #- type: "plot"
6594 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6595 #  algorithm: "plot_nf_heatmap"
6596 #  output-file-type: ".html"
6597 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6598 #  data: "plot-vpp-nfv-2n-skx-mrr"
6599 #  filter: "'NIC_Intel-XXV710' and
6600 #           'NF_DENSITY' and
6601 #           'VHOST' and
6602 #           'VXLAN' and
6603 #           'CHAIN' and
6604 #           '118' and
6605 #           '2T1C' and
6606 #           'MRR'"
6607 #  parameters:
6608 #  - "result"
6609 #  - "name"
6610 #  - "tags"
6611 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6612 #  x-axis: "X = VNFs per Service Chain"
6613 #  y-axis: "Y = Number of Service Chains"
6614 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6615 #  layout:
6616 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6617 #    layout: "plot-service-density"
6618 #
6619 #- type: "plot"
6620 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6621 #  algorithm: "plot_nf_heatmap"
6622 #  output-file-type: ".html"
6623 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6624 #  data: "plot-vpp-nfv-2n-skx-mrr"
6625 #  filter: "'NIC_Intel-XXV710' and
6626 #           'NF_DENSITY' and
6627 #           'VHOST' and
6628 #           'VXLAN' and
6629 #           'CHAIN' and
6630 #           '118' and
6631 #           '4T2C' and
6632 #           'MRR'"
6633 #  parameters:
6634 #  - "result"
6635 #  - "name"
6636 #  - "tags"
6637 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6638 #  x-axis: "X = VNFs per Service Chain"
6639 #  y-axis: "Y = Number of Service Chains"
6640 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6641 #  layout:
6642 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6643 #    layout: "plot-service-density"
6644 #
6645 #- type: "plot"
6646 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6647 #  algorithm: "plot_nf_heatmap"
6648 #  output-file-type: ".html"
6649 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6650 #  data: "plot-vpp-nfv-2n-skx-mrr"
6651 #  filter: "'NIC_Intel-XXV710' and
6652 #           'NF_DENSITY' and
6653 #           'VHOST' and
6654 #           'VXLAN' and
6655 #           'CHAIN' and
6656 #           '118' and
6657 #           '8T4C' and
6658 #           'MRR'"
6659 #  parameters:
6660 #  - "result"
6661 #  - "name"
6662 #  - "tags"
6663 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6664 #  x-axis: "X = VNFs per Service Chain"
6665 #  y-axis: "Y = Number of Service Chains"
6666 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6667 #  layout:
6668 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6669 #    layout: "plot-service-density"
6670 #
6671 ## Plots - NF Density - VSC - MRR IMIX
6672 #- type: "plot"
6673 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6674 #  algorithm: "plot_nf_heatmap"
6675 #  output-file-type: ".html"
6676 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6677 #  data: "plot-vpp-nfv-2n-skx-mrr"
6678 #  filter: "'NIC_Intel-XXV710' and
6679 #           'NF_DENSITY' and
6680 #           'VHOST' and
6681 #           'VXLAN' and
6682 #           'CHAIN' and
6683 #           'IMIX' and
6684 #           '2T1C' and
6685 #           'MRR'"
6686 #  parameters:
6687 #  - "result"
6688 #  - "name"
6689 #  - "tags"
6690 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6691 #  x-axis: "X = VNFs per Service Chain"
6692 #  y-axis: "Y = Number of Service Chains"
6693 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6694 #  layout:
6695 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6696 #    layout: "plot-service-density"
6697 #
6698 #- type: "plot"
6699 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6700 #  algorithm: "plot_nf_heatmap"
6701 #  output-file-type: ".html"
6702 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6703 #  data: "plot-vpp-nfv-2n-skx-mrr"
6704 #  filter: "'NIC_Intel-XXV710' and
6705 #           'NF_DENSITY' and
6706 #           'VHOST' and
6707 #           'VXLAN' and
6708 #           'CHAIN' and
6709 #           'IMIX' and
6710 #           '4T2C' and
6711 #           'MRR'"
6712 #  parameters:
6713 #  - "result"
6714 #  - "name"
6715 #  - "tags"
6716 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6717 #  x-axis: "X = VNFs per Service Chain"
6718 #  y-axis: "Y = Number of Service Chains"
6719 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6720 #  layout:
6721 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6722 #    layout: "plot-service-density"
6723 #
6724 #- type: "plot"
6725 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6726 #  algorithm: "plot_nf_heatmap"
6727 #  output-file-type: ".html"
6728 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6729 #  data: "plot-vpp-nfv-2n-skx-mrr"
6730 #  filter: "'NIC_Intel-XXV710' and
6731 #           'NF_DENSITY' and
6732 #           'VHOST' and
6733 #           'VXLAN' and
6734 #           'CHAIN' and
6735 #           'IMIX' and
6736 #           '8T4C' and
6737 #           'MRR'"
6738 #  parameters:
6739 #  - "result"
6740 #  - "name"
6741 #  - "tags"
6742 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6743 #  x-axis: "X = VNFs per Service Chain"
6744 #  y-axis: "Y = Number of Service Chains"
6745 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6746 #  layout:
6747 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6748 #    layout: "plot-service-density"
6749 #
6750 ## Plots - NF Density - VSC - NDR 64b
6751 #- type: "plot"
6752 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6753 #  algorithm: "plot_nf_heatmap"
6754 #  output-file-type: ".html"
6755 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6756 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6757 #  filter: "'NIC_Intel-XXV710' and
6758 #           'NF_DENSITY' and
6759 #           'VHOST' and
6760 #           'VXLAN' and
6761 #           'CHAIN' and
6762 #           '118' and
6763 #           '2T1C' and
6764 #           'NDRPDR'"
6765 #  parameters:
6766 #  - "throughput"
6767 #  - "name"
6768 #  - "tags"
6769 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6770 #  x-axis: "X = VNFs per Service Chain"
6771 #  y-axis: "Y = Number of Service Chains"
6772 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6773 #  layout:
6774 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6775 #    layout: "plot-service-density"
6776 #
6777 #- type: "plot"
6778 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6779 #  algorithm: "plot_nf_heatmap"
6780 #  output-file-type: ".html"
6781 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6782 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6783 #  filter: "'NIC_Intel-XXV710' and
6784 #           'NF_DENSITY' and
6785 #           'VHOST' and
6786 #           'VXLAN' and
6787 #           'CHAIN' and
6788 #           '118' and
6789 #           '4T2C' and
6790 #           'NDRPDR'"
6791 #  parameters:
6792 #  - "throughput"
6793 #  - "name"
6794 #  - "tags"
6795 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6796 #  x-axis: "X = VNFs per Service Chain"
6797 #  y-axis: "Y = Number of Service Chains"
6798 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6799 #  layout:
6800 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6801 #    layout: "plot-service-density"
6802 #
6803 #- type: "plot"
6804 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6805 #  algorithm: "plot_nf_heatmap"
6806 #  output-file-type: ".html"
6807 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6808 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6809 #  filter: "'NIC_Intel-XXV710' and
6810 #           'NF_DENSITY' and
6811 #           'VHOST' and
6812 #           'VXLAN' and
6813 #           'CHAIN' and
6814 #           '118' and
6815 #           '8T4C' and
6816 #           'NDRPDR'"
6817 #  parameters:
6818 #  - "throughput"
6819 #  - "name"
6820 #  - "tags"
6821 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6822 #  x-axis: "X = VNFs per Service Chain"
6823 #  y-axis: "Y = Number of Service Chains"
6824 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6825 #  layout:
6826 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6827 #    layout: "plot-service-density"
6828 #
6829 ## Plots - NF Density - VSC - NDR IMIX
6830 #- type: "plot"
6831 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6832 #  algorithm: "plot_nf_heatmap"
6833 #  output-file-type: ".html"
6834 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6835 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6836 #  filter: "'NIC_Intel-XXV710' and
6837 #           'NF_DENSITY' and
6838 #           'VHOST' and
6839 #           'VXLAN' and
6840 #           'CHAIN' and
6841 #           'IMIX' and
6842 #           '2T1C' and
6843 #           'NDRPDR'"
6844 #  parameters:
6845 #  - "throughput"
6846 #  - "name"
6847 #  - "tags"
6848 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6849 #  x-axis: "X = VNFs per Service Chain"
6850 #  y-axis: "Y = Number of Service Chains"
6851 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6852 #  layout:
6853 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6854 #    layout: "plot-service-density"
6855 #
6856 #- type: "plot"
6857 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6858 #  algorithm: "plot_nf_heatmap"
6859 #  output-file-type: ".html"
6860 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6861 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6862 #  filter: "'NIC_Intel-XXV710' and
6863 #           'NF_DENSITY' and
6864 #           'VHOST' and
6865 #           'VXLAN' and
6866 #           'CHAIN' and
6867 #           'IMIX' and
6868 #           '4T2C' and
6869 #           'NDRPDR'"
6870 #  parameters:
6871 #  - "throughput"
6872 #  - "name"
6873 #  - "tags"
6874 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6875 #  x-axis: "X = VNFs per Service Chain"
6876 #  y-axis: "Y = Number of Service Chains"
6877 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6878 #  layout:
6879 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6880 #    layout: "plot-service-density"
6881 #
6882 #- type: "plot"
6883 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6884 #  algorithm: "plot_nf_heatmap"
6885 #  output-file-type: ".html"
6886 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6887 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6888 #  filter: "'NIC_Intel-XXV710' and
6889 #           'NF_DENSITY' and
6890 #           'VHOST' and
6891 #           'VXLAN' and
6892 #           'CHAIN' and
6893 #           'IMIX' and
6894 #           '8T4C' and
6895 #           'NDRPDR'"
6896 #  parameters:
6897 #  - "throughput"
6898 #  - "name"
6899 #  - "tags"
6900 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6901 #  x-axis: "X = VNFs per Service Chain"
6902 #  y-axis: "Y = Number of Service Chains"
6903 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6904 #  layout:
6905 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6906 #    layout: "plot-service-density"
6907 #
6908 ## Plots - NF Density - VSC - PDR 64b
6909 #- type: "plot"
6910 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6911 #  algorithm: "plot_nf_heatmap"
6912 #  output-file-type: ".html"
6913 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6914 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6915 #  filter: "'NIC_Intel-XXV710' and
6916 #           'NF_DENSITY' and
6917 #           'VHOST' and
6918 #           'VXLAN' and
6919 #           'CHAIN' and
6920 #           '118' and
6921 #           '2T1C' and
6922 #           'NDRPDR'"
6923 #  parameters:
6924 #  - "throughput"
6925 #  - "name"
6926 #  - "tags"
6927 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6928 #  x-axis: "X = VNFs per Service Chain"
6929 #  y-axis: "Y = Number of Service Chains"
6930 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6931 #  layout:
6932 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6933 #    layout: "plot-service-density"
6934 #
6935 #- type: "plot"
6936 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6937 #  algorithm: "plot_nf_heatmap"
6938 #  output-file-type: ".html"
6939 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6940 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6941 #  filter: "'NIC_Intel-XXV710' and
6942 #           'NF_DENSITY' and
6943 #           'VHOST' and
6944 #           'VXLAN' and
6945 #           'CHAIN' and
6946 #           '118' and
6947 #           '4T2C' and
6948 #           'NDRPDR'"
6949 #  parameters:
6950 #  - "throughput"
6951 #  - "name"
6952 #  - "tags"
6953 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6954 #  x-axis: "X = VNFs per Service Chain"
6955 #  y-axis: "Y = Number of Service Chains"
6956 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6957 #  layout:
6958 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6959 #    layout: "plot-service-density"
6960 #
6961 #- type: "plot"
6962 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6963 #  algorithm: "plot_nf_heatmap"
6964 #  output-file-type: ".html"
6965 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6966 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6967 #  filter: "'NIC_Intel-XXV710' and
6968 #           'NF_DENSITY' and
6969 #           'VHOST' and
6970 #           'VXLAN' and
6971 #           'CHAIN' and
6972 #           '118' and
6973 #           '8T4C' and
6974 #           'NDRPDR'"
6975 #  parameters:
6976 #  - "throughput"
6977 #  - "name"
6978 #  - "tags"
6979 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6980 #  x-axis: "X = VNFs per Service Chain"
6981 #  y-axis: "Y = Number of Service Chains"
6982 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6983 #  layout:
6984 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6985 #    layout: "plot-service-density"
6986 #
6987 ## Plots - NF Density - VSC - PDR IMIX
6988 #- type: "plot"
6989 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6990 #  algorithm: "plot_nf_heatmap"
6991 #  output-file-type: ".html"
6992 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
6993 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6994 #  filter: "'NIC_Intel-XXV710' and
6995 #           'NF_DENSITY' and
6996 #           'VHOST' and
6997 #           'VXLAN' and
6998 #           'CHAIN' and
6999 #           'IMIX' and
7000 #           '2T1C' and
7001 #           'NDRPDR'"
7002 #  parameters:
7003 #  - "throughput"
7004 #  - "name"
7005 #  - "tags"
7006 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7007 #  x-axis: "X = VNFs per Service Chain"
7008 #  y-axis: "Y = Number of Service Chains"
7009 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7010 #  layout:
7011 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7012 #    layout: "plot-service-density"
7013 #
7014 #- type: "plot"
7015 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7016 #  algorithm: "plot_nf_heatmap"
7017 #  output-file-type: ".html"
7018 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7019 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7020 #  filter: "'NIC_Intel-XXV710' and
7021 #           'NF_DENSITY' and
7022 #           'VHOST' and
7023 #           'VXLAN' and
7024 #           'CHAIN' and
7025 #           'IMIX' and
7026 #           '4T2C' and
7027 #           'NDRPDR'"
7028 #  parameters:
7029 #  - "throughput"
7030 #  - "name"
7031 #  - "tags"
7032 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7033 #  x-axis: "X = VNFs per Service Chain"
7034 #  y-axis: "Y = Number of Service Chains"
7035 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7036 #  layout:
7037 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7038 #    layout: "plot-service-density"
7039 #
7040 #- type: "plot"
7041 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7042 #  algorithm: "plot_nf_heatmap"
7043 #  output-file-type: ".html"
7044 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7045 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7046 #  filter: "'NIC_Intel-XXV710' and
7047 #           'NF_DENSITY' and
7048 #           'VHOST' and
7049 #           'VXLAN' and
7050 #           'CHAIN' and
7051 #           'IMIX' and
7052 #           '8T4C' and
7053 #           'NDRPDR'"
7054 #  parameters:
7055 #  - "throughput"
7056 #  - "name"
7057 #  - "tags"
7058 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7059 #  x-axis: "X = VNFs per Service Chain"
7060 #  y-axis: "Y = Number of Service Chains"
7061 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7062 #  layout:
7063 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7064 #    layout: "plot-service-density"
7065 #
7066 ################################################################################
7067 ## Plots - NF Density - CSC - MRR 64b
7068 #- type: "plot"
7069 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7070 #  algorithm: "plot_nf_heatmap"
7071 #  output-file-type: ".html"
7072 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7073 #  data: "plot-vpp-nfv-2n-skx-mrr"
7074 #  filter: "'NIC_Intel-XXV710' and
7075 #           'NF_DENSITY' and
7076 #           'DOCKER' and
7077 #           'CHAIN' and
7078 #           'NF_VPPIP4' and
7079 #           '64B' and
7080 #           '2T1C' and
7081 #           'MRR'"
7082 #  parameters:
7083 #  - "result"
7084 #  - "name"
7085 #  - "tags"
7086 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7087 #  x-axis: "X = CNFs per Service Chain"
7088 #  y-axis: "Y = Number of Service Chains"
7089 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7090 #  layout:
7091 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7092 #    layout: "plot-service-density"
7093 #
7094 #- type: "plot"
7095 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7096 #  algorithm: "plot_nf_heatmap"
7097 #  output-file-type: ".html"
7098 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7099 #  data: "plot-vpp-nfv-2n-skx-mrr"
7100 #  filter: "'NIC_Intel-XXV710' and
7101 #           'NF_DENSITY' and
7102 #           'DOCKER' and
7103 #           'CHAIN' and
7104 #           'NF_VPPIP4' and
7105 #           '64B' and
7106 #           '4T2C' and
7107 #           'MRR'"
7108 #  parameters:
7109 #  - "result"
7110 #  - "name"
7111 #  - "tags"
7112 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7113 #  x-axis: "X = CNFs per Service Chain"
7114 #  y-axis: "Y = Number of Service Chains"
7115 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7116 #  layout:
7117 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7118 #    layout: "plot-service-density"
7119 #
7120 #- type: "plot"
7121 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7122 #  algorithm: "plot_nf_heatmap"
7123 #  output-file-type: ".html"
7124 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7125 #  data: "plot-vpp-nfv-2n-skx-mrr"
7126 #  filter: "'NIC_Intel-XXV710' and
7127 #           'NF_DENSITY' and
7128 #           'DOCKER' and
7129 #           'CHAIN' and
7130 #           'NF_VPPIP4' and
7131 #           '64B' and
7132 #           '8T4C' and
7133 #           'MRR'"
7134 #  parameters:
7135 #  - "result"
7136 #  - "name"
7137 #  - "tags"
7138 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7139 #  x-axis: "X = CNFs per Service Chain"
7140 #  y-axis: "Y = Number of Service Chains"
7141 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7142 #  layout:
7143 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7144 #    layout: "plot-service-density"
7145 #
7146 ## Plots - NF Density - CSC - MRR IMIX
7147 #- type: "plot"
7148 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7149 #  algorithm: "plot_nf_heatmap"
7150 #  output-file-type: ".html"
7151 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7152 #  data: "plot-vpp-nfv-2n-skx-mrr"
7153 #  filter: "'NIC_Intel-XXV710' and
7154 #           'NF_DENSITY' and
7155 #           'DOCKER' and
7156 #           'CHAIN' and
7157 #           'NF_VPPIP4' and
7158 #           'IMIX' and
7159 #           '2T1C' and
7160 #           'MRR'"
7161 #  parameters:
7162 #  - "result"
7163 #  - "name"
7164 #  - "tags"
7165 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7166 #  x-axis: "X = CNFs per Service Chain"
7167 #  y-axis: "Y = Number of Service Chains"
7168 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7169 #  layout:
7170 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7171 #    layout: "plot-service-density"
7172 #
7173 #- type: "plot"
7174 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7175 #  algorithm: "plot_nf_heatmap"
7176 #  output-file-type: ".html"
7177 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7178 #  data: "plot-vpp-nfv-2n-skx-mrr"
7179 #  filter: "'NIC_Intel-XXV710' and
7180 #           'NF_DENSITY' and
7181 #           'DOCKER' and
7182 #           'CHAIN' and
7183 #           'NF_VPPIP4' and
7184 #           'IMIX' and
7185 #           '4T2C' and
7186 #           'MRR'"
7187 #  parameters:
7188 #  - "result"
7189 #  - "name"
7190 #  - "tags"
7191 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7192 #  x-axis: "X = CNFs per Service Chain"
7193 #  y-axis: "Y = Number of Service Chains"
7194 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7195 #  layout:
7196 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7197 #    layout: "plot-service-density"
7198 #
7199 #- type: "plot"
7200 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7201 #  algorithm: "plot_nf_heatmap"
7202 #  output-file-type: ".html"
7203 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7204 #  data: "plot-vpp-nfv-2n-skx-mrr"
7205 #  filter: "'NIC_Intel-XXV710' and
7206 #           'NF_DENSITY' and
7207 #           'DOCKER' and
7208 #           'CHAIN' and
7209 #           'NF_VPPIP4' and
7210 #           'IMIX' and
7211 #           '8T4C' and
7212 #           'MRR'"
7213 #  parameters:
7214 #  - "result"
7215 #  - "name"
7216 #  - "tags"
7217 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7218 #  x-axis: "X = CNFs per Service Chain"
7219 #  y-axis: "Y = Number of Service Chains"
7220 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7221 #  layout:
7222 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7223 #    layout: "plot-service-density"
7224 #
7225 ## Plots - NF Density - CSC - NDR 64b
7226 #- type: "plot"
7227 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7228 #  algorithm: "plot_nf_heatmap"
7229 #  output-file-type: ".html"
7230 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7231 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7232 #  filter: "'NIC_Intel-XXV710' and
7233 #           'NF_DENSITY' and
7234 #           'DOCKER' and
7235 #           'CHAIN' and
7236 #           'NF_VPPIP4' and
7237 #           '64B' and
7238 #           '2T1C' and
7239 #           'NDRPDR'"
7240 #  parameters:
7241 #  - "throughput"
7242 #  - "name"
7243 #  - "tags"
7244 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7245 #  x-axis: "X = CNFs per Service Chain"
7246 #  y-axis: "Y = Number of Service Chains"
7247 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7248 #  layout:
7249 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7250 #    layout: "plot-service-density"
7251 #
7252 #- type: "plot"
7253 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7254 #  algorithm: "plot_nf_heatmap"
7255 #  output-file-type: ".html"
7256 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7257 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7258 #  filter: "'NIC_Intel-XXV710' and
7259 #           'NF_DENSITY' and
7260 #           'DOCKER' and
7261 #           'CHAIN' and
7262 #           'NF_VPPIP4' and
7263 #           '64B' and
7264 #           '4T2C' and
7265 #           'NDRPDR'"
7266 #  parameters:
7267 #  - "throughput"
7268 #  - "name"
7269 #  - "tags"
7270 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7271 #  x-axis: "X = CNFs per Service Chain"
7272 #  y-axis: "Y = Number of Service Chains"
7273 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7274 #  layout:
7275 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7276 #    layout: "plot-service-density"
7277 #
7278 #- type: "plot"
7279 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7280 #  algorithm: "plot_nf_heatmap"
7281 #  output-file-type: ".html"
7282 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7283 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7284 #  filter: "'NIC_Intel-XXV710' and
7285 #           'NF_DENSITY' and
7286 #           'DOCKER' and
7287 #           'CHAIN' and
7288 #           'NF_VPPIP4' and
7289 #           '64B' and
7290 #           '8T4C' and
7291 #           'NDRPDR'"
7292 #  parameters:
7293 #  - "throughput"
7294 #  - "name"
7295 #  - "tags"
7296 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7297 #  x-axis: "X = CNFs per Service Chain"
7298 #  y-axis: "Y = Number of Service Chains"
7299 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7300 #  layout:
7301 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7302 #    layout: "plot-service-density"
7303 #
7304 ## Plots - NF Density - CSC - NDR IMIX
7305 #- type: "plot"
7306 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7307 #  algorithm: "plot_nf_heatmap"
7308 #  output-file-type: ".html"
7309 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7310 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7311 #  filter: "'NIC_Intel-XXV710' and
7312 #           'NF_DENSITY' and
7313 #           'DOCKER' and
7314 #           'CHAIN' and
7315 #           'NF_VPPIP4' and
7316 #           'IMIX' and
7317 #           '2T1C' and
7318 #           'NDRPDR'"
7319 #  parameters:
7320 #  - "throughput"
7321 #  - "name"
7322 #  - "tags"
7323 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7324 #  x-axis: "X = CNFs per Service Chain"
7325 #  y-axis: "Y = Number of Service Chains"
7326 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7327 #  layout:
7328 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7329 #    layout: "plot-service-density"
7330 #
7331 #- type: "plot"
7332 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7333 #  algorithm: "plot_nf_heatmap"
7334 #  output-file-type: ".html"
7335 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7336 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7337 #  filter: "'NIC_Intel-XXV710' and
7338 #           'NF_DENSITY' and
7339 #           'DOCKER' and
7340 #           'CHAIN' and
7341 #           'NF_VPPIP4' and
7342 #           'IMIX' and
7343 #           '4T2C' and
7344 #           'NDRPDR'"
7345 #  parameters:
7346 #  - "throughput"
7347 #  - "name"
7348 #  - "tags"
7349 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7350 #  x-axis: "X = CNFs per Service Chain"
7351 #  y-axis: "Y = Number of Service Chains"
7352 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7353 #  layout:
7354 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7355 #    layout: "plot-service-density"
7356 #
7357 #- type: "plot"
7358 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7359 #  algorithm: "plot_nf_heatmap"
7360 #  output-file-type: ".html"
7361 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7362 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7363 #  filter: "'NIC_Intel-XXV710' and
7364 #           'NF_DENSITY' and
7365 #           'DOCKER' and
7366 #           'CHAIN' and
7367 #           'NF_VPPIP4' and
7368 #           'IMIX' and
7369 #           '8T4C' and
7370 #           'NDRPDR'"
7371 #  parameters:
7372 #  - "throughput"
7373 #  - "name"
7374 #  - "tags"
7375 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7376 #  x-axis: "X = CNFs per Service Chain"
7377 #  y-axis: "Y = Number of Service Chains"
7378 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7379 #  layout:
7380 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7381 #    layout: "plot-service-density"
7382 #
7383 ## Plots - NF Density - CSC - PDR 64b
7384 #- type: "plot"
7385 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7386 #  algorithm: "plot_nf_heatmap"
7387 #  output-file-type: ".html"
7388 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7389 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7390 #  filter: "'NIC_Intel-XXV710' and
7391 #           'NF_DENSITY' and
7392 #           'DOCKER' and
7393 #           'CHAIN' and
7394 #           'NF_VPPIP4' and
7395 #           '64B' and
7396 #           '2T1C' and
7397 #           'NDRPDR'"
7398 #  parameters:
7399 #  - "throughput"
7400 #  - "name"
7401 #  - "tags"
7402 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7403 #  x-axis: "X = CNFs per Service Chain"
7404 #  y-axis: "Y = Number of Service Chains"
7405 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7406 #  layout:
7407 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7408 #    layout: "plot-service-density"
7409 #
7410 #- type: "plot"
7411 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7412 #  algorithm: "plot_nf_heatmap"
7413 #  output-file-type: ".html"
7414 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7415 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7416 #  filter: "'NIC_Intel-XXV710' and
7417 #           'NF_DENSITY' and
7418 #           'DOCKER' and
7419 #           'CHAIN' and
7420 #           'NF_VPPIP4' and
7421 #           '64B' and
7422 #           '4T2C' and
7423 #           'NDRPDR'"
7424 #  parameters:
7425 #  - "throughput"
7426 #  - "name"
7427 #  - "tags"
7428 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7429 #  x-axis: "X = CNFs per Service Chain"
7430 #  y-axis: "Y = Number of Service Chains"
7431 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7432 #  layout:
7433 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7434 #    layout: "plot-service-density"
7435 #
7436 #- type: "plot"
7437 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7438 #  algorithm: "plot_nf_heatmap"
7439 #  output-file-type: ".html"
7440 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7441 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7442 #  filter: "'NIC_Intel-XXV710' and
7443 #           'NF_DENSITY' and
7444 #           'DOCKER' and
7445 #           'CHAIN' and
7446 #           'NF_VPPIP4' and
7447 #           '64B' and
7448 #           '8T4C' and
7449 #           'NDRPDR'"
7450 #  parameters:
7451 #  - "throughput"
7452 #  - "name"
7453 #  - "tags"
7454 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7455 #  x-axis: "X = CNFs per Service Chain"
7456 #  y-axis: "Y = Number of Service Chains"
7457 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7458 #  layout:
7459 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7460 #    layout: "plot-service-density"
7461 #
7462 ## Plots - NF Density - CSC - PDR IMIX
7463 #- type: "plot"
7464 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7465 #  algorithm: "plot_nf_heatmap"
7466 #  output-file-type: ".html"
7467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7468 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7469 #  filter: "'NIC_Intel-XXV710' and
7470 #           'NF_DENSITY' and
7471 #           'DOCKER' and
7472 #           'CHAIN' and
7473 #           'NF_VPPIP4' and
7474 #           'IMIX' and
7475 #           '2T1C' and
7476 #           'NDRPDR'"
7477 #  parameters:
7478 #  - "throughput"
7479 #  - "name"
7480 #  - "tags"
7481 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7482 #  x-axis: "X = CNFs per Service Chain"
7483 #  y-axis: "Y = Number of Service Chains"
7484 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7485 #  layout:
7486 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7487 #    layout: "plot-service-density"
7488 #
7489 #- type: "plot"
7490 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7491 #  algorithm: "plot_nf_heatmap"
7492 #  output-file-type: ".html"
7493 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7494 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7495 #  filter: "'NIC_Intel-XXV710' and
7496 #           'NF_DENSITY' and
7497 #           'DOCKER' and
7498 #           'CHAIN' and
7499 #           'NF_VPPIP4' and
7500 #           'IMIX' and
7501 #           '4T2C' and
7502 #           'NDRPDR'"
7503 #  parameters:
7504 #  - "throughput"
7505 #  - "name"
7506 #  - "tags"
7507 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7508 #  x-axis: "X = CNFs per Service Chain"
7509 #  y-axis: "Y = Number of Service Chains"
7510 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7511 #  layout:
7512 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7513 #    layout: "plot-service-density"
7514 #
7515 #- type: "plot"
7516 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7517 #  algorithm: "plot_nf_heatmap"
7518 #  output-file-type: ".html"
7519 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7520 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7521 #  filter: "'NIC_Intel-XXV710' and
7522 #           'NF_DENSITY' and
7523 #           'DOCKER' and
7524 #           'CHAIN' and
7525 #           'NF_VPPIP4' and
7526 #           'IMIX' and
7527 #           '8T4C' and
7528 #           'NDRPDR'"
7529 #  parameters:
7530 #  - "throughput"
7531 #  - "name"
7532 #  - "tags"
7533 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7534 #  x-axis: "X = CNFs per Service Chain"
7535 #  y-axis: "Y = Number of Service Chains"
7536 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7537 #  layout:
7538 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7539 #    layout: "plot-service-density"
7540 #
7541 ################################################################################
7542 #
7543 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7544 #- type: "plot"
7545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7546 #  algorithm: "plot_nf_heatmap"
7547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7548 #  data: "plot-vpp-nfv-3n-skx-mrr"
7549 #  filter: "'NIC_Intel-XXV710' and
7550 #           'NF_DENSITY' and
7551 #           'DOCKER' and
7552 #           'CHAIN' and
7553 #           'NF_VPPIP4' and
7554 #           'IPSEC' and
7555 #           'TNL_4' and
7556 #           'IMIX' and
7557 #           '2T1C' and
7558 #           'MRR'"
7559 #  parameters:
7560 #  - "result"
7561 #  - "name"
7562 #  - "tags"
7563 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7564 #  x-axis: "X = CNFs per Service Chain"
7565 #  y-axis: "Y = Number of Service Chains"
7566 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7567 #  layout:
7568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7569 #    layout: "plot-service-density"
7570 #
7571 #- type: "plot"
7572 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7573 #  algorithm: "plot_nf_heatmap"
7574 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7575 #  data: "plot-vpp-nfv-3n-skx-mrr"
7576 #  filter: "'NIC_Intel-XXV710' and
7577 #           'NF_DENSITY' and
7578 #           'DOCKER' and
7579 #           'CHAIN' and
7580 #           'NF_VPPIP4' and
7581 #           'IPSEC' and
7582 #           'TNL_4' and
7583 #           'IMIX' and
7584 #           '4T2C' and
7585 #           'MRR'"
7586 #  parameters:
7587 #  - "result"
7588 #  - "name"
7589 #  - "tags"
7590 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7591 #  x-axis: "X = CNFs per Service Chain"
7592 #  y-axis: "Y = Number of Service Chains"
7593 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7594 #  layout:
7595 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7596 #    layout: "plot-service-density"
7597 #
7598 #- type: "plot"
7599 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7600 #  algorithm: "plot_nf_heatmap"
7601 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7602 #  data: "plot-vpp-nfv-3n-skx-mrr"
7603 #  filter: "'NIC_Intel-XXV710' and
7604 #           'NF_DENSITY' and
7605 #           'DOCKER' and
7606 #           'CHAIN' and
7607 #           'NF_VPPIP4' and
7608 #           'IPSEC' and
7609 #           'TNL_4' and
7610 #           'IMIX' and
7611 #           '8T4C' and
7612 #           'MRR'"
7613 #  parameters:
7614 #  - "result"
7615 #  - "name"
7616 #  - "tags"
7617 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7618 #  x-axis: "X = CNFs per Service Chain"
7619 #  y-axis: "Y = Number of Service Chains"
7620 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7621 #  layout:
7622 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7623 #    layout: "plot-service-density"
7624 #
7625 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7626 #- type: "plot"
7627 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7628 #  algorithm: "plot_nf_heatmap"
7629 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7630 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7631 #  filter: "'NIC_Intel-XXV710' and
7632 #           'NF_DENSITY' and
7633 #           'DOCKER' and
7634 #           'CHAIN' and
7635 #           'NF_VPPIP4' and
7636 #           'IPSEC' and
7637 #           'TNL_4' and
7638 #           'IMIX' and
7639 #           '2T1C' and
7640 #           'NDRPDR'"
7641 #  parameters:
7642 #  - "throughput"
7643 #  - "name"
7644 #  - "tags"
7645 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7646 #  x-axis: "X = CNFs per Service Chain"
7647 #  y-axis: "Y = Number of Service Chains"
7648 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7649 #  layout:
7650 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7651 #    layout: "plot-service-density"
7652 #
7653 #- type: "plot"
7654 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7655 #  algorithm: "plot_nf_heatmap"
7656 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7657 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7658 #  filter: "'NIC_Intel-XXV710' and
7659 #           'NF_DENSITY' and
7660 #           'DOCKER' and
7661 #           'CHAIN' and
7662 #           'NF_VPPIP4' and
7663 #           'IPSEC' and
7664 #           'TNL_4' and
7665 #           'IMIX' and
7666 #           '4T2C' and
7667 #           'NDRPDR'"
7668 #  parameters:
7669 #  - "throughput"
7670 #  - "name"
7671 #  - "tags"
7672 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7673 #  x-axis: "X = CNFs per Service Chain"
7674 #  y-axis: "Y = Number of Service Chains"
7675 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7676 #  layout:
7677 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7678 #    layout: "plot-service-density"
7679 #
7680 #- type: "plot"
7681 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7682 #  algorithm: "plot_nf_heatmap"
7683 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7684 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7685 #  filter: "'NIC_Intel-XXV710' and
7686 #           'NF_DENSITY' and
7687 #           'DOCKER' and
7688 #           'CHAIN' and
7689 #           'NF_VPPIP4' and
7690 #           'IPSEC' and
7691 #           'TNL_4' and
7692 #           'IMIX' and
7693 #           '8T4C' and
7694 #           'NDRPDR'"
7695 #  parameters:
7696 #  - "throughput"
7697 #  - "name"
7698 #  - "tags"
7699 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7700 #  x-axis: "X = CNFs per Service Chain"
7701 #  y-axis: "Y = Number of Service Chains"
7702 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7703 #  layout:
7704 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7705 #    layout: "plot-service-density"
7706 #
7707 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7708 #- type: "plot"
7709 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7710 #  algorithm: "plot_nf_heatmap"
7711 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7712 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7713 #  filter: "'NIC_Intel-XXV710' and
7714 #           'NF_DENSITY' and
7715 #           'DOCKER' and
7716 #           'CHAIN' and
7717 #           'NF_VPPIP4' and
7718 #           'IPSEC' and
7719 #           'TNL_4' and
7720 #           'IMIX' and
7721 #           '2T1C' and
7722 #           'NDRPDR'"
7723 #  parameters:
7724 #  - "throughput"
7725 #  - "name"
7726 #  - "tags"
7727 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7728 #  x-axis: "X = CNFs per Service Chain"
7729 #  y-axis: "Y = Number of Service Chains"
7730 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7731 #  layout:
7732 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7733 #    layout: "plot-service-density"
7734 #
7735 #- type: "plot"
7736 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7737 #  algorithm: "plot_nf_heatmap"
7738 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7739 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7740 #  filter: "'NIC_Intel-XXV710' and
7741 #           'NF_DENSITY' and
7742 #           'DOCKER' and
7743 #           'CHAIN' and
7744 #           'NF_VPPIP4' and
7745 #           'IPSEC' and
7746 #           'TNL_4' and
7747 #           'IMIX' and
7748 #           '4T2C' and
7749 #           'NDRPDR'"
7750 #  parameters:
7751 #  - "throughput"
7752 #  - "name"
7753 #  - "tags"
7754 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7755 #  x-axis: "X = CNFs per Service Chain"
7756 #  y-axis: "Y = Number of Service Chains"
7757 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7758 #  layout:
7759 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7760 #    layout: "plot-service-density"
7761 #
7762 #- type: "plot"
7763 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7764 #  algorithm: "plot_nf_heatmap"
7765 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7766 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
7767 #  filter: "'NIC_Intel-XXV710' and
7768 #           'NF_DENSITY' and
7769 #           'DOCKER' and
7770 #           'CHAIN' and
7771 #           'NF_VPPIP4' and
7772 #           'IPSEC' and
7773 #           'TNL_4' and
7774 #           'IMIX' and
7775 #           '8T4C' and
7776 #           'NDRPDR'"
7777 #  parameters:
7778 #  - "throughput"
7779 #  - "name"
7780 #  - "tags"
7781 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7782 #  x-axis: "X = CNFs per Service Chain"
7783 #  y-axis: "Y = Number of Service Chains"
7784 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7785 #  layout:
7786 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7787 #    layout: "plot-service-density"
7788
7789 ###############################################################################
7790
7791 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7792 - type: "plot"
7793   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7794   algorithm: "plot_nf_heatmap"
7795   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7796   data: "plot-vpp-nfv-3n-hsw-mrr"
7797   filter: "'NIC_Intel-XL710' and
7798            'NF_DENSITY' and
7799            'DOCKER' and
7800            'CHAIN' and
7801            'NF_VPPIP4' and
7802            'IMIX' and
7803            'TNL_4' and
7804            '1T1C' and
7805            'MRR'"
7806   parameters:
7807   - "result"
7808   - "name"
7809   - "tags"
7810   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7811   x-axis: "X = CNFs per Service Chain"
7812   y-axis: "Y = Number of Service Chains"
7813   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7814   layout:
7815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7816     layout: "plot-service-density"
7817
7818 - type: "plot"
7819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7820   algorithm: "plot_nf_heatmap"
7821   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7822   data: "plot-vpp-nfv-3n-hsw-mrr"
7823   filter: "'NIC_Intel-XL710' and
7824            'NF_DENSITY' and
7825            'DOCKER' and
7826            'CHAIN' and
7827            'NF_VPPIP4' and
7828            'IPSEC' and
7829            'TNL_4' and
7830            'IMIX' and
7831            '2T2C' and
7832            'MRR'"
7833   parameters:
7834   - "result"
7835   - "name"
7836   - "tags"
7837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7838   x-axis: "X = CNFs per Service Chain"
7839   y-axis: "Y = Number of Service Chains"
7840   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7841   layout:
7842     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7843     layout: "plot-service-density"
7844
7845 - type: "plot"
7846   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7847   algorithm: "plot_nf_heatmap"
7848   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7849   data: "plot-vpp-nfv-3n-hsw-mrr"
7850   filter: "'NIC_Intel-XL710' and
7851            'NF_DENSITY' and
7852            'DOCKER' and
7853            'CHAIN' and
7854            'NF_VPPIP4' and
7855            'IPSEC' and
7856            'TNL_4' and
7857            'IMIX' and
7858            '4T4C' and
7859            'MRR'"
7860   parameters:
7861   - "result"
7862   - "name"
7863   - "tags"
7864   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7865   x-axis: "X = CNFs per Service Chain"
7866   y-axis: "Y = Number of Service Chains"
7867   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7868   layout:
7869     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7870     layout: "plot-service-density"
7871
7872 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7873 - type: "plot"
7874   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7875   algorithm: "plot_nf_heatmap"
7876   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7877   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7878   filter: "'NIC_Intel-XL710' and
7879            'NF_DENSITY' and
7880            'DOCKER' and
7881            'CHAIN' and
7882            'NF_VPPIP4' and
7883            'IPSEC' and
7884            'TNL_4' and
7885            'IMIX' and
7886            '1T1C' and
7887            'NDRPDR'"
7888   parameters:
7889   - "throughput"
7890   - "name"
7891   - "tags"
7892   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7893   x-axis: "X = CNFs per Service Chain"
7894   y-axis: "Y = Number of Service Chains"
7895   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7896   layout:
7897     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7898     layout: "plot-service-density"
7899
7900 - type: "plot"
7901   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7902   algorithm: "plot_nf_heatmap"
7903   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7904   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7905   filter: "'NIC_Intel-XL710' and
7906            'NF_DENSITY' and
7907            'DOCKER' and
7908            'CHAIN' and
7909            'NF_VPPIP4' and
7910            'IPSEC' and
7911            'TNL_4' and
7912            'IMIX' and
7913            '2T2C' and
7914            'NDRPDR'"
7915   parameters:
7916   - "throughput"
7917   - "name"
7918   - "tags"
7919   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7920   x-axis: "X = CNFs per Service Chain"
7921   y-axis: "Y = Number of Service Chains"
7922   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7923   layout:
7924     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7925     layout: "plot-service-density"
7926
7927 - type: "plot"
7928   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7929   algorithm: "plot_nf_heatmap"
7930   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7931   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7932   filter: "'NIC_Intel-XL710' and
7933            'NF_DENSITY' and
7934            'DOCKER' and
7935            'CHAIN' and
7936            'NF_VPPIP4' and
7937            'IPSEC' and
7938            'TNL_4' and
7939            'IMIX' and
7940            '4T4C' and
7941            'NDRPDR'"
7942   parameters:
7943   - "throughput"
7944   - "name"
7945   - "tags"
7946   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7947   x-axis: "X = CNFs per Service Chain"
7948   y-axis: "Y = Number of Service Chains"
7949   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7950   layout:
7951     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7952     layout: "plot-service-density"
7953
7954 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7955 - type: "plot"
7956   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7957   algorithm: "plot_nf_heatmap"
7958   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7959   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7960   filter: "'NIC_Intel-XL710' and
7961            'NF_DENSITY' and
7962            'DOCKER' and
7963            'CHAIN' and
7964            'NF_VPPIP4' and
7965            'IPSEC' and
7966            'TNL_4' and
7967            'IMIX' and
7968            '1T1C' and
7969            'NDRPDR'"
7970   parameters:
7971   - "throughput"
7972   - "name"
7973   - "tags"
7974   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7975   x-axis: "X = CNFs per Service Chain"
7976   y-axis: "Y = Number of Service Chains"
7977   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7978   layout:
7979     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7980     layout: "plot-service-density"
7981
7982 - type: "plot"
7983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7984   algorithm: "plot_nf_heatmap"
7985   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
7986   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7987   filter: "'NIC_Intel-XL710' and
7988            'NF_DENSITY' and
7989            'DOCKER' and
7990            'CHAIN' and
7991            'NF_VPPIP4' and
7992            'IPSEC' and
7993            'TNL_4' and
7994            'IMIX' and
7995            '2T2C' and
7996            'NDRPDR'"
7997   parameters:
7998   - "throughput"
7999   - "name"
8000   - "tags"
8001   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8002   x-axis: "X = CNFs per Service Chain"
8003   y-axis: "Y = Number of Service Chains"
8004   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8005   layout:
8006     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8007     layout: "plot-service-density"
8008
8009 - type: "plot"
8010   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8011   algorithm: "plot_nf_heatmap"
8012   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8013   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8014   filter: "'NIC_Intel-XL710' and
8015            'NF_DENSITY' and
8016            'DOCKER' and
8017            'CHAIN' and
8018            'NF_VPPIP4' and
8019            'IPSEC' and
8020            'TNL_4' and
8021            'IMIX' and
8022            '4T4C' and
8023            'NDRPDR'"
8024   parameters:
8025   - "throughput"
8026   - "name"
8027   - "tags"
8028   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8029   x-axis: "X = CNFs per Service Chain"
8030   y-axis: "Y = Number of Service Chains"
8031   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8032   layout:
8033     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8034     layout: "plot-service-density"
8035
8036 ###############################################################################
8037
8038 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8039 #- type: "plot"
8040 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8041 #  algorithm: "plot_nf_heatmap"
8042 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8043 #  data: "plot-vpp-nfv-3n-skx-mrr"
8044 #  filter: "'NIC_Intel-XXV710' and
8045 #           'NF_DENSITY' and
8046 #           'DOCKER' and
8047 #           'CHAIN' and
8048 #           'NF_VPPIP4' and
8049 #           'IPSEC' and
8050 #           'TNL_1000' and
8051 #           'IMIX' and
8052 #           '2T1C' and
8053 #           'MRR'"
8054 #  parameters:
8055 #  - "result"
8056 #  - "name"
8057 #  - "tags"
8058 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8059 #  x-axis: "X = CNFs per Service Chain"
8060 #  y-axis: "Y = Number of Service Chains"
8061 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8062 #  layout:
8063 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8064 #    layout: "plot-service-density"
8065 #
8066 #- type: "plot"
8067 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8068 #  algorithm: "plot_nf_heatmap"
8069 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8070 #  data: "plot-vpp-nfv-3n-skx-mrr"
8071 #  filter: "'NIC_Intel-XXV710' and
8072 #           'NF_DENSITY' and
8073 #           'DOCKER' and
8074 #           'CHAIN' and
8075 #           'NF_VPPIP4' and
8076 #           'IPSEC' and
8077 #           'TNL_1000' and
8078 #           'IMIX' and
8079 #           '4T2C' and
8080 #           'MRR'"
8081 #  parameters:
8082 #  - "result"
8083 #  - "name"
8084 #  - "tags"
8085 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8086 #  x-axis: "X = CNFs per Service Chain"
8087 #  y-axis: "Y = Number of Service Chains"
8088 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8089 #  layout:
8090 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8091 #    layout: "plot-service-density"
8092 #
8093 #- type: "plot"
8094 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8095 #  algorithm: "plot_nf_heatmap"
8096 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8097 #  data: "plot-vpp-nfv-3n-skx-mrr"
8098 #  filter: "'NIC_Intel-XXV710' and
8099 #           'NF_DENSITY' and
8100 #           'DOCKER' and
8101 #           'CHAIN' and
8102 #           'NF_VPPIP4' and
8103 #           'IPSEC' and
8104 #           'TNL_1000' and
8105 #           'IMIX' and
8106 #           '8T4C' and
8107 #           'MRR'"
8108 #  parameters:
8109 #  - "result"
8110 #  - "name"
8111 #  - "tags"
8112 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8113 #  x-axis: "X = CNFs per Service Chain"
8114 #  y-axis: "Y = Number of Service Chains"
8115 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8116 #  layout:
8117 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8118 #    layout: "plot-service-density"
8119 #
8120 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8121 #- type: "plot"
8122 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8123 #  algorithm: "plot_nf_heatmap"
8124 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8125 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8126 #  filter: "'NIC_Intel-XXV710' and
8127 #           'NF_DENSITY' and
8128 #           'DOCKER' and
8129 #           'CHAIN' and
8130 #           'NF_VPPIP4' and
8131 #           'IPSEC' and
8132 #           'TNL_1000' and
8133 #           'IMIX' and
8134 #           '2T1C' and
8135 #           'NDRPDR'"
8136 #  parameters:
8137 #  - "throughput"
8138 #  - "name"
8139 #  - "tags"
8140 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8141 #  x-axis: "X = CNFs per Service Chain"
8142 #  y-axis: "Y = Number of Service Chains"
8143 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8144 #  layout:
8145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8146 #    layout: "plot-service-density"
8147 #
8148 #- type: "plot"
8149 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8150 #  algorithm: "plot_nf_heatmap"
8151 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8152 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8153 #  filter: "'NIC_Intel-XXV710' and
8154 #           'NF_DENSITY' and
8155 #           'DOCKER' and
8156 #           'CHAIN' and
8157 #           'NF_VPPIP4' and
8158 #           'IPSEC' and
8159 #           'TNL_1000' and
8160 #           'IMIX' and
8161 #           '4T2C' and
8162 #           'NDRPDR'"
8163 #  parameters:
8164 #  - "throughput"
8165 #  - "name"
8166 #  - "tags"
8167 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8168 #  x-axis: "X = CNFs per Service Chain"
8169 #  y-axis: "Y = Number of Service Chains"
8170 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8171 #  layout:
8172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8173 #    layout: "plot-service-density"
8174 #
8175 #- type: "plot"
8176 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8177 #  algorithm: "plot_nf_heatmap"
8178 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8179 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8180 #  filter: "'NIC_Intel-XXV710' and
8181 #           'NF_DENSITY' and
8182 #           'DOCKER' and
8183 #           'CHAIN' and
8184 #           'NF_VPPIP4' and
8185 #           'IPSEC' and
8186 #           'TNL_1000' and
8187 #           'IMIX' and
8188 #           '8T4C' and
8189 #           'NDRPDR'"
8190 #  parameters:
8191 #  - "throughput"
8192 #  - "name"
8193 #  - "tags"
8194 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8195 #  x-axis: "X = CNFs per Service Chain"
8196 #  y-axis: "Y = Number of Service Chains"
8197 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8198 #  layout:
8199 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8200 #    layout: "plot-service-density"
8201 #
8202 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8203 #- type: "plot"
8204 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8205 #  algorithm: "plot_nf_heatmap"
8206 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8207 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8208 #  filter: "'NIC_Intel-XXV710' and
8209 #           'NF_DENSITY' and
8210 #           'DOCKER' and
8211 #           'CHAIN' and
8212 #           'NF_VPPIP4' and
8213 #           'IPSEC' and
8214 #           'TNL_1000' and
8215 #           'IMIX' and
8216 #           '2T1C' and
8217 #           'NDRPDR'"
8218 #  parameters:
8219 #  - "throughput"
8220 #  - "name"
8221 #  - "tags"
8222 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8223 #  x-axis: "X = CNFs per Service Chain"
8224 #  y-axis: "Y = Number of Service Chains"
8225 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8226 #  layout:
8227 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8228 #    layout: "plot-service-density"
8229 #
8230 #- type: "plot"
8231 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8232 #  algorithm: "plot_nf_heatmap"
8233 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8234 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8235 #  filter: "'NIC_Intel-XXV710' and
8236 #           'NF_DENSITY' and
8237 #           'DOCKER' and
8238 #           'CHAIN' and
8239 #           'NF_VPPIP4' and
8240 #           'IPSEC' and
8241 #           'TNL_1000' and
8242 #           'IMIX' and
8243 #           '4T2C' and
8244 #           'NDRPDR'"
8245 #  parameters:
8246 #  - "throughput"
8247 #  - "name"
8248 #  - "tags"
8249 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8250 #  x-axis: "X = CNFs per Service Chain"
8251 #  y-axis: "Y = Number of Service Chains"
8252 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8253 #  layout:
8254 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8255 #    layout: "plot-service-density"
8256 #
8257 #- type: "plot"
8258 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8259 #  algorithm: "plot_nf_heatmap"
8260 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8261 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8262 #  filter: "'NIC_Intel-XXV710' and
8263 #           'NF_DENSITY' and
8264 #           'DOCKER' and
8265 #           'CHAIN' and
8266 #           'NF_VPPIP4' and
8267 #           'IPSEC' and
8268 #           'TNL_1000' and
8269 #           'IMIX' and
8270 #           '8T4C' and
8271 #           'NDRPDR'"
8272 #  parameters:
8273 #  - "throughput"
8274 #  - "name"
8275 #  - "tags"
8276 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8277 #  x-axis: "X = CNFs per Service Chain"
8278 #  y-axis: "Y = Number of Service Chains"
8279 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8280 #  layout:
8281 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8282 #    layout: "plot-service-density"
8283
8284 ###############################################################################
8285
8286 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8287 - type: "plot"
8288   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8289   algorithm: "plot_nf_heatmap"
8290   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8291   data: "plot-vpp-nfv-3n-hsw-mrr"
8292   filter: "'NIC_Intel-XL710' and
8293            'NF_DENSITY' and
8294            'DOCKER' and
8295            'CHAIN' and
8296            'NF_VPPIP4' and
8297            'IMIX' and
8298            'TNL_1000' and
8299            '1T1C' and
8300            'MRR'"
8301   parameters:
8302   - "result"
8303   - "name"
8304   - "tags"
8305   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8306   x-axis: "X = CNFs per Service Chain"
8307   y-axis: "Y = Number of Service Chains"
8308   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8309   layout:
8310     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8311     layout: "plot-service-density"
8312
8313 - type: "plot"
8314   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8315   algorithm: "plot_nf_heatmap"
8316   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8317   data: "plot-vpp-nfv-3n-hsw-mrr"
8318   filter: "'NIC_Intel-XL710' and
8319            'NF_DENSITY' and
8320            'DOCKER' and
8321            'CHAIN' and
8322            'NF_VPPIP4' and
8323            'IPSEC' and
8324            'TNL_1000' and
8325            'IMIX' and
8326            '2T2C' and
8327            'MRR'"
8328   parameters:
8329   - "result"
8330   - "name"
8331   - "tags"
8332   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8333   x-axis: "X = CNFs per Service Chain"
8334   y-axis: "Y = Number of Service Chains"
8335   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8336   layout:
8337     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8338     layout: "plot-service-density"
8339
8340 - type: "plot"
8341   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8342   algorithm: "plot_nf_heatmap"
8343   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8344   data: "plot-vpp-nfv-3n-hsw-mrr"
8345   filter: "'NIC_Intel-XL710' and
8346            'NF_DENSITY' and
8347            'DOCKER' and
8348            'CHAIN' and
8349            'NF_VPPIP4' and
8350            'IPSEC' and
8351            'TNL_1000' and
8352            'IMIX' and
8353            '4T4C' and
8354            'MRR'"
8355   parameters:
8356   - "result"
8357   - "name"
8358   - "tags"
8359   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8360   x-axis: "X = CNFs per Service Chain"
8361   y-axis: "Y = Number of Service Chains"
8362   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8363   layout:
8364     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8365     layout: "plot-service-density"
8366
8367 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8368 - type: "plot"
8369   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8370   algorithm: "plot_nf_heatmap"
8371   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8372   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8373   filter: "'NIC_Intel-XL710' and
8374            'NF_DENSITY' and
8375            'DOCKER' and
8376            'CHAIN' and
8377            'NF_VPPIP4' and
8378            'IPSEC' and
8379            'TNL_1000' and
8380            'IMIX' and
8381            '1T1C' and
8382            'NDRPDR'"
8383   parameters:
8384   - "throughput"
8385   - "name"
8386   - "tags"
8387   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8388   x-axis: "X = CNFs per Service Chain"
8389   y-axis: "Y = Number of Service Chains"
8390   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8391   layout:
8392     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8393     layout: "plot-service-density"
8394
8395 - type: "plot"
8396   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8397   algorithm: "plot_nf_heatmap"
8398   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8399   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8400   filter: "'NIC_Intel-XL710' and
8401            'NF_DENSITY' and
8402            'DOCKER' and
8403            'CHAIN' and
8404            'NF_VPPIP4' and
8405            'IPSEC' and
8406            'TNL_1000' and
8407            'IMIX' and
8408            '2T2C' and
8409            'NDRPDR'"
8410   parameters:
8411   - "throughput"
8412   - "name"
8413   - "tags"
8414   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8415   x-axis: "X = CNFs per Service Chain"
8416   y-axis: "Y = Number of Service Chains"
8417   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8418   layout:
8419     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8420     layout: "plot-service-density"
8421
8422 - type: "plot"
8423   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8424   algorithm: "plot_nf_heatmap"
8425   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8426   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8427   filter: "'NIC_Intel-XL710' and
8428            'NF_DENSITY' and
8429            'DOCKER' and
8430            'CHAIN' and
8431            'NF_VPPIP4' and
8432            'IPSEC' and
8433            'TNL_1000' and
8434            'IMIX' and
8435            '4T4C' and
8436            'NDRPDR'"
8437   parameters:
8438   - "throughput"
8439   - "name"
8440   - "tags"
8441   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8442   x-axis: "X = CNFs per Service Chain"
8443   y-axis: "Y = Number of Service Chains"
8444   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8445   layout:
8446     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8447     layout: "plot-service-density"
8448
8449 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8450 - type: "plot"
8451   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8452   algorithm: "plot_nf_heatmap"
8453   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8454   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8455   filter: "'NIC_Intel-XL710' and
8456            'NF_DENSITY' and
8457            'DOCKER' and
8458            'CHAIN' and
8459            'NF_VPPIP4' and
8460            'IPSEC' and
8461            'TNL_1000' and
8462            'IMIX' and
8463            '1T1C' and
8464            'NDRPDR'"
8465   parameters:
8466   - "throughput"
8467   - "name"
8468   - "tags"
8469   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8470   x-axis: "X = CNFs per Service Chain"
8471   y-axis: "Y = Number of Service Chains"
8472   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8473   layout:
8474     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8475     layout: "plot-service-density"
8476
8477 - type: "plot"
8478   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8479   algorithm: "plot_nf_heatmap"
8480   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8481   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8482   filter: "'NIC_Intel-XL710' and
8483            'NF_DENSITY' and
8484            'DOCKER' and
8485            'CHAIN' and
8486            'NF_VPPIP4' and
8487            'IPSEC' and
8488            'TNL_1000' and
8489            'IMIX' and
8490            '2T2C' and
8491            'NDRPDR'"
8492   parameters:
8493   - "throughput"
8494   - "name"
8495   - "tags"
8496   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8497   x-axis: "X = CNFs per Service Chain"
8498   y-axis: "Y = Number of Service Chains"
8499   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8500   layout:
8501     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8502     layout: "plot-service-density"
8503
8504 - type: "plot"
8505   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8506   algorithm: "plot_nf_heatmap"
8507   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8508   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8509   filter: "'NIC_Intel-XL710' and
8510            'NF_DENSITY' and
8511            'DOCKER' and
8512            'CHAIN' and
8513            'NF_VPPIP4' and
8514            'IPSEC' and
8515            'TNL_1000' and
8516            'IMIX' and
8517            '4T4C' and
8518            'NDRPDR'"
8519   parameters:
8520   - "throughput"
8521   - "name"
8522   - "tags"
8523   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8524   x-axis: "X = CNFs per Service Chain"
8525   y-axis: "Y = Number of Service Chains"
8526   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8527   layout:
8528     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8529     layout: "plot-service-density"
8530
8531 ###############################################################################
8532
8533 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8534 #- type: "plot"
8535 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8536 #  algorithm: "plot_nf_heatmap"
8537 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8538 #  data: "plot-vpp-nfv-3n-skx-mrr"
8539 #  filter: "'NIC_Intel-XXV710' and
8540 #           'NF_DENSITY' and
8541 #           'DOCKER' and
8542 #           'CHAIN' and
8543 #           'NF_VPPIP4' and
8544 #           'IPSEC' and
8545 #           'TNL_10000' and
8546 #           'IMIX' and
8547 #           '2T1C' and
8548 #           'MRR'"
8549 #  parameters:
8550 #  - "result"
8551 #  - "name"
8552 #  - "tags"
8553 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8554 #  x-axis: "X = CNFs per Service Chain"
8555 #  y-axis: "Y = Number of Service Chains"
8556 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8557 #  layout:
8558 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8559 #    layout: "plot-service-density"
8560 #
8561 #- type: "plot"
8562 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8563 #  algorithm: "plot_nf_heatmap"
8564 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8565 #  data: "plot-vpp-nfv-3n-skx-mrr"
8566 #  filter: "'NIC_Intel-XXV710' and
8567 #           'NF_DENSITY' and
8568 #           'DOCKER' and
8569 #           'CHAIN' and
8570 #           'NF_VPPIP4' and
8571 #           'IPSEC' and
8572 #           'TNL_10000' and
8573 #           'IMIX' and
8574 #           '4T2C' and
8575 #           'MRR'"
8576 #  parameters:
8577 #  - "result"
8578 #  - "name"
8579 #  - "tags"
8580 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8581 #  x-axis: "X = CNFs per Service Chain"
8582 #  y-axis: "Y = Number of Service Chains"
8583 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8584 #  layout:
8585 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8586 #    layout: "plot-service-density"
8587 #
8588 #- type: "plot"
8589 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8590 #  algorithm: "plot_nf_heatmap"
8591 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8592 #  data: "plot-vpp-nfv-3n-skx-mrr"
8593 #  filter: "'NIC_Intel-XXV710' and
8594 #           'NF_DENSITY' and
8595 #           'DOCKER' and
8596 #           'CHAIN' and
8597 #           'NF_VPPIP4' and
8598 #           'IPSEC' and
8599 #           'TNL_10000' and
8600 #           'IMIX' and
8601 #           '8T4C' and
8602 #           'MRR'"
8603 #  parameters:
8604 #  - "result"
8605 #  - "name"
8606 #  - "tags"
8607 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8608 #  x-axis: "X = CNFs per Service Chain"
8609 #  y-axis: "Y = Number of Service Chains"
8610 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8611 #  layout:
8612 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8613 #    layout: "plot-service-density"
8614 #
8615 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8616 #- type: "plot"
8617 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8618 #  algorithm: "plot_nf_heatmap"
8619 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8620 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8621 #  filter: "'NIC_Intel-XXV710' and
8622 #           'NF_DENSITY' and
8623 #           'DOCKER' and
8624 #           'CHAIN' and
8625 #           'NF_VPPIP4' and
8626 #           'IPSEC' and
8627 #           'TNL_10000' and
8628 #           'IMIX' and
8629 #           '2T1C' and
8630 #           'NDRPDR'"
8631 #  parameters:
8632 #  - "throughput"
8633 #  - "name"
8634 #  - "tags"
8635 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8636 #  x-axis: "X = CNFs per Service Chain"
8637 #  y-axis: "Y = Number of Service Chains"
8638 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8639 #  layout:
8640 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8641 #    layout: "plot-service-density"
8642 #
8643 #- type: "plot"
8644 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8645 #  algorithm: "plot_nf_heatmap"
8646 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8647 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8648 #  filter: "'NIC_Intel-XXV710' and
8649 #           'NF_DENSITY' and
8650 #           'DOCKER' and
8651 #           'CHAIN' and
8652 #           'NF_VPPIP4' and
8653 #           'IPSEC' and
8654 #           'TNL_10000' and
8655 #           'IMIX' and
8656 #           '4T2C' and
8657 #           'NDRPDR'"
8658 #  parameters:
8659 #  - "throughput"
8660 #  - "name"
8661 #  - "tags"
8662 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8663 #  x-axis: "X = CNFs per Service Chain"
8664 #  y-axis: "Y = Number of Service Chains"
8665 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8666 #  layout:
8667 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8668 #    layout: "plot-service-density"
8669 #
8670 #- type: "plot"
8671 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8672 #  algorithm: "plot_nf_heatmap"
8673 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8674 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8675 #  filter: "'NIC_Intel-XXV710' and
8676 #           'NF_DENSITY' and
8677 #           'DOCKER' and
8678 #           'CHAIN' and
8679 #           'NF_VPPIP4' and
8680 #           'IPSEC' and
8681 #           'TNL_10000' and
8682 #           'IMIX' and
8683 #           '8T4C' and
8684 #           'NDRPDR'"
8685 #  parameters:
8686 #  - "throughput"
8687 #  - "name"
8688 #  - "tags"
8689 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8690 #  x-axis: "X = CNFs per Service Chain"
8691 #  y-axis: "Y = Number of Service Chains"
8692 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8693 #  layout:
8694 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8695 #    layout: "plot-service-density"
8696 #
8697 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8698 #- type: "plot"
8699 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8700 #  algorithm: "plot_nf_heatmap"
8701 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8702 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8703 #  filter: "'NIC_Intel-XXV710' and
8704 #           'NF_DENSITY' and
8705 #           'DOCKER' and
8706 #           'CHAIN' and
8707 #           'NF_VPPIP4' and
8708 #           'IPSEC' and
8709 #           'TNL_10000' and
8710 #           'IMIX' and
8711 #           '2T1C' and
8712 #           'NDRPDR'"
8713 #  parameters:
8714 #  - "throughput"
8715 #  - "name"
8716 #  - "tags"
8717 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8718 #  x-axis: "X = CNFs per Service Chain"
8719 #  y-axis: "Y = Number of Service Chains"
8720 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8721 #  layout:
8722 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8723 #    layout: "plot-service-density"
8724 #
8725 #- type: "plot"
8726 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8727 #  algorithm: "plot_nf_heatmap"
8728 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8729 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8730 #  filter: "'NIC_Intel-XXV710' and
8731 #           'NF_DENSITY' and
8732 #           'DOCKER' and
8733 #           'CHAIN' and
8734 #           'NF_VPPIP4' and
8735 #           'IPSEC' and
8736 #           'TNL_10000' and
8737 #           'IMIX' and
8738 #           '4T2C' and
8739 #           'NDRPDR'"
8740 #  parameters:
8741 #  - "throughput"
8742 #  - "name"
8743 #  - "tags"
8744 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8745 #  x-axis: "X = CNFs per Service Chain"
8746 #  y-axis: "Y = Number of Service Chains"
8747 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8748 #  layout:
8749 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8750 #    layout: "plot-service-density"
8751 #
8752 #- type: "plot"
8753 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8754 #  algorithm: "plot_nf_heatmap"
8755 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8756 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8757 #  filter: "'NIC_Intel-XXV710' and
8758 #           'NF_DENSITY' and
8759 #           'DOCKER' and
8760 #           'CHAIN' and
8761 #           'NF_VPPIP4' and
8762 #           'IPSEC' and
8763 #           'TNL_10000' and
8764 #           'IMIX' and
8765 #           '8T4C' and
8766 #           'NDRPDR'"
8767 #  parameters:
8768 #  - "throughput"
8769 #  - "name"
8770 #  - "tags"
8771 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8772 #  x-axis: "X = CNFs per Service Chain"
8773 #  y-axis: "Y = Number of Service Chains"
8774 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8775 #  layout:
8776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8777 #    layout: "plot-service-density"
8778
8779 ###############################################################################
8780
8781 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8782 - type: "plot"
8783   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8784   algorithm: "plot_nf_heatmap"
8785   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8786   data: "plot-vpp-nfv-3n-hsw-mrr"
8787   filter: "'NIC_Intel-XL710' and
8788            'NF_DENSITY' and
8789            'DOCKER' and
8790            'CHAIN' and
8791            'NF_VPPIP4' and
8792            'IMIX' and
8793            'TNL_10000' and
8794            '1T1C' and
8795            'MRR'"
8796   parameters:
8797   - "result"
8798   - "name"
8799   - "tags"
8800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8801   x-axis: "X = CNFs per Service Chain"
8802   y-axis: "Y = Number of Service Chains"
8803   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8804   layout:
8805     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8806     layout: "plot-service-density"
8807
8808 - type: "plot"
8809   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8810   algorithm: "plot_nf_heatmap"
8811   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8812   data: "plot-vpp-nfv-3n-hsw-mrr"
8813   filter: "'NIC_Intel-XL710' and
8814            'NF_DENSITY' and
8815            'DOCKER' and
8816            'CHAIN' and
8817            'NF_VPPIP4' and
8818            'IPSEC' and
8819            'TNL_10000' and
8820            'IMIX' and
8821            '2T2C' and
8822            'MRR'"
8823   parameters:
8824   - "result"
8825   - "name"
8826   - "tags"
8827   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8828   x-axis: "X = CNFs per Service Chain"
8829   y-axis: "Y = Number of Service Chains"
8830   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8831   layout:
8832     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8833     layout: "plot-service-density"
8834
8835 - type: "plot"
8836   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8837   algorithm: "plot_nf_heatmap"
8838   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8839   data: "plot-vpp-nfv-3n-hsw-mrr"
8840   filter: "'NIC_Intel-XL710' and
8841            'NF_DENSITY' and
8842            'DOCKER' and
8843            'CHAIN' and
8844            'NF_VPPIP4' and
8845            'IPSEC' and
8846            'TNL_10000' and
8847            'IMIX' and
8848            '4T4C' and
8849            'MRR'"
8850   parameters:
8851   - "result"
8852   - "name"
8853   - "tags"
8854   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8855   x-axis: "X = CNFs per Service Chain"
8856   y-axis: "Y = Number of Service Chains"
8857   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8858   layout:
8859     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8860     layout: "plot-service-density"
8861
8862 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8863 - type: "plot"
8864   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8865   algorithm: "plot_nf_heatmap"
8866   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8867   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8868   filter: "'NIC_Intel-XL710' and
8869            'NF_DENSITY' and
8870            'DOCKER' and
8871            'CHAIN' and
8872            'NF_VPPIP4' and
8873            'IPSEC' and
8874            'TNL_10000' and
8875            'IMIX' and
8876            '1T1C' and
8877            'NDRPDR'"
8878   parameters:
8879   - "throughput"
8880   - "name"
8881   - "tags"
8882   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8883   x-axis: "X = CNFs per Service Chain"
8884   y-axis: "Y = Number of Service Chains"
8885   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8886   layout:
8887     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8888     layout: "plot-service-density"
8889
8890 - type: "plot"
8891   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8892   algorithm: "plot_nf_heatmap"
8893   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8894   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8895   filter: "'NIC_Intel-XL710' and
8896            'NF_DENSITY' and
8897            'DOCKER' and
8898            'CHAIN' and
8899            'NF_VPPIP4' and
8900            'IPSEC' and
8901            'TNL_10000' and
8902            'IMIX' and
8903            '2T2C' and
8904            'NDRPDR'"
8905   parameters:
8906   - "throughput"
8907   - "name"
8908   - "tags"
8909   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8910   x-axis: "X = CNFs per Service Chain"
8911   y-axis: "Y = Number of Service Chains"
8912   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8913   layout:
8914     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8915     layout: "plot-service-density"
8916
8917 - type: "plot"
8918   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8919   algorithm: "plot_nf_heatmap"
8920   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8921   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8922   filter: "'NIC_Intel-XL710' and
8923            'NF_DENSITY' and
8924            'DOCKER' and
8925            'CHAIN' and
8926            'NF_VPPIP4' and
8927            'IPSEC' and
8928            'TNL_10000' and
8929            'IMIX' and
8930            '4T4C' and
8931            'NDRPDR'"
8932   parameters:
8933   - "throughput"
8934   - "name"
8935   - "tags"
8936   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8937   x-axis: "X = CNFs per Service Chain"
8938   y-axis: "Y = Number of Service Chains"
8939   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8940   layout:
8941     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8942     layout: "plot-service-density"
8943
8944 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8945 - type: "plot"
8946   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8947   algorithm: "plot_nf_heatmap"
8948   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8949   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8950   filter: "'NIC_Intel-XL710' and
8951            'NF_DENSITY' and
8952            'DOCKER' and
8953            'CHAIN' and
8954            'NF_VPPIP4' and
8955            'IPSEC' and
8956            'TNL_10000' and
8957            'IMIX' and
8958            '1T1C' and
8959            'NDRPDR'"
8960   parameters:
8961   - "throughput"
8962   - "name"
8963   - "tags"
8964   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8965   x-axis: "X = CNFs per Service Chain"
8966   y-axis: "Y = Number of Service Chains"
8967   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8968   layout:
8969     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8970     layout: "plot-service-density"
8971
8972 - type: "plot"
8973   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8974   algorithm: "plot_nf_heatmap"
8975   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
8976   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8977   filter: "'NIC_Intel-XL710' and
8978            'NF_DENSITY' and
8979            'DOCKER' and
8980            'CHAIN' and
8981            'NF_VPPIP4' and
8982            'IPSEC' and
8983            'TNL_10000' and
8984            'IMIX' and
8985            '2T2C' and
8986            'NDRPDR'"
8987   parameters:
8988   - "throughput"
8989   - "name"
8990   - "tags"
8991   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8992   x-axis: "X = CNFs per Service Chain"
8993   y-axis: "Y = Number of Service Chains"
8994   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8995   layout:
8996     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8997     layout: "plot-service-density"
8998
8999 - type: "plot"
9000   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9001   algorithm: "plot_nf_heatmap"
9002   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9003   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9004   filter: "'NIC_Intel-XL710' and
9005            'NF_DENSITY' and
9006            'DOCKER' and
9007            'CHAIN' and
9008            'NF_VPPIP4' and
9009            'IPSEC' and
9010            'TNL_10000' and
9011            'IMIX' and
9012            '4T4C' and
9013            'NDRPDR'"
9014   parameters:
9015   - "throughput"
9016   - "name"
9017   - "tags"
9018   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9019   x-axis: "X = CNFs per Service Chain"
9020   y-axis: "Y = Number of Service Chains"
9021   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9022   layout:
9023     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9024     layout: "plot-service-density"
9025
9026 ###############################################################################
9027
9028 # Plots - NF Density - CSP - MRR 64b
9029
9030 #- type: "plot"
9031 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9032 #  algorithm: "plot_nf_heatmap"
9033 #  output-file-type: ".html"
9034 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9035 #  data: "plot-vpp-nfv-2n-skx-mrr"
9036 #  filter: "'NIC_Intel-XXV710' and
9037 #           'NF_DENSITY' and
9038 #           'DOCKER' and
9039 #           'PIPELINE' and
9040 #           'NF_VPPIP4' and
9041 #           '64B' and
9042 #           '2T1C' and
9043 #           'MRR'"
9044 #  parameters:
9045 #  - "result"
9046 #  - "name"
9047 #  - "tags"
9048 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9049 #  x-axis: "X = CNFs per Service Pipeline"
9050 #  y-axis: "Y = Number of Service Pipelines"
9051 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9052 #  layout:
9053 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9054 #    layout: "plot-service-density"
9055 #
9056 #- type: "plot"
9057 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9058 #  algorithm: "plot_nf_heatmap"
9059 #  output-file-type: ".html"
9060 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9061 #  data: "plot-vpp-nfv-2n-skx-mrr"
9062 #  filter: "'NIC_Intel-XXV710' and
9063 #           'NF_DENSITY' and
9064 #           'DOCKER' and
9065 #           'PIPELINE' and
9066 #           'NF_VPPIP4' and
9067 #           '64B' and
9068 #           '4T2C' and
9069 #           'MRR'"
9070 #  parameters:
9071 #  - "result"
9072 #  - "name"
9073 #  - "tags"
9074 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9075 #  x-axis: "X = CNFs per Service Pipeline"
9076 #  y-axis: "Y = Number of Service Pipelines"
9077 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9078 #  layout:
9079 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9080 #    layout: "plot-service-density"
9081 #
9082 #- type: "plot"
9083 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9084 #  algorithm: "plot_nf_heatmap"
9085 #  output-file-type: ".html"
9086 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9087 #  data: "plot-vpp-nfv-2n-skx-mrr"
9088 #  filter: "'NIC_Intel-XXV710' and
9089 #           'NF_DENSITY' and
9090 #           'DOCKER' and
9091 #           'PIPELINE' and
9092 #           'NF_VPPIP4' and
9093 #           '64B' and
9094 #           '8T4C' and
9095 #           'MRR'"
9096 #  parameters:
9097 #  - "result"
9098 #  - "name"
9099 #  - "tags"
9100 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9101 #  x-axis: "X = CNFs per Service Pipeline"
9102 #  y-axis: "Y = Number of Service Pipelines"
9103 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9104 #  layout:
9105 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9106 #    layout: "plot-service-density"
9107 #
9108 ## Plots - NF Density - CSP - MRR IMIX
9109 #- type: "plot"
9110 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9111 #  algorithm: "plot_nf_heatmap"
9112 #  output-file-type: ".html"
9113 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9114 #  data: "plot-vpp-nfv-2n-skx-mrr"
9115 #  filter: "'NIC_Intel-XXV710' and
9116 #           'NF_DENSITY' and
9117 #           'DOCKER' and
9118 #           'PIPELINE' and
9119 #           'NF_VPPIP4' and
9120 #           'IMIX' and
9121 #           '2T1C' and
9122 #           'MRR'"
9123 #  parameters:
9124 #  - "result"
9125 #  - "name"
9126 #  - "tags"
9127 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9128 #  x-axis: "X = CNFs per Service Pipeline"
9129 #  y-axis: "Y = Number of Service Pipelines"
9130 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9131 #  layout:
9132 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9133 #    layout: "plot-service-density"
9134 #
9135 #- type: "plot"
9136 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9137 #  algorithm: "plot_nf_heatmap"
9138 #  output-file-type: ".html"
9139 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9140 #  data: "plot-vpp-nfv-2n-skx-mrr"
9141 #  filter: "'NIC_Intel-XXV710' and
9142 #           'NF_DENSITY' and
9143 #           'DOCKER' and
9144 #           'PIPELINE' and
9145 #           'NF_VPPIP4' and
9146 #           'IMIX' and
9147 #           '4T2C' and
9148 #           'MRR'"
9149 #  parameters:
9150 #  - "result"
9151 #  - "name"
9152 #  - "tags"
9153 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9154 #  x-axis: "X = CNFs per Service Pipeline"
9155 #  y-axis: "Y = Number of Service Pipelines"
9156 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9157 #  layout:
9158 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9159 #    layout: "plot-service-density"
9160 #
9161 #- type: "plot"
9162 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9163 #  algorithm: "plot_nf_heatmap"
9164 #  output-file-type: ".html"
9165 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9166 #  data: "plot-vpp-nfv-2n-skx-mrr"
9167 #  filter: "'NIC_Intel-XXV710' and
9168 #           'NF_DENSITY' and
9169 #           'DOCKER' and
9170 #           'PIPELINE' and
9171 #           'NF_VPPIP4' and
9172 #           'IMIX' and
9173 #           '8T4C' and
9174 #           'MRR'"
9175 #  parameters:
9176 #  - "result"
9177 #  - "name"
9178 #  - "tags"
9179 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9180 #  x-axis: "X = CNFs per Service Pipeline"
9181 #  y-axis: "Y = Number of Service Pipelines"
9182 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9183 #  layout:
9184 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9185 #    layout: "plot-service-density"
9186 #
9187 ## Plots - NF Density - CSP - NDR 64b
9188 #- type: "plot"
9189 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9190 #  algorithm: "plot_nf_heatmap"
9191 #  output-file-type: ".html"
9192 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9193 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9194 #  filter: "'NIC_Intel-XXV710' and
9195 #           'NF_DENSITY' and
9196 #           'DOCKER' and
9197 #           'PIPELINE' and
9198 #           'NF_VPPIP4' and
9199 #           '64B' and
9200 #           '2T1C' and
9201 #           'NDRPDR'"
9202 #  parameters:
9203 #  - "throughput"
9204 #  - "name"
9205 #  - "tags"
9206 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9207 #  x-axis: "X = CNFs per Service Pipeline"
9208 #  y-axis: "Y = Number of Service Pipelines"
9209 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9210 #  layout:
9211 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9212 #    layout: "plot-service-density"
9213 #
9214 #- type: "plot"
9215 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9216 #  algorithm: "plot_nf_heatmap"
9217 #  output-file-type: ".html"
9218 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9219 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9220 #  filter: "'NIC_Intel-XXV710' and
9221 #           'NF_DENSITY' and
9222 #           'DOCKER' and
9223 #           'PIPELINE' and
9224 #           'NF_VPPIP4' and
9225 #           '64B' and
9226 #           '4T2C' and
9227 #           'NDRPDR'"
9228 #  parameters:
9229 #  - "throughput"
9230 #  - "name"
9231 #  - "tags"
9232 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9233 #  x-axis: "X = CNFs per Service Pipeline"
9234 #  y-axis: "Y = Number of Service Pipelines"
9235 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9236 #  layout:
9237 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9238 #    layout: "plot-service-density"
9239 #
9240 #- type: "plot"
9241 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9242 #  algorithm: "plot_nf_heatmap"
9243 #  output-file-type: ".html"
9244 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9245 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9246 #  filter: "'NIC_Intel-XXV710' and
9247 #           'NF_DENSITY' and
9248 #           'DOCKER' and
9249 #           'PIPELINE' and
9250 #           'NF_VPPIP4' and
9251 #           '64B' and
9252 #           '8T4C' and
9253 #           'NDRPDR'"
9254 #  parameters:
9255 #  - "throughput"
9256 #  - "name"
9257 #  - "tags"
9258 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9259 #  x-axis: "X = CNFs per Service Pipeline"
9260 #  y-axis: "Y = Number of Service Pipelines"
9261 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9262 #  layout:
9263 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9264 #    layout: "plot-service-density"
9265 #
9266 ## Plots - NF Density - CSP - NDR IMIX
9267 #- type: "plot"
9268 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9269 #  algorithm: "plot_nf_heatmap"
9270 #  output-file-type: ".html"
9271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9272 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9273 #  filter: "'NIC_Intel-XXV710' and
9274 #           'NF_DENSITY' and
9275 #           'DOCKER' and
9276 #           'PIPELINE' and
9277 #           'NF_VPPIP4' and
9278 #           'IMIX' and
9279 #           '2T1C' and
9280 #           'NDRPDR'"
9281 #  parameters:
9282 #  - "throughput"
9283 #  - "name"
9284 #  - "tags"
9285 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9286 #  x-axis: "X = CNFs per Service Pipeline"
9287 #  y-axis: "Y = Number of Service Pipelines"
9288 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9289 #  layout:
9290 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9291 #    layout: "plot-service-density"
9292 #
9293 #- type: "plot"
9294 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9295 #  algorithm: "plot_nf_heatmap"
9296 #  output-file-type: ".html"
9297 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9298 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9299 #  filter: "'NIC_Intel-XXV710' and
9300 #           'NF_DENSITY' and
9301 #           'DOCKER' and
9302 #           'PIPELINE' and
9303 #           'NF_VPPIP4' and
9304 #           'IMIX' and
9305 #           '4T2C' and
9306 #           'NDRPDR'"
9307 #  parameters:
9308 #  - "throughput"
9309 #  - "name"
9310 #  - "tags"
9311 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9312 #  x-axis: "X = CNFs per Service Pipeline"
9313 #  y-axis: "Y = Number of Service Pipelines"
9314 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9315 #  layout:
9316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9317 #    layout: "plot-service-density"
9318 #
9319 #- type: "plot"
9320 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9321 #  algorithm: "plot_nf_heatmap"
9322 #  output-file-type: ".html"
9323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9324 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9325 #  filter: "'NIC_Intel-XXV710' and
9326 #           'NF_DENSITY' and
9327 #           'DOCKER' and
9328 #           'PIPELINE' and
9329 #           'NF_VPPIP4' and
9330 #           'IMIX' and
9331 #           '8T4C' and
9332 #           'NDRPDR'"
9333 #  parameters:
9334 #  - "throughput"
9335 #  - "name"
9336 #  - "tags"
9337 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9338 #  x-axis: "X = CNFs per Service Pipeline"
9339 #  y-axis: "Y = Number of Service Pipelines"
9340 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9341 #  layout:
9342 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9343 #    layout: "plot-service-density"
9344 #
9345 ## Plots - NF Density - CSP - PDR 64b
9346 #- type: "plot"
9347 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9348 #  algorithm: "plot_nf_heatmap"
9349 #  output-file-type: ".html"
9350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9351 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9352 #  filter: "'NIC_Intel-XXV710' and
9353 #           'NF_DENSITY' and
9354 #           'DOCKER' and
9355 #           'PIPELINE' and
9356 #           'NF_VPPIP4' and
9357 #           '64B' and
9358 #           '2T1C' and
9359 #           'NDRPDR'"
9360 #  parameters:
9361 #  - "throughput"
9362 #  - "name"
9363 #  - "tags"
9364 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9365 #  x-axis: "X = CNFs per Service Pipeline"
9366 #  y-axis: "Y = Number of Service Pipelines"
9367 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9368 #  layout:
9369 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9370 #    layout: "plot-service-density"
9371 #
9372 #- type: "plot"
9373 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9374 #  algorithm: "plot_nf_heatmap"
9375 #  output-file-type: ".html"
9376 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9377 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9378 #  filter: "'NIC_Intel-XXV710' and
9379 #           'NF_DENSITY' and
9380 #           'DOCKER' and
9381 #           'PIPELINE' and
9382 #           'NF_VPPIP4' and
9383 #           '64B' and
9384 #           '4T2C' and
9385 #           'NDRPDR'"
9386 #  parameters:
9387 #  - "throughput"
9388 #  - "name"
9389 #  - "tags"
9390 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9391 #  x-axis: "X = CNFs per Service Pipeline"
9392 #  y-axis: "Y = Number of Service Pipelines"
9393 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9394 #  layout:
9395 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9396 #    layout: "plot-service-density"
9397 #
9398 #- type: "plot"
9399 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9400 #  algorithm: "plot_nf_heatmap"
9401 #  output-file-type: ".html"
9402 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9403 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9404 #  filter: "'NIC_Intel-XXV710' and
9405 #           'NF_DENSITY' and
9406 #           'DOCKER' and
9407 #           'PIPELINE' and
9408 #           'NF_VPPIP4' and
9409 #           '64B' and
9410 #           '8T4C' and
9411 #           'NDRPDR'"
9412 #  parameters:
9413 #  - "throughput"
9414 #  - "name"
9415 #  - "tags"
9416 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9417 #  x-axis: "X = CNFs per Service Pipeline"
9418 #  y-axis: "Y = Number of Service Pipelines"
9419 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9420 #  layout:
9421 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9422 #    layout: "plot-service-density"
9423 #
9424 ## Plots - NF Density - CSP - PDR IMIX
9425 #- type: "plot"
9426 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9427 #  algorithm: "plot_nf_heatmap"
9428 #  output-file-type: ".html"
9429 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9430 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9431 #  filter: "'NIC_Intel-XXV710' and
9432 #           'NF_DENSITY' and
9433 #           'DOCKER' and
9434 #           'PIPELINE' and
9435 #           'NF_VPPIP4' and
9436 #           'IMIX' and
9437 #           '2T1C' and
9438 #           'NDRPDR'"
9439 #  parameters:
9440 #  - "throughput"
9441 #  - "name"
9442 #  - "tags"
9443 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9444 #  x-axis: "X = CNFs per Service Pipeline"
9445 #  y-axis: "Y = Number of Service Pipelines"
9446 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9447 #  layout:
9448 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9449 #    layout: "plot-service-density"
9450 #
9451 #- type: "plot"
9452 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9453 #  algorithm: "plot_nf_heatmap"
9454 #  output-file-type: ".html"
9455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9456 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9457 #  filter: "'NIC_Intel-XXV710' and
9458 #           'NF_DENSITY' and
9459 #           'DOCKER' and
9460 #           'PIPELINE' and
9461 #           'NF_VPPIP4' and
9462 #           'IMIX' and
9463 #           '4T2C' and
9464 #           'NDRPDR'"
9465 #  parameters:
9466 #  - "throughput"
9467 #  - "name"
9468 #  - "tags"
9469 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9470 #  x-axis: "X = CNFs per Service Pipeline"
9471 #  y-axis: "Y = Number of Service Pipelines"
9472 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9473 #  layout:
9474 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9475 #    layout: "plot-service-density"
9476 #
9477 #- type: "plot"
9478 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9479 #  algorithm: "plot_nf_heatmap"
9480 #  output-file-type: ".html"
9481 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9482 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9483 #  filter: "'NIC_Intel-XXV710' and
9484 #           'NF_DENSITY' and
9485 #           'DOCKER' and
9486 #           'PIPELINE' and
9487 #           'NF_VPPIP4' and
9488 #           'IMIX' and
9489 #           '8T4C' and
9490 #           'NDRPDR'"
9491 #  parameters:
9492 #  - "throughput"
9493 #  - "name"
9494 #  - "tags"
9495 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9496 #  x-axis: "X = CNFs per Service Pipeline"
9497 #  y-axis: "Y = Number of Service Pipelines"
9498 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9499 #  layout:
9500 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9501 #    layout: "plot-service-density"
9502
9503 ###############################################################################
9504 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9505
9506 - type: "plot"
9507   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9508   algorithm: "plot_nf_heatmap"
9509   output-file-type: ".html"
9510   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9511   data: "plot-vpp-nfv-2n-clx-mrr"
9512   filter: "'NIC_Intel-XXV710' and
9513            'NF_DENSITY' and
9514            'VHOST' and
9515            not 'VXLAN' and
9516            'CHAIN' and
9517            'NF_VPPIP4' and
9518            'IMIX' and
9519            '2T1C' and
9520            'MRR'"
9521   parameters:
9522   - "result"
9523   - "name"
9524   - "tags"
9525   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9526   x-axis: "X = VNFs per Service Chain"
9527   y-axis: "Y = Number of Service Chains"
9528   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9529   layout:
9530     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9531     layout: "plot-service-density"
9532
9533 - type: "plot"
9534   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9535   algorithm: "plot_nf_heatmap"
9536   output-file-type: ".html"
9537   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9538   data: "plot-vpp-nfv-2n-clx-mrr"
9539   filter: "'NIC_Intel-XXV710' and
9540            'NF_DENSITY' and
9541            'VHOST' and
9542            not 'VXLAN' and
9543            'CHAIN' and
9544            'NF_VPPIP4' and
9545            'IMIX' and
9546            '4T2C' and
9547            'MRR'"
9548   parameters:
9549   - "result"
9550   - "name"
9551   - "tags"
9552   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9553   x-axis: "X = VNFs per Service Chain"
9554   y-axis: "Y = Number of Service Chains"
9555   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9556   layout:
9557     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9558     layout: "plot-service-density"
9559
9560 - type: "plot"
9561   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9562   algorithm: "plot_nf_heatmap"
9563   output-file-type: ".html"
9564   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9565   data: "plot-vpp-nfv-2n-clx-mrr"
9566   filter: "'NIC_Intel-XXV710' and
9567            'NF_DENSITY' and
9568            'VHOST' and
9569            not 'VXLAN' and
9570            'CHAIN' and
9571            'NF_VPPIP4' and
9572            'IMIX' and
9573            '8T4C' and
9574            'MRR'"
9575   parameters:
9576   - "result"
9577   - "name"
9578   - "tags"
9579   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9580   x-axis: "X = VNFs per Service Chain"
9581   y-axis: "Y = Number of Service Chains"
9582   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9583   layout:
9584     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9585     layout: "plot-service-density"
9586
9587 # Plots - NF Density - VSC - NDR IMIX
9588 - type: "plot"
9589   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9590   algorithm: "plot_nf_heatmap"
9591   output-file-type: ".html"
9592   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9593   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9594   filter: "'NIC_Intel-XXV710' and
9595            'NF_DENSITY' and
9596            'VHOST' and
9597            not 'VXLAN' and
9598            'CHAIN' and
9599            'NF_VPPIP4' and
9600            'IMIX' and
9601            '2T1C' and
9602            'NDRPDR'"
9603   parameters:
9604   - "throughput"
9605   - "name"
9606   - "tags"
9607   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9608   x-axis: "X = VNFs per Service Chain"
9609   y-axis: "Y = Number of Service Chains"
9610   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9611   layout:
9612     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9613     layout: "plot-service-density"
9614
9615 - type: "plot"
9616   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9617   algorithm: "plot_nf_heatmap"
9618   output-file-type: ".html"
9619   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9620   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9621   filter: "'NIC_Intel-XXV710' and
9622            'NF_DENSITY' and
9623            'VHOST' and
9624            not 'VXLAN' and
9625            'CHAIN' and
9626            'NF_VPPIP4' and
9627            'IMIX' and
9628            '4T2C' and
9629            'NDRPDR'"
9630   parameters:
9631   - "throughput"
9632   - "name"
9633   - "tags"
9634   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9635   x-axis: "X = VNFs per Service Chain"
9636   y-axis: "Y = Number of Service Chains"
9637   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9638   layout:
9639     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9640     layout: "plot-service-density"
9641
9642 - type: "plot"
9643   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9644   algorithm: "plot_nf_heatmap"
9645   output-file-type: ".html"
9646   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9647   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9648   filter: "'NIC_Intel-XXV710' and
9649            'NF_DENSITY' and
9650            'VHOST' and
9651            not 'VXLAN' and
9652            'CHAIN' and
9653            'NF_VPPIP4' and
9654            'IMIX' and
9655            '8T4C' and
9656            'NDRPDR'"
9657   parameters:
9658   - "throughput"
9659   - "name"
9660   - "tags"
9661   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9662   x-axis: "X = VNFs per Service Chain"
9663   y-axis: "Y = Number of Service Chains"
9664   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9665   layout:
9666     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9667     layout: "plot-service-density"
9668
9669 # Plots - NF Density - VSC - PDR IMIX
9670 - type: "plot"
9671   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9672   algorithm: "plot_nf_heatmap"
9673   output-file-type: ".html"
9674   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9675   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9676   filter: "'NIC_Intel-XXV710' and
9677            'NF_DENSITY' and
9678            'VHOST' and
9679            not 'VXLAN' and
9680            'CHAIN' and
9681            'NF_VPPIP4' and
9682            'IMIX' and
9683            '2T1C' and
9684            'NDRPDR'"
9685   parameters:
9686   - "throughput"
9687   - "name"
9688   - "tags"
9689   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9690   x-axis: "X = VNFs per Service Chain"
9691   y-axis: "Y = Number of Service Chains"
9692   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9693   layout:
9694     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9695     layout: "plot-service-density"
9696
9697 - type: "plot"
9698   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9699   algorithm: "plot_nf_heatmap"
9700   output-file-type: ".html"
9701   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9702   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9703   filter: "'NIC_Intel-XXV710' and
9704            'NF_DENSITY' and
9705            'VHOST' and
9706            not 'VXLAN' and
9707            'CHAIN' and
9708            'NF_VPPIP4' and
9709            'IMIX' and
9710            '4T2C' and
9711            'NDRPDR'"
9712   parameters:
9713   - "throughput"
9714   - "name"
9715   - "tags"
9716   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9717   x-axis: "X = VNFs per Service Chain"
9718   y-axis: "Y = Number of Service Chains"
9719   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9720   layout:
9721     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9722     layout: "plot-service-density"
9723
9724 - type: "plot"
9725   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9726   algorithm: "plot_nf_heatmap"
9727   output-file-type: ".html"
9728   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9729   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9730   filter: "'NIC_Intel-XXV710' and
9731            'NF_DENSITY' and
9732            'VHOST' and
9733            not 'VXLAN' and
9734            'CHAIN' and
9735            'NF_VPPIP4' and
9736            'IMIX' and
9737            '8T4C' and
9738            'NDRPDR'"
9739   parameters:
9740   - "throughput"
9741   - "name"
9742   - "tags"
9743   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9744   x-axis: "X = VNFs per Service Chain"
9745   y-axis: "Y = Number of Service Chains"
9746   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9747   layout:
9748     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9749     layout: "plot-service-density"
9750
9751 # Plots - NF Density - VSC - MRR IMIX
9752 - type: "plot"
9753   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9754   algorithm: "plot_nf_heatmap"
9755   output-file-type: ".html"
9756   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9757   data: "plot-vpp-nfv-2n-clx-mrr"
9758   filter: "'NIC_Intel-XXV710' and
9759            'NF_DENSITY' and
9760            'VHOST' and
9761            'VXLAN' and
9762            'CHAIN' and
9763            'IMIX' and
9764            '2T1C' and
9765            'MRR'"
9766   parameters:
9767   - "result"
9768   - "name"
9769   - "tags"
9770   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9771   x-axis: "X = VNFs per Service Chain"
9772   y-axis: "Y = Number of Service Chains"
9773   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9774   layout:
9775     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9776     layout: "plot-service-density"
9777
9778 - type: "plot"
9779   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9780   algorithm: "plot_nf_heatmap"
9781   output-file-type: ".html"
9782   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9783   data: "plot-vpp-nfv-2n-clx-mrr"
9784   filter: "'NIC_Intel-XXV710' and
9785            'NF_DENSITY' and
9786            'VHOST' and
9787            'VXLAN' and
9788            'CHAIN' and
9789            'IMIX' and
9790            '4T2C' and
9791            'MRR'"
9792   parameters:
9793   - "result"
9794   - "name"
9795   - "tags"
9796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9797   x-axis: "X = VNFs per Service Chain"
9798   y-axis: "Y = Number of Service Chains"
9799   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9800   layout:
9801     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9802     layout: "plot-service-density"
9803
9804 - type: "plot"
9805   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9806   algorithm: "plot_nf_heatmap"
9807   output-file-type: ".html"
9808   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9809   data: "plot-vpp-nfv-2n-clx-mrr"
9810   filter: "'NIC_Intel-XXV710' and
9811            'NF_DENSITY' and
9812            'VHOST' and
9813            'VXLAN' and
9814            'CHAIN' and
9815            'IMIX' and
9816            '8T4C' and
9817            'MRR'"
9818   parameters:
9819   - "result"
9820   - "name"
9821   - "tags"
9822   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9823   x-axis: "X = VNFs per Service Chain"
9824   y-axis: "Y = Number of Service Chains"
9825   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9826   layout:
9827     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9828     layout: "plot-service-density"
9829
9830 # Plots - NF Density - VSC - NDR IMIX
9831 - type: "plot"
9832   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9833   algorithm: "plot_nf_heatmap"
9834   output-file-type: ".html"
9835   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9836   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9837   filter: "'NIC_Intel-XXV710' and
9838            'NF_DENSITY' and
9839            'VHOST' and
9840            'VXLAN' and
9841            'CHAIN' a
9842            'IMIX' and
9843            '2T1C' and
9844            'NDRPDR'"
9845   parameters:
9846   - "throughput"
9847   - "name"
9848   - "tags"
9849   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9850   x-axis: "X = VNFs per Service Chain"
9851   y-axis: "Y = Number of Service Chains"
9852   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9853   layout:
9854     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9855     layout: "plot-service-density"
9856
9857 - type: "plot"
9858   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9859   algorithm: "plot_nf_heatmap"
9860   output-file-type: ".html"
9861   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9862   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9863   filter: "'NIC_Intel-XXV710' and
9864            'NF_DENSITY' and
9865            'VHOST' and
9866            'VXLAN' and
9867            'CHAIN' and
9868            'IMIX' and
9869            '4T2C' and
9870            'NDRPDR'"
9871   parameters:
9872   - "throughput"
9873   - "name"
9874   - "tags"
9875   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9876   x-axis: "X = VNFs per Service Chain"
9877   y-axis: "Y = Number of Service Chains"
9878   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9879   layout:
9880     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9881     layout: "plot-service-density"
9882
9883 - type: "plot"
9884   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9885   algorithm: "plot_nf_heatmap"
9886   output-file-type: ".html"
9887   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9888   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9889   filter: "'NIC_Intel-XXV710' and
9890            'NF_DENSITY' and
9891            'VHOST' and
9892            'VXLAN' and
9893            'CHAIN' and
9894            'IMIX' and
9895            '8T4C' and
9896            'NDRPDR'"
9897   parameters:
9898   - "throughput"
9899   - "name"
9900   - "tags"
9901   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9902   x-axis: "X = VNFs per Service Chain"
9903   y-axis: "Y = Number of Service Chains"
9904   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9905   layout:
9906     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9907     layout: "plot-service-density"
9908
9909 # Plots - NF Density - VSC - PDR IMIX
9910 - type: "plot"
9911   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9912   algorithm: "plot_nf_heatmap"
9913   output-file-type: ".html"
9914   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9915   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9916   filter: "'NIC_Intel-XXV710' and
9917            'NF_DENSITY' and
9918            'VHOST' and
9919            'VXLAN' and
9920            'CHAIN' and
9921            'IMIX' and
9922            '2T1C' and
9923            'NDRPDR'"
9924   parameters:
9925   - "throughput"
9926   - "name"
9927   - "tags"
9928   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9929   x-axis: "X = VNFs per Service Chain"
9930   y-axis: "Y = Number of Service Chains"
9931   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9932   layout:
9933     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9934     layout: "plot-service-density"
9935
9936 - type: "plot"
9937   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9938   algorithm: "plot_nf_heatmap"
9939   output-file-type: ".html"
9940   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9941   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9942   filter: "'NIC_Intel-XXV710' and
9943            'NF_DENSITY' and
9944            'VHOST' and
9945            'VXLAN' and
9946            'CHAIN' and
9947            'IMIX' and
9948            '4T2C' and
9949            'NDRPDR'"
9950   parameters:
9951   - "throughput"
9952   - "name"
9953   - "tags"
9954   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9955   x-axis: "X = VNFs per Service Chain"
9956   y-axis: "Y = Number of Service Chains"
9957   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9958   layout:
9959     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9960     layout: "plot-service-density"
9961
9962 - type: "plot"
9963   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9964   algorithm: "plot_nf_heatmap"
9965   output-file-type: ".html"
9966   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9967   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9968   filter: "'NIC_Intel-XXV710' and
9969            'NF_DENSITY' and
9970            'VHOST' and
9971            'VXLAN' and
9972            'CHAIN' and
9973            'IMIX' and
9974            '8T4C' and
9975            'NDRPDR'"
9976   parameters:
9977   - "throughput"
9978   - "name"
9979   - "tags"
9980   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9981   x-axis: "X = VNFs per Service Chain"
9982   y-axis: "Y = Number of Service Chains"
9983   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9984   layout:
9985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9986     layout: "plot-service-density"
9987
9988 # Plots - NF Density - CSC - MRR IMIX
9989 - type: "plot"
9990   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9991   algorithm: "plot_nf_heatmap"
9992   output-file-type: ".html"
9993   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
9994   data: "plot-vpp-nfv-2n-clx-mrr"
9995   filter: "'NIC_Intel-XXV710' and
9996            'NF_DENSITY' and
9997            'DOCKER' and
9998            'CHAIN' and
9999            'NF_VPPIP4' and
10000            'IMIX' and
10001            '2T1C' and
10002            'MRR'"
10003   parameters:
10004   - "result"
10005   - "name"
10006   - "tags"
10007   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10008   x-axis: "X = CNFs per Service Chain"
10009   y-axis: "Y = Number of Service Chains"
10010   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10011   layout:
10012     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10013     layout: "plot-service-density"
10014
10015 - type: "plot"
10016   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10017   algorithm: "plot_nf_heatmap"
10018   output-file-type: ".html"
10019   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10020   data: "plot-vpp-nfv-2n-clx-mrr"
10021   filter: "'NIC_Intel-XXV710' and
10022            'NF_DENSITY' and
10023            'DOCKER' and
10024            'CHAIN' and
10025            'NF_VPPIP4' and
10026            'IMIX' and
10027            '4T2C' and
10028            'MRR'"
10029   parameters:
10030   - "result"
10031   - "name"
10032   - "tags"
10033   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10034   x-axis: "X = CNFs per Service Chain"
10035   y-axis: "Y = Number of Service Chains"
10036   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10037   layout:
10038     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10039     layout: "plot-service-density"
10040
10041 - type: "plot"
10042   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10043   algorithm: "plot_nf_heatmap"
10044   output-file-type: ".html"
10045   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10046   data: "plot-vpp-nfv-2n-clx-mrr"
10047   filter: "'NIC_Intel-XXV710' and
10048            'NF_DENSITY' and
10049            'DOCKER' and
10050            'CHAIN' and
10051            'NF_VPPIP4' and
10052            'IMIX' and
10053            '8T4C' and
10054            'MRR'"
10055   parameters:
10056   - "result"
10057   - "name"
10058   - "tags"
10059   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10060   x-axis: "X = CNFs per Service Chain"
10061   y-axis: "Y = Number of Service Chains"
10062   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10063   layout:
10064     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10065     layout: "plot-service-density"
10066
10067 # Plots - NF Density - CSC - NDR IMIX
10068 - type: "plot"
10069   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10070   algorithm: "plot_nf_heatmap"
10071   output-file-type: ".html"
10072   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10073   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10074   filter: "'NIC_Intel-XXV710' and
10075            'NF_DENSITY' and
10076            'DOCKER' and
10077            'CHAIN' and
10078            'NF_VPPIP4' and
10079            'IMIX' and
10080            '2T1C' and
10081            'NDRPDR'"
10082   parameters:
10083   - "throughput"
10084   - "name"
10085   - "tags"
10086   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10087   x-axis: "X = CNFs per Service Chain"
10088   y-axis: "Y = Number of Service Chains"
10089   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10090   layout:
10091     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10092     layout: "plot-service-density"
10093
10094 - type: "plot"
10095   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10096   algorithm: "plot_nf_heatmap"
10097   output-file-type: ".html"
10098   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10099   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10100   filter: "'NIC_Intel-XXV710' and
10101            'NF_DENSITY' and
10102            'DOCKER' and
10103            'CHAIN' and
10104            'NF_VPPIP4' and
10105            'IMIX' and
10106            '4T2C' and
10107            'NDRPDR'"
10108   parameters:
10109   - "throughput"
10110   - "name"
10111   - "tags"
10112   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10113   x-axis: "X = CNFs per Service Chain"
10114   y-axis: "Y = Number of Service Chains"
10115   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10116   layout:
10117     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10118     layout: "plot-service-density"
10119
10120 - type: "plot"
10121   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10122   algorithm: "plot_nf_heatmap"
10123   output-file-type: ".html"
10124   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10125   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10126   filter: "'NIC_Intel-XXV710' and
10127            'NF_DENSITY' and
10128            'DOCKER' and
10129            'CHAIN' and
10130            'NF_VPPIP4' and
10131            'IMIX' and
10132            '8T4C' and
10133            'NDRPDR'"
10134   parameters:
10135   - "throughput"
10136   - "name"
10137   - "tags"
10138   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10139   x-axis: "X = CNFs per Service Chain"
10140   y-axis: "Y = Number of Service Chains"
10141   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10142   layout:
10143     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10144     layout: "plot-service-density"
10145
10146 # Plots - NF Density - CSC - PDR IMIX
10147 - type: "plot"
10148   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10149   algorithm: "plot_nf_heatmap"
10150   output-file-type: ".html"
10151   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10152   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10153   filter: "'NIC_Intel-XXV710' and
10154            'NF_DENSITY' and
10155            'DOCKER' and
10156            'CHAIN' and
10157            'NF_VPPIP4' and
10158            'IMIX' and
10159            '2T1C' and
10160            'NDRPDR'"
10161   parameters:
10162   - "throughput"
10163   - "name"
10164   - "tags"
10165   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10166   x-axis: "X = CNFs per Service Chain"
10167   y-axis: "Y = Number of Service Chains"
10168   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10169   layout:
10170     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10171     layout: "plot-service-density"
10172
10173 - type: "plot"
10174   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10175   algorithm: "plot_nf_heatmap"
10176   output-file-type: ".html"
10177   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10178   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10179   filter: "'NIC_Intel-XXV710' and
10180            'NF_DENSITY' and
10181            'DOCKER' and
10182            'CHAIN' and
10183            'NF_VPPIP4' and
10184            'IMIX' and
10185            '4T2C' and
10186            'NDRPDR'"
10187   parameters:
10188   - "throughput"
10189   - "name"
10190   - "tags"
10191   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10192   x-axis: "X = CNFs per Service Chain"
10193   y-axis: "Y = Number of Service Chains"
10194   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10195   layout:
10196     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10197     layout: "plot-service-density"
10198
10199 - type: "plot"
10200   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10201   algorithm: "plot_nf_heatmap"
10202   output-file-type: ".html"
10203   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10204   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10205   filter: "'NIC_Intel-XXV710' and
10206            'NF_DENSITY' and
10207            'DOCKER' and
10208            'CHAIN' and
10209            'NF_VPPIP4' and
10210            'IMIX' and
10211            '8T4C' and
10212            'NDRPDR'"
10213   parameters:
10214   - "throughput"
10215   - "name"
10216   - "tags"
10217   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10218   x-axis: "X = CNFs per Service Chain"
10219   y-axis: "Y = Number of Service Chains"
10220   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10221   layout:
10222     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10223     layout: "plot-service-density"
10224
10225 # Plots - NF Density - CSP - MRR IMIX
10226 - type: "plot"
10227   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10228   algorithm: "plot_nf_heatmap"
10229   output-file-type: ".html"
10230   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10231   data: "plot-vpp-nfv-2n-clx-mrr"
10232   filter: "'NIC_Intel-XXV710' and
10233            'NF_DENSITY' and
10234            'DOCKER' and
10235            'PIPELINE' and
10236            'NF_VPPIP4' and
10237            'IMIX' and
10238            '2T1C' and
10239            'MRR'"
10240   parameters:
10241   - "result"
10242   - "name"
10243   - "tags"
10244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10245   x-axis: "X = CNFs per Service Pipeline"
10246   y-axis: "Y = Number of Service Pipelines"
10247   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10248   layout:
10249     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10250     layout: "plot-service-density"
10251
10252 - type: "plot"
10253   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10254   algorithm: "plot_nf_heatmap"
10255   output-file-type: ".html"
10256   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10257   data: "plot-vpp-nfv-2n-clx-mrr"
10258   filter: "'NIC_Intel-XXV710' and
10259            'NF_DENSITY' and
10260            'DOCKER' and
10261            'PIPELINE' and
10262            'NF_VPPIP4' and
10263            'IMIX' and
10264            '4T2C' and
10265            'MRR'"
10266   parameters:
10267   - "result"
10268   - "name"
10269   - "tags"
10270   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10271   x-axis: "X = CNFs per Service Pipeline"
10272   y-axis: "Y = Number of Service Pipelines"
10273   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10274   layout:
10275     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10276     layout: "plot-service-density"
10277
10278 - type: "plot"
10279   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10280   algorithm: "plot_nf_heatmap"
10281   output-file-type: ".html"
10282   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10283   data: "plot-vpp-nfv-2n-clx-mrr"
10284   filter: "'NIC_Intel-XXV710' and
10285            'NF_DENSITY' and
10286            'DOCKER' and
10287            'PIPELINE' and
10288            'NF_VPPIP4' and
10289            'IMIX' and
10290            '8T4C' and
10291            'MRR'"
10292   parameters:
10293   - "result"
10294   - "name"
10295   - "tags"
10296   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10297   x-axis: "X = CNFs per Service Pipeline"
10298   y-axis: "Y = Number of Service Pipelines"
10299   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10300   layout:
10301     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10302     layout: "plot-service-density"
10303
10304 # Plots - NF Density - CSP - NDR IMIX
10305 - type: "plot"
10306   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10307   algorithm: "plot_nf_heatmap"
10308   output-file-type: ".html"
10309   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10310   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10311   filter: "'NIC_Intel-XXV710' and
10312            'NF_DENSITY' and
10313            'DOCKER' and
10314            'PIPELINE' and
10315            'NF_VPPIP4' and
10316            'IMIX' and
10317            '2T1C' and
10318            'NDRPDR'"
10319   parameters:
10320   - "throughput"
10321   - "name"
10322   - "tags"
10323   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10324   x-axis: "X = CNFs per Service Pipeline"
10325   y-axis: "Y = Number of Service Pipelines"
10326   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10327   layout:
10328     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10329     layout: "plot-service-density"
10330
10331 - type: "plot"
10332   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10333   algorithm: "plot_nf_heatmap"
10334   output-file-type: ".html"
10335   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10336   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10337   filter: "'NIC_Intel-XXV710' and
10338            'NF_DENSITY' and
10339            'DOCKER' and
10340            'PIPELINE' and
10341            'NF_VPPIP4' and
10342            'IMIX' and
10343            '4T2C' and
10344            'NDRPDR'"
10345   parameters:
10346   - "throughput"
10347   - "name"
10348   - "tags"
10349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10350   x-axis: "X = CNFs per Service Pipeline"
10351   y-axis: "Y = Number of Service Pipelines"
10352   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10353   layout:
10354     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10355     layout: "plot-service-density"
10356
10357 - type: "plot"
10358   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10359   algorithm: "plot_nf_heatmap"
10360   output-file-type: ".html"
10361   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10362   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10363   filter: "'NIC_Intel-XXV710' and
10364            'NF_DENSITY' and
10365            'DOCKER' and
10366            'PIPELINE' and
10367            'NF_VPPIP4' and
10368            'IMIX' and
10369            '8T4C' and
10370            'NDRPDR'"
10371   parameters:
10372   - "throughput"
10373   - "name"
10374   - "tags"
10375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10376   x-axis: "X = CNFs per Service Pipeline"
10377   y-axis: "Y = Number of Service Pipelines"
10378   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10379   layout:
10380     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10381     layout: "plot-service-density"
10382
10383 # Plots - NF Density - CSP - PDR IMIX
10384 - type: "plot"
10385   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10386   algorithm: "plot_nf_heatmap"
10387   output-file-type: ".html"
10388   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10389   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10390   filter: "'NIC_Intel-XXV710' and
10391            'NF_DENSITY' and
10392            'DOCKER' and
10393            'PIPELINE' and
10394            'NF_VPPIP4' and
10395            'IMIX' and
10396            '2T1C' and
10397            'NDRPDR'"
10398   parameters:
10399   - "throughput"
10400   - "name"
10401   - "tags"
10402   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10403   x-axis: "X = CNFs per Service Pipeline"
10404   y-axis: "Y = Number of Service Pipelines"
10405   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10406   layout:
10407     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10408     layout: "plot-service-density"
10409
10410 - type: "plot"
10411   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10412   algorithm: "plot_nf_heatmap"
10413   output-file-type: ".html"
10414   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10415   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10416   filter: "'NIC_Intel-XXV710' and
10417            'NF_DENSITY' and
10418            'DOCKER' and
10419            'PIPELINE' and
10420            'NF_VPPIP4' and
10421            'IMIX' and
10422            '4T2C' and
10423            'NDRPDR'"
10424   parameters:
10425   - "throughput"
10426   - "name"
10427   - "tags"
10428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10429   x-axis: "X = CNFs per Service Pipeline"
10430   y-axis: "Y = Number of Service Pipelines"
10431   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10432   layout:
10433     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10434     layout: "plot-service-density"
10435
10436 - type: "plot"
10437   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10438   algorithm: "plot_nf_heatmap"
10439   output-file-type: ".html"
10440   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10441   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10442   filter: "'NIC_Intel-XXV710' and
10443            'NF_DENSITY' and
10444            'DOCKER' and
10445            'PIPELINE' and
10446            'NF_VPPIP4' and
10447            'IMIX' and
10448            '8T4C' and
10449            'NDRPDR'"
10450   parameters:
10451   - "throughput"
10452   - "name"
10453   - "tags"
10454   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10455   x-axis: "X = CNFs per Service Pipeline"
10456   y-axis: "Y = Number of Service Pipelines"
10457   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10458   layout:
10459     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10460     layout: "plot-service-density"
10461
10462 ################################################################################
10463
10464 # Packet Throughput
10465
10466 #- type: "plot"
10467 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10468 #  algorithm: "plot_perf_box_name"
10469 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10470 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10471 #  include:
10472 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10473 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10474 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10475 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10476 #  layout:
10477 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10478 #    layout: "plot-throughput"
10479 #
10480 #- type: "plot"
10481 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10482 #  algorithm: "plot_perf_box_name"
10483 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10484 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10485 #  include:
10486 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10487 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10488 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10489 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10490 #  layout:
10491 #    title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10492 #    layout: "plot-throughput"
10493 #
10494 #- type: "plot"
10495 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10496 #  algorithm: "plot_perf_box_name"
10497 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10498 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10499 #  include:
10500 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10501 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10502 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10503 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10504 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10505 #  layout:
10506 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10507 #    layout: "plot-throughput"
10508 #
10509 #- type: "plot"
10510 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10511 #  algorithm: "plot_perf_box_name"
10512 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10513 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10514 #  include:
10515 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10516 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10517 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10518 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10519 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10520 #  layout:
10521 #    title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10522 #    layout: "plot-throughput"
10523
10524 - type: "plot"
10525   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10526   algorithm: "plot_perf_box_name"
10527   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10528   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10529   include:
10530     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10531     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10532     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10533     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10534     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10535   layout:
10536     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10537     layout: "plot-throughput"
10538
10539 - type: "plot"
10540   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10541   algorithm: "plot_perf_box_name"
10542   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10543   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10544   include:
10545     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10546     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10547     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10548     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10549     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10550   layout:
10551     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10552     layout: "plot-throughput"
10553
10554 #- type: "plot"
10555 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10556 #  algorithm: "plot_perf_box_name"
10557 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10558 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10559 #  include:
10560 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10561 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10562 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10563 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10564 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10565 #  layout:
10566 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10567 #    layout: "plot-throughput"
10568 #
10569 #- type: "plot"
10570 #  title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10571 #  algorithm: "plot_perf_box_name"
10572 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10573 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10574 #  include:
10575 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10576 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10577 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10578 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10579 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10580 #  layout:
10581 #    title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10582 #    layout: "plot-throughput"
10583 #
10584 #- type: "plot"
10585 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10586 #  algorithm: "plot_perf_box_name"
10587 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10588 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10589 #  include:
10590 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10591 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10592 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10593 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10594 #  layout:
10595 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10596 #    layout: "plot-throughput"
10597 #
10598 #- type: "plot"
10599 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10600 #  algorithm: "plot_perf_box_name"
10601 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10602 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10603 #  include:
10604 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10605 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10606 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10607 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10608 #  layout:
10609 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10610 #    layout: "plot-throughput"
10611 #
10612 #- type: "plot"
10613 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10614 #  algorithm: "plot_perf_box_name"
10615 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10616 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10617 #  include:
10618 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10619 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10620 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10621 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10622 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10623 #  layout:
10624 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10625 #    layout: "plot-throughput"
10626 #
10627 #- type: "plot"
10628 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10629 #  algorithm: "plot_perf_box_name"
10630 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10631 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10632 #  include:
10633 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10634 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10635 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10636 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10637 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10638 #  layout:
10639 #    title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10640 #    layout: "plot-throughput"
10641 #
10642 #- type: "plot"
10643 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10644 #  algorithm: "plot_perf_box_name"
10645 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10646 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10647 #  include:
10648 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10649 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10650 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10651 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10652 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10653 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10654 #  layout:
10655 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10656 #    layout: "plot-throughput"
10657 #
10658 #- type: "plot"
10659 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10660 #  algorithm: "plot_perf_box_name"
10661 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10662 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
10663 #  include:
10664 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10665 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10666 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10667 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10668 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10669 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10670 #  layout:
10671 #    title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10672 #    layout: "plot-throughput"
10673
10674 - type: "plot"
10675   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10676   algorithm: "plot_perf_box_name"
10677   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10678   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10679   include:
10680     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10681     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10682     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10683   layout:
10684     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
10685     layout: "plot-throughput"
10686
10687 - type: "plot"
10688   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10689   algorithm: "plot_perf_box_name"
10690   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10691   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10692   include:
10693     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10694     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10695     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10696   layout:
10697     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
10698     layout: "plot-throughput"
10699
10700 #- type: "plot"
10701 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10702 #  algorithm: "plot_perf_box_name"
10703 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10704 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10705 #  include:
10706 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10707 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10708 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10709 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10710 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10711 #  layout:
10712 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10713 #    layout: "plot-throughput"
10714 #
10715 #- type: "plot"
10716 #  title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10717 #  algorithm: "plot_perf_box_name"
10718 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10719 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10720 #  include:
10721 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10722 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10723 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10724 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10725 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10726 #  layout:
10727 #    title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10728 #    layout: "plot-throughput"
10729 #
10730 #- type: "plot"
10731 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10732 #  algorithm: "plot_perf_box_name"
10733 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10734 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10735 #  include:
10736 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10737 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10738 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10739 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10740 #  layout:
10741 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10742 #    layout: "plot-throughput"
10743 #
10744 #- type: "plot"
10745 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10746 #  algorithm: "plot_perf_box_name"
10747 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10748 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10749 #  include:
10750 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10751 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10752 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10753 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10754 #  layout:
10755 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10756 #    layout: "plot-throughput"
10757 #
10758 #- type: "plot"
10759 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10760 #  algorithm: "plot_perf_box_name"
10761 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10762 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10763 #  include:
10764 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10765 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10766 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10767 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10768 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10769 #  layout:
10770 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10771 #    layout: "plot-throughput"
10772 #
10773 #- type: "plot"
10774 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10775 #  algorithm: "plot_perf_box_name"
10776 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10777 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10778 #  include:
10779 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10780 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10781 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10782 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10783 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10784 #  layout:
10785 #    title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10786 #    layout: "plot-throughput"
10787 #
10788 #- type: "plot"
10789 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10790 #  algorithm: "plot_perf_box_name"
10791 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10792 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10793 #  include:
10794 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10795 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10796 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10797 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10798 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10799 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10800 #  layout:
10801 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
10802 #    layout: "plot-throughput"
10803 #
10804 #- type: "plot"
10805 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10806 #  algorithm: "plot_perf_box_name"
10807 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10808 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
10809 #  include:
10810 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10811 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10812 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10813 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10814 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10815 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10816 #  layout:
10817 #    title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
10818 #    layout: "plot-throughput"
10819
10820 - type: "plot"
10821   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10822   algorithm: "plot_perf_box_name"
10823   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10824   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10825   include:
10826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10831   layout:
10832     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10833     layout: "plot-throughput"
10834
10835 - type: "plot"
10836   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10837   algorithm: "plot_perf_box_name"
10838   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10839   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10840   include:
10841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10846   layout:
10847     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10848     layout: "plot-throughput"
10849
10850 - type: "plot"
10851   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10852   algorithm: "plot_perf_box_name"
10853   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10854   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10855   include:
10856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10861     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10862   layout:
10863     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10864     layout: "plot-throughput"
10865
10866 - type: "plot"
10867   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10868   algorithm: "plot_perf_box_name"
10869   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10870   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10871   include:
10872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10876     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10877     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10878   layout:
10879     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10880     layout: "plot-throughput"
10881
10882 - type: "plot"
10883   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10884   algorithm: "plot_perf_box_name"
10885   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10886   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10887   include:
10888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10891     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10893   layout:
10894     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10895     layout: "plot-throughput"
10896
10897 - type: "plot"
10898   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10899   algorithm: "plot_perf_box_name"
10900   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10901   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10902   include:
10903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10905     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10906     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10908   layout:
10909     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10910     layout: "plot-throughput"
10911
10912 - type: "plot"
10913   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10914   algorithm: "plot_perf_box_name"
10915   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10916   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10917   include:
10918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10923     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10924   layout:
10925     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10926     layout: "plot-throughput"
10927
10928 - type: "plot"
10929   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10930   algorithm: "plot_perf_box_name"
10931   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10932   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10933   include:
10934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10937     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10939     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10940   layout:
10941     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10942     layout: "plot-throughput"
10943
10944 - type: "plot"
10945   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10946   algorithm: "plot_perf_box_name"
10947   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10948   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10949   include:
10950     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10951     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10952     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10953     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10954     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10955   layout:
10956     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10957     layout: "plot-throughput"
10958
10959 - type: "plot"
10960   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10961   algorithm: "plot_perf_box_name"
10962   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10963   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10964   include:
10965     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10966     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10967     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10968     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10969     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10970   layout:
10971     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10972     layout: "plot-throughput"
10973
10974 - type: "plot"
10975   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10976   algorithm: "plot_perf_box_name"
10977   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10978   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10979   include:
10980     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10985     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10986   layout:
10987     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10988     layout: "plot-throughput"
10989
10990 - type: "plot"
10991   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10992   algorithm: "plot_perf_box_name"
10993   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10994   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10995   include:
10996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10999     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11000     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11001     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11002   layout:
11003     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11004     layout: "plot-throughput"
11005
11006 - type: "plot"
11007   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11008   algorithm: "plot_perf_box_name"
11009   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11010   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11011   include:
11012     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11013     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11014   layout:
11015     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11016     layout: "plot-throughput"
11017
11018 - type: "plot"
11019   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11020   algorithm: "plot_perf_box_name"
11021   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11022   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11023   include:
11024     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11025     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11026   layout:
11027     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11028     layout: "plot-throughput"
11029
11030 #- type: "plot"
11031 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11032 #  algorithm: "plot_perf_box_name"
11033 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11034 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11035 #  include:
11036 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11037 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11038 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11039 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11040 #  layout:
11041 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11042 #    layout: "plot-throughput"
11043 #
11044 #- type: "plot"
11045 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11046 #  algorithm: "plot_perf_box_name"
11047 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11048 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11049 #  include:
11050 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11051 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11052 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11053 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11054 #  layout:
11055 #    title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11056 #    layout: "plot-throughput"
11057
11058 - type: "plot"
11059   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11060   algorithm: "plot_perf_box_name"
11061   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11062   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11063   include:
11064     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11065     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11066     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11067     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11068   layout:
11069     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11070     layout: "plot-throughput"
11071
11072 - type: "plot"
11073   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11074   algorithm: "plot_perf_box_name"
11075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11077   include:
11078     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11079     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11080     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11081     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11082   layout:
11083     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11084     layout: "plot-throughput"
11085
11086 - type: "plot"
11087   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11088   algorithm: "plot_perf_box_name"
11089   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11090   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11091   include:
11092     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11093     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11094     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11096   layout:
11097     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11098     layout: "plot-throughput"
11099
11100 - type: "plot"
11101   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11102   algorithm: "plot_perf_box_name"
11103   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11104   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11105   include:
11106     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11107     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11108     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11110   layout:
11111     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11112     layout: "plot-throughput"
11113
11114 #- type: "plot"
11115 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11116 #  algorithm: "plot_perf_box_name"
11117 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11118 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11119 #  include:
11120 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11121 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11122 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11123 #  layout:
11124 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11125 #    layout: "plot-throughput"
11126 #
11127 #- type: "plot"
11128 #  title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11129 #  algorithm: "plot_perf_box_name"
11130 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11131 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11132 #  include:
11133 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11134 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11135 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11136 #  layout:
11137 #    title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11138 #    layout: "plot-throughput"
11139 #
11140 #- type: "plot"
11141 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11142 #  algorithm: "plot_perf_box_name"
11143 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11144 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11145 #  include:
11146 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11147 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11148 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11149 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11150 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11151 #  layout:
11152 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11153 #    layout: "plot-throughput"
11154 #
11155 #- type: "plot"
11156 #  title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11157 #  algorithm: "plot_perf_box_name"
11158 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11159 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11160 #  include:
11161 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11162 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11163 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11164 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11165 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11166 #  layout:
11167 #    title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11168 #    layout: "plot-throughput"
11169
11170 - type: "plot"
11171   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11172   algorithm: "plot_perf_box_name"
11173   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11175   include:
11176     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11177     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11178     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11179   layout:
11180     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11181     layout: "plot-throughput"
11182
11183 - type: "plot"
11184   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11185   algorithm: "plot_perf_box_name"
11186   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11188   include:
11189     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11190     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11191     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11192   layout:
11193     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11194     layout: "plot-throughput"
11195
11196 #- type: "plot"
11197 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11198 #  algorithm: "plot_perf_box_name"
11199 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11200 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11201 #  include:
11202 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11203 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11204 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11205 #  layout:
11206 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11207 #    layout: "plot-throughput"
11208 #
11209 #- type: "plot"
11210 #  title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11211 #  algorithm: "plot_perf_box_name"
11212 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11213 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11214 #  include:
11215 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11216 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11217 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11218 #  layout:
11219 #    title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11220 #    layout: "plot-throughput"
11221 #
11222 #- type: "plot"
11223 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11224 #  algorithm: "plot_perf_box_name"
11225 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11226 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11227 #  include:
11228 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11229 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11230 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11231 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11232 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11233 #  layout:
11234 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11235 #    layout: "plot-throughput"
11236 #
11237 #- type: "plot"
11238 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11239 #  algorithm: "plot_perf_box_name"
11240 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11241 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11242 #  include:
11243 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11244 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11245 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11246 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11247 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11248 #  layout:
11249 #    title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11250 #    layout: "plot-throughput"
11251
11252 - type: "plot"
11253   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11254   algorithm: "plot_perf_box_name"
11255   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11256   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11257   include:
11258     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11259     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11260     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11261     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11262     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11263   layout:
11264     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11265     layout: "plot-throughput"
11266
11267 - type: "plot"
11268   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11269   algorithm: "plot_perf_box_name"
11270   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11271   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11272   include:
11273     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11274     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11275     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11276     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11277     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11278   layout:
11279     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11280     layout: "plot-throughput"
11281
11282 - type: "plot"
11283   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11284   algorithm: "plot_perf_box_name"
11285   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11286   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11287   include:
11288     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11291     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11292     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11293   layout:
11294     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11295     layout: "plot-throughput"
11296
11297 - type: "plot"
11298   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11299   algorithm: "plot_perf_box_name"
11300   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11301   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11302   include:
11303     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11306     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11308   layout:
11309     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11310     layout: "plot-throughput"
11311
11312 - type: "plot"
11313   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11314   algorithm: "plot_perf_box_name"
11315   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11316   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11317   include:
11318     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11323   layout:
11324     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11325     layout: "plot-throughput"
11326
11327 - type: "plot"
11328   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11329   algorithm: "plot_perf_box_name"
11330   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11331   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11332   include:
11333     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11336     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11337     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11338   layout:
11339     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11340     layout: "plot-throughput"
11341
11342 - type: "plot"
11343   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11344   algorithm: "plot_perf_box_name"
11345   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11346   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11347   include:
11348     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11349     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11350     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11351     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11352     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11353     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11354   layout:
11355     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11356     layout: "plot-throughput"
11357
11358 - type: "plot"
11359   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11360   algorithm: "plot_perf_box_name"
11361   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11362   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11363   include:
11364     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11365     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11366     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11367     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11368     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11369     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11370   layout:
11371     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11372     layout: "plot-throughput"
11373
11374 - type: "plot"
11375   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11376   algorithm: "plot_perf_box_name"
11377   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11378   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11379   include:
11380     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11381     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11382     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11383     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11384   layout:
11385     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11386     layout: "plot-throughput"
11387
11388 - type: "plot"
11389   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11390   algorithm: "plot_perf_box_name"
11391   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11392   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11393   include:
11394     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11395     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11396     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11397     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11398   layout:
11399     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11400     layout: "plot-throughput"
11401
11402 #- type: "plot"
11403 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11404 #  algorithm: "plot_perf_box_name"
11405 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11406 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11407 #  include:
11408 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11409 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11410 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11411 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11412 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11413 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11414 #  layout:
11415 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11416 #    layout: "plot-throughput"
11417 #
11418 #- type: "plot"
11419 #  title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11420 #  algorithm: "plot_perf_box_name"
11421 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11422 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11423 #  include:
11424 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11425 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11426 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11427 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11428 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11429 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11430 #  layout:
11431 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11432 #    layout: "plot-throughput"
11433
11434 - type: "plot"
11435   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11436   algorithm: "plot_perf_box_name"
11437   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11438   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11439   include:
11440     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11441 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11442     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11443 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11444     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11445 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11446   layout:
11447     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11448     layout: "plot-throughput"
11449
11450 - type: "plot"
11451   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11452   algorithm: "plot_perf_box_name"
11453   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11454   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11455   include:
11456     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11457 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11458     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11459 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11460     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11461 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11462   layout:
11463     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11464     layout: "plot-throughput"
11465
11466 - type: "plot"
11467   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11468   algorithm: "plot_perf_box_name"
11469   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11470   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11471   include:
11472     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11473     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11474     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11475     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11476     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11477     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11478   layout:
11479     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11480     layout: "plot-throughput"
11481
11482 - type: "plot"
11483   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11484   algorithm: "plot_perf_box_name"
11485   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11486   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11487   include:
11488     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11489     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11490     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11494   layout:
11495     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11496     layout: "plot-throughput"
11497
11498 #- type: "plot"
11499 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11500 #  algorithm: "plot_perf_box_name"
11501 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11502 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11503 #  include:
11504 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11505 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11506 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11507 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11508 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11509 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11510 #  layout:
11511 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11512 #    layout: "plot-throughput"
11513 #
11514 #- type: "plot"
11515 #  title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11516 #  algorithm: "plot_perf_box_name"
11517 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11518 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11519 #  include:
11520 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11521 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11522 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11523 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11524 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11525 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11526 #  layout:
11527 #    title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11528 #    layout: "plot-throughput"
11529 #
11530 #- type: "plot"
11531 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11532 #  algorithm: "plot_perf_box_name"
11533 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11534 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11535 #  include:
11536 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11537 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11538 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11539 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11540 #  layout:
11541 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11542 #    layout: "plot-throughput"
11543 #
11544 #- type: "plot"
11545 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11546 #  algorithm: "plot_perf_box_name"
11547 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11548 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11549 #  include:
11550 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11551 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11552 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11553 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11554 #  layout:
11555 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11556 #    layout: "plot-throughput"
11557 #
11558 #- type: "plot"
11559 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11560 #  algorithm: "plot_perf_box_name"
11561 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11562 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11563 #  include:
11564 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11565 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11566 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11567 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11568 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11569 #  layout:
11570 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11571 #    layout: "plot-throughput"
11572 #
11573 #- type: "plot"
11574 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11575 #  algorithm: "plot_perf_box_name"
11576 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11577 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11578 #  include:
11579 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11580 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11581 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11582 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11583 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11584 #  layout:
11585 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11586 #    layout: "plot-throughput"
11587 #
11588 #- type: "plot"
11589 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11590 #  algorithm: "plot_perf_box_name"
11591 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11592 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11593 #  include:
11594 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11595 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11596 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11597 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11598 #  layout:
11599 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11600 #    layout: "plot-throughput"
11601 #
11602 #- type: "plot"
11603 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11604 #  algorithm: "plot_perf_box_name"
11605 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11606 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11607 #  include:
11608 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11609 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11610 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11611 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11612 #  layout:
11613 #    title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11614 #    layout: "plot-throughput"
11615
11616 - type: "plot"
11617   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11618   algorithm: "plot_perf_box_name"
11619   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11620   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11621   include:
11622     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11623     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11624     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11625     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11626     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11627     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11628   layout:
11629     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
11630     layout: "plot-throughput"
11631
11632 - type: "plot"
11633   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11634   algorithm: "plot_perf_box_name"
11635   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11637   include:
11638     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11639     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11640     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11641     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11642     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11643     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11644   layout:
11645     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
11646     layout: "plot-throughput"
11647
11648 #- type: "plot"
11649 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11650 #  algorithm: "plot_perf_box_name"
11651 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11652 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11653 #  include:
11654 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11655 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11656 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11657 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11658 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11659 #  layout:
11660 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
11661 #    layout: "plot-throughput"
11662 #
11663 #- type: "plot"
11664 #  title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11665 #  algorithm: "plot_perf_box_name"
11666 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11667 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11668 #  include:
11669 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11670 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11671 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11672 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11673 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11674 #  layout:
11675 #    title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
11676 #    layout: "plot-throughput"
11677 #
11678 #- type: "plot"
11679 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11680 #  algorithm: "plot_perf_box_name"
11681 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11682 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11683 #  include:
11684 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11685 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11686 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11687 #  layout:
11688 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11689 #    layout: "plot-throughput"
11690 #
11691 #- type: "plot"
11692 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11693 #  algorithm: "plot_perf_box_name"
11694 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11695 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11696 #  include:
11697 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11698 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11699 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11700 #  layout:
11701 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11702 #    layout: "plot-throughput"
11703 #
11704 #- type: "plot"
11705 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11706 #  algorithm: "plot_perf_box_name"
11707 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11708 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11709 #  include:
11710 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11711 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11712 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11713 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11714 #  layout:
11715 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
11716 #    layout: "plot-throughput"
11717 #
11718 #- type: "plot"
11719 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11720 #  algorithm: "plot_perf_box_name"
11721 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11722 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11723 #  include:
11724 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11725 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11726 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11727 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11728 #  layout:
11729 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
11730 #    layout: "plot-throughput"
11731 #
11732 #- type: "plot"
11733 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11734 #  algorithm: "plot_perf_box_name"
11735 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11736 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11737 #  include:
11738 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11739 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11740 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11741 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11742 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11743 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11744 #  layout:
11745 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
11746 #    layout: "plot-throughput"
11747 #
11748 #- type: "plot"
11749 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11750 #  algorithm: "plot_perf_box_name"
11751 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11752 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11753 #  include:
11754 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11755 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11756 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11757 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11758 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11759 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11760 #  layout:
11761 #    title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
11762 #    layout: "plot-throughput"
11763 #
11764 #- type: "plot"
11765 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11766 #  algorithm: "plot_perf_box_name"
11767 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11768 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11769 #  include:
11770 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11771 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11772 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11773 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11774 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11775 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11776 #  layout:
11777 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
11778 #    layout: "plot-throughput"
11779 #
11780 #- type: "plot"
11781 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11782 #  algorithm: "plot_perf_box_name"
11783 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11784 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11785 #  include:
11786 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11787 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11788 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11789 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11790 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11791 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11792 #  layout:
11793 #    title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
11794 #    layout: "plot-throughput"
11795
11796 - type: "plot"
11797   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11798   algorithm: "plot_perf_box_name"
11799   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11800   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11801   include:
11802     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11803     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11804     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11805     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11806   layout:
11807     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11808     layout: "plot-throughput"
11809
11810 - type: "plot"
11811   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11812   algorithm: "plot_perf_box_name"
11813   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11814   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11815   include:
11816     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11817     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11818     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11819     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11820   layout:
11821     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11822     layout: "plot-throughput"
11823
11824 - type: "plot"
11825   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11826   algorithm: "plot_perf_box_name"
11827   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11828   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11829   include:
11830     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11831     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11832     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11833     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11834     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11835     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11836   layout:
11837     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11838     layout: "plot-throughput"
11839
11840 - type: "plot"
11841   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11842   algorithm: "plot_perf_box_name"
11843   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11844   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11845   include:
11846     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11847     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11848     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11849     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11850     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11851     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11852   layout:
11853     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11854     layout: "plot-throughput"
11855
11856 - type: "plot"
11857   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11858   algorithm: "plot_perf_box_name"
11859   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11860   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11861   include:
11862     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11863     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11864     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11865     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11866     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11867     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11868   layout:
11869     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11870     layout: "plot-throughput"
11871
11872 - type: "plot"
11873   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11874   algorithm: "plot_perf_box_name"
11875   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11876   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11877   include:
11878     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11879     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11880     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11881     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11882     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11883     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11884   layout:
11885     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11886     layout: "plot-throughput"
11887
11888 - type: "plot"
11889   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11890   algorithm: "plot_perf_box_name"
11891   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11892   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11893   include:
11894     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11895     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11896     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11897     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11898   layout:
11899     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11900     layout: "plot-throughput"
11901
11902 - type: "plot"
11903   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11904   algorithm: "plot_perf_box_name"
11905   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11906   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11907   include:
11908     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11909     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11910     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11911     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11912   layout:
11913     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11914     layout: "plot-throughput"
11915
11916 - type: "plot"
11917   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11918   algorithm: "plot_perf_box_name"
11919   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11920   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11921   include:
11922     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11923     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11924     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11925     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11927     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11928   layout:
11929     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11930     layout: "plot-throughput"
11931
11932 - type: "plot"
11933   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11934   algorithm: "plot_perf_box_name"
11935   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11936   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11937   include:
11938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11943     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11944   layout:
11945     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11946     layout: "plot-throughput"
11947
11948 - type: "plot"
11949   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11950   algorithm: "plot_perf_box_name"
11951   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11952   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11953   include:
11954     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11955     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11956     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11957     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11958   layout:
11959     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11960     layout: "plot-throughput"
11961
11962 - type: "plot"
11963   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11964   algorithm: "plot_perf_box_name"
11965   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11966   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11967   include:
11968     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11969     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11970     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11971     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11972   layout:
11973     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11974     layout: "plot-throughput"
11975
11976 - type: "plot"
11977   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11978   algorithm: "plot_perf_box_name"
11979   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11980   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11981   include:
11982     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11983     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11984     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11985     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11986     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11987     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11988   layout:
11989     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11990     layout: "plot-throughput"
11991
11992 - type: "plot"
11993   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11994   algorithm: "plot_perf_box_name"
11995   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11996   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11997   include:
11998     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11999     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12000     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12001     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12002     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12003     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12004   layout:
12005     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12006     layout: "plot-throughput"
12007
12008 - type: "plot"
12009   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12010   algorithm: "plot_perf_box_name"
12011   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12012   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12013   include:
12014     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12015     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12016     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12017     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12018     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12019     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12020   layout:
12021     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12022     layout: "plot-throughput"
12023
12024 - type: "plot"
12025   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12026   algorithm: "plot_perf_box_name"
12027   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12028   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12029   include:
12030     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12031     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12032     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12033     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12034     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12035     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12036   layout:
12037     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12038     layout: "plot-throughput"
12039
12040 - type: "plot"
12041   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12042   algorithm: "plot_perf_box_name"
12043   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12044   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12045   include:
12046     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12047     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12048     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12049     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12050     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12051     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12052   layout:
12053     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12054     layout: "plot-throughput"
12055
12056 - type: "plot"
12057   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12058   algorithm: "plot_perf_box_name"
12059   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12060   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12061   include:
12062     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12063     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12064     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12065     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12066     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12067     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12068   layout:
12069     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12070     layout: "plot-throughput"
12071
12072 #- type: "plot"
12073 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12074 #  algorithm: "plot_perf_box_name"
12075 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12076 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12077 #  include:
12078 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12079 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12080 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12081 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12082 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12083 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12084 #  layout:
12085 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12086 #    layout: "plot-throughput"
12087 #
12088 #- type: "plot"
12089 #  title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12090 #  algorithm: "plot_perf_box_name"
12091 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12092 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12093 #  include:
12094 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12095 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12096 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12097 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12098 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12099 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12100 #  layout:
12101 #    title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12102 #    layout: "plot-throughput"
12103
12104 - type: "plot"
12105   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12106   algorithm: "plot_perf_box_name"
12107   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12108   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12109   include:
12110     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12111     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12112     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12113     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12114     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12115     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12116   layout:
12117     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12118     layout: "plot-throughput"
12119
12120 - type: "plot"
12121   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12122   algorithm: "plot_perf_box_name"
12123   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12124   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12125   include:
12126     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12127     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12128     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12129     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12130     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12131     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12132   layout:
12133     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12134     layout: "plot-throughput"
12135
12136 #- type: "plot"
12137 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12138 #  algorithm: "plot_perf_box_name"
12139 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12140 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12141 #  include:
12142 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12143 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12144 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12145 #  layout:
12146 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12147 #    layout: "plot-throughput"
12148 #
12149 #- type: "plot"
12150 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12151 #  algorithm: "plot_perf_box_name"
12152 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12153 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12154 #  include:
12155 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12156 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12157 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12158 #  layout:
12159 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12160 #    layout: "plot-throughput"
12161
12162 #- type: "plot"
12163 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12164 #  algorithm: "plot_perf_box_name"
12165 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12166 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12167 #  include:
12168 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12169 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12170 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12171 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12172 #  layout:
12173 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12174 #    layout: "plot-throughput"
12175 #
12176 #- type: "plot"
12177 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12178 #  algorithm: "plot_perf_box_name"
12179 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12180 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12181 #  include:
12182 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12183 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12184 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12185 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12186 #  layout:
12187 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12188 #    layout: "plot-throughput"
12189 #
12190 #- type: "plot"
12191 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12192 #  algorithm: "plot_perf_box_name"
12193 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12194 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12195 #  include:
12196 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12197 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12198 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12199 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12200 #  layout:
12201 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12202 #    layout: "plot-throughput"
12203 #
12204 #- type: "plot"
12205 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12206 #  algorithm: "plot_perf_box_name"
12207 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12208 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12209 #  include:
12210 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12211 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12212 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12213 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12214 #  layout:
12215 #    title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12216 #    layout: "plot-throughput"
12217
12218 - type: "plot"
12219   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12220   algorithm: "plot_perf_box_name"
12221   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12222   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12223   include:
12224     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12225     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12226     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12227     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12228   layout:
12229     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12230     layout: "plot-throughput"
12231
12232 - type: "plot"
12233   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12234   algorithm: "plot_perf_box_name"
12235   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12236   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12237   include:
12238     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12239     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12240     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12241     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12242   layout:
12243     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12244     layout: "plot-throughput"
12245
12246 - type: "plot"
12247   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12248   algorithm: "plot_perf_box_name"
12249   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12251   include:
12252     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12253     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12254     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12255     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12256   layout:
12257     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12258     layout: "plot-throughput"
12259
12260 - type: "plot"
12261   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12262   algorithm: "plot_perf_box_name"
12263   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12264   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12265   include:
12266     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12267     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12268     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12269     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12270   layout:
12271     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12272     layout: "plot-throughput"
12273
12274 #- type: "plot"
12275 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12276 #  algorithm: "plot_perf_box_name"
12277 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12278 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12279 #  include:
12280 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12281 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12282 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12283 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12284 #  layout:
12285 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12286 #    layout: "plot-throughput"
12287 #
12288 #- type: "plot"
12289 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12290 #  algorithm: "plot_perf_box_name"
12291 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12292 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12293 #  include:
12294 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12295 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12296 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12297 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12298 #  layout:
12299 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12300 #    layout: "plot-throughput"
12301 #
12302 #- type: "plot"
12303 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12304 #  algorithm: "plot_perf_box_name"
12305 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12306 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12307 #  include:
12308 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12309 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12310 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12311 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12312 #  layout:
12313 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12314 #    layout: "plot-throughput"
12315 #
12316 #- type: "plot"
12317 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12318 #  algorithm: "plot_perf_box_name"
12319 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12320 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12321 #  include:
12322 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12323 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12324 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12325 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12326 #  layout:
12327 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12328 #    layout: "plot-throughput"
12329 #
12330 #- type: "plot"
12331 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12332 #  algorithm: "plot_perf_box_name"
12333 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12334 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12335 #  include:
12336 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12337 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12338 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12339 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12340 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12341 #  layout:
12342 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12343 #    layout: "plot-throughput"
12344 #
12345 #- type: "plot"
12346 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12347 #  algorithm: "plot_perf_box_name"
12348 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12349 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12350 #  include:
12351 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12352 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12353 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12354 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12355 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12356 #  layout:
12357 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12358 #    layout: "plot-throughput"
12359 #
12360 #- type: "plot"
12361 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12362 #  algorithm: "plot_perf_box_name"
12363 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12364 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12365 #  include:
12366 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12367 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12368 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12369 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12370 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12371 #  layout:
12372 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12373 #    layout: "plot-throughput"
12374 #
12375 #- type: "plot"
12376 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12377 #  algorithm: "plot_perf_box_name"
12378 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12379 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12380 #  include:
12381 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12382 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12383 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12384 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12385 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12386 #  layout:
12387 #    title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12388 #    layout: "plot-throughput"
12389 #
12390 #- type: "plot"
12391 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12392 #  algorithm: "plot_perf_box_name"
12393 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12394 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12395 #  include:
12396 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12397 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12398 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12399 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12400 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12401 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12402 #  layout:
12403 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
12404 #    layout: "plot-throughput"
12405 #
12406 #- type: "plot"
12407 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12408 #  algorithm: "plot_perf_box_name"
12409 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12410 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12411 #  include:
12412 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12413 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12414 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12415 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12416 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12417 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12418 #  layout:
12419 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
12420 #    layout: "plot-throughput"
12421 #
12422 #- type: "plot"
12423 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12424 #  algorithm: "plot_perf_box_name"
12425 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12426 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12427 #  include:
12428 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12429 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12430 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12431 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12432 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12433 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12434 #  layout:
12435 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
12436 #    layout: "plot-throughput"
12437 #
12438 #- type: "plot"
12439 #  title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12440 #  algorithm: "plot_perf_box_name"
12441 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12442 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12443 #  include:
12444 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12445 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12446 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12447 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12448 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12449 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12450 #  layout:
12451 #    title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
12452 #    layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12456   algorithm: "plot_perf_box_name"
12457   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12458   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12459   include:
12460     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12461     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12462     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12463     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12464     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12465   layout:
12466     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
12467     layout: "plot-throughput"
12468
12469 - type: "plot"
12470   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12471   algorithm: "plot_perf_box_name"
12472   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12473   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12474   include:
12475     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12476     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12477     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12478     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12479     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12480   layout:
12481     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
12482     layout: "plot-throughput"
12483
12484 #- type: "plot"
12485 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12486 #  algorithm: "plot_perf_box_name"
12487 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12488 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12489 #  include:
12490 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12491 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12492 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12493 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12494 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12495 #  layout:
12496 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12497 #    layout: "plot-throughput"
12498 #
12499 #- type: "plot"
12500 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12501 #  algorithm: "plot_perf_box_name"
12502 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12503 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12504 #  include:
12505 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12506 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12507 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12508 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12509 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12510 #  layout:
12511 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12512 #    layout: "plot-throughput"
12513
12514 #- type: "plot"
12515 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12516 #  algorithm: "plot_perf_box_name"
12517 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12518 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12519 #  include:
12520 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12521 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12522 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12523 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12524 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12525 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12526 #  layout:
12527 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12528 #    layout: "plot-throughput"
12529 #
12530 #- type: "plot"
12531 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12532 #  algorithm: "plot_perf_box_name"
12533 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12534 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12535 #  include:
12536 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12537 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12538 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12539 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12540 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12541 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12542 #  layout:
12543 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12544 #    layout: "plot-throughput"
12545
12546 #- type: "plot"
12547 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12548 #  algorithm: "plot_perf_box_name"
12549 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12550 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12551 #  include:
12552 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12553 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12554 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12555 #  layout:
12556 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
12557 #    layout: "plot-throughput"
12558 #
12559 #- type: "plot"
12560 #  title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12561 #  algorithm: "plot_perf_box_name"
12562 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12563 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12564 #  include:
12565 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12566 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12567 #    - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12568 #  layout:
12569 #    title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
12570 #    layout: "plot-throughput"
12571
12572 ################################################################################
12573
12574 # Packet Speedup
12575
12576 #- type: "plot"
12577 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12578 #  algorithm: "plot_tsa_name"
12579 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12580 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12581 #  include:
12582 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12583 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12584 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12585 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12586 #  layout:
12587 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
12588 #    layout: "plot-throughput-speedup-analysis"
12589 #
12590 #- type: "plot"
12591 #  title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12592 #  algorithm: "plot_tsa_name"
12593 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12594 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12595 #  include:
12596 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12597 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12598 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12599 #    - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12600 #  layout:
12601 #    title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
12602 #    layout: "plot-throughput-speedup-analysis"
12603 #
12604 #- type: "plot"
12605 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12606 #  algorithm: "plot_tsa_name"
12607 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
12608 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12609 #  include:
12610 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12611 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12612 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12613 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12614 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12615 #  layout:
12616 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
12617 #    layout: "plot-throughput-speedup-analysis"
12618 #
12619 #- type: "plot"
12620 #  title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12621 #  algorithm: "plot_tsa_name"
12622 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
12623 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12624 #  include:
12625 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12626 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12627 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12628 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12629 #    - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12630 #  layout:
12631 #    title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
12632 #    layout: "plot-throughput-speedup-analysis"
12633 #
12634 #- type: "plot"
12635 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12636 #  algorithm: "plot_tsa_name"
12637 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12638 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12639 #  include:
12640 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12641 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12642 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12643 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12644 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12645 #  layout:
12646 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12647 #    layout: "plot-throughput-speedup-analysis"
12648 #
12649 #- type: "plot"
12650 #  title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12651 #  algorithm: "plot_tsa_name"
12652 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12653 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12654 #  include:
12655 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12656 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12657 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12658 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12659 #    - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12660 #  layout:
12661 #    title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12662 #    layout: "plot-throughput-speedup-analysis"
12663 #
12664 #- type: "plot"
12665 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12666 #  algorithm: "plot_tsa_name"
12667 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12668 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12669 #  include:
12670 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12671 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12672 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12673 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12674 #  layout:
12675 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12676 #    layout: "plot-throughput-speedup-analysis"
12677 #
12678 #- type: "plot"
12679 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12680 #  algorithm: "plot_tsa_name"
12681 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12682 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12683 #  include:
12684 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12685 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12686 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12687 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12688 #  layout:
12689 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12690 #    layout: "plot-throughput-speedup-analysis"
12691 #
12692 #- type: "plot"
12693 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12694 #  algorithm: "plot_tsa_name"
12695 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12696 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12697 #  include:
12698 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12699 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12700 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12701 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12702 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12703 #  layout:
12704 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12705 #    layout: "plot-throughput-speedup-analysis"
12706 #
12707 #- type: "plot"
12708 #  title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12709 #  algorithm: "plot_tsa_name"
12710 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12711 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12712 #  include:
12713 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12714 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12715 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12716 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12717 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12718 #  layout:
12719 #    title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12720 #    layout: "plot-throughput-speedup-analysis"
12721 #
12722 #- type: "plot"
12723 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12724 #  algorithm: "plot_tsa_name"
12725 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12726 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12727 #  include:
12728 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12729 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12730 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12731 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12732 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12733 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12734 #  layout:
12735 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12736 #    layout: "plot-throughput-speedup-analysis"
12737 #
12738 #- type: "plot"
12739 #  title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12740 #  algorithm: "plot_tsa_name"
12741 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12742 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12743 #  include:
12744 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12745 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12746 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12747 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12748 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12749 #    - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12750 #  layout:
12751 #    title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12752 #    layout: "plot-throughput-speedup-analysis"
12753
12754 - type: "plot"
12755   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12756   algorithm: "plot_tsa_name"
12757   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12758   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12759   include:
12760     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12762     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12763   layout:
12764     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
12765     layout: "plot-throughput-speedup-analysis"
12766
12767 - type: "plot"
12768   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12769   algorithm: "plot_tsa_name"
12770   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12771   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12772   include:
12773     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12774     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12775     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12776   layout:
12777     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
12778     layout: "plot-throughput-speedup-analysis"
12779
12780 #- type: "plot"
12781 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12782 #  algorithm: "plot_tsa_name"
12783 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
12784 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12785 #  include:
12786 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12787 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12788 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12789 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12790 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12791 #  layout:
12792 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
12793 #    layout: "plot-throughput-speedup-analysis"
12794 #
12795 #- type: "plot"
12796 #  title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12797 #  algorithm: "plot_tsa_name"
12798 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
12799 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12800 #  include:
12801 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12802 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12803 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12804 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12805 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12806 #  layout:
12807 #    title: "3n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
12808 #    layout: "plot-throughput-speedup-analysis"
12809 #
12810 #- type: "plot"
12811 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12812 #  algorithm: "plot_tsa_name"
12813 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
12814 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12815 #  include:
12816 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12817 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12818 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12819 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12820 #  layout:
12821 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
12822 #    layout: "plot-throughput-speedup-analysis"
12823 #
12824 #- type: "plot"
12825 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12826 #  algorithm: "plot_tsa_name"
12827 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
12828 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12829 #  include:
12830 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12831 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12832 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12833 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12834 #  layout:
12835 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
12836 #    layout: "plot-throughput-speedup-analysis"
12837 #
12838 #- type: "plot"
12839 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12840 #  algorithm: "plot_tsa_name"
12841 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
12842 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12843 #  include:
12844 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12845 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12846 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12847 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12848 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12849 #  layout:
12850 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
12851 #    layout: "plot-throughput-speedup-analysis"
12852 #
12853 #- type: "plot"
12854 #  title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12855 #  algorithm: "plot_tsa_name"
12856 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
12857 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12858 #  include:
12859 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12860 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12861 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12862 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12863 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12864 #  layout:
12865 #    title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
12866 #    layout: "plot-throughput-speedup-analysis"
12867 #
12868 #- type: "plot"
12869 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12870 #  algorithm: "plot_tsa_name"
12871 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
12872 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12873 #  include:
12874 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12875 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12876 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12877 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12878 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12879 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12880 #  layout:
12881 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
12882 #    layout: "plot-throughput-speedup-analysis"
12883 #
12884 #- type: "plot"
12885 #  title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12886 #  algorithm: "plot_tsa_name"
12887 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
12888 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12889 #  include:
12890 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12891 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12892 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12893 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12894 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12895 #    - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
12896 #  layout:
12897 #    title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
12898 #    layout: "plot-throughput-speedup-analysis"
12899
12900 - type: "plot"
12901   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12902   algorithm: "plot_tsa_name"
12903   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
12904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12905   include:
12906     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12907     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12908   layout:
12909     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
12910     layout: "plot-throughput-speedup-analysis"
12911
12912 - type: "plot"
12913   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12914   algorithm: "plot_tsa_name"
12915   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
12916   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12917   include:
12918     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12919     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12920   layout:
12921     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
12922     layout: "plot-throughput-speedup-analysis"
12923
12924 #- type: "plot"
12925 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12926 #  algorithm: "plot_tsa_name"
12927 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
12928 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12929 #  include:
12930 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12931 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12932 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12933 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12934 #  layout:
12935 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
12936 #    layout: "plot-throughput-speedup-analysis"
12937 #
12938 #- type: "plot"
12939 #  title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12940 #  algorithm: "plot_tsa_name"
12941 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
12942 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12943 #  include:
12944 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12945 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12946 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12947 #    - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12948 #  layout:
12949 #    title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
12950 #    layout: "plot-throughput-speedup-analysis"
12951 #
12952 #- type: "plot"
12953 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12954 #  algorithm: "plot_tsa_name"
12955 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12956 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12957 #  include:
12958 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12959 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12960 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12961 #  layout:
12962 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
12963 #    layout: "plot-throughput-speedup-analysis"
12964 #
12965 #- type: "plot"
12966 #  title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12967 #  algorithm: "plot_tsa_name"
12968 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12969 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12970 #  include:
12971 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12972 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12973 #    - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12974 #  layout:
12975 #    title: "2n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
12976 #    layout: "plot-throughput-speedup-analysis"
12977 #
12978 #- type: "plot"
12979 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12980 #  algorithm: "plot_tsa_name"
12981 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
12982 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12983 #  include:
12984 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12985 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12986 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12987 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12988 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12989 #  layout:
12990 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
12991 #    layout: "plot-throughput-speedup-analysis"
12992 #
12993 #- type: "plot"
12994 #  title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12995 #  algorithm: "plot_tsa_name"
12996 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
12997 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
12998 #  include:
12999 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13000 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13001 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13002 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13003 #    - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13004 #  layout:
13005 #    title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13006 #    layout: "plot-throughput-speedup-analysis"
13007
13008 - type: "plot"
13009   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13010   algorithm: "plot_tsa_name"
13011   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13013   include:
13014     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13015     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13016     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13017   layout:
13018     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13019     layout: "plot-throughput-speedup-analysis"
13020
13021 - type: "plot"
13022   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13023   algorithm: "plot_tsa_name"
13024   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13025   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13026   include:
13027     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13028     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13029     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13030   layout:
13031     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13032     layout: "plot-throughput-speedup-analysis"
13033
13034 #- type: "plot"
13035 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13036 #  algorithm: "plot_tsa_name"
13037 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13038 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13039 #  include:
13040 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13041 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13042 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13043 #  layout:
13044 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-ndr"
13045 #    layout: "plot-throughput-speedup-analysis"
13046 #
13047 #- type: "plot"
13048 #  title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13049 #  algorithm: "plot_tsa_name"
13050 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13051 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13052 #  include:
13053 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13054 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13055 #    - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13056 #  layout:
13057 #    title: "3n-skx-x710-78b-ip6routing-base-scale-dpdk-pdr"
13058 #    layout: "plot-throughput-speedup-analysis"
13059 #
13060 #- type: "plot"
13061 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13062 #  algorithm: "plot_tsa_name"
13063 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13064 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13065 #  include:
13066 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13067 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13068 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13069 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13070 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13071 #  layout:
13072 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13073 #    layout: "plot-throughput-speedup-analysis"
13074 #
13075 #- type: "plot"
13076 #  title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13077 #  algorithm: "plot_tsa_name"
13078 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13079 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13080 #  include:
13081 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13082 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13083 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13084 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13085 #    - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13086 #  layout:
13087 #    title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13088 #    layout: "plot-throughput-speedup-analysis"
13089
13090 - type: "plot"
13091   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13092   algorithm: "plot_tsa_name"
13093   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
13094   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13095   include:
13096     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13097     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13098     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13099     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13100     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13101     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13102   layout:
13103     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
13104     layout: "plot-throughput-speedup-analysis"
13105
13106 - type: "plot"
13107   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13108   algorithm: "plot_tsa_name"
13109   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
13110   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13111   include:
13112     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13113     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13114     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13115     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13116     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13117     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13118   layout:
13119     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
13120     layout: "plot-throughput-speedup-analysis"
13121
13122 - type: "plot"
13123   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13124   algorithm: "plot_tsa_name"
13125   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
13126   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13127   include:
13128     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13129     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13130     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13131     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13132   layout:
13133     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13134     layout: "plot-throughput-speedup-analysis"
13135
13136 - type: "plot"
13137   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13138   algorithm: "plot_tsa_name"
13139   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
13140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13141   include:
13142     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13143     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13144     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13145     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13146   layout:
13147     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13148     layout: "plot-throughput-speedup-analysis"
13149
13150 #- type: "plot"
13151 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13152 #  algorithm: "plot_tsa_name"
13153 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
13154 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13155 #  include:
13156 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13157 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13158 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13159 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13160 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13161 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13162 #  layout:
13163 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
13164 #    layout: "plot-throughput-speedup-analysis"
13165 #
13166 #- type: "plot"
13167 #  title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13168 #  algorithm: "plot_tsa_name"
13169 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
13170 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13171 #  include:
13172 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13173 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13174 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13175 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13176 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13177 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13178 #  layout:
13179 #    title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
13180 #    layout: "plot-throughput-speedup-analysis"
13181 #
13182 #- type: "plot"
13183 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13184 #  algorithm: "plot_tsa_name"
13185 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13186 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13187 #  include:
13188 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13189 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13190 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13191 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13192 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13193 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13194 #  layout:
13195 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13196 #    layout: "plot-throughput-speedup-analysis"
13197 #
13198 #- type: "plot"
13199 #  title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13200 #  algorithm: "plot_tsa_name"
13201 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13202 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13203 #  include:
13204 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13205 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13206 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13207 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13208 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13209 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13210 #  layout:
13211 #    title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13212 #    layout: "plot-throughput-speedup-analysis"
13213 #
13214 #- type: "plot"
13215 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13216 #  algorithm: "plot_tsa_name"
13217 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13218 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13219 #  include:
13220 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13221 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13222 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13223 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13224 #  layout:
13225 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
13226 #    layout: "plot-throughput-speedup-analysis"
13227 #
13228 #- type: "plot"
13229 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13230 #  algorithm: "plot_tsa_name"
13231 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13232 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13233 #  include:
13234 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13235 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13236 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13237 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13238 #  layout:
13239 #    title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
13240 #    layout: "plot-throughput-speedup-analysis"
13241 #
13242 #- type: "plot"
13243 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13244 #  algorithm: "plot_tsa_name"
13245 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13246 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13247 #  include:
13248 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13249 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13250 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13251 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13252 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13253 #  layout:
13254 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13255 #    layout: "plot-throughput-speedup-analysis"
13256 #
13257 #- type: "plot"
13258 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13259 #  algorithm: "plot_tsa_name"
13260 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13261 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13262 #  include:
13263 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13264 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13265 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13266 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13267 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13268 #  layout:
13269 #    title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13270 #    layout: "plot-throughput-speedup-analysis"
13271 #
13272 #- type: "plot"
13273 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13274 #  algorithm: "plot_tsa_name"
13275 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13276 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13277 #  include:
13278 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13279 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13280 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13281 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13282 #  layout:
13283 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13284 #    layout: "plot-throughput-speedup-analysis"
13285 #
13286 #- type: "plot"
13287 #  title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13288 #  algorithm: "plot_tsa_name"
13289 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13290 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13291 #  include:
13292 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13293 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13294 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13295 #    - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13296 #  layout:
13297 #    title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13298 #    layout: "plot-throughput-speedup-analysis"
13299
13300 - type: "plot"
13301   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13302   algorithm: "plot_tsa_name"
13303   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13305   include:
13306     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13307     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13308     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13309     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13310     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13311     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13312   layout:
13313     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
13314     layout: "plot-throughput-speedup-analysis"
13315
13316 - type: "plot"
13317   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13318   algorithm: "plot_tsa_name"
13319   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13320   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13321   include:
13322     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13323     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13324     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13325     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13328   layout:
13329     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
13330     layout: "plot-throughput-speedup-analysis"
13331
13332 #- type: "plot"
13333 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13334 #  algorithm: "plot_tsa_name"
13335 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
13336 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13337 #  include:
13338 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13339 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13340 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13341 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13342 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13343 #  layout:
13344 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
13345 #    layout: "plot-throughput-speedup-analysis"
13346 #
13347 #- type: "plot"
13348 #  title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13349 #  algorithm: "plot_tsa_name"
13350 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
13351 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13352 #  include:
13353 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13354 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13355 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13356 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13357 #    - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13358 #  layout:
13359 #    title: "3n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
13360 #    layout: "plot-throughput-speedup-analysis"
13361 #
13362 #- type: "plot"
13363 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13364 #  algorithm: "plot_tsa_name"
13365 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
13366 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13367 #  include:
13368 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13369 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13370 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13371 #  layout:
13372 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
13373 #    layout: "plot-throughput-speedup-analysis"
13374 #
13375 #- type: "plot"
13376 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13377 #  algorithm: "plot_tsa_name"
13378 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
13379 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13380 #  include:
13381 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
13382 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
13383 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
13384 #  layout:
13385 #    title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
13386 #    layout: "plot-throughput-speedup-analysis"
13387 #
13388 #- type: "plot"
13389 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13390 #  algorithm: "plot_tsa_name"
13391 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
13392 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13393 #  include:
13394 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13395 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13396 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13397 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13398 #  layout:
13399 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
13400 #    layout: "plot-throughput-speedup-analysis"
13401 #
13402 #- type: "plot"
13403 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13404 #  algorithm: "plot_tsa_name"
13405 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
13406 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13407 #  include:
13408 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13409 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13410 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13411 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13412 #  layout:
13413 #    title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
13414 #    layout: "plot-throughput-speedup-analysis"
13415 #
13416 #- type: "plot"
13417 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13418 #  algorithm: "plot_tsa_name"
13419 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
13420 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13421 #  include:
13422 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13423 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13424 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13425 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13426 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13427 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13428 #  layout:
13429 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
13430 #    layout: "plot-throughput-speedup-analysis"
13431 #
13432 #- type: "plot"
13433 #  title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13434 #  algorithm: "plot_tsa_name"
13435 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
13436 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13437 #  include:
13438 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13439 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13440 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13441 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13442 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13443 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13444 #  layout:
13445 #    title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
13446 #    layout: "plot-throughput-speedup-analysis"
13447 #
13448 #- type: "plot"
13449 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13450 #  algorithm: "plot_tsa_name"
13451 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr-tsa"
13452 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13453 #  include:
13454 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13455 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13456 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13457 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13458 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13459 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13460 #  layout:
13461 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-ndr"
13462 #    layout: "plot-throughput-speedup-analysis"
13463 #
13464 #- type: "plot"
13465 #  title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13466 #  algorithm: "plot_tsa_name"
13467 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr-tsa"
13468 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13469 #  include:
13470 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13471 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13472 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13473 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13474 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13475 #    - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13476 #  layout:
13477 #    title: "3n-skx-xxv710-64b-features-l2switching-base-dpdk-pdr"
13478 #    layout: "plot-throughput-speedup-analysis"
13479
13480 - type: "plot"
13481   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13482   algorithm: "plot_tsa_name"
13483   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13484   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13485   include:
13486     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13487     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13488     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13489     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13490     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13491     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13492   layout:
13493     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
13494     layout: "plot-throughput-speedup-analysis"
13495
13496 - type: "plot"
13497   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13498   algorithm: "plot_tsa_name"
13499   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13500   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13501   include:
13502     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13503     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13504     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13505     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13506     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13507     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13508   layout:
13509     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
13510     layout: "plot-throughput-speedup-analysis"
13511
13512 #- type: "plot"
13513 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13514 #  algorithm: "plot_tsa_name"
13515 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
13516 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13517 #  include:
13518 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13519 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13520 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13521 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13522 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13523 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13524 #  layout:
13525 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-ndr"
13526 #    layout: "plot-throughput-speedup-analysis"
13527 #
13528 #- type: "plot"
13529 #  title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13530 #  algorithm: "plot_tsa_name"
13531 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
13532 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13533 #  include:
13534 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13535 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13536 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13537 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13538 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13539 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13540 #  layout:
13541 #    title: "3n-skx-xxv710-78b-srv6-ip6routing-base-dpdk-pdr"
13542 #    layout: "plot-throughput-speedup-analysis"
13543 #
13544 #- type: "plot"
13545 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13546 #  algorithm: "plot_tsa_name"
13547 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13548 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13549 #  include:
13550 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13551 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13552 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13553 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13554 #  layout:
13555 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13556 #    layout: "plot-throughput-speedup-analysis"
13557 #
13558 #- type: "plot"
13559 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13560 #  algorithm: "plot_tsa_name"
13561 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13562 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13563 #  include:
13564 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13565 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13566 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13567 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13568 #  layout:
13569 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13570 #    layout: "plot-throughput-speedup-analysis"
13571 #
13572 #- type: "plot"
13573 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13574 #  algorithm: "plot_tsa_name"
13575 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13576 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13577 #  include:
13578 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13579 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13580 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13581 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13582 #  layout:
13583 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13584 #    layout: "plot-throughput-speedup-analysis"
13585 #
13586 #- type: "plot"
13587 #  title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13588 #  algorithm: "plot_tsa_name"
13589 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13590 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
13591 #  include:
13592 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13593 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13594 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13595 #    - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13596 #  layout:
13597 #    title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13598 #    layout: "plot-throughput-speedup-analysis"
13599
13600 - type: "plot"
13601   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13602   algorithm: "plot_tsa_name"
13603   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
13604   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13605   include:
13606     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13607     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13608     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13609     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13610   layout:
13611     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
13612     layout: "plot-throughput-speedup-analysis"
13613
13614 - type: "plot"
13615   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13616   algorithm: "plot_tsa_name"
13617   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
13618   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13619   include:
13620     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13621     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13622     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13623     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13624   layout:
13625     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
13626     layout: "plot-throughput-speedup-analysis"
13627
13628 - type: "plot"
13629   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13630   algorithm: "plot_tsa_name"
13631   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13632   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13633   include:
13634     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13635     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13636     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13637     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13638   layout:
13639     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
13640     layout: "plot-throughput-speedup-analysis"
13641
13642 - type: "plot"
13643   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13644   algorithm: "plot_tsa_name"
13645   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13646   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13647   include:
13648     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13649     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13650     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13651     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13652   layout:
13653     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
13654     layout: "plot-throughput-speedup-analysis"
13655
13656 #- type: "plot"
13657 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13658 #  algorithm: "plot_tsa_name"
13659 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13660 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13661 #  include:
13662 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13663 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13664 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13665 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13666 #  layout:
13667 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-ndr"
13668 #    layout: "plot-throughput-speedup-analysis"
13669 #
13670 #- type: "plot"
13671 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13672 #  algorithm: "plot_tsa_name"
13673 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13674 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13675 #  include:
13676 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13677 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13678 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13679 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13680 #  layout:
13681 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-pdr"
13682 #    layout: "plot-throughput-speedup-analysis"
13683 #
13684 #- type: "plot"
13685 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13686 #  algorithm: "plot_tsa_name"
13687 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13688 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13689 #  include:
13690 #    - "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"
13691 #    - "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"
13692 #    - "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"
13693 #    - "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"
13694 #  layout:
13695 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13696 #    layout: "plot-throughput-speedup-analysis"
13697 #
13698 #- type: "plot"
13699 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13700 #  algorithm: "plot_tsa_name"
13701 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13702 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13703 #  include:
13704 #    - "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"
13705 #    - "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"
13706 #    - "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"
13707 #    - "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"
13708 #  layout:
13709 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13710 #    layout: "plot-throughput-speedup-analysis"
13711 #
13712 #- type: "plot"
13713 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13714 #  algorithm: "plot_tsa_name"
13715 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
13716 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13717 #  include:
13718 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13719 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13720 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13721 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13722 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13723 #  layout:
13724 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
13725 #    layout: "plot-throughput-speedup-analysis"
13726 #
13727 #- type: "plot"
13728 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13729 #  algorithm: "plot_tsa_name"
13730 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
13731 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13732 #  include:
13733 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13734 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13735 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13736 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13737 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13738 #  layout:
13739 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
13740 #    layout: "plot-throughput-speedup-analysis"
13741 #
13742 #- type: "plot"
13743 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13744 #  algorithm: "plot_tsa_name"
13745 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
13746 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13747 #  include:
13748 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13749 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13750 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13751 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13752 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13753 #  layout:
13754 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
13755 #    layout: "plot-throughput-speedup-analysis"
13756 #
13757 #- type: "plot"
13758 #  title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13759 #  algorithm: "plot_tsa_name"
13760 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
13761 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13762 #  include:
13763 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13764 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13765 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13766 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13767 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13768 #  layout:
13769 #    title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
13770 #    layout: "plot-throughput-speedup-analysis"
13771 #
13772 #- type: "plot"
13773 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13774 #  algorithm: "plot_tsa_name"
13775 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr-tsa"
13776 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13777 #  include:
13778 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13779 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13780 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13781 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13782 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13783 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13784 #  layout:
13785 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-ndr"
13786 #    layout: "plot-throughput-speedup-analysis"
13787 #
13788 #- type: "plot"
13789 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13790 #  algorithm: "plot_tsa_name"
13791 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr-tsa"
13792 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13793 #  include:
13794 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13795 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13796 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13797 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13798 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13799 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13800 #  layout:
13801 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-pdr"
13802 #    layout: "plot-throughput-speedup-analysis"
13803 #
13804 #- type: "plot"
13805 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13806 #  algorithm: "plot_tsa_name"
13807 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr-tsa"
13808 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13809 #  include:
13810 #    - "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"
13811 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13812 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13813 #    - "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"
13814 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13815 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13816 #  layout:
13817 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-ndr"
13818 #    layout: "plot-throughput-speedup-analysis"
13819 #
13820 #- type: "plot"
13821 #  title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13822 #  algorithm: "plot_tsa_name"
13823 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr-tsa"
13824 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13825 #  include:
13826 #    - "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"
13827 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13828 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13829 #    - "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"
13830 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13831 #    - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13832 #  layout:
13833 #    title: "3n-skx-xxv710-64b-link-bonding-vhost-base-dpdk-vpp-pdr"
13834 #    layout: "plot-throughput-speedup-analysis"
13835 #
13836 #- type: "plot"
13837 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13838 #  algorithm: "plot_tsa_name"
13839 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
13840 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13841 #  include:
13842 #    - "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"
13843 #    - "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"
13844 #    - "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"
13845 #  layout:
13846 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr"
13847 #    layout: "plot-throughput-speedup-analysis"
13848 #
13849 #- type: "plot"
13850 #  title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13851 #  algorithm: "plot_tsa_name"
13852 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
13853 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13854 #  include:
13855 #    - "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"
13856 #    - "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"
13857 #    - "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"
13858 #  layout:
13859 #    title: "2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr"
13860 #    layout: "plot-throughput-speedup-analysis"
13861
13862 - type: "plot"
13863   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13864   algorithm: "plot_tsa_name"
13865   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
13866   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13867   include:
13868     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13869     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13870     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13871     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13872     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13873   layout:
13874     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
13875     layout: "plot-throughput-speedup-analysis"
13876
13877 - type: "plot"
13878   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13879   algorithm: "plot_tsa_name"
13880   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
13881   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13882   include:
13883     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13884     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13885     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13886     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13887     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13888   layout:
13889     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
13890     layout: "plot-throughput-speedup-analysis"
13891
13892 - type: "plot"
13893   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13894   algorithm: "plot_tsa_name"
13895   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
13896   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13897   include:
13898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13903   layout:
13904     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
13905     layout: "plot-throughput-speedup-analysis"
13906
13907 - type: "plot"
13908   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13909   algorithm: "plot_tsa_name"
13910   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
13911   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13912   include:
13913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13918   layout:
13919     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
13920     layout: "plot-throughput-speedup-analysis"
13921
13922 - type: "plot"
13923   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13924   algorithm: "plot_tsa_name"
13925   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
13926   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13927   include:
13928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13934   layout:
13935     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
13936     layout: "plot-throughput-speedup-analysis"
13937
13938 - type: "plot"
13939   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13940   algorithm: "plot_tsa_name"
13941   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
13942   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13943   include:
13944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13950   layout:
13951     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
13952     layout: "plot-throughput-speedup-analysis"
13953
13954 - type: "plot"
13955   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13956   algorithm: "plot_tsa_name"
13957   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
13958   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13959   include:
13960     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13961     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13962     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13963     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13964   layout:
13965     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
13966     layout: "plot-throughput-speedup-analysis"
13967
13968 - type: "plot"
13969   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13970   algorithm: "plot_tsa_name"
13971   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
13972   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13973   include:
13974     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13976     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13977     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13978   layout:
13979     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
13980     layout: "plot-throughput-speedup-analysis"
13981
13982 - type: "plot"
13983   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13984   algorithm: "plot_tsa_name"
13985   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
13986   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13987   include:
13988     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13991     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13992     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13993   layout:
13994     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
13995     layout: "plot-throughput-speedup-analysis"
13996
13997 - type: "plot"
13998   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
13999   algorithm: "plot_tsa_name"
14000   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14001   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14002   include:
14003     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14004     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14006     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14007     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14008   layout:
14009     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
14010     layout: "plot-throughput-speedup-analysis"
14011
14012 - type: "plot"
14013   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14014   algorithm: "plot_tsa_name"
14015   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14016   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14017   include:
14018     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14019     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14020     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14021     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14022     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14023     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14024   layout:
14025     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14026     layout: "plot-throughput-speedup-analysis"
14027
14028 - type: "plot"
14029   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14030   algorithm: "plot_tsa_name"
14031   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14032   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14033   include:
14034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14035     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14038     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14040   layout:
14041     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
14042     layout: "plot-throughput-speedup-analysis"
14043
14044 - type: "plot"
14045   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14046   algorithm: "plot_tsa_name"
14047   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
14048   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14049   include:
14050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14054   layout:
14055     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
14056     layout: "plot-throughput-speedup-analysis"
14057
14058 - type: "plot"
14059   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14060   algorithm: "plot_tsa_name"
14061   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
14062   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14063   include:
14064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14068   layout:
14069     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
14070     layout: "plot-throughput-speedup-analysis"
14071
14072 - type: "plot"
14073   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14074   algorithm: "plot_tsa_name"
14075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14077   include:
14078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14084   layout:
14085     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
14086     layout: "plot-throughput-speedup-analysis"
14087
14088 - type: "plot"
14089   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14090   algorithm: "plot_tsa_name"
14091   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14092   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14093   include:
14094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14098     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14100   layout:
14101     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
14102     layout: "plot-throughput-speedup-analysis"
14103
14104 - type: "plot"
14105   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14106   algorithm: "plot_tsa_name"
14107   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
14108   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14109   include:
14110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14113     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14114     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14115     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14116   layout:
14117     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
14118     layout: "plot-throughput-speedup-analysis"
14119
14120 - type: "plot"
14121   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14122   algorithm: "plot_tsa_name"
14123   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
14124   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14125   include:
14126     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14127     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14128     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14129     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14130     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14131     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14132   layout:
14133     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
14134     layout: "plot-throughput-speedup-analysis"
14135
14136 - type: "plot"
14137   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14138   algorithm: "plot_tsa_name"
14139   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14140   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14141   include:
14142     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14143     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14144     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14145     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14146     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14147     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14148   layout:
14149     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
14150     layout: "plot-throughput-speedup-analysis"
14151
14152 - type: "plot"
14153   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14154   algorithm: "plot_tsa_name"
14155   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14156   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14157   include:
14158     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14159     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14160     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14161     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14162     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14163     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14164   layout:
14165     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
14166     layout: "plot-throughput-speedup-analysis"
14167
14168 - type: "plot"
14169   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14170   algorithm: "plot_tsa_name"
14171   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
14172   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14173   include:
14174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14175     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14176     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14177     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14178     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14179   layout:
14180     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
14181     layout: "plot-throughput-speedup-analysis"
14182
14183 - type: "plot"
14184   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14185   algorithm: "plot_tsa_name"
14186   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
14187   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14188   include:
14189     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14190     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14191     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14192     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14193     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14194   layout:
14195     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
14196     layout: "plot-throughput-speedup-analysis"
14197
14198 #- type: "plot"
14199 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14200 #  algorithm: "plot_tsa_name"
14201 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
14202 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14203 #  include:
14204 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14205 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14206 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14207 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14208 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14209 #  layout:
14210 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
14211 #    layout: "plot-throughput-speedup-analysis"
14212 #
14213 #- type: "plot"
14214 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14215 #  algorithm: "plot_tsa_name"
14216 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
14217 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14218 #  include:
14219 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14220 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14221 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14222 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14223 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14224 #  layout:
14225 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
14226 #    layout: "plot-throughput-speedup-analysis"
14227
14228 #- type: "plot"
14229 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14230 #  algorithm: "plot_tsa_name"
14231 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
14232 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14233 #  include:
14234 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14235 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14236 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14237 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14238 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14239 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14240 #  layout:
14241 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
14242 #    layout: "plot-throughput-speedup-analysis"
14243 #
14244 #- type: "plot"
14245 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14246 #  algorithm: "plot_tsa_name"
14247 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
14248 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14249 #  include:
14250 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14251 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14252 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14253 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14254 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14255 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14256 #  layout:
14257 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
14258 #    layout: "plot-throughput-speedup-analysis"
14259
14260 - type: "plot"
14261   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14262   algorithm: "plot_tsa_name"
14263   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14264   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14265   include:
14266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14271   layout:
14272     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14273     layout: "plot-throughput-speedup-analysis"
14274
14275 - type: "plot"
14276   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14277   algorithm: "plot_tsa_name"
14278   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14279   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14280   include:
14281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14282     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14283     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14284     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14285     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14286   layout:
14287     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14288     layout: "plot-throughput-speedup-analysis"
14289
14290 - type: "plot"
14291   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14292   algorithm: "plot_tsa_name"
14293   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14294   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14295   include:
14296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14297     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14298     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14302   layout:
14303     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14304     layout: "plot-throughput-speedup-analysis"
14305
14306 - type: "plot"
14307   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14308   algorithm: "plot_tsa_name"
14309   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14310   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14311   include:
14312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14318   layout:
14319     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14320     layout: "plot-throughput-speedup-analysis"
14321
14322 - type: "plot"
14323   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14324   algorithm: "plot_tsa_name"
14325   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14326   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14327   include:
14328     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14330     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14331     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14332     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14333   layout:
14334     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14335     layout: "plot-throughput-speedup-analysis"
14336
14337 - type: "plot"
14338   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14339   algorithm: "plot_tsa_name"
14340   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14341   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14342   include:
14343     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14345     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14346     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14347     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14348   layout:
14349     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14350     layout: "plot-throughput-speedup-analysis"
14351
14352 - type: "plot"
14353   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14354   algorithm: "plot_tsa_name"
14355   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14356   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14357   include:
14358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14359     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14360     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14361     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14362   layout:
14363     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14364     layout: "plot-throughput-speedup-analysis"
14365
14366 - type: "plot"
14367   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14368   algorithm: "plot_tsa_name"
14369   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14370   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14371   include:
14372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14376   layout:
14377     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14378     layout: "plot-throughput-speedup-analysis"
14379
14380 - type: "plot"
14381   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14382   algorithm: "plot_tsa_name"
14383   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14384   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14385   include:
14386     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14389     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14392   layout:
14393     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14394     layout: "plot-throughput-speedup-analysis"
14395
14396 - type: "plot"
14397   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14398   algorithm: "plot_tsa_name"
14399   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14400   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
14401   include:
14402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14408   layout:
14409     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14410     layout: "plot-throughput-speedup-analysis"
14411
14412 - type: "plot"
14413   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14414   algorithm: "plot_tsa_name"
14415   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14416   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14417   include:
14418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14423   layout:
14424     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
14425     layout: "plot-throughput-speedup-analysis"
14426
14427 - type: "plot"
14428   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14429   algorithm: "plot_tsa_name"
14430   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14431   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14432   include:
14433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14438   layout:
14439     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
14440     layout: "plot-throughput-speedup-analysis"
14441
14442 - type: "plot"
14443   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14444   algorithm: "plot_tsa_name"
14445   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14446   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14447   include:
14448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14454   layout:
14455     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
14456     layout: "plot-throughput-speedup-analysis"
14457
14458 - type: "plot"
14459   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14460   algorithm: "plot_tsa_name"
14461   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14462   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14463   include:
14464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14467     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14470   layout:
14471     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
14472     layout: "plot-throughput-speedup-analysis"
14473
14474 - type: "plot"
14475   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14476   algorithm: "plot_tsa_name"
14477   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14478   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14479   include:
14480     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14482     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14484   layout:
14485     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
14486     layout: "plot-throughput-speedup-analysis"
14487
14488 - type: "plot"
14489   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14490   algorithm: "plot_tsa_name"
14491   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14492   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14493   include:
14494     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14498   layout:
14499     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
14500     layout: "plot-throughput-speedup-analysis"
14501
14502 - type: "plot"
14503   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14504   algorithm: "plot_tsa_name"
14505   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14506   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14507   include:
14508     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14513   layout:
14514     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
14515     layout: "plot-throughput-speedup-analysis"
14516
14517 - type: "plot"
14518   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14519   algorithm: "plot_tsa_name"
14520   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14521   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14522   include:
14523     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14528   layout:
14529     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
14530     layout: "plot-throughput-speedup-analysis"
14531
14532 - type: "plot"
14533   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14534   algorithm: "plot_tsa_name"
14535   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14536   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14537   include:
14538     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14539     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14540     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14541     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14542     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14543     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14544   layout:
14545     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
14546     layout: "plot-throughput-speedup-analysis"
14547
14548 - type: "plot"
14549   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14550   algorithm: "plot_tsa_name"
14551   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14552   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14553   include:
14554     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14555     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14556     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14557     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14558     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14559     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14560   layout:
14561     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
14562     layout: "plot-throughput-speedup-analysis"
14563
14564 - type: "plot"
14565   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14566   algorithm: "plot_tsa_name"
14567   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14568   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14569   include:
14570     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14571     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14572     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14573     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14574   layout:
14575     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
14576     layout: "plot-throughput-speedup-analysis"
14577
14578 - type: "plot"
14579   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14580   algorithm: "plot_tsa_name"
14581   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14582   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14583   include:
14584     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14585     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14586     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14587     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14588   layout:
14589     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
14590     layout: "plot-throughput-speedup-analysis"
14591
14592 - type: "plot"
14593   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14594   algorithm: "plot_tsa_name"
14595   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14596   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14597   include:
14598     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14599     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14600     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14601     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14603     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14604   layout:
14605     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
14606     layout: "plot-throughput-speedup-analysis"
14607
14608 - type: "plot"
14609   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14610   algorithm: "plot_tsa_name"
14611   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14612   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14613   include:
14614     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14615     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14616     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14617     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14618     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14619     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14620   layout:
14621     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
14622     layout: "plot-throughput-speedup-analysis"
14623
14624 - type: "plot"
14625   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14626   algorithm: "plot_tsa_name"
14627   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14628   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14629   include:
14630     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14631     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14632     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14633     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14634     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14635     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14636   layout:
14637     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
14638     layout: "plot-throughput-speedup-analysis"
14639
14640 - type: "plot"
14641   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14642   algorithm: "plot_tsa_name"
14643   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14644   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14645   include:
14646     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14647     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14648     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14649     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14650     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14651     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14652   layout:
14653     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
14654     layout: "plot-throughput-speedup-analysis"
14655
14656 #- type: "plot"
14657 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14658 #  algorithm: "plot_tsa_name"
14659 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14660 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14661 #  include:
14662 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14663 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14664 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14665 #  layout:
14666 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
14667 #    layout: "plot-throughput-speedup-analysis"
14668 #
14669 #- type: "plot"
14670 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14671 #  algorithm: "plot_tsa_name"
14672 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14673 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
14674 #  include:
14675 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14676 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14677 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14678 #  layout:
14679 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
14680 #    layout: "plot-throughput-speedup-analysis"
14681
14682 ################################################################################
14683
14684 # Packet Throughput - DPDK
14685
14686 # 2n-skx-xxv710
14687
14688 #- type: "plot"
14689 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
14690 #  algorithm: "plot_perf_box_name"
14691 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
14692 #  data: "plot-dpdk-throughput-latency-2n-skx"
14693 #  include:
14694 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14695 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14696 #  layout:
14697 #    title: "2n-skx-xxv710-64b-2t1c-base-ndr"
14698 #    layout: "plot-throughput"
14699 #
14700 #- type: "plot"
14701 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
14702 #  algorithm: "plot_perf_box_name"
14703 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
14704 #  data: "plot-dpdk-throughput-latency-2n-skx"
14705 #  include:
14706 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14707 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14708 #  layout:
14709 #    title: "2n-skx-xxv710-64b-4t2c-base-ndr"
14710 #    layout: "plot-throughput"
14711 #
14712 #- type: "plot"
14713 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
14714 #  algorithm: "plot_perf_box_name"
14715 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
14716 #  data: "plot-dpdk-throughput-latency-2n-skx"
14717 #  include:
14718 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14719 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14720 #  layout:
14721 #    title: "2n-skx-xxv710-64b-2t1c-base-pdr"
14722 #    layout: "plot-throughput"
14723 #
14724 #- type: "plot"
14725 #  title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
14726 #  algorithm: "plot_perf_box_name"
14727 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
14728 #  data: "plot-dpdk-throughput-latency-2n-skx"
14729 #  include:
14730 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14731 #    - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14732 #  layout:
14733 #    title: "2n-skx-xxv710-64b-4t2c-base-pdr"
14734 #    layout: "plot-throughput"
14735 #
14736 ## 2n-skx-x710
14737 #
14738 #- type: "plot"
14739 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
14740 #  algorithm: "plot_perf_box_name"
14741 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
14742 #  data: "plot-dpdk-throughput-latency-2n-skx"
14743 #  include:
14744 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14745 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14746 #  layout:
14747 #    title: "2n-skx-x710-64b-2t1c-base-ndr"
14748 #    layout: "plot-throughput"
14749 #
14750 #- type: "plot"
14751 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
14752 #  algorithm: "plot_perf_box_name"
14753 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
14754 #  data: "plot-dpdk-throughput-latency-2n-skx"
14755 #  include:
14756 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14757 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14758 #  layout:
14759 #    title: "2n-skx-x710-64b-4t2c-base-ndr"
14760 #    layout: "plot-throughput"
14761 #
14762 #- type: "plot"
14763 #  title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
14764 #  algorithm: "plot_perf_box_name"
14765 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
14766 #  data: "plot-dpdk-throughput-latency-2n-skx"
14767 #  include:
14768 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14769 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14770 #  layout:
14771 #    title: "2n-skx-x710-64b-2t1c-base-pdr"
14772 #    layout: "plot-throughput"
14773 #
14774 #- type: "plot"
14775 #  title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
14776 #  algorithm: "plot_perf_box_name"
14777 #  output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
14778 #  data: "plot-dpdk-throughput-latency-2n-skx"
14779 #  include:
14780 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14781 #    - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14782 #  layout:
14783 #    title: "2n-skx-x710-64b-4t2c-base-pdr"
14784 #    layout: "plot-throughput"
14785 #
14786 ## 3n-skx-xxv710
14787 #
14788 #- type: "plot"
14789 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
14790 #  algorithm: "plot_perf_box_name"
14791 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
14792 #  data: "plot-dpdk-throughput-latency-3n-skx"
14793 #  include:
14794 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14795 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14796 #  layout:
14797 #    title: "3n-skx-xxv710-64b-2t1c-base-ndr"
14798 #    layout: "plot-throughput"
14799 #
14800 #- type: "plot"
14801 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
14802 #  algorithm: "plot_perf_box_name"
14803 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
14804 #  data: "plot-dpdk-throughput-latency-3n-skx"
14805 #  include:
14806 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14807 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14808 #  layout:
14809 #    title: "3n-skx-xxv710-64b-4t2c-base-ndr"
14810 #    layout: "plot-throughput"
14811 #
14812 #- type: "plot"
14813 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
14814 #  algorithm: "plot_perf_box_name"
14815 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
14816 #  data: "plot-dpdk-throughput-latency-3n-skx"
14817 #  include:
14818 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14819 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14820 #  layout:
14821 #    title: "3n-skx-xxv710-64b-2t1c-base-pdr"
14822 #    layout: "plot-throughput"
14823 #
14824 #- type: "plot"
14825 #  title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
14826 #  algorithm: "plot_perf_box_name"
14827 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
14828 #  data: "plot-dpdk-throughput-latency-3n-skx"
14829 #  include:
14830 #    - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14831 #    - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14832 #  layout:
14833 #    title: "3n-skx-xxv710-64b-4t2c-base-pdr"
14834 #    layout: "plot-throughput"
14835 #
14836 ## 3n-skx-x710
14837 #
14838 #- type: "plot"
14839 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
14840 #  algorithm: "plot_perf_box_name"
14841 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
14842 #  data: "plot-dpdk-throughput-latency-3n-skx"
14843 #  include:
14844 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14845 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14846 #  layout:
14847 #    title: "3n-skx-x710-64b-2t1c-base-ndr"
14848 #    layout: "plot-throughput"
14849 #
14850 #- type: "plot"
14851 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
14852 #  algorithm: "plot_perf_box_name"
14853 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
14854 #  data: "plot-dpdk-throughput-latency-3n-skx"
14855 #  include:
14856 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14857 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14858 #  layout:
14859 #    title: "3n-skx-x710-64b-4t2c-base-ndr"
14860 #    layout: "plot-throughput"
14861 #
14862 #- type: "plot"
14863 #  title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
14864 #  algorithm: "plot_perf_box_name"
14865 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
14866 #  data: "plot-dpdk-throughput-latency-3n-skx"
14867 #  include:
14868 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
14869 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
14870 #  layout:
14871 #    title: "3n-skx-x710-64b-2t1c-base-pdr"
14872 #    layout: "plot-throughput"
14873 #
14874 #- type: "plot"
14875 #  title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
14876 #  algorithm: "plot_perf_box_name"
14877 #  output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
14878 #  data: "plot-dpdk-throughput-latency-3n-skx"
14879 #  include:
14880 #    - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
14881 #    - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
14882 #  layout:
14883 #    title: "3n-skx-x710-64b-4t2c-base-pdr"
14884 #    layout: "plot-throughput"
14885
14886 # 3n-hsw-xl710
14887
14888 - type: "plot"
14889   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
14890   algorithm: "plot_perf_box_name"
14891   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
14892   data: "plot-dpdk-throughput-latency-3n-hsw"
14893   include:
14894     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14895     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14896   layout:
14897     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
14898     layout: "plot-throughput"
14899
14900 - type: "plot"
14901   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
14902   algorithm: "plot_perf_box_name"
14903   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
14904   data: "plot-dpdk-throughput-latency-3n-hsw"
14905   include:
14906     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14907     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14908   layout:
14909     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
14910     layout: "plot-throughput"
14911
14912 - type: "plot"
14913   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
14914   algorithm: "plot_perf_box_name"
14915   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
14916   data: "plot-dpdk-throughput-latency-3n-hsw"
14917   include:
14918     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14919     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14920   layout:
14921     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
14922     layout: "plot-throughput"
14923
14924 - type: "plot"
14925   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
14926   algorithm: "plot_perf_box_name"
14927   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
14928   data: "plot-dpdk-throughput-latency-3n-hsw"
14929   include:
14930     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14931     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14932   layout:
14933     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
14934     layout: "plot-throughput"
14935
14936 # 3n-hsw-x710
14937
14938 - type: "plot"
14939   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
14940   algorithm: "plot_perf_box_name"
14941   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
14942   data: "plot-dpdk-throughput-latency-3n-hsw"
14943   include:
14944     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14945     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14946   layout:
14947     title: "3n-hsw-x710-64b-1t1c-base-ndr"
14948     layout: "plot-throughput"
14949
14950 - type: "plot"
14951   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
14952   algorithm: "plot_perf_box_name"
14953   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
14954   data: "plot-dpdk-throughput-latency-3n-hsw"
14955   include:
14956     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14957     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14958   layout:
14959     title: "3n-hsw-x710-64b-2t2c-base-ndr"
14960     layout: "plot-throughput"
14961
14962 - type: "plot"
14963   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
14964   algorithm: "plot_perf_box_name"
14965   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
14966   data: "plot-dpdk-throughput-latency-3n-hsw"
14967   include:
14968     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14969     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14970   layout:
14971     title: "3n-hsw-x710-64b-1t1c-base-pdr"
14972     layout: "plot-throughput"
14973
14974 - type: "plot"
14975   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
14976   algorithm: "plot_perf_box_name"
14977   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
14978   data: "plot-dpdk-throughput-latency-3n-hsw"
14979   include:
14980     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
14981     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
14982   layout:
14983     title: "3n-hsw-x710-64b-2t2c-base-pdr"
14984     layout: "plot-throughput"
14985
14986 # 2n-dnv-x553
14987
14988 - type: "plot"
14989   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
14990   algorithm: "plot_perf_box_name"
14991   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
14992   data: "plot-dpdk-throughput-latency-2n-dnv"
14993   include:
14994     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
14995     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
14996   layout:
14997     title: "2n-dnv-x553-64b-1t1c-base-ndr"
14998     layout: "plot-throughput"
14999
15000 - type: "plot"
15001   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
15002   algorithm: "plot_perf_box_name"
15003   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
15004   data: "plot-dpdk-throughput-latency-2n-dnv"
15005   include:
15006     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15007     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15008   layout:
15009     title: "2n-dnv-x553-64b-2t2c-base-ndr"
15010     layout: "plot-throughput"
15011
15012 - type: "plot"
15013   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
15014   algorithm: "plot_perf_box_name"
15015   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
15016   data: "plot-dpdk-throughput-latency-2n-dnv"
15017   include:
15018     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15019     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15020   layout:
15021     title: "2n-dnv-x553-64b-1t1c-base-pdr"
15022     layout: "plot-throughput"
15023
15024 - type: "plot"
15025   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
15026   algorithm: "plot_perf_box_name"
15027   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
15028   data: "plot-dpdk-throughput-latency-2n-dnv"
15029   include:
15030     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15031     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15032   layout:
15033     title: "2n-dnv-x553-64b-2t2c-base-pdr"
15034     layout: "plot-throughput"
15035
15036 # 3n-dnv-x553
15037
15038 - type: "plot"
15039   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
15040   algorithm: "plot_perf_box_name"
15041   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
15042   data: "plot-dpdk-throughput-latency-3n-dnv"
15043   include:
15044     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15045     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15046   layout:
15047     title: "3n-dnv-x553-64b-1t1c-base-ndr"
15048     layout: "plot-throughput"
15049
15050 - type: "plot"
15051   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
15052   algorithm: "plot_perf_box_name"
15053   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
15054   data: "plot-dpdk-throughput-latency-3n-dnv"
15055   include:
15056     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15057     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15058   layout:
15059     title: "3n-dnv-x553-64b-2t2c-base-ndr"
15060     layout: "plot-throughput"
15061
15062 - type: "plot"
15063   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
15064   algorithm: "plot_perf_box_name"
15065   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
15066   data: "plot-dpdk-throughput-latency-3n-dnv"
15067   include:
15068     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15069     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15070   layout:
15071     title: "3n-dnv-x553-64b-1t1c-base-pdr"
15072     layout: "plot-throughput"
15073
15074 - type: "plot"
15075   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
15076   algorithm: "plot_perf_box_name"
15077   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
15078   data: "plot-dpdk-throughput-latency-3n-dnv"
15079   include:
15080     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15081     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15082   layout:
15083     title: "3n-dnv-x553-64b-2t2c-base-pdr"
15084     layout: "plot-throughput"
15085
15086 # 3n-tsh-x520
15087
15088 - type: "plot"
15089   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
15090   algorithm: "plot_perf_box_name"
15091   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
15092   data: "plot-dpdk-throughput-latency-3n-tsh"
15093   include:
15094     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15095     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15096   layout:
15097     title: "3n-tsh-x520-64b-1t1c-base-ndr"
15098     layout: "plot-throughput"
15099
15100 - type: "plot"
15101   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
15102   algorithm: "plot_perf_box_name"
15103   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
15104   data: "plot-dpdk-throughput-latency-3n-tsh"
15105   include:
15106     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15107     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15108   layout:
15109     title: "3n-tsh-x520-64b-2t2c-base-ndr"
15110     layout: "plot-throughput"
15111
15112 - type: "plot"
15113   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
15114   algorithm: "plot_perf_box_name"
15115   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
15116   data: "plot-dpdk-throughput-latency-3n-tsh"
15117   include:
15118     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
15119     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
15120   layout:
15121     title: "3n-tsh-x520-64b-1t1c-base-pdr"
15122     layout: "plot-throughput"
15123
15124 - type: "plot"
15125   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
15126   algorithm: "plot_perf_box_name"
15127   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
15128   data: "plot-dpdk-throughput-latency-3n-tsh"
15129   include:
15130     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
15131     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
15132   layout:
15133     title: "3n-tsh-x520-64b-2t2c-base-pdr"
15134     layout: "plot-throughput"
15135
15136 ################################################################################
15137 ###   2n-clx                                                                 ###
15138 ################################################################################
15139
15140 # Packet Throughput
15141
15142 - type: "plot"
15143   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15144   algorithm: "plot_perf_box_name"
15145   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15146   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15147   include:
15148     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15149     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15150     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15151     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15152   layout:
15153     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
15154     layout: "plot-throughput"
15155
15156 - type: "plot"
15157   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15158   algorithm: "plot_perf_box_name"
15159   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15160   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15161   include:
15162     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15163     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15164     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15165     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15166   layout:
15167     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
15168     layout: "plot-throughput"
15169
15170 - type: "plot"
15171   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15172   algorithm: "plot_perf_box_name"
15173   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15175   include:
15176     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15177     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15178     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15179     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15180   layout:
15181     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
15182     layout: "plot-throughput"
15183
15184 - type: "plot"
15185   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15186   algorithm: "plot_perf_box_name"
15187   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15188   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15189   include:
15190     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15191     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15192     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15193     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15194   layout:
15195     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
15196     layout: "plot-throughput"
15197
15198 - type: "plot"
15199   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15200   algorithm: "plot_perf_box_name"
15201   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15203   include:
15204     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15205     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15208     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15209   layout:
15210     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
15211     layout: "plot-throughput"
15212
15213 - type: "plot"
15214   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15215   algorithm: "plot_perf_box_name"
15216   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15217   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15218   include:
15219     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15220     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15221     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15224   layout:
15225     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
15226     layout: "plot-throughput"
15227
15228 - type: "plot"
15229   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15230   algorithm: "plot_perf_box_name"
15231   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15233   include:
15234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15238   layout:
15239     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
15240     layout: "plot-throughput"
15241
15242 - type: "plot"
15243   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15244   algorithm: "plot_perf_box_name"
15245   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15246   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15247   include:
15248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
15249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
15250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
15251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
15252   layout:
15253     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
15254     layout: "plot-throughput"
15255
15256 - type: "plot"
15257   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15258   algorithm: "plot_perf_box_name"
15259   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15261   include:
15262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15267   layout:
15268     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
15269     layout: "plot-throughput"
15270
15271 - type: "plot"
15272   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15273   algorithm: "plot_perf_box_name"
15274   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15276   include:
15277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
15278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
15280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
15281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
15282   layout:
15283     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
15284     layout: "plot-throughput"
15285
15286 - type: "plot"
15287   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15288   algorithm: "plot_perf_box_name"
15289   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15290   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15291   include:
15292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15298   layout:
15299     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
15300     layout: "plot-throughput"
15301
15302 - type: "plot"
15303   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15304   algorithm: "plot_perf_box_name"
15305   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15306   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15307   include:
15308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
15309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
15314   layout:
15315     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
15316     layout: "plot-throughput"
15317
15318 - type: "plot"
15319   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15320   algorithm: "plot_perf_box_name"
15321   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15323   include:
15324     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15325     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15326   layout:
15327     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
15328     layout: "plot-throughput"
15329
15330 - type: "plot"
15331   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15332   algorithm: "plot_perf_box_name"
15333   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15335   include:
15336     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
15337     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
15338   layout:
15339     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
15340     layout: "plot-throughput"
15341
15342 - type: "plot"
15343   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15344   algorithm: "plot_perf_box_name"
15345   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15346   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15347   include:
15348     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15349     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15350     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15351     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15352     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15353     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15354   layout:
15355     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
15356     layout: "plot-throughput"
15357
15358 - type: "plot"
15359   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15360   algorithm: "plot_perf_box_name"
15361   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15362   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15363   include:
15364     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
15365     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15366     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
15367     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15368     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
15369     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15370   layout:
15371     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
15372     layout: "plot-throughput"
15373
15374 - type: "plot"
15375   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15376   algorithm: "plot_perf_box_name"
15377   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15378   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15379   include:
15380     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15381     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15382     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15383     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15384     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15385     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15386   layout:
15387     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
15388     layout: "plot-throughput"
15389
15390 - type: "plot"
15391   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15392   algorithm: "plot_perf_box_name"
15393   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15394   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15395   include:
15396     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15397     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15398     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15399     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15400     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
15401     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15402   layout:
15403     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
15404     layout: "plot-throughput"
15405
15406 - type: "plot"
15407   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15408   algorithm: "plot_perf_box_name"
15409   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15410   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15411   include:
15412     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15413     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15414     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15415   layout:
15416     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15417     layout: "plot-throughput"
15418
15419 - type: "plot"
15420   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15421   algorithm: "plot_perf_box_name"
15422   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15424   include:
15425     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15426     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15427     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15428   layout:
15429     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15430     layout: "plot-throughput"
15431
15432 - type: "plot"
15433   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15434   algorithm: "plot_perf_box_name"
15435   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15437   include:
15438     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15439     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15440     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15441     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15442     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15443   layout:
15444     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
15445     layout: "plot-throughput"
15446
15447 - type: "plot"
15448   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15449   algorithm: "plot_perf_box_name"
15450   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15452   include:
15453     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15454     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15455     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15456     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15457     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15458   layout:
15459     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
15460     layout: "plot-throughput"
15461
15462 - type: "plot"
15463   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15464   algorithm: "plot_perf_box_name"
15465   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15466   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15467   include:
15468     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15469     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15470     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15471     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15472     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15473   layout:
15474     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
15475     layout: "plot-throughput"
15476
15477 - type: "plot"
15478   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15479   algorithm: "plot_perf_box_name"
15480   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15482   include:
15483     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
15484     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
15485     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
15486     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
15487     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
15488   layout:
15489     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
15490     layout: "plot-throughput"
15491
15492 - type: "plot"
15493   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15494   algorithm: "plot_perf_box_name"
15495   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15496   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15497   include:
15498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15499     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15500     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15501     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15502     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15503     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15504   layout:
15505     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
15506     layout: "plot-throughput"
15507
15508 - type: "plot"
15509   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15510   algorithm: "plot_perf_box_name"
15511   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15512   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15513   include:
15514     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15515     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15516     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15517     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15518     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15519     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15520   layout:
15521     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
15522     layout: "plot-throughput"
15523
15524 - type: "plot"
15525   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15526   algorithm: "plot_perf_box_name"
15527   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15528   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15529   include:
15530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15534   layout:
15535     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15536     layout: "plot-throughput"
15537
15538 - type: "plot"
15539   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15540   algorithm: "plot_perf_box_name"
15541   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15542   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15543   include:
15544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15548   layout:
15549     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
15550     layout: "plot-throughput"
15551
15552 - type: "plot"
15553   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15554   algorithm: "plot_perf_box_name"
15555   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15557   include:
15558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15563   layout:
15564     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
15565     layout: "plot-throughput"
15566
15567 - type: "plot"
15568   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15569   algorithm: "plot_perf_box_name"
15570   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15572   include:
15573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15578   layout:
15579     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
15580     layout: "plot-throughput"
15581
15582 - type: "plot"
15583   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15584   algorithm: "plot_perf_box_name"
15585   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15587   include:
15588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15592   layout:
15593     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
15594     layout: "plot-throughput"
15595
15596 - type: "plot"
15597   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15598   algorithm: "plot_perf_box_name"
15599   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15601   include:
15602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15606   layout:
15607     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
15608     layout: "plot-throughput"
15609
15610 - type: "plot"
15611   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15612   algorithm: "plot_perf_box_name"
15613   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15614   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15615   include:
15616     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15617     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15618     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15619     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15620     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15621     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15622   layout:
15623     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
15624     layout: "plot-throughput"
15625
15626 - type: "plot"
15627   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15628   algorithm: "plot_perf_box_name"
15629   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15631   include:
15632     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
15633     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15634     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15635     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
15636     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
15637     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15638   layout:
15639     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
15640     layout: "plot-throughput"
15641
15642 - type: "plot"
15643   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15644   algorithm: "plot_perf_box_name"
15645   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15647   include:
15648     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15649     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15650     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15651     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15652   layout:
15653     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
15654     layout: "plot-throughput"
15655
15656 - type: "plot"
15657   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15658   algorithm: "plot_perf_box_name"
15659   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15661   include:
15662     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15665     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15666   layout:
15667     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
15668     layout: "plot-throughput"
15669
15670 - type: "plot"
15671   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15672   algorithm: "plot_perf_box_name"
15673   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15675   include:
15676     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15677     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15678     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15679     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15680   layout:
15681     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
15682     layout: "plot-throughput"
15683
15684 - type: "plot"
15685   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15686   algorithm: "plot_perf_box_name"
15687   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15688   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15689   include:
15690     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15691     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15692     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15693     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15694   layout:
15695     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
15696     layout: "plot-throughput"
15697
15698 - type: "plot"
15699   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15700   algorithm: "plot_perf_box_name"
15701   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15702   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15703   include:
15704     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15705     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15706     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15707     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15708   layout:
15709     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
15710     layout: "plot-throughput"
15711
15712 - type: "plot"
15713   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15714   algorithm: "plot_perf_box_name"
15715   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15716   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15717   include:
15718     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15719     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15720     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15721     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15722   layout:
15723     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
15724     layout: "plot-throughput"
15725
15726 - type: "plot"
15727   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15728   algorithm: "plot_perf_box_name"
15729   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15731   include:
15732     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15733     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15734     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15735     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15736   layout:
15737     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
15738     layout: "plot-throughput"
15739
15740 - type: "plot"
15741   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15742   algorithm: "plot_perf_box_name"
15743   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15744   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15745   include:
15746     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15747     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15748     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15750   layout:
15751     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
15752     layout: "plot-throughput"
15753
15754 - type: "plot"
15755   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15756   algorithm: "plot_perf_box_name"
15757   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15759   include:
15760     - "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"
15761     - "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"
15762     - "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"
15763     - "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"
15764   layout:
15765     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
15766     layout: "plot-throughput"
15767
15768 - type: "plot"
15769   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15770   algorithm: "plot_perf_box_name"
15771   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15773   include:
15774     - "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"
15775     - "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"
15776     - "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"
15777     - "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"
15778   layout:
15779     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
15780     layout: "plot-throughput"
15781
15782 ################################################################################
15783
15784 # Packet Speedup
15785
15786 - type: "plot"
15787   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15788   algorithm: "plot_tsa_name"
15789   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
15790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15791   include:
15792     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15793     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15794     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15795     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15796   layout:
15797     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
15798     layout: "plot-throughput-speedup-analysis"
15799
15800 - type: "plot"
15801   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15802   algorithm: "plot_tsa_name"
15803   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
15804   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15805   include:
15806     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15807     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15808     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15809     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15810   layout:
15811     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
15812     layout: "plot-throughput-speedup-analysis"
15813
15814 - type: "plot"
15815   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15816   algorithm: "plot_tsa_name"
15817   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
15818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15819   include:
15820     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15821     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15822     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15823     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15824   layout:
15825     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
15826     layout: "plot-throughput-speedup-analysis"
15827
15828 - type: "plot"
15829   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15830   algorithm: "plot_tsa_name"
15831   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
15832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15833   include:
15834     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15835     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15836     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15837     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15838   layout:
15839     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
15840     layout: "plot-throughput-speedup-analysis"
15841
15842 - type: "plot"
15843   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15844   algorithm: "plot_tsa_name"
15845   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
15846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15847   include:
15848     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15849     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15850     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15851     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15852     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15853   layout:
15854     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
15855     layout: "plot-throughput-speedup-analysis"
15856
15857 - type: "plot"
15858   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15859   algorithm: "plot_tsa_name"
15860   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
15861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15862   include:
15863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15868   layout:
15869     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
15870     layout: "plot-throughput-speedup-analysis"
15871
15872 - type: "plot"
15873   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15874   algorithm: "plot_tsa_name"
15875   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15876   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15877   include:
15878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15882   layout:
15883     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15884     layout: "plot-throughput-speedup-analysis"
15885
15886 - type: "plot"
15887   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15888   algorithm: "plot_tsa_name"
15889   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15891   include:
15892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15896   layout:
15897     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15898     layout: "plot-throughput-speedup-analysis"
15899
15900 - type: "plot"
15901   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15902   algorithm: "plot_tsa_name"
15903   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15904   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15905   include:
15906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15911   layout:
15912     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15913     layout: "plot-throughput-speedup-analysis"
15914
15915 - type: "plot"
15916   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15917   algorithm: "plot_tsa_name"
15918   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15920   include:
15921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15926   layout:
15927     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15928     layout: "plot-throughput-speedup-analysis"
15929
15930 - type: "plot"
15931   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15932   algorithm: "plot_tsa_name"
15933   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15934   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15935   include:
15936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15942   layout:
15943     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15944     layout: "plot-throughput-speedup-analysis"
15945
15946 - type: "plot"
15947   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15948   algorithm: "plot_tsa_name"
15949   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15950   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15951   include:
15952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15958   layout:
15959     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15960     layout: "plot-throughput-speedup-analysis"
15961
15962 - type: "plot"
15963   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
15964   algorithm: "plot_tsa_name"
15965   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
15966   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15967   include:
15968     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
15969     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
15970   layout:
15971     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
15972     layout: "plot-throughput-speedup-analysis"
15973
15974 - type: "plot"
15975   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
15976   algorithm: "plot_tsa_name"
15977   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
15978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15979   include:
15980     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
15981     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
15982   layout:
15983     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
15984     layout: "plot-throughput-speedup-analysis"
15985
15986 - type: "plot"
15987   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
15988   algorithm: "plot_tsa_name"
15989   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
15990   data: "plot-vpp-throughput-lat-tsa-2n-clx"
15991   include:
15992     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
15993     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15994     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
15995     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15996     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
15997     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15998   layout:
15999     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
16000     layout: "plot-throughput-speedup-analysis"
16001
16002 - type: "plot"
16003   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16004   algorithm: "plot_tsa_name"
16005   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
16006   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16007   include:
16008     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
16009     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16010     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
16011     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16012     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
16013     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16014   layout:
16015     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
16016     layout: "plot-throughput-speedup-analysis"
16017
16018 - type: "plot"
16019   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16020   algorithm: "plot_tsa_name"
16021   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
16022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16023   include:
16024     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16025     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16026     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16027     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16028     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16029     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16030   layout:
16031     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
16032     layout: "plot-throughput-speedup-analysis"
16033
16034 - type: "plot"
16035   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16036   algorithm: "plot_tsa_name"
16037   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
16038   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16039   include:
16040     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16041     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16042     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16043     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16044     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16045     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16046   layout:
16047     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
16048     layout: "plot-throughput-speedup-analysis"
16049
16050 - type: "plot"
16051   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16052   algorithm: "plot_tsa_name"
16053   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16055   include:
16056     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16057     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16058     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16059   layout:
16060     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-ndr"
16061     layout: "plot-throughput-speedup-analysis"
16062
16063 - type: "plot"
16064   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16065   algorithm: "plot_tsa_name"
16066   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16068   include:
16069     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16070     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16071     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16072   layout:
16073     title: "2n-clx-x710-78b-ip6routing-base-scale-dpdk-pdr"
16074     layout: "plot-throughput-speedup-analysis"
16075
16076 - type: "plot"
16077   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16078   algorithm: "plot_tsa_name"
16079   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
16080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16081   include:
16082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16083     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16084     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16085     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16086     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16087   layout:
16088     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
16089     layout: "plot-throughput-speedup-analysis"
16090
16091 - type: "plot"
16092   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16093   algorithm: "plot_tsa_name"
16094   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
16095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16096   include:
16097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16099     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16100     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16102   layout:
16103     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
16104     layout: "plot-throughput-speedup-analysis"
16105
16106 - type: "plot"
16107   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16108   algorithm: "plot_tsa_name"
16109   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
16110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16111   include:
16112     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16113     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16114     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16115     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16116     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16117   layout:
16118     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
16119     layout: "plot-throughput-speedup-analysis"
16120
16121 - type: "plot"
16122   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16123   algorithm: "plot_tsa_name"
16124   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
16125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16126   include:
16127     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
16128     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
16129     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
16130     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
16131     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
16132   layout:
16133     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
16134     layout: "plot-throughput-speedup-analysis"
16135
16136 - type: "plot"
16137   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16138   algorithm: "plot_tsa_name"
16139   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
16140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16141   include:
16142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16148   layout:
16149     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
16150     layout: "plot-throughput-speedup-analysis"
16151
16152 - type: "plot"
16153   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16154   algorithm: "plot_tsa_name"
16155   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
16156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16157   include:
16158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16164   layout:
16165     title: "2n-clx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
16166     layout: "plot-throughput-speedup-analysis"
16167
16168 - type: "plot"
16169   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16170   algorithm: "plot_tsa_name"
16171   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
16172   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16173   include:
16174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16178   layout:
16179     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
16180     layout: "plot-throughput-speedup-analysis"
16181
16182 - type: "plot"
16183   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16184   algorithm: "plot_tsa_name"
16185   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
16186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16187   include:
16188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16192   layout:
16193     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
16194     layout: "plot-throughput-speedup-analysis"
16195
16196 - type: "plot"
16197   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16198   algorithm: "plot_tsa_name"
16199   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
16200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16201   include:
16202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16207   layout:
16208     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
16209     layout: "plot-throughput-speedup-analysis"
16210
16211 - type: "plot"
16212   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16213   algorithm: "plot_tsa_name"
16214   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
16215   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16216   include:
16217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16222   layout:
16223     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
16224     layout: "plot-throughput-speedup-analysis"
16225
16226 - type: "plot"
16227   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16228   algorithm: "plot_tsa_name"
16229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
16230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16231   include:
16232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16236   layout:
16237     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
16238     layout: "plot-throughput-speedup-analysis"
16239
16240 - type: "plot"
16241   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16242   algorithm: "plot_tsa_name"
16243   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
16244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16245   include:
16246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16250   layout:
16251     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
16252     layout: "plot-throughput-speedup-analysis"
16253
16254 - type: "plot"
16255   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16256   algorithm: "plot_tsa_name"
16257   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
16258   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16259   include:
16260     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16261     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16262     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16263     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16264     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16265     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16266   layout:
16267     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
16268     layout: "plot-throughput-speedup-analysis"
16269
16270 - type: "plot"
16271   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16272   algorithm: "plot_tsa_name"
16273   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
16274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16275   include:
16276     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16277     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16278     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16279     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16280     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16281     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16282   layout:
16283     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
16284     layout: "plot-throughput-speedup-analysis"
16285
16286 - type: "plot"
16287   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16288   algorithm: "plot_tsa_name"
16289   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
16290   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16291   include:
16292     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16293     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16294     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16295     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16296   layout:
16297     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
16298     layout: "plot-throughput-speedup-analysis"
16299
16300 - type: "plot"
16301   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16302   algorithm: "plot_tsa_name"
16303   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
16304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16305   include:
16306     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16307     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16308     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16309     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16310   layout:
16311     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
16312     layout: "plot-throughput-speedup-analysis"
16313
16314 - type: "plot"
16315   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16316   algorithm: "plot_tsa_name"
16317   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16319   include:
16320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16324   layout:
16325     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
16326     layout: "plot-throughput-speedup-analysis"
16327
16328 - type: "plot"
16329   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16330   algorithm: "plot_tsa_name"
16331   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16333   include:
16334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16338   layout:
16339     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
16340     layout: "plot-throughput-speedup-analysis"
16341
16342 - type: "plot"
16343   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16344   algorithm: "plot_tsa_name"
16345   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16346   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16347   include:
16348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16352   layout:
16353     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16354     layout: "plot-throughput-speedup-analysis"
16355
16356 - type: "plot"
16357   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16358   algorithm: "plot_tsa_name"
16359   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16360   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16361   include:
16362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16366   layout:
16367     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16368     layout: "plot-throughput-speedup-analysis"
16369
16370 - type: "plot"
16371   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16372   algorithm: "plot_tsa_name"
16373   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
16374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16375   include:
16376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16380   layout:
16381     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
16382     layout: "plot-throughput-speedup-analysis"
16383
16384 - type: "plot"
16385   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16386   algorithm: "plot_tsa_name"
16387   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
16388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16389   include:
16390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16394   layout:
16395     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
16396     layout: "plot-throughput-speedup-analysis"
16397
16398 - type: "plot"
16399   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16400   algorithm: "plot_tsa_name"
16401   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
16402   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16403   include:
16404     - "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"
16405     - "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"
16406     - "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"
16407     - "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"
16408   layout:
16409     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
16410     layout: "plot-throughput-speedup-analysis"
16411
16412 - type: "plot"
16413   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16414   algorithm: "plot_tsa_name"
16415   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
16416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16417   include:
16418     - "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"
16419     - "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"
16420     - "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"
16421     - "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"
16422   layout:
16423     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
16424     layout: "plot-throughput-speedup-analysis"
16425
16426 ################################################################################
16427
16428 # Packet Throughput - DPDK
16429
16430 # 2n-clx-xxv710
16431
16432 - type: "plot"
16433   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
16434   algorithm: "plot_perf_box_name"
16435   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
16436   data: "plot-dpdk-throughput-latency-2n-clx"
16437   include:
16438     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16439     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16440   layout:
16441     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
16442     layout: "plot-throughput"
16443
16444 - type: "plot"
16445   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
16446   algorithm: "plot_perf_box_name"
16447   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
16448   data: "plot-dpdk-throughput-latency-2n-clx"
16449   include:
16450     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16451     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16452   layout:
16453     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
16454     layout: "plot-throughput"
16455
16456 - type: "plot"
16457   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
16458   algorithm: "plot_perf_box_name"
16459   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
16460   data: "plot-dpdk-throughput-latency-2n-clx"
16461   include:
16462     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16463     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16464   layout:
16465     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
16466     layout: "plot-throughput"
16467
16468 - type: "plot"
16469   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
16470   algorithm: "plot_perf_box_name"
16471   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
16472   data: "plot-dpdk-throughput-latency-2n-clx"
16473   include:
16474     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16475     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16476   layout:
16477     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
16478     layout: "plot-throughput"
16479
16480 # 2n-clx-x710
16481
16482 - type: "plot"
16483   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
16484   algorithm: "plot_perf_box_name"
16485   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
16486   data: "plot-dpdk-throughput-latency-2n-clx"
16487   include:
16488     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16489     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16490   layout:
16491     title: "2n-clx-x710-64b-2t1c-base-ndr"
16492     layout: "plot-throughput"
16493
16494 - type: "plot"
16495   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
16496   algorithm: "plot_perf_box_name"
16497   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
16498   data: "plot-dpdk-throughput-latency-2n-clx"
16499   include:
16500     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16501     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16502   layout:
16503     title: "2n-clx-x710-64b-4t2c-base-ndr"
16504     layout: "plot-throughput"
16505
16506 - type: "plot"
16507   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
16508   algorithm: "plot_perf_box_name"
16509   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
16510   data: "plot-dpdk-throughput-latency-2n-clx"
16511   include:
16512     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16513     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16514   layout:
16515     title: "2n-clx-x710-64b-2t1c-base-pdr"
16516     layout: "plot-throughput"
16517
16518 - type: "plot"
16519   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
16520   algorithm: "plot_perf_box_name"
16521   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
16522   data: "plot-dpdk-throughput-latency-2n-clx"
16523   include:
16524     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16525     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16526   layout:
16527     title: "2n-clx-x710-64b-4t2c-base-pdr"
16528     layout: "plot-throughput"
16529
16530 ################################################################################
16531
16532 #- type: "plot"
16533 #  title: "Latency by percentile: 2n-skx"
16534 #  algorithm: "plot_hdrh_lat_by_percentile"
16535 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16536 #  output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16537 #  target-links: "../../_static/vpp"
16538 #  data: "plot-vpp-hdrh-lat-2n-skx"
16539 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16540 #  layout:
16541 #    layout: "plot-hdrh-latency-by-percentile"
16542
16543 #- type: "plot"
16544 #  title: "Latency by percentile: 3n-skx"
16545 #  algorithm: "plot_hdrh_lat_by_percentile"
16546 #  output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16547 #  output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16548 #  target-links: "../../_static/vpp"
16549 #  data: "plot-vpp-hdrh-lat-3n-skx"
16550 #  filter: "'2T1C' and 'NIC_Intel-XXV710'"
16551 #  layout:
16552 #    layout: "plot-hdrh-latency-by-percentile"
16553
16554 - type: "plot"
16555   title: "Latency by percentile: 2n-clx"
16556   algorithm: "plot_hdrh_lat_by_percentile"
16557   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16558   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16559   target-links: "../../_static/vpp"
16560   data: "plot-vpp-hdrh-lat-2n-clx"
16561   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16562   layout:
16563     layout: "plot-hdrh-latency-by-percentile"
16564
16565 - type: "plot"
16566   title: "Latency by percentile: 3n-hsw"
16567   algorithm: "plot_hdrh_lat_by_percentile"
16568   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16569   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16570   target-links: "../../_static/vpp"
16571   data: "plot-vpp-hdrh-lat-3n-hsw"
16572   filter: "'1T1C' and 'NIC_Intel-XL710'"
16573   layout:
16574     layout: "plot-hdrh-latency-by-percentile"
16575
16576 - type: "plot"
16577   title: "Latency by percentile: 3n-tsh"
16578   algorithm: "plot_hdrh_lat_by_percentile"
16579   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16580   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16581   target-links: "../../_static/vpp"
16582   data: "plot-vpp-hdrh-lat-3n-tsh"
16583   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16584   layout:
16585     layout: "plot-hdrh-latency-by-percentile"
16586
16587 - type: "plot"
16588   title: "Latency by percentile: DPDK 2n-clx"
16589   algorithm: "plot_hdrh_lat_by_percentile"
16590   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
16591   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
16592   target-links: "../../_static/dpdk"
16593   data: "plot-dpdk-hdrh-lat-2n-clx"
16594   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16595   layout:
16596     layout: "plot-hdrh-latency-by-percentile"
16597
16598 - type: "plot"
16599   title: "Latency by percentile: DPDK 3n-hsw"
16600   algorithm: "plot_hdrh_lat_by_percentile"
16601   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16602   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16603   target-links: "../../_static/dpdk"
16604   data: "plot-dpdk-hdrh-lat-3n-hsw"
16605   filter: "'1T1C' and 'NIC_Intel-XL710'"
16606   layout:
16607     layout: "plot-hdrh-latency-by-percentile"
16608
16609 - type: "plot"
16610   title: "Latency by percentile: DPDK 3n-tsh"
16611   algorithm: "plot_hdrh_lat_by_percentile"
16612   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16613   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16614   target-links: "../../_static/dpdk"
16615   data: "plot-dpdk-hdrh-lat-3n-tsh"
16616   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16617   layout:
16618     layout: "plot-hdrh-latency-by-percentile"