Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
167         - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
168         - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
169         - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
170         - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
171         - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
172         - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
173         - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
174         - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
175         - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
180         - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
181         - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
182         - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
183         - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
184         - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
185         - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
186         - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
187         - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
188         - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 103  # hoststack
255         - 104  # hoststack
256         - 105  # hoststack
257         - 106  # hoststack
258         - 107  # hoststack
259         - 108  # hoststack
260         - 109  # hoststack
261         - 110  # hoststack
262         - 111  # hoststack
263         - 112  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
275         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
276         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
277
278     plot-vpp-hdrh-lat-3n-skx:
279       csit-vpp-perf-verify-2001-3n-skx:
280         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
281
282     plot-vpp-nfv-3n-skx-ndrpdr:
283       # TODO: Add data
284       csit-vpp-perf-verify-2001-3n-skx:
285         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
286
287     plot-vpp-nfv-3n-skx-mrr:
288       csit-vpp-perf-verify-2001-3n-skx:
289         - 50  # MRR sel
290
291     plot-dpdk-throughput-latency-3n-skx:
292       csit-dpdk-perf-verify-2001-3n-skx:
293         - 29  # NDRPDR sel xxv710
294         - 33  # NDRPDR sel xxv710
295         - 34  # NDRPDR sel xxv710
296         - 35  # NDRPDR sel xxv710
297         - 36  # NDRPDR sel xxv710
298         - 37  # NDRPDR sel xxv710
299         - 41  # NDRPDR sel xxv710
300         - 42  # NDRPDR sel xxv710
301         - 43  # NDRPDR sel xxv710
302         - 45  # NDRPDR sel xxv710
303         - 30  # NDRPDR sel x710
304         - 31  # NDRPDR sel x710
305         - 32  # NDRPDR sel x710
306         - 38  # NDRPDR sel x710
307         - 39  # NDRPDR sel x710
308         - 40  # NDRPDR sel x710
309         - 44  # NDRPDR sel x710
310         - 46  # NDRPDR sel x710
311         - 47  # NDRPDR sel x710
312         - 48  # NDRPDR sel x710
313
314     plot-dpdk-hdrh-lat-3n-skx:
315       csit-dpdk-perf-verify-2001-3n-skx:
316         - 29  # NDRPDR sel xxv710
317
318     # 2n-skx
319
320     plot-vpp-throughput-lat-tsa-2n-skx:
321       csit-vpp-perf-verify-2001-2n-skx:
322         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
323         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
324         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
325         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
326         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
327         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
328         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
329         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
330         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
331         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
332
333     plot-vpp-hdrh-lat-2n-skx:
334       csit-vpp-perf-verify-2001-2n-skx:
335         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
336
337     plot-vpp-http-server-performance:
338       csit-vpp-perf-verify-2001-2n-clx:
339         - 80  # TCP
340         - 82  # TCP
341         - 83  # TCP
342         - 85  # TCP
343         - 86  # TCP
344         - 87  # TCP
345         - 88  # TCP
346         - 89  # TCP
347         - 90  # TCP
348         - 91  # TCP
349
350     plot-vpp-soak-2n-skx:
351       csit-vpp-perf-verify-2001-2n-skx:
352         - 181  # Soak
353         - 182  # Soak
354
355     plot-vpp-nfv-2n-skx-ndrpdr:
356       # TODO: Replace the data
357       csit-vpp-perf-verify-2001-2n-skx:
358         - 30  # NFV
359         - 31  # NFV
360
361     plot-vpp-nfv-2n-skx-mrr:
362       # TODO: Replace the data
363       # csit-vpp-perf-verify-2001-2n-skx:
364       csit-vpp-perf-verify-1908-2n-skx:
365         - 71  # NFV MRR
366
367     plot-vpp-nfv-reconf-2n-skx:
368       csit-vpp-perf-verify-2001-2n-skx:
369         - 169  # Reconf
370         - 171  # Reconf
371         - 172  # Reconf
372         - 173  # Reconf
373         - 174  # Reconf
374         - 175  # Reconf
375         - 176  # Reconf
376         - 177  # Reconf
377         - 178  # Reconf
378         - 179  # Reconf
379
380     plot-dpdk-throughput-latency-2n-skx:
381       csit-dpdk-perf-verify-2001-2n-skx:
382         - 35  # NDRPDR sel xxv710
383         - 36  # NDRPDR sel xxv710
384         - 37  # NDRPDR sel xxv710
385         - 41  # NDRPDR sel xxv710
386         - 42  # NDRPDR sel xxv710
387         - 43  # NDRPDR sel xxv710
388         - 46  # NDRPDR sel xxv710
389         - 47  # NDRPDR sel xxv710
390         - 52  # NDRPDR sel xxv710
391         - 53  # NDRPDR sel xxv710
392         - 38  # NDRPDR sel x710
393         - 39  # NDRPDR sel x710
394         - 40  # NDRPDR sel x710
395         - 44  # NDRPDR sel x710
396         - 45  # NDRPDR sel x710
397         - 48  # NDRPDR sel x710
398         - 49  # NDRPDR sel x710
399         - 50  # NDRPDR sel x710
400         - 51  # NDRPDR sel x710
401         - 54  # NDRPDR sel x710
402
403     plot-dpdk-hdrh-lat-2n-skx:
404       csit-dpdk-perf-verify-2001-2n-skx:
405         - 35  # NDRPDR sel xxv710
406
407     # 2n-clx
408
409     plot-vpp-throughput-lat-tsa-2n-clx:
410       csit-vpp-perf-verify-2001-2n-clx:
411         - 28  # NDRPDR sel
412         - 29  # NDRPDR sel
413         - 32  # NDRPDR sel
414         - 40  # NDRPDR sel
415         - 43  # NDRPDR sel
416         - 44  # NDRPDR sel
417         - 45  # NDRPDR sel
418         - 47  # NDRPDR sel
419         - 48  # NDRPDR sel
420         - 49  # NDRPDR sel
421
422     plot-vpp-hdrh-lat-2n-clx:
423       csit-vpp-perf-verify-2001-2n-clx:
424         - 28  # NDRPDR sel
425
426     plot-vpp-nfv-2n-clx-ndrpdr:
427       csit-vpp-perf-verify-2001-2n-clx:
428         - 28  # NDRPDR sel
429         - 29  # NDRPDR sel
430         - 32  # NDRPDR sel
431         - 40  # NDRPDR sel
432         - 43  # NDRPDR sel
433         - 44  # NDRPDR sel
434         - 45  # NDRPDR sel
435         - 47  # NDRPDR sel
436         - 48  # NDRPDR sel
437         - 49  # NDRPDR sel
438
439     plot-vpp-nfv-2n-clx-mrr:
440       csit-vpp-perf-verify-2001-2n-clx:
441         - 39  # MRR
442
443     plot-vpp-nfv-reconf-2n-clx:
444       csit-vpp-perf-verify-2001-2n-clx:
445         - 68  # Reconf
446         - 69  # Reconf
447         - 70  # Reconf
448         - 71  # Reconf
449         - 72  # Reconf
450         - 73  # Reconf
451         - 74  # Reconf
452         - 75  # Reconf
453         - 76  # Reconf
454         - 77  # Reconf
455
456     plot-vpp-soak-2n-clx:
457       csit-vpp-perf-verify-2001-2n-clx:
458         - 93  # Soak
459         - 94  # Soak
460
461     plot-dpdk-throughput-latency-2n-clx:
462       csit-dpdk-perf-verify-2001-2n-clx:
463         - 15  # NDRPDR sel
464         - 16  # NDRPDR sel
465         - 17  # NDRPDR sel
466         - 18  # NDRPDR sel
467         - 19  # NDRPDR sel
468         - 20  # NDRPDR sel
469         - 21  # NDRPDR sel
470         - 22  # NDRPDR sel
471         - 23  # NDRPDR sel
472         - 24  # NDRPDR sel
473         - 25  # NDRPDR sel
474         - 26  # NDRPDR sel
475         - 27  # NDRPDR sel
476         - 28  # NDRPDR sel
477         - 29  # NDRPDR sel
478         - 30  # NDRPDR sel
479         - 31  # NDRPDR sel
480         - 32  # NDRPDR sel
481         - 33  # NDRPDR sel
482         - 34  # NDRPDR sel
483
484
485     plot-dpdk-hdrh-lat-2n-clx:
486       csit-dpdk-perf-verify-2001-2n-clx:
487         - 15  # NDRPDR sel
488
489     # 3n-tsh
490
491     plot-vpp-throughput-lat-tsa-3n-tsh:
492       csit-vpp-perf-verify-2001-3n-tsh:
493         - 3   # NDRPDR sel
494         - 4   # NDRPDR sel
495         - 7   # NDRPDR sel
496         - 8   # NDRPDR sel
497         - 10  # NDRPDR sel
498         - 12  # NDRPDR sel
499         - 13  # NDRPDR sel
500         - 14  # NDRPDR sel
501         - 15  # NDRPDR sel
502         - 21  # NDRPDR sel
503
504     plot-vpp-hdrh-lat-3n-tsh:
505       csit-vpp-perf-verify-2001-3n-tsh:
506         - 10  # NDRPDR sel
507
508     plot-dpdk-throughput-latency-3n-tsh:
509       csit-dpdk-perf-verify-2001-3n-tsh:
510         - 3   # NDRPDR sel
511         - 4   # NDRPDR sel
512         - 5   # NDRPDR sel
513         - 9   # NDRPDR sel
514         - 10  # NDRPDR sel
515         - 11  # NDRPDR sel
516         - 12  # NDRPDR sel
517         - 14  # NDRPDR sel
518         - 15  # NDRPDR sel
519         - 18  # NDRPDR sel
520
521     plot-dpdk-hdrh-lat-3n-tsh:
522       csit-dpdk-perf-verify-2001-3n-tsh:
523         - 3   # NDRPDR sel
524
525     # 3n-dnv
526
527     plot-vpp-throughput-lat-tsa-3n-dnv:
528       csit-vpp-perf-verify-2001-3n-dnv:
529         - 5   # NDRPDR sel
530         - 6   # NDRPDR sel
531         - 7   # NDRPDR sel
532         - 8   # NDRPDR sel
533         - 9   # NDRPDR sel
534         - 10  # NDRPDR sel
535         - 12  # NDRPDR sel
536         - 16  # NDRPDR sel
537         - 17  # NDRPDR sel
538         - 18  # NDRPDR sel
539
540     plot-dpdk-throughput-latency-3n-dnv:
541       csit-dpdk-perf-verify-2001-3n-dnv:
542         - 12  # NDRPDR sel
543         - 13  # NDRPDR sel
544         - 14  # NDRPDR sel
545         - 15  # NDRPDR sel
546         - 16  # NDRPDR sel
547         - 17  # NDRPDR sel
548         - 18  # NDRPDR sel
549         - 19  # NDRPDR sel
550         - 20  # NDRPDR sel
551         - 22  # NDRPDR sel
552
553     # 2n-dnv
554
555     plot-vpp-throughput-lat-tsa-2n-dnv:
556       csit-vpp-perf-verify-2001-2n-dnv:
557         - 4   # NDRPDR sel
558         - 5   # NDRPDR sel
559         - 6   # NDRPDR sel
560         - 7   # NDRPDR sel
561         - 8   # NDRPDR sel
562         - 9   # NDRPDR sel
563         - 10  # NDRPDR sel
564         - 11  # NDRPDR sel
565         - 13  # NDRPDR sel
566         - 16  # NDRPDR sel
567
568     plot-dpdk-throughput-latency-2n-dnv:
569       csit-dpdk-perf-verify-2001-2n-dnv:
570         - 9   # NDRPDR sel
571         - 10  # NDRPDR sel
572         - 11  # NDRPDR sel
573         - 12  # NDRPDR sel
574         - 13  # NDRPDR sel
575         - 14  # NDRPDR sel
576         - 15  # NDRPDR sel
577         - 16  # NDRPDR sel
578         - 17  # NDRPDR sel
579         - 18  # NDRPDR sel
580
581     ###########################################################################
582     # Simple tables (only one data set):
583
584     # NIC Comparisons
585
586     vpp-nic-comparison-3n-skx:
587       # TODO: Add the data
588       csit-vpp-perf-verify-2001-3n-skx:
589         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
590         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
591         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
592
593     vpp-nic-comparison-2n-skx:
594       csit-vpp-perf-verify-2001-2n-skx:
595         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
596         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
597         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
598         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
599         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
600         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
601         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
602         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
603         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
604         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
605
606     vpp-nic-comparison-3n-skx-mrr:
607       csit-vpp-perf-verify-2001-3n-skx:
608         - 50  # MRR sel
609         - 53  # MRR sel addition
610
611     vpp-nic-comparison-2n-skx-mrr:
612       csit-vpp-perf-verify-2001-2n-skx:
613         - 101 # MRR sel
614         - 128 # MRR sel addition
615
616     # Results
617
618     vpp-perf-results-3n-hsw:
619       csit-vpp-perf-verify-2001-3n-hsw:
620         - 18  # NDRPDR full
621         - 20  # NDRPDR full
622         - 28  # NDRPDR full
623         - 35  # NDRPDR full
624         - 42  # NDRPDR full
625         - 46  # NDRPDR full
626         - 47  # NDRPDR full
627         - 48  # NDRPDR full
628         - 49  # NDRPDR full
629         - 50  # NDRPDR full
630         - 51  # NDRPDR full
631         - 52  # NDRPDR full
632         - 53  # NDRPDR full
633         - 54  # NDRPDR full
634         - 55  # NDRPDR full
635         - 56  # NDRPDR full
636         - 57  # NDRPDR full
637         - 58  # NDRPDR full
638         - 59  # NDRPDR full
639         - 61  # NDRPDR full
640         - 62  # NDRPDR full
641         - 63  # NDRPDR full
642         - 64  # NDRPDR full
643         - 65  # NDRPDR full
644         - 67  # NDRPDR full
645         - 70  # NDRPDR full
646         - 72  # NDRPDR full
647         - 73  # NDRPDR full
648         - 76  # NDRPDR full
649         - 77  # NDRPDR full
650         - 78  # NDRPDR full
651         - 79  # NDRPDR full
652         - 81  # NDRPDR full
653         - 82  # NDRPDR full
654         - 84  # NDRPDR full
655         - 85  # NDRPDR full
656
657     vpp-perf-results-3n-skx:
658       # TODO: Replace
659       csit-vpp-perf-verify-2001-3n-skx:
660         - 69  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
661
662     vpp-perf-results-2n-skx:
663       csit-vpp-perf-verify-2001-2n-skx:
664         - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
665         - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
666         - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
667         - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
668         - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
669         - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
670         - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
671         - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
672         - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
673         - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
674         - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
675         - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
676         - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
677         - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
678
679     vpp-perf-results-2n-clx:
680       csit-vpp-perf-verify-2001-2n-clx:
681         - 53  # NDRPDR full
682         - 54  # NDRPDR full
683         - 55  # NDRPDR full
684         - 56  # NDRPDR full
685         - 57  # NDRPDR full
686         - 58  # NDRPDR full
687         - 59  # NDRPDR full
688         - 60  # NDRPDR full
689         - 61  # NDRPDR full
690         - 62  # NDRPDR full
691         - 63  # NDRPDR full
692         - 64  # NDRPDR full
693         - 65  # NDRPDR full
694         - 66  # NDRPDR full
695         - 67  # NDRPDR full
696
697     vpp-perf-results-3n-tsh:
698       csit-vpp-perf-verify-2001-3n-tsh:
699         - 10  # NDRPDR sel
700
701     vpp-perf-results-3n-dnv:
702       csit-vpp-perf-verify-2001-3n-dnv:
703         - 19  # NDRPDR full
704         - 20  # NDRPDR full
705         - 21  # NDRPDR full
706         - 22  # NDRPDR full
707         - 23  # NDRPDR full
708         - 24  # NDRPDR full
709         - 25  # NDRPDR full
710         - 26  # NDRPDR full
711         - 37  # NDRPDR full
712         - 38  # NDRPDR full
713         - 39  # NDRPDR full
714
715     vpp-perf-results-2n-dnv:
716       csit-vpp-perf-verify-2001-2n-dnv:
717         - 21  # NDRPDR full
718         - 22  # NDRPDR full
719         - 25  # NDRPDR full
720         - 26  # NDRPDR full
721         - 27  # NDRPDR full
722         - 28  # NDRPDR full
723
724     vpp-mrr-results-3n-hsw:
725       csit-vpp-perf-verify-2001-3n-hsw:
726         - 17  # MRR sel
727
728     vpp-mrr-results-3n-skx:
729       csit-vpp-perf-verify-2001-3n-skx:
730         - 50  # MRR sel
731         - 53  # MRR sel addition
732
733     vpp-mrr-results-2n-skx:
734       csit-vpp-perf-verify-2001-2n-skx:
735         - 101 # MRR sel
736         - 128 # MRR sel addition
737
738     vpp-mrr-results-2n-clx:
739       csit-vpp-perf-verify-2001-2n-clx:
740         - 39  # MRR
741
742     vpp-mrr-results-3n-tsh:
743       csit-vpp-perf-verify-2001-3n-tsh:
744         - 9   # MRR sel
745
746     vpp-mrr-results-3n-dnv:
747       csit-vpp-perf-verify-2001-3n-dnv:
748         - 11  # MRR sel
749
750     vpp-mrr-results-2n-dnv:
751       csit-vpp-perf-verify-2001-2n-dnv:
752         - 12  # MRR sel
753
754     vpp-device-results-ubuntu:
755       csit-vpp-device-2001-ubuntu1804-1n-skx:
756         - 57
757
758     dpdk-perf-results-3n-hsw:
759       csit-dpdk-perf-verify-2001-3n-hsw:
760         - 25  # NDRPDR full
761         - 26  # NDRPDR full
762
763     dpdk-perf-results-3n-skx:
764       csit-dpdk-perf-verify-2001-3n-skx:
765         - 29  # NDRPDR sel xxv710
766         - 30  # NDRPDR sel x710
767
768     dpdk-perf-results-2n-skx:
769       csit-dpdk-perf-verify-2001-2n-skx:
770         - 35  # NDRPDR sel xxv710
771         - 38  # NDRPDR sel x710
772
773     dpdk-perf-results-2n-clx:
774       csit-dpdk-perf-verify-2001-2n-clx:
775         - 15  # NDRPDR sel
776         - 34  # NDRPDR sel
777
778     dpdk-perf-results-2n-dnv:
779       csit-dpdk-perf-verify-2001-2n-dnv:
780         - 16  # NDRPDR sel
781
782     dpdk-perf-results-3n-dnv:
783       csit-dpdk-perf-verify-2001-3n-dnv:
784         - 12  # NDRPDR sel
785
786     dpdk-perf-results-3n-tsh:
787       csit-dpdk-perf-verify-2001-3n-tsh:
788         - 3   # NDRPDR sel
789
790 ###########################################################################
791     # Tables (more than one data set)
792
793     # Performance changes
794
795     vpp-perf-changes-2n-skx-old1908_0:
796       csit-vpp-perf-verify-1908-2n-skx:
797         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
798         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
799         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
800         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
801         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
802         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
803         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
804         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
805         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
806         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
807     vpp-perf-changes-2n-skx-old1908_1:
808       csit-vpp-perf-verify-1908_1-2n-skx:
809         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
810         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
811         - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
812         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
813         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
814         - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
815         - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
816         - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
817         - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
818         - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
819     vpp-perf-changes-2n-skx-new1908_1:
820       csit-vpp-perf-verify-1908_1-2n-skx:
821         - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
822         - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
823         - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
824         - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
825         - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
826         - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
827         - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
828         - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
829         - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
830         - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
831     vpp-perf-changes-2n-skx-new2001_0:
832       csit-vpp-perf-verify-2001-2n-skx:
833         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
834         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
835         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
836         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
837         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
838         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
839         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
840         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
841         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
842         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
843
844     vpp-perf-changes-3n-skx-old1908_0:
845       csit-vpp-perf-verify-1908-3n-skx:
846         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
847         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
848         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
849         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
850         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
851         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
852         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
853         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
854         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
855         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
856     vpp-perf-changes-3n-skx-old1908_1:
857       csit-vpp-perf-verify-1908_1-3n-skx:
858         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
859         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
860         - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
861         - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
862         - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
863         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
864         - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
865         - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
866         - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
867         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
868     vpp-perf-changes-3n-skx-new1908_1:
869       csit-vpp-perf-verify-1908_1-3n-skx:
870         - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
871         - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
872         - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
873         - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
874         - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
875         - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
876     vpp-perf-changes-3n-skx-new2001_0:
877       csit-vpp-perf-verify-2001-3n-skx:
878         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
879         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
880         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
881
882     vpp-performance-changes-3n-hsw-h1:
883       csit-vpp-perf-verify-1904-3n-hsw:
884         - 11  # NDRPDR sel
885         - 12  # NDRPDR sel
886         - 20  # NDRPDR sel
887         - 21  # NDRPDR sel
888         - 23  # NDRPDR sel
889         - 24  # NDRPDR sel
890         - 25  # NDRPDR sel
891         - 26  # NDRPDR sel
892         - 29  # NDRPDR sel
893         - 30  # NDRPDR sel
894     vpp-performance-changes-3n-hsw-ref:
895       csit-vpp-perf-verify-1908-3n-hsw:
896         - 12  # NDRPDR sel
897         - 13  # NDRPDR sel
898         - 14  # NDRPDR sel
899         - 15  # NDRPDR sel
900         - 16  # NDRPDR sel
901         - 17  # NDRPDR sel
902         - 18  # NDRPDR sel
903         - 19  # NDRPDR sel
904         - 20  # NDRPDR sel
905         - 21  # NDRPDR sel
906     vpp-performance-changes-3n-hsw-cmp:
907       csit-vpp-perf-verify-2001-3n-hsw:
908         - 21  # NDRPDR sel
909         - 22  # NDRPDR sel
910         - 23  # NDRPDR sel
911         - 24  # NDRPDR sel
912         - 25  # NDRPDR sel
913         - 29  # NDRPDR sel
914         - 30  # NDRPDR sel
915         - 31  # NDRPDR sel
916         - 32  # NDRPDR sel
917         - 34  # NDRPDR sel
918     vpp-performance-changes-3n-hsw:
919       - "vpp-performance-changes-3n-hsw-h1"
920       - "vpp-performance-changes-3n-hsw-ref"
921       - "vpp-performance-changes-3n-hsw-cmp"
922
923     vpp-performance-changes-3n-skx-h1:
924       csit-vpp-perf-verify-1904-3n-skx:
925         - 8   # NDRPDR sel
926         - 9   # NDRPDR sel
927         - 10  # NDRPDR sel
928         - 11  # NDRPDR sel
929         - 12  # NDRPDR sel
930         - 14  # NDRPDR sel
931         - 16  # NDRPDR sel
932         - 21  # NDRPDR sel
933         - 23  # NDRPDR sel
934         - 25  # NDRPDR sel
935     vpp-performance-changes-3n-skx-ref:
936       csit-vpp-perf-verify-1908-3n-skx:
937         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
938         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
939         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
940         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
941         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
942         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
943         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
944         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
945         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
946         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
947     vpp-performance-changes-3n-skx-cmp:
948       # TODO: Add the data
949       csit-vpp-perf-verify-2001-3n-skx:
950         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
951         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
952         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
953     vpp-performance-changes-3n-skx:
954       - "vpp-performance-changes-3n-skx-h1"
955       - "vpp-performance-changes-3n-skx-ref"
956       - "vpp-performance-changes-3n-skx-cmp"
957
958     vpp-performance-changes-2n-skx-h1:
959       csit-vpp-perf-verify-1904-2n-skx:
960         - 12  # NDRPDR sel
961         - 14  # NDRPDR sel
962         - 16  # NDRPDR sel
963         - 17  # NDRPDR sel
964         - 18  # NDRPDR sel
965         - 21  # NDRPDR sel
966         - 27  # NDRPDR sel
967         - 30  # NDRPDR sel
968         - 31  # NDRPDR sel
969         - 32  # NDRPDR sel
970     vpp-performance-changes-2n-skx-ref:
971       csit-vpp-perf-verify-1908-2n-skx:
972         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
973         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
974         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
975         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
976         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
977         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
978         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
979         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
980         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
981         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
982     vpp-performance-changes-2n-skx-cmp:
983       csit-vpp-perf-verify-2001-2n-skx:
984         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
985         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
986         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
987         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
988         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
989         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
990         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
991         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
992         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
993         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
994     vpp-performance-changes-2n-skx:
995       - "vpp-performance-changes-2n-skx-h1"
996       - "vpp-performance-changes-2n-skx-ref"
997       - "vpp-performance-changes-2n-skx-cmp"
998
999     vpp-performance-changes-nfv-2n-skx-ref:
1000       csit-vpp-perf-verify-1908-2n-skx:
1001         - 22  # NFV
1002         - 31  # NFV
1003         - 32  # NFV
1004     vpp-performance-changes-nfv-2n-skx-cmp:
1005       # TODO: Add the data
1006       csit-vpp-perf-verify-2001-2n-skx:
1007         - 30  # NFV
1008         - 31  # NFV
1009     vpp-performance-changes-nfv-2n-skx:
1010       - "vpp-performance-changes-nfv-2n-skx-ref"
1011       - "vpp-performance-changes-nfv-2n-skx-cmp"
1012
1013     vpp-performance-changes-2n-dnv-ref:
1014       csit-vpp-perf-verify-1908-2n-dnv:
1015         - 1   # NDRPDR sel
1016         - 2   # NDRPDR sel
1017         - 3   # NDRPDR sel
1018         - 4   # NDRPDR sel
1019         - 5   # NDRPDR sel
1020         - 6   # NDRPDR sel
1021         - 7   # NDRPDR sel
1022         - 8   # NDRPDR sel
1023         - 9   # NDRPDR sel
1024         - 10  # NDRPDR sel
1025     vpp-performance-changes-2n-dnv-cmp:
1026       csit-vpp-perf-verify-2001-2n-dnv:
1027         - 4   # NDRPDR sel
1028         - 5   # NDRPDR sel
1029         - 6   # NDRPDR sel
1030         - 7   # NDRPDR sel
1031         - 8   # NDRPDR sel
1032         - 9   # NDRPDR sel
1033         - 10  # NDRPDR sel
1034         - 11  # NDRPDR sel
1035         - 13  # NDRPDR sel
1036         - 16  # NDRPDR sel
1037     vpp-performance-changes-2n-dnv:
1038       - "vpp-performance-changes-2n-dnv-ref"
1039       - "vpp-performance-changes-2n-dnv-cmp"
1040
1041     vpp-performance-changes-3n-dnv-ref:
1042       csit-vpp-perf-verify-1908-3n-dnv:
1043         - 6   # NDRPDR sel
1044         - 7   # NDRPDR sel
1045         - 8   # NDRPDR sel
1046         - 9   # NDRPDR sel
1047         - 10  # NDRPDR sel
1048         - 12  # NDRPDR sel
1049         - 13  # NDRPDR sel
1050         - 14  # NDRPDR sel
1051         - 15  # NDRPDR sel
1052         - 16  # NDRPDR sel
1053     vpp-performance-changes-3n-dnv-cmp:
1054       csit-vpp-perf-verify-2001-3n-dnv:
1055         - 5   # NDRPDR sel
1056         - 6   # NDRPDR sel
1057         - 7   # NDRPDR sel
1058         - 8   # NDRPDR sel
1059         - 9   # NDRPDR sel
1060         - 10  # NDRPDR sel
1061         - 12  # NDRPDR sel
1062         - 16  # NDRPDR sel
1063         - 17  # NDRPDR sel
1064         - 18  # NDRPDR sel
1065     vpp-performance-changes-3n-dnv:
1066       - "vpp-performance-changes-3n-dnv-ref"
1067       - "vpp-performance-changes-3n-dnv-cmp"
1068
1069     vpp-performance-changes-3n-tsh-ref:
1070       csit-vpp-perf-verify-1908-3n-tsh:
1071         - 7   # NDRPDR sel
1072         - 8   # NDRPDR sel
1073         - 9   # NDRPDR sel
1074         - 10  # NDRPDR sel
1075         - 11  # NDRPDR sel
1076         - 12  # NDRPDR sel
1077         - 13  # NDRPDR sel
1078         - 14  # NDRPDR sel
1079         - 15  # NDRPDR sel
1080         - 16  # NDRPDR sel
1081     vpp-performance-changes-3n-tsh-cmp:
1082       csit-vpp-perf-verify-2001-3n-tsh:
1083         - 3   # NDRPDR sel
1084         - 4   # NDRPDR sel
1085         - 7   # NDRPDR sel
1086         - 8   # NDRPDR sel
1087         - 10  # NDRPDR sel
1088         - 12  # NDRPDR sel
1089         - 13  # NDRPDR sel
1090         - 14  # NDRPDR sel
1091         - 15  # NDRPDR sel
1092         - 21  # NDRPDR sel
1093     vpp-performance-changes-3n-tsh:
1094       - "vpp-performance-changes-3n-tsh-ref"
1095       - "vpp-performance-changes-3n-tsh-cmp"
1096
1097     vpp-soak-vs-ndr-2n-skx-ref:
1098       csit-vpp-perf-verify-2001-2n-skx:
1099         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1100         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1101         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1102         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1103         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1104         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1105         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1106         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1107         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1108         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1109     vpp-soak-vs-ndr-2n-skx-cmp:
1110       csit-vpp-perf-verify-2001-2n-skx:
1111         - 181  # Soak
1112         - 182  # Soak
1113     vpp-soak-vs-ndr-2n-skx:
1114       csit-vpp-perf-verify-2001-2n-skx:
1115         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1116         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1117         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1118         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1119         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1120         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1121         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1122         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1123         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1124         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1125         - 181  # Soak
1126         - 182  # Soak
1127
1128     vpp-soak-vs-ndr-2n-clx-ref:
1129       csit-vpp-perf-verify-2001-2n-clx:
1130         - 28  # NDRPDR sel
1131         - 29  # NDRPDR sel
1132         - 32  # NDRPDR sel
1133         - 40  # NDRPDR sel
1134         - 43  # NDRPDR sel
1135         - 44  # NDRPDR sel
1136         - 45  # NDRPDR sel
1137         - 47  # NDRPDR sel
1138         - 48  # NDRPDR sel
1139         - 49  # NDRPDR sel
1140     vpp-soak-vs-ndr-2n-clx-cmp:
1141       csit-vpp-perf-verify-2001-2n-clx:
1142         - 93  # SOAK
1143         - 94  # Soak
1144     vpp-soak-vs-ndr-2n-clx:
1145       csit-vpp-perf-verify-2001-2n-clx:
1146         - 28  # NDRPDR sel
1147         - 29  # NDRPDR sel
1148         - 32  # NDRPDR sel
1149         - 40  # NDRPDR sel
1150         - 43  # NDRPDR sel
1151         - 44  # NDRPDR sel
1152         - 45  # NDRPDR sel
1153         - 47  # NDRPDR sel
1154         - 48  # NDRPDR sel
1155         - 49  # NDRPDR sel
1156         - 93  # SOAK
1157         - 94  # Soak
1158
1159     vpp-performance-changes-3n-hsw-mrr-h1:
1160       csit-vpp-perf-verify-1904-3n-hsw:
1161         - 9   # MRR sel
1162     vpp-performance-changes-3n-hsw-mrr-ref:
1163       csit-vpp-perf-verify-1908-3n-hsw:
1164         - 39  # MRR sel
1165     vpp-performance-changes-3n-hsw-mrr-cmp:
1166       csit-vpp-perf-verify-2001-3n-hsw:
1167         - 17  # MRR sel
1168     vpp-performance-changes-3n-hsw-mrr:
1169       - "vpp-performance-changes-3n-hsw-mrr-h1"
1170       - "vpp-performance-changes-3n-hsw-mrr-ref"
1171       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1172
1173     vpp-performance-changes-3n-skx-mrr-h1:
1174       csit-vpp-perf-verify-1904-3n-skx:
1175         - 7   # MRR sel
1176     vpp-performance-changes-3n-skx-mrr-ref:
1177       csit-vpp-perf-verify-1908-3n-skx:
1178         - 36  # MRR sel
1179     vpp-performance-changes-3n-skx-mrr-cmp:
1180       csit-vpp-perf-verify-2001-3n-skx:
1181         - 50  # MRR sel
1182         - 53  # MRR sel addition
1183     vpp-performance-changes-3n-skx-mrr:
1184       - "vpp-performance-changes-3n-skx-mrr-h1"
1185       - "vpp-performance-changes-3n-skx-mrr-ref"
1186       - "vpp-performance-changes-3n-skx-mrr-cmp"
1187
1188     vpp-performance-changes-2n-skx-mrr-h1:
1189       csit-vpp-perf-verify-1904-2n-skx:
1190         - 11  # MRR sel
1191     vpp-performance-changes-2n-skx-mrr-ref:
1192       csit-vpp-perf-verify-1908-2n-skx:
1193         - 69  # MRR sel
1194     vpp-performance-changes-2n-skx-mrr-cmp:
1195       csit-vpp-perf-verify-2001-2n-skx:
1196         - 101 # MRR sel
1197         - 128 # MRR sel addition
1198     vpp-performance-changes-2n-skx-mrr:
1199       - "vpp-performance-changes-2n-skx-mrr-h1"
1200       - "vpp-performance-changes-2n-skx-mrr-ref"
1201       - "vpp-performance-changes-2n-skx-mrr-cmp"
1202
1203     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1204       csit-vpp-perf-verify-1908-2n-skx:
1205         - 71  # NFV MRR
1206     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1207       # TODO: Replace
1208       # csit-vpp-perf-verify-2001-2n-skx:
1209       csit-vpp-perf-verify-1908-2n-skx:
1210         - 71  # NFV MRR
1211     vpp-performance-changes-nfv-2n-skx-mrr:
1212       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1213       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1214
1215     vpp-performance-changes-2n-dnv-mrr-ref:
1216       csit-vpp-perf-verify-1908-2n-dnv:
1217         - 11  # MRR sel
1218     vpp-performance-changes-2n-dnv-mrr-cmp:
1219       csit-vpp-perf-verify-2001-2n-dnv:
1220         - 12  # MRR sel
1221     vpp-performance-changes-2n-dnv-mrr:
1222       - "vpp-performance-changes-2n-dnv-mrr-ref"
1223       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1224
1225     vpp-performance-changes-3n-dnv-mrr-ref:
1226       csit-vpp-perf-verify-1908-3n-dnv:
1227         - 17  # MRR sel
1228     vpp-performance-changes-3n-dnv-mrr-cmp:
1229       csit-vpp-perf-verify-2001-3n-dnv:
1230         - 11  # MRR sel
1231     vpp-performance-changes-3n-dnv-mrr:
1232       - "vpp-performance-changes-3n-dnv-mrr-ref"
1233       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1234
1235     vpp-performance-changes-3n-tsh-mrr-ref:
1236       csit-vpp-perf-verify-1908-3n-tsh:
1237         - 17  # MRR sel
1238     vpp-performance-changes-3n-tsh-mrr-cmp:
1239       csit-vpp-perf-verify-2001-3n-tsh:
1240         - 9   # MRR sel
1241     vpp-performance-changes-3n-tsh-mrr:
1242       - "vpp-performance-changes-3n-tsh-mrr-ref"
1243       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1244
1245     dpdk-performance-changes-3n-hsw-h1:
1246       csit-dpdk-perf-verify-1904-3n-hsw:
1247         - 2   # NDRPDR sel
1248         - 3   # NDRPDR sel
1249         - 5   # NDRPDR sel
1250         - 6   # NDRPDR sel
1251         - 13  # NDRPDR sel
1252         - 14  # NDRPDR sel
1253         - 15  # NDRPDR sel
1254         - 18  # NDRPDR sel
1255         - 19  # NDRPDR sel
1256         - 20  # NDRPDR sel
1257     dpdk-performance-changes-3n-hsw-ref:
1258       csit-dpdk-perf-verify-1908-3n-hsw:
1259         - 2   # NDRPDR sel
1260         - 3   # NDRPDR sel
1261         - 4   # NDRPDR sel
1262         - 5   # NDRPDR sel
1263         - 6   # NDRPDR sel
1264         - 7   # NDRPDR sel
1265         - 8   # NDRPDR sel
1266         - 9   # NDRPDR sel
1267         - 10  # NDRPDR sel
1268         - 11  # NDRPDR sel
1269     dpdk-performance-changes-3n-hsw-cmp:
1270       csit-dpdk-perf-verify-2001-3n-hsw:
1271 #        - 4   # NDRPDR sel
1272 #        - 5   # NDRPDR sel
1273 #        - 6   # NDRPDR sel
1274 #        - 7   # NDRPDR sel
1275 #        - 8   # NDRPDR sel
1276 #        - 9   # NDRPDR sel
1277 #        - 10  # NDRPDR sel
1278 #        - 11  # NDRPDR sel
1279 #        - 12  # NDRPDR sel
1280 #        - 13  # NDRPDR sel
1281         - 15  # NDRPDR sel
1282         - 16  # NDRPDR sel
1283         - 17  # NDRPDR sel
1284         - 18  # NDRPDR sel
1285         - 19  # NDRPDR sel
1286         - 20  # NDRPDR sel
1287         - 21  # NDRPDR sel
1288         - 22  # NDRPDR sel
1289         - 23  # NDRPDR sel
1290         - 24  # NDRPDR sel
1291     dpdk-performance-changes-3n-hsw:
1292       - "dpdk-performance-changes-3n-hsw-h1"
1293       - "dpdk-performance-changes-3n-hsw-ref"
1294       - "dpdk-performance-changes-3n-hsw-cmp"
1295
1296     dpdk-performance-changes-3n-skx-h1:
1297       csit-dpdk-perf-verify-1904-3n-skx:
1298         - 2   # NDRPDR sel
1299         - 3   # NDRPDR sel
1300         - 4   # NDRPDR sel
1301         - 5   # NDRPDR sel
1302         - 6   # NDRPDR sel
1303         - 7   # NDRPDR sel
1304         - 11  # NDRPDR sel
1305         - 12  # NDRPDR sel
1306         - 13  # NDRPDR sel
1307         - 14  # NDRPDR sel
1308     dpdk-performance-changes-3n-skx-ref:
1309       csit-dpdk-perf-verify-1908-3n-skx:
1310         - 3   # NDRPDR sel
1311         - 4   # NDRPDR sel
1312         - 5   # NDRPDR sel
1313         - 6   # NDRPDR sel
1314         - 7   # NDRPDR sel
1315         - 8   # NDRPDR sel
1316         - 9   # NDRPDR sel
1317         - 10  # NDRPDR sel
1318         - 11  # NDRPDR sel
1319         - 12  # NDRPDR sel
1320     dpdk-performance-changes-3n-skx-cmp:
1321       csit-dpdk-perf-verify-2001-3n-skx:
1322         - 29  # NDRPDR sel xxv710
1323         - 33  # NDRPDR sel xxv710
1324         - 34  # NDRPDR sel xxv710
1325         - 35  # NDRPDR sel xxv710
1326         - 36  # NDRPDR sel xxv710
1327         - 37  # NDRPDR sel xxv710
1328         - 41  # NDRPDR sel xxv710
1329         - 42  # NDRPDR sel xxv710
1330         - 43  # NDRPDR sel xxv710
1331         - 45  # NDRPDR sel xxv710
1332         - 30  # NDRPDR sel x710
1333         - 31  # NDRPDR sel x710
1334         - 32  # NDRPDR sel x710
1335         - 38  # NDRPDR sel x710
1336         - 39  # NDRPDR sel x710
1337         - 40  # NDRPDR sel x710
1338         - 44  # NDRPDR sel x710
1339         - 46  # NDRPDR sel x710
1340         - 47  # NDRPDR sel x710
1341         - 48  # NDRPDR sel x710
1342     dpdk-performance-changes-3n-skx:
1343       - "dpdk-performance-changes-3n-skx-h1"
1344       - "dpdk-performance-changes-3n-skx-ref"
1345       - "dpdk-performance-changes-3n-skx-cmp"
1346
1347     dpdk-performance-changes-2n-skx-h1:
1348       csit-dpdk-perf-verify-1904-2n-skx:
1349         - 2   # NDRPDR sel
1350         - 3   # NDRPDR sel
1351         - 4   # NDRPDR sel
1352         - 5   # NDRPDR sel
1353         - 7   # NDRPDR sel
1354         - 8   # NDRPDR sel
1355         - 9   # NDRPDR sel
1356         - 10  # NDRPDR sel
1357         - 11  # NDRPDR sel
1358         - 12  # NDRPDR sel
1359     dpdk-performance-changes-2n-skx-ref:
1360       csit-dpdk-perf-verify-1908-2n-skx:
1361         - 2   # NDRPDR sel
1362         - 3   # NDRPDR sel
1363         - 4   # NDRPDR sel
1364         - 5   # NDRPDR sel
1365         - 7   # NDRPDR sel
1366         - 8   # NDRPDR sel
1367         - 9   # NDRPDR sel
1368         - 10  # NDRPDR sel
1369         - 11  # NDRPDR sel
1370         - 12  # NDRPDR sel
1371     dpdk-performance-changes-2n-skx-cmp:
1372       csit-dpdk-perf-verify-2001-2n-skx:
1373         - 35  # NDRPDR sel xxv710
1374         - 36  # NDRPDR sel xxv710
1375         - 37  # NDRPDR sel xxv710
1376         - 41  # NDRPDR sel xxv710
1377         - 42  # NDRPDR sel xxv710
1378         - 43  # NDRPDR sel xxv710
1379         - 46  # NDRPDR sel xxv710
1380         - 47  # NDRPDR sel xxv710
1381         - 52  # NDRPDR sel xxv710
1382         - 53  # NDRPDR sel xxv710
1383         - 38  # NDRPDR sel x710
1384         - 39  # NDRPDR sel x710
1385         - 40  # NDRPDR sel x710
1386         - 44  # NDRPDR sel x710
1387         - 45  # NDRPDR sel x710
1388         - 48  # NDRPDR sel x710
1389         - 49  # NDRPDR sel x710
1390         - 50  # NDRPDR sel x710
1391         - 51  # NDRPDR sel x710
1392         - 54  # NDRPDR sel x710
1393     dpdk-performance-changes-2n-skx:
1394       - "dpdk-performance-changes-2n-skx-h1"
1395       - "dpdk-performance-changes-2n-skx-ref"
1396       - "dpdk-performance-changes-2n-skx-cmp"
1397
1398     # Compare testbeds
1399
1400     vpp-compare-testbeds-ref:
1401       csit-vpp-perf-verify-2001-3n-hsw:
1402         - 21  # NDRPDR sel
1403         - 22  # NDRPDR sel
1404         - 23  # NDRPDR sel
1405         - 24  # NDRPDR sel
1406         - 25  # NDRPDR sel
1407         - 29  # NDRPDR sel
1408         - 30  # NDRPDR sel
1409         - 31  # NDRPDR sel
1410         - 32  # NDRPDR sel
1411         - 34  # NDRPDR sel
1412     vpp-compare-testbeds-cmp:
1413       # TODO: Add the data
1414       csit-vpp-perf-verify-2001-3n-skx:
1415         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1416         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1417         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1418     vpp-compare-testbeds:
1419       - "vpp-compare-testbeds-ref"
1420       - "vpp-compare-testbeds-cmp"
1421
1422     vpp-compare-testbeds-skx-clx-ref:
1423       csit-vpp-perf-verify-2001-2n-skx:
1424         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1425         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1426         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1427         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1428         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1429         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1430         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1431         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1432         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1433         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1434     vpp-compare-testbeds-skx-clx-cmp:
1435       csit-vpp-perf-verify-2001-2n-clx:
1436         - 28  # NDRPDR sel
1437         - 29  # NDRPDR sel
1438         - 32  # NDRPDR sel
1439         - 40  # NDRPDR sel
1440         - 43  # NDRPDR sel
1441         - 44  # NDRPDR sel
1442         - 45  # NDRPDR sel
1443         - 47  # NDRPDR sel
1444         - 48  # NDRPDR sel
1445         - 49  # NDRPDR sel
1446     vpp-compare-testbeds-skx-clx:
1447       - "vpp-compare-testbeds-skx-clx-ref"
1448       - "vpp-compare-testbeds-skx-clx-cmp"
1449
1450     vpp-compare-testbeds-hsw-clx-ref:
1451       csit-vpp-perf-verify-2001-3n-hsw:
1452         - 21  # NDRPDR sel
1453         - 22  # NDRPDR sel
1454         - 23  # NDRPDR sel
1455         - 24  # NDRPDR sel
1456         - 25  # NDRPDR sel
1457         - 29  # NDRPDR sel
1458         - 30  # NDRPDR sel
1459         - 31  # NDRPDR sel
1460         - 32  # NDRPDR sel
1461         - 34  # NDRPDR sel
1462     vpp-compare-testbeds-hsw-clx-cmp:
1463       csit-vpp-perf-verify-2001-2n-clx:
1464         - 28  # NDRPDR sel
1465         - 29  # NDRPDR sel
1466         - 32  # NDRPDR sel
1467         - 40  # NDRPDR sel
1468         - 43  # NDRPDR sel
1469         - 44  # NDRPDR sel
1470         - 45  # NDRPDR sel
1471         - 47  # NDRPDR sel
1472         - 48  # NDRPDR sel
1473         - 49  # NDRPDR sel
1474     vpp-compare-testbeds-hsw-clx:
1475       - "vpp-compare-testbeds-hsw-clx-ref"
1476       - "vpp-compare-testbeds-hsw-clx-cmp"
1477
1478     vpp-compare-testbeds-mrr-ref:
1479       csit-vpp-perf-verify-2001-3n-hsw:
1480         - 17  # MRR sel
1481     vpp-compare-testbeds-mrr-cmp:
1482       csit-vpp-perf-verify-2001-3n-skx:
1483         - 50  # MRR sel
1484         - 53  # MRR sel addition
1485     vpp-compare-testbeds-mrr:
1486       - "vpp-compare-testbeds-mrr-ref"
1487       - "vpp-compare-testbeds-mrr-cmp"
1488
1489     vpp-compare-testbeds-mrr-skx-clx-ref:
1490       csit-vpp-perf-verify-2001-2n-skx:
1491         - 101 # MRR sel
1492         - 128 # MRR sel addition
1493     vpp-compare-testbeds-mrr-skx-clx-cmp:
1494       csit-vpp-perf-verify-2001-2n-clx:
1495         - 39  # MRR
1496     vpp-compare-testbeds-mrr-skx-clx:
1497       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1498       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1499
1500     vpp-compare-testbeds-mrr-hsw-clx-ref:
1501       csit-vpp-perf-verify-2001-3n-hsw:
1502         - 17  # MRR sel
1503     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1504       csit-vpp-perf-verify-2001-2n-clx:
1505         - 39  # MRR
1506     vpp-compare-testbeds-mrr-hsw-clx:
1507       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1508       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1509
1510     dpdk-compare-testbeds-ref:
1511       csit-dpdk-perf-verify-2001-3n-hsw:
1512         - 4   # NDRPDR sel
1513         - 5   # NDRPDR sel
1514         - 6   # NDRPDR sel
1515         - 7   # NDRPDR sel
1516         - 8   # NDRPDR sel
1517         - 9   # NDRPDR sel
1518         - 10  # NDRPDR sel
1519         - 11  # NDRPDR sel
1520         - 12  # NDRPDR sel
1521         - 13  # NDRPDR sel
1522         - 15  # NDRPDR sel
1523         - 16  # NDRPDR sel
1524         - 17  # NDRPDR sel
1525         - 18  # NDRPDR sel
1526         - 19  # NDRPDR sel
1527         - 20  # NDRPDR sel
1528         - 21  # NDRPDR sel
1529         - 22  # NDRPDR sel
1530         - 23  # NDRPDR sel
1531         - 24  # NDRPDR sel
1532     dpdk-compare-testbeds-cmp:
1533       csit-dpdk-perf-verify-2001-3n-skx:
1534         - 29  # NDRPDR sel xxv710
1535         - 33  # NDRPDR sel xxv710
1536         - 34  # NDRPDR sel xxv710
1537         - 35  # NDRPDR sel xxv710
1538         - 36  # NDRPDR sel xxv710
1539         - 37  # NDRPDR sel xxv710
1540         - 41  # NDRPDR sel xxv710
1541         - 42  # NDRPDR sel xxv710
1542         - 43  # NDRPDR sel xxv710
1543         - 45  # NDRPDR sel xxv710
1544         - 30  # NDRPDR sel x710
1545         - 31  # NDRPDR sel x710
1546         - 32  # NDRPDR sel x710
1547         - 38  # NDRPDR sel x710
1548         - 39  # NDRPDR sel x710
1549         - 40  # NDRPDR sel x710
1550         - 44  # NDRPDR sel x710
1551         - 46  # NDRPDR sel x710
1552         - 47  # NDRPDR sel x710
1553         - 48  # NDRPDR sel x710
1554     dpdk-compare-testbeds:
1555       - "dpdk-compare-testbeds-ref"
1556       - "dpdk-compare-testbeds-cmp"
1557
1558     dpdk-compare-testbeds-skx-clx-ref:
1559       csit-dpdk-perf-verify-2001-2n-skx:
1560         - 35  # NDRPDR sel xxv710
1561         - 36  # NDRPDR sel xxv710
1562         - 37  # NDRPDR sel xxv710
1563         - 41  # NDRPDR sel xxv710
1564         - 42  # NDRPDR sel xxv710
1565         - 43  # NDRPDR sel xxv710
1566         - 46  # NDRPDR sel xxv710
1567         - 47  # NDRPDR sel xxv710
1568         - 52  # NDRPDR sel xxv710
1569         - 53  # NDRPDR sel xxv710
1570         - 38  # NDRPDR sel x710
1571         - 39  # NDRPDR sel x710
1572         - 40  # NDRPDR sel x710
1573         - 44  # NDRPDR sel x710
1574         - 45  # NDRPDR sel x710
1575         - 48  # NDRPDR sel x710
1576         - 49  # NDRPDR sel x710
1577         - 50  # NDRPDR sel x710
1578         - 51  # NDRPDR sel x710
1579         - 54  # NDRPDR sel x710
1580     dpdk-compare-testbeds-skx-clx-cmp:
1581       csit-dpdk-perf-verify-2001-2n-clx:
1582         - 15  # NDRPDR sel
1583         - 16  # NDRPDR sel
1584         - 17  # NDRPDR sel
1585         - 18  # NDRPDR sel
1586         - 19  # NDRPDR sel
1587         - 20  # NDRPDR sel
1588         - 21  # NDRPDR sel
1589         - 22  # NDRPDR sel
1590         - 23  # NDRPDR sel
1591         - 24  # NDRPDR sel
1592         - 25  # NDRPDR sel
1593         - 26  # NDRPDR sel
1594         - 27  # NDRPDR sel
1595         - 28  # NDRPDR sel
1596         - 29  # NDRPDR sel
1597         - 30  # NDRPDR sel
1598         - 31  # NDRPDR sel
1599         - 32  # NDRPDR sel
1600         - 33  # NDRPDR sel
1601         - 34  # NDRPDR sel
1602
1603     dpdk-compare-testbeds-skx-clx:
1604       - "dpdk-compare-testbeds-skx-clx-ref"
1605       - "dpdk-compare-testbeds-skx-clx-cmp"
1606
1607     # Compare topologies
1608
1609     vpp-compare-topologies-ref:
1610       # TODO: Add the data
1611       csit-vpp-perf-verify-2001-3n-skx:
1612         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1613         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1614         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1615     vpp-compare-topologies-cmp:
1616       csit-vpp-perf-verify-2001-2n-skx:
1617         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1618         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1619         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1620         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1621         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1622         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1623         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1624         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1625         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1626         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1627     vpp-compare-topologies:
1628       - "vpp-compare-topologies-ref"
1629       - "vpp-compare-topologies-cmp"
1630
1631     vpp-compare-topologies-mrr-ref:
1632       csit-vpp-perf-verify-2001-3n-skx:
1633         - 50  # MRR sel
1634         - 53  # MRR sel addition
1635     vpp-compare-topologies-mrr-cmp:
1636       csit-vpp-perf-verify-2001-2n-skx:
1637         - 101 # MRR sel
1638         - 128 # MRR sel addition
1639     vpp-compare-topologies-mrr:
1640       - "vpp-compare-topologies-mrr-ref"
1641       - "vpp-compare-topologies-mrr-cmp"
1642
1643     dpdk-compare-topologies-ref:
1644       csit-dpdk-perf-verify-2001-3n-skx:
1645         - 29  # NDRPDR sel xxv710
1646         - 33  # NDRPDR sel xxv710
1647         - 34  # NDRPDR sel xxv710
1648         - 35  # NDRPDR sel xxv710
1649         - 36  # NDRPDR sel xxv710
1650         - 37  # NDRPDR sel xxv710
1651         - 41  # NDRPDR sel xxv710
1652         - 42  # NDRPDR sel xxv710
1653         - 43  # NDRPDR sel xxv710
1654         - 45  # NDRPDR sel xxv710
1655         - 30  # NDRPDR sel x710
1656         - 31  # NDRPDR sel x710
1657         - 32  # NDRPDR sel x710
1658         - 38  # NDRPDR sel x710
1659         - 39  # NDRPDR sel x710
1660         - 40  # NDRPDR sel x710
1661         - 44  # NDRPDR sel x710
1662         - 46  # NDRPDR sel x710
1663         - 47  # NDRPDR sel x710
1664         - 48  # NDRPDR sel x710
1665     dpdk-compare-topologies-cmp:
1666       csit-dpdk-perf-verify-2001-2n-skx:
1667         - 35  # NDRPDR sel xxv710
1668         - 36  # NDRPDR sel xxv710
1669         - 37  # NDRPDR sel xxv710
1670         - 41  # NDRPDR sel xxv710
1671         - 42  # NDRPDR sel xxv710
1672         - 43  # NDRPDR sel xxv710
1673         - 46  # NDRPDR sel xxv710
1674         - 47  # NDRPDR sel xxv710
1675         - 52  # NDRPDR sel xxv710
1676         - 53  # NDRPDR sel xxv710
1677         - 38  # NDRPDR sel x710
1678         - 39  # NDRPDR sel x710
1679         - 40  # NDRPDR sel x710
1680         - 44  # NDRPDR sel x710
1681         - 45  # NDRPDR sel x710
1682         - 48  # NDRPDR sel x710
1683         - 49  # NDRPDR sel x710
1684         - 50  # NDRPDR sel x710
1685         - 51  # NDRPDR sel x710
1686         - 54  # NDRPDR sel x710
1687     dpdk-compare-topologies:
1688       - "dpdk-compare-topologies-ref"
1689       - "dpdk-compare-topologies-cmp"
1690
1691   plot-layouts:
1692
1693     plot-soak-throughput:
1694       titlefont:
1695         size: 18
1696       xaxis:
1697         title: "<b>Test Cases [Index]</b>"
1698         titlefont:
1699           size: 16
1700         autorange: True
1701         fixedrange: False
1702         gridcolor: "rgb(230, 230, 230)"
1703         linecolor: "rgb(220, 220, 220)"
1704         linewidth: 1
1705         showgrid: True
1706         showline: True
1707         showticklabels: True
1708         tickcolor: "rgb(220, 220, 220)"
1709         tickmode: "linear"
1710         tickfont:
1711           size: 16
1712         zeroline: False
1713       yaxis:
1714         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1715         titlefont:
1716           size: 16
1717         gridcolor: "rgb(230, 230, 230)"
1718         hoverformat: ".4r"
1719         tickformat: ".3r"
1720         linecolor: "rgb(220, 220, 220)"
1721         linewidth: 1
1722         showgrid: True
1723         showline: True
1724         showticklabels: True
1725         tickcolor: "rgb(220, 220, 220)"
1726         tickfont:
1727           size: 16
1728         zeroline: False
1729         range: [0,50]
1730       autosize: False
1731       margin:
1732         t: 50
1733         b: 0
1734         l: 80
1735         r: 20
1736       showlegend: True
1737       legend:
1738         orientation: "h"
1739         font:
1740           size: 16
1741       width: 700
1742       height: 900
1743       paper_bgcolor: "#fff"
1744       plot_bgcolor: "#fff"
1745       hoverlabel:
1746         namelength: -1
1747
1748     plot-service-density:
1749       titlefont:
1750         size: 18
1751       xaxis:
1752         side: "top"
1753         autorange: True
1754         fixedrange: False
1755         showgrid: False
1756         showline: False
1757         showticklabels: False
1758         ticks: ""
1759         ticklen: 0
1760         tickwidth: 0
1761         zeroline: False
1762       yaxis:
1763         autorange: "reversed"
1764         showgrid: False
1765         showline: False
1766         showticklabels: False
1767         ticks: ""
1768         ticklen: 0
1769         tickwidth: 0
1770         zeroline: False
1771       showlegend: False
1772       paper_bgcolor: "#fff"
1773       plot_bgcolor: "#fff"
1774       width: 700
1775       height: 700
1776       hoverlabel:
1777         namelength: -1
1778
1779     plot-cps:
1780       titlefont:
1781         size: 18
1782       xaxis:
1783         title: "<b>Test Cases [Index]</b>"
1784         titlefont:
1785           size: 16
1786         autorange: True
1787         fixedrange: False
1788         gridcolor: "rgb(230, 230, 230)"
1789         linecolor: "rgb(220, 220, 220)"
1790         linewidth: 1
1791         showgrid: True
1792         showline: True
1793         showticklabels: True
1794         tickcolor: "rgb(220, 220, 220)"
1795         tickmode: "linear"
1796         tickfont:
1797           size: 16
1798         zeroline: False
1799       yaxis:
1800         title: "<b>Connections Per Second [cps]</b>"
1801         titlefont:
1802           size: 16
1803         gridcolor: "rgb(230, 230, 230)"
1804         hoverformat: ".4s"
1805         linecolor: "rgb(220, 220, 220)"
1806         linewidth: 1
1807         rangemode: "tozero"
1808         showgrid: True
1809         showline: True
1810         showticklabels: True
1811         tickcolor: "rgb(220, 220, 220)"
1812         tickformat: ".3s"
1813         tickfont:
1814           size: 16
1815         zeroline: False
1816       boxmode: "group"
1817       boxgroupgap: 0.5
1818       autosize: False
1819       margin:
1820         t: 50
1821         b: 20
1822         l: 80
1823         r: 20
1824       showlegend: True
1825       legend:
1826         orientation: "h"
1827         font:
1828           size: 16
1829       width: 700
1830       height: 800
1831       paper_bgcolor: "#fff"
1832       plot_bgcolor: "#fff"
1833       hoverlabel:
1834         namelength: -1
1835
1836     plot-rps:
1837       titlefont:
1838         size: 18
1839       xaxis:
1840         title: "<b>Test Cases [Index]</b>"
1841         titlefont:
1842           size: 16
1843         autorange: True
1844         fixedrange: False
1845         gridcolor: "rgb(230, 230, 230)"
1846         linecolor: "rgb(220, 220, 220)"
1847         linewidth: 1
1848         showgrid: True
1849         showline: True
1850         showticklabels: True
1851         tickcolor: "rgb(220, 220, 220)"
1852         tickmode: "linear"
1853         tickfont:
1854           size: 16
1855         zeroline: False
1856       yaxis:
1857         title: "<b>Requests Per Second [rps]</b>"
1858         titlefont:
1859           size: 16
1860         gridcolor: "rgb(230, 230, 230)"
1861         hoverformat: ".4s"
1862         linecolor: "rgb(220, 220, 220)"
1863         linewidth: 1
1864         rangemode: "tozero"
1865         showgrid: True
1866         showline: True
1867         showticklabels: True
1868         tickcolor: "rgb(230, 230, 230)"
1869         tickformat: ".3s"
1870         tickfont:
1871           size: 16
1872         zeroline: False
1873       boxmode: "group"
1874       boxgroupgap: 0.5
1875       autosize: False
1876       margin:
1877         t: 50
1878         b: 20
1879         l: 80
1880         r: 20
1881       showlegend: True
1882       legend:
1883         orientation: "h"
1884         font:
1885           size: 16
1886       width: 700
1887       height: 800
1888       paper_bgcolor: "#fff"
1889       plot_bgcolor: "#fff"
1890       hoverlabel:
1891         namelength: -1
1892
1893     plot-hoststack:
1894       titlefont:
1895         size: 16
1896       xaxis:
1897         title: "<b>Test Cases [Index]</b>"
1898         titlefont:
1899           size: 14
1900         autorange: True
1901         fixedrange: False
1902         gridcolor: "rgb(230, 230, 230)"
1903         linecolor: "rgb(220, 220, 220)"
1904         linewidth: 1
1905         showgrid: True
1906         showline: True
1907         showticklabels: True
1908         tickcolor: "rgb(220, 220, 220)"
1909         tickmode: "linear"
1910         tickfont:
1911           size: 14
1912         zeroline: False
1913       yaxis:
1914         title: "<b>Bandwidth [Gbps]</b>"
1915         titlefont:
1916           size: 14
1917         gridcolor: "rgb(230, 230, 230)"
1918         hoverformat: ".4s"
1919         linecolor: "rgb(220, 220, 220)"
1920         linewidth: 1
1921         rangemode: "tozero"
1922         showgrid: True
1923         showline: True
1924         showticklabels: True
1925         tickcolor: "rgb(230, 230, 230)"
1926         tickformat: ".3s"
1927         tickfont:
1928           size: 14
1929         zeroline: False
1930       boxmode: "group"
1931       boxgroupgap: 0.5
1932       autosize: False
1933       margin:
1934         t: 50
1935         b: 20
1936         l: 80
1937         r: 20
1938       showlegend: True
1939       legend:
1940         orientation: "h"
1941         font:
1942           size: 14
1943       width: 700
1944       height: 800
1945       paper_bgcolor: "#fff"
1946       plot_bgcolor: "#fff"
1947       hoverlabel:
1948         namelength: -1
1949
1950     plot-throughput:
1951       titlefont:
1952         size: 18
1953       xaxis:
1954         title: "<b>Test Cases [Index]</b>"
1955         titlefont:
1956           size: 16
1957         autorange: True
1958         fixedrange: False
1959         gridcolor: "rgb(230, 230, 230)"
1960         linecolor: "rgb(220, 220, 220)"
1961         linewidth: 1
1962         showgrid: True
1963         showline: True
1964         showticklabels: True
1965         tickcolor: "rgb(220, 220, 220)"
1966         tickmode: "linear"
1967         tickfont:
1968           size: 16
1969         zeroline: False
1970       yaxis:
1971         title: "<b>Packet Throughput [Mpps]</b>"
1972         titlefont:
1973           size: 16
1974         gridcolor: "rgb(230, 230, 230)"
1975         hoverformat: ".4r"
1976         tickformat: ".3r"
1977         linecolor: "rgb(220, 220, 220)"
1978         linewidth: 1
1979         showgrid: True
1980         showline: True
1981         showticklabels: True
1982         tickcolor: "rgb(220, 220, 220)"
1983         tickfont:
1984           size: 16
1985         zeroline: False
1986         range: [0,50]
1987       autosize: False
1988       margin:
1989         t: 50
1990         b: 0
1991         l: 80
1992         r: 20
1993       showlegend: True
1994       legend:
1995         orientation: "h"
1996         font:
1997           size: 16
1998       width: 700
1999       height: 900
2000       paper_bgcolor: "#fff"
2001       plot_bgcolor: "#fff"
2002       hoverlabel:
2003         namelength: -1
2004
2005     plot-throughput-speedup-analysis:
2006       titlefont:
2007         size: 18
2008       xaxis:
2009         title: "<b>Number of Cores [Qty]</b>"
2010         titlefont:
2011           size: 16
2012         autorange: True
2013         fixedrange: False
2014         gridcolor: "rgb(230, 230, 230)"
2015         linecolor: "rgb(220, 220, 220)"
2016         linewidth: 1
2017         showgrid: True
2018         showline: True
2019         showticklabels: True
2020         tickcolor: "rgb(238, 238, 238)"
2021         tickmode: "linear"
2022         tickfont:
2023           size: 16
2024         zeroline: False
2025       yaxis:
2026         title: "<b>Packet Throughput [Mpps]</b>"
2027         titlefont:
2028           size: 16
2029         type: "linear"
2030         gridcolor: "rgb(230, 230, 230)"
2031         hoverformat: ".4s"
2032         linecolor: "rgb(220, 220, 220)"
2033         linewidth: 1
2034         showgrid: True
2035         showline: True
2036         showticklabels: True
2037         tickcolor: "rgb(220, 220, 220)"
2038         tickformat: ".4s"
2039         tickfont:
2040           size: 16
2041         zeroline: True
2042         rangemode: "tozero"
2043         range: [0,100]
2044       legend:
2045         orientation: "h"
2046         font:
2047           size: 16
2048         xanchor: "left"
2049         yanchor: "top"
2050         x: 0
2051         y: -0.2
2052         bgcolor: "rgba(255, 255, 255, 0)"
2053         bordercolor: "rgba(255, 255, 255, 0)"
2054         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2055       autosize: False
2056       margin:
2057           't': 50
2058           'b': 150
2059           'l': 85
2060           'r': 10
2061       showlegend: True
2062       width: 700
2063       height: 700
2064       paper_bgcolor: "#fff"
2065       plot_bgcolor: "#fff"
2066       hoverlabel:
2067         namelength: -1
2068       annotations: [
2069         {
2070           text: "_ _          __          ...",
2071           align: "left",
2072           showarrow: False,
2073           xref: "paper",
2074           yref: "paper",
2075           xanchor: "left",
2076           yanchor: "top",
2077           x: 0,
2078           y: -0.13,
2079           font: {
2080             family: "Consolas, Courier New",
2081             size: 15
2082           },
2083         },
2084         {
2085           text: "    Perfect     Measured     Limit",
2086           align: "left",
2087           showarrow: False,
2088           xref: "paper",
2089           yref: "paper",
2090           xanchor: "left",
2091           yanchor: "top",
2092           x: 0,
2093           y: -0.15,
2094           font: {
2095             family: "Consolas, Courier New",
2096             size: 15
2097           },
2098         },
2099       ]
2100
2101     plot-latency:
2102       titlefont:
2103         size: 18
2104       xaxis:
2105         title: "<b>Direction</b>"
2106         titlefont:
2107           size: 16
2108         autorange: True
2109         fixedrange: False
2110         gridcolor: "rgb(230, 230, 230)"
2111         linecolor: "rgb(220, 220, 220)"
2112         linewidth: 1
2113         showgrid: True
2114         showline: True
2115         showticklabels: False
2116         tickcolor: "rgb(220, 220, 220)"
2117         tickmode: "linear"
2118         tickfont:
2119           size: 16
2120         zeroline: False
2121       yaxis:
2122         title: "<b>Packet Latency [uSec]</b>"
2123         titlefont:
2124           size: 16
2125         type: "linear"
2126         gridcolor: "rgb(230, 230, 230)"
2127         hoverformat: ".4s"
2128         linecolor: "rgb(220, 220, 220)"
2129         linewidth: 1
2130         showgrid: True
2131         showline: True
2132         showticklabels: True
2133         tickcolor: "rgb(220, 220, 220)"
2134         tickformat: ".4s"
2135         tickfont:
2136           size: 16
2137         zeroline: True
2138         rangemode: "tozero"
2139       legend:
2140         orientation: "h"
2141         font:
2142           size: 16
2143         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2144       autosize: False
2145       margin:
2146           't': 50
2147           'b': 150
2148           'l': 80
2149           'r': 10
2150       showlegend: True
2151       width: 700
2152       height: 700
2153       paper_bgcolor: "#fff"
2154       plot_bgcolor: "#fff"
2155       hoverlabel:
2156         namelength: -1
2157
2158     plot-hdrh-latency:
2159       title:
2160         text: ""
2161         xanchor: "center"
2162         x: 0.5
2163         font:
2164           size: 16
2165       width: 700
2166       plot_bgcolor: "white"
2167       annotations:
2168         - font:
2169             size: 14
2170           showarrow: False
2171           text: "<b>Packet Latency [uSec]</b>"
2172           x: 1
2173           xanchor: "right"
2174           xref: "paper"
2175           y: -0.045
2176           yanchor: "top"
2177           yref: "paper"
2178         - font:
2179             size: 14
2180           showarrow: False
2181           text: "<b>Probability [%]</b>"
2182           textangle: 270
2183           x: -0.06
2184           xanchor: "center"
2185           xref: "paper"
2186           y: 0.5
2187           yanchor: "middle"
2188           yref: "paper"
2189         - font:
2190             size: 14
2191           showarrow: False
2192           text: "<b>Direction: E-W</b>"
2193           x: 0.24
2194           xanchor: "center"
2195           xref: "paper"
2196           y: 1.05
2197           yanchor: "bottom"
2198           yref: "paper"
2199         - font:
2200             size: 14
2201           showarrow: False
2202           text: "<b>Direction: W-E</b>"
2203           x: 0.74
2204           xanchor: "center"
2205           xref: "paper"
2206           y: 1.05
2207           yanchor: "bottom"
2208           yref: "paper"
2209
2210     plot-hdrh-latency-percentile:
2211       title:
2212         text: ""
2213         xanchor: "center"
2214         x: 0.5
2215         font:
2216           size: 18
2217       xaxis:
2218         type: "log"
2219         title: "<b>Percentile [%]</b>"
2220         titlefont:
2221           size: 16
2222         autorange: True
2223         fixedrange: False
2224         gridcolor: "rgb(230, 230, 230)"
2225         linecolor: "rgb(220, 220, 220)"
2226         linewidth: 1
2227         showgrid: True
2228         showline: True
2229         showticklabels: True
2230         tickcolor: "rgb(220, 220, 220)"
2231         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2232         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2233         tickfont:
2234           size: 16
2235       yaxis:
2236         title: "<b>Packet Latency [uSec]</b>"
2237         titlefont:
2238           size: 16
2239         gridcolor: "rgb(230, 230, 230)"
2240         linecolor: "rgb(220, 220, 220)"
2241         linewidth: 1
2242         showgrid: True
2243         showline: True
2244         showticklabels: True
2245         tickcolor: "rgb(220, 220, 220)"
2246         tickfont:
2247           size: 16
2248       autosize: False
2249       showlegend: True
2250       legend:
2251         traceorder: "normal"
2252         orientation: "h"
2253         font:
2254           size: 16
2255         xanchor: "left"
2256         yanchor: "top"
2257         x: 0
2258         y: -0.15
2259         bgcolor: "rgba(255, 255, 255, 0)"
2260         bordercolor: "rgba(255, 255, 255, 0)"
2261       width: 700
2262       height: 700
2263       paper_bgcolor: "white"
2264       plot_bgcolor: "white"
2265
2266     plot-hdrh-latency-by-percentile:
2267       title:
2268         text: "<b>Latency by Percentile Distribution</b>"
2269         xanchor: "center"
2270         x: 0.5
2271         font:
2272           size: 18
2273       showlegend: True
2274       legend:
2275         traceorder: "normal"
2276         orientation: "h"
2277         font:
2278           size: 16
2279         xanchor: "left"
2280         yanchor: "top"
2281         x: 0
2282         y: -0.2
2283         bgcolor: "rgba(255, 255, 255, 0)"
2284         bordercolor: "rgba(255, 255, 255, 0)"
2285       xaxis:
2286         type: "linear"
2287         title: "<b>Percentile [%]</b>"
2288         titlefont:
2289           size: 14
2290         autorange: False
2291         fixedrange: False
2292         range: [0, 100]
2293         gridcolor: "rgb(230, 230, 230)"
2294         linecolor: "rgb(220, 220, 220)"
2295         linewidth: 1
2296         showgrid: True
2297         showline: True
2298         showticklabels: True
2299         tickcolor: "rgb(220, 220, 220)"
2300         tickvals: [0, 25, 50, 75, 100]
2301         ticktext: [0, 25, 50, 75, 100]
2302         tickfont:
2303           size: 14
2304       yaxis:
2305         title: "<b>One-Way Latency per Direction [uSec]</b>"
2306         titlefont:
2307           size: 14
2308         gridcolor: "rgb(230, 230, 230)"
2309         linecolor: "rgb(220, 220, 220)"
2310         linewidth: 1
2311         showgrid: True
2312         showline: True
2313         showticklabels: True
2314         tickcolor: "rgb(220, 220, 220)"
2315         tickfont:
2316           size: 14
2317       width: 700
2318       height: 700
2319       paper_bgcolor: "white"
2320       plot_bgcolor: "white"
2321
2322 - type: "static"
2323   src-path: "{DIR[RST]}"
2324   dst-path: "{DIR[WORKING,SRC]}"
2325
2326 - type: "input"
2327   general:
2328     file-name: "output_info.xml.gz"
2329     file-format: ".gz"
2330     arch-file-format:
2331       - ".gz"
2332       - ".zip"
2333     download-path: "{job}/{build}/archives/{filename}"
2334     extract: "output.xml"
2335
2336     zip-file-name: "robot-plugin.zip"
2337     zip-file-format: ".zip"
2338     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2339     zip-extract: "robot-plugin/output.xml"
2340
2341   builds:
2342
2343     csit-vpp-perf-verify-1904-3n-hsw:
2344       - 9   # MRR sel
2345       - 11  # NDRPDR sel
2346       - 12  # NDRPDR sel
2347       - 20  # NDRPDR sel
2348       - 21  # NDRPDR sel
2349       - 23  # NDRPDR sel
2350       - 24  # NDRPDR sel
2351       - 25  # NDRPDR sel
2352       - 26  # NDRPDR sel
2353       - 29  # NDRPDR sel
2354       - 30  # NDRPDR sel
2355     csit-vpp-perf-verify-1908-3n-hsw:
2356       - 12  # NDRPDR sel
2357       - 13  # NDRPDR sel
2358       - 14  # NDRPDR sel
2359       - 15  # NDRPDR sel
2360       - 16  # NDRPDR sel
2361       - 17  # NDRPDR sel
2362       - 18  # NDRPDR sel
2363       - 19  # NDRPDR sel
2364       - 20  # NDRPDR sel
2365       - 21  # NDRPDR sel
2366       - 48  # NDRPDR sel vhost
2367       - 49  # NDRPDR sel vhost
2368       - 52  # NDRPDR sel vhost
2369       - 53  # NDRPDR sel vhost
2370       - 54  # NDRPDR sel vhost
2371       - 55  # NDRPDR sel vhost
2372       - 56  # NDRPDR sel vhost
2373       - 57  # NDRPDR sel vhost
2374       - 58  # NDRPDR sel vhost
2375       - 59  # NDRPDR sel vhost
2376       - 39  # MRR sel
2377     csit-vpp-perf-verify-2001-3n-hsw:
2378       - 21  # NDRPDR sel
2379       - 22  # NDRPDR sel
2380       - 23  # NDRPDR sel
2381       - 24  # NDRPDR sel
2382       - 25  # NDRPDR sel
2383       - 29  # NDRPDR sel
2384       - 30  # NDRPDR sel
2385       - 31  # NDRPDR sel
2386       - 32  # NDRPDR sel
2387       - 34  # NDRPDR sel
2388       - 17  # MRR sel
2389       - 18  # NDRPDR full
2390       - 20  # NDRPDR full
2391       - 28  # NDRPDR full
2392       - 35  # NDRPDR full
2393       - 42  # NDRPDR full
2394       - 46  # NDRPDR full
2395       - 47  # NDRPDR full
2396       - 48  # NDRPDR full
2397       - 49  # NDRPDR full
2398       - 50  # NDRPDR full
2399       - 51  # NDRPDR full
2400       - 52  # NDRPDR full
2401       - 53  # NDRPDR full
2402       - 54  # NDRPDR full
2403       - 55  # NDRPDR full
2404       - 56  # NDRPDR full
2405       - 57  # NDRPDR full
2406       - 58  # NDRPDR full
2407       - 59  # NDRPDR full
2408       - 61  # NDRPDR full
2409       - 62  # NDRPDR full
2410       - 63  # NDRPDR full
2411       - 64  # NDRPDR full
2412       - 65  # NDRPDR full
2413       - 67  # NDRPDR full
2414       - 70  # NDRPDR full
2415       - 72  # NDRPDR full
2416       - 73  # NDRPDR full
2417       - 76  # NDRPDR full
2418       - 77  # NDRPDR full
2419       - 78  # NDRPDR full
2420       - 79  # NDRPDR full
2421       - 81  # NDRPDR full
2422       - 82  # NDRPDR full
2423       - 84  # NDRPDR full
2424       - 85  # NDRPDR full
2425       - 103  # hoststack
2426       - 104  # hoststack
2427       - 105  # hoststack
2428       - 106  # hoststack
2429       - 107  # hoststack
2430       - 108  # hoststack
2431       - 109  # hoststack
2432       - 110  # hoststack
2433       - 111  # hoststack
2434       - 112  # hoststack
2435
2436     csit-vpp-perf-verify-1904-3n-skx:
2437       - 7   # MRR sel
2438       - 8   # NDRPDR sel
2439       - 9   # NDRPDR sel
2440       - 10  # NDRPDR sel
2441       - 11  # NDRPDR sel
2442       - 12  # NDRPDR sel
2443       - 14  # NDRPDR sel
2444       - 16  # NDRPDR sel
2445       - 21  # NDRPDR sel
2446       - 23  # NDRPDR sel
2447       - 25  # NDRPDR sel
2448     csit-vpp-perf-verify-1908-3n-skx:
2449       - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
2450       - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
2451       - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
2452       - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
2453       - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
2454       - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
2455       - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
2456       - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
2457       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2458       - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
2459       - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2460       - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2461       - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2462       - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2463       - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2464       - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2465       - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2466       - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2467       - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2468       - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2469       - 36  # MRR sel - old1908 - vpp build: 19.08-release
2470     csit-vpp-perf-verify-1908_1-3n-skx:
2471       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2472       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2473       - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2474       - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2475       - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2476       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2477       - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2478       - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2479       - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2480       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2481       - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2482       - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2483       - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2484       - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2485       - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2486       - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2487     csit-vpp-perf-verify-2001-3n-skx:
2488 #      - 45  # NDRPDR sel
2489 #      - 46  # NDRPDR sel
2490 #      - 47  # NDRPDR sel
2491 #      - 48  # NDRPDR sel
2492 #      - 49  # NDRPDR sel
2493 #      - 51  # NDRPDR sel
2494 #      - 52  # NDRPDR sel
2495 #      - 59  # NDRPDR sel
2496 #      - 65  # NDRPDR sel
2497 #      - 66  # NDRPDR sel
2498 #      - 54  # NDRPDR sel addition
2499 #      - 55  # NDRPDR sel addition
2500 #      - 56  # NDRPDR sel addition
2501 #      - 57  # NDRPDR sel addition
2502 #      - 58  # NDRPDR sel addition
2503 #      - 60  # NDRPDR sel addition
2504 #      - 61  # NDRPDR sel addition
2505 #      - 62  # NDRPDR sel addition
2506 #      - 63  # NDRPDR sel addition
2507 #      - 64  # NDRPDR sel addition
2508       - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2509       - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2510       - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2511       - 50  # MRR sel
2512       - 53  # MRR sel addition
2513
2514     csit-vpp-perf-verify-1904-2n-skx:
2515       - 11  # MRR sel
2516       - 12  # NDRPDR sel
2517       - 14  # NDRPDR sel
2518       - 16  # NDRPDR sel
2519       - 17  # NDRPDR sel
2520       - 18  # NDRPDR sel
2521       - 21  # NDRPDR sel
2522       - 27  # NDRPDR sel
2523       - 30  # NDRPDR sel
2524       - 31  # NDRPDR sel
2525       - 32  # NDRPDR sel
2526     csit-vpp-perf-verify-1908-2n-skx:
2527       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2528       - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
2529       - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
2530       - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
2531       - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
2532       - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
2533       - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
2534       - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
2535       - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
2536       - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
2537       - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2538       - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2539       - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2540       - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2541       - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2542       - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2543       - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2544       - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2545       - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2546       - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2547       - 69  # MRR sel - old1908 - vpp build: 19.08-release
2548 #      - 22  # NFV
2549 #      - 31  # NFV
2550 #      - 32  # NFV
2551 #      - 71  # NFV MRR
2552     csit-vpp-perf-verify-1908_1-2n-skx:
2553       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2554       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2555       - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2556       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2557       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2558       - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2559       - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2560       - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2561       - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2562       - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2563       - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2564       - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2565       - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2566       - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2567       - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2568       - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2569       - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2570       - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2571       - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2572       - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2573     csit-vpp-perf-verify-2001-2n-skx:
2574 #      - 92  # NDRPDR sel - old
2575 #      - 93  # NDRPDR sel - old
2576 #      - 94  # NDRPDR sel - old
2577 #      - 95  # NDRPDR sel - old
2578 #      - 96  # NDRPDR sel - old
2579 #      - 97  # NDRPDR sel - old
2580 #      - 98  # NDRPDR sel - old
2581 #      - 99  # NDRPDR sel - old
2582 #      - 100 # NDRPDR sel - old
2583 #      - 102 # NDRPDR sel - old
2584 #      - 129 # NDRPDR sel addition - old
2585 #      - 130 # NDRPDR sel addition - old
2586 #      - 131 # NDRPDR sel addition - old
2587 #      - 132 # NDRPDR sel addition - old
2588 #      - 133 # NDRPDR sel addition - old
2589 #      - 134 # NDRPDR sel addition - old
2590 #      - 135 # NDRPDR sel addition - old
2591 #      - 136 # NDRPDR sel addition - old
2592 #      - 137 # NDRPDR sel addition - old
2593 #      - 138 # NDRPDR sel addition - old
2594       - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2595       - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2596       - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2597       - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2598       - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2599       - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2600       - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2601       - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2602       - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2603       - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2604       - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2605       - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2606       - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2607       - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2608       - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2609       - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2610       - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2611       - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2612       - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2613       - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2614       - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2615       - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2616       - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2617       - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2618       - 101  # MRR sel - old
2619       - 128  # MRR sel addition - old
2620       - 169  # Reconf
2621       - 171  # Reconf
2622       - 172  # Reconf
2623       - 173  # Reconf
2624       - 174  # Reconf
2625       - 175  # Reconf
2626       - 176  # Reconf
2627       - 177  # Reconf
2628       - 178  # Reconf
2629       - 179  # Reconf
2630       - 181  # Soak
2631       - 182  # Soak
2632
2633     csit-vpp-perf-verify-2001-2n-clx:
2634       - 28  # NDRPDR sel
2635       - 29  # NDRPDR sel
2636       - 32  # NDRPDR sel
2637       - 40  # NDRPDR sel
2638       - 43  # NDRPDR sel
2639       - 44  # NDRPDR sel
2640       - 45  # NDRPDR sel
2641       - 47  # NDRPDR sel
2642       - 48  # NDRPDR sel
2643       - 49  # NDRPDR sel
2644       - 39  # MRR
2645       - 53  # NDRPDR full
2646       - 54  # NDRPDR full
2647       - 55  # NDRPDR full
2648       - 56  # NDRPDR full
2649       - 57  # NDRPDR full
2650       - 58  # NDRPDR full
2651       - 59  # NDRPDR full
2652       - 60  # NDRPDR full
2653       - 61  # NDRPDR full
2654       - 62  # NDRPDR full
2655       - 63  # NDRPDR full
2656       - 64  # NDRPDR full
2657       - 65  # NDRPDR full
2658       - 66  # NDRPDR full
2659       - 67  # NDRPDR full
2660       - 68  # Reconf
2661       - 69  # Reconf
2662       - 70  # Reconf
2663       - 71  # Reconf
2664       - 72  # Reconf
2665       - 73  # Reconf
2666       - 74  # Reconf
2667       - 75  # Reconf
2668       - 76  # Reconf
2669       - 77  # Reconf
2670       - 80  # TCP
2671       - 82  # TCP
2672       - 83  # TCP
2673       - 85  # TCP
2674       - 86  # TCP
2675       - 87  # TCP
2676       - 88  # TCP
2677       - 89  # TCP
2678       - 90  # TCP
2679       - 91  # TCP
2680       - 93  # Soak
2681       - 94  # Soak
2682
2683     csit-vpp-perf-verify-1908-3n-tsh:
2684       - 7   # NDRPDR sel
2685       - 8   # NDRPDR sel
2686       - 9   # NDRPDR sel
2687       - 10  # NDRPDR sel
2688       - 11  # NDRPDR sel
2689       - 12  # NDRPDR sel
2690       - 13  # NDRPDR sel
2691       - 14  # NDRPDR sel
2692       - 15  # NDRPDR sel
2693       - 16  # NDRPDR sel
2694       - 17  # MRR sel
2695     csit-vpp-perf-verify-2001-3n-tsh:
2696       - 3   # NDRPDR sel
2697       - 4   # NDRPDR sel
2698       - 7   # NDRPDR sel
2699       - 8   # NDRPDR sel
2700       - 10  # NDRPDR sel
2701       - 12  # NDRPDR sel
2702       - 13  # NDRPDR sel
2703       - 14  # NDRPDR sel
2704       - 15  # NDRPDR sel
2705       - 21  # NDRPDR sel
2706       - 9   # MRR sel
2707
2708     csit-vpp-perf-verify-1908-3n-dnv:
2709       - 6   # NDRPDR sel
2710       - 7   # NDRPDR sel
2711       - 8   # NDRPDR sel
2712       - 9   # NDRPDR sel
2713       - 10  # NDRPDR sel
2714       - 12  # NDRPDR sel
2715       - 13  # NDRPDR sel
2716       - 14  # NDRPDR sel
2717       - 15  # NDRPDR sel
2718       - 16  # NDRPDR sel
2719       - 17  # MRR sel
2720     csit-vpp-perf-verify-2001-3n-dnv:
2721       - 5   # NDRPDR sel
2722       - 6   # NDRPDR sel
2723       - 7   # NDRPDR sel
2724       - 8   # NDRPDR sel
2725       - 9   # NDRPDR sel
2726       - 10  # NDRPDR sel
2727       - 12  # NDRPDR sel
2728       - 16  # NDRPDR sel
2729       - 17  # NDRPDR sel
2730       - 18  # NDRPDR sel
2731       - 11  # MRR sel
2732       - 19  # NDRPDR full
2733       - 20  # NDRPDR full
2734       - 21  # NDRPDR full
2735       - 22  # NDRPDR full
2736       - 23  # NDRPDR full
2737       - 24  # NDRPDR full
2738       - 25  # NDRPDR full
2739       - 26  # NDRPDR full
2740       - 37  # NDRPDR full
2741       - 38  # NDRPDR full
2742       - 39  # NDRPDR full
2743
2744     csit-vpp-perf-verify-1908-2n-dnv:
2745       - 1   # NDRPDR sel
2746       - 2   # NDRPDR sel
2747       - 3   # NDRPDR sel
2748       - 4   # NDRPDR sel
2749       - 5   # NDRPDR sel
2750       - 6   # NDRPDR sel
2751       - 7   # NDRPDR sel
2752       - 8   # NDRPDR sel
2753       - 9   # NDRPDR sel
2754       - 10  # NDRPDR sel
2755       - 11  # MRR sel
2756     csit-vpp-perf-verify-2001-2n-dnv:
2757       - 4   # NDRPDR sel
2758       - 5   # NDRPDR sel
2759       - 6   # NDRPDR sel
2760       - 7   # NDRPDR sel
2761       - 8   # NDRPDR sel
2762       - 9   # NDRPDR sel
2763       - 10  # NDRPDR sel
2764       - 11  # NDRPDR sel
2765       - 13  # NDRPDR sel
2766       - 16  # NDRPDR sel
2767       - 12  # MRR sel
2768       - 21  # NDRPDR full
2769       - 22  # NDRPDR full
2770       - 25  # NDRPDR full
2771       - 26  # NDRPDR full
2772       - 27  # NDRPDR full
2773       - 28  # NDRPDR full
2774
2775     csit-dpdk-perf-verify-1904-3n-hsw:
2776       - 2   # NDRPDR sel
2777       - 3   # NDRPDR sel
2778       - 5   # NDRPDR sel
2779       - 6   # NDRPDR sel
2780       - 13  # NDRPDR sel
2781       - 14  # NDRPDR sel
2782       - 15  # NDRPDR sel
2783       - 18  # NDRPDR sel
2784       - 19  # NDRPDR sel
2785       - 20  # NDRPDR sel
2786     csit-dpdk-perf-verify-1908-3n-hsw:
2787       - 2   # NDRPDR sel
2788       - 3   # NDRPDR sel
2789       - 4   # NDRPDR sel
2790       - 5   # NDRPDR sel
2791       - 6   # NDRPDR sel
2792       - 7   # NDRPDR sel
2793       - 8   # NDRPDR sel
2794       - 9   # NDRPDR sel
2795       - 10  # NDRPDR sel
2796       - 11  # NDRPDR sel
2797     csit-dpdk-perf-verify-2001-3n-hsw:
2798       - 4   # NDRPDR sel
2799       - 5   # NDRPDR sel
2800       - 6   # NDRPDR sel
2801       - 7   # NDRPDR sel
2802       - 8   # NDRPDR sel
2803       - 9   # NDRPDR sel
2804       - 10  # NDRPDR sel
2805       - 11  # NDRPDR sel
2806       - 12  # NDRPDR sel
2807       - 13  # NDRPDR sel
2808       - 15  # NDRPDR sel
2809       - 16  # NDRPDR sel
2810       - 17  # NDRPDR sel
2811       - 18  # NDRPDR sel
2812       - 19  # NDRPDR sel
2813       - 20  # NDRPDR sel
2814       - 21  # NDRPDR sel
2815       - 22  # NDRPDR sel
2816       - 23  # NDRPDR sel
2817       - 24  # NDRPDR sel
2818       - 25  # NDRPDR full
2819       - 26  # NDRPDR full
2820
2821     csit-dpdk-perf-verify-1904-3n-skx:
2822       - 2   # NDRPDR sel
2823       - 3   # NDRPDR sel
2824       - 4   # NDRPDR sel
2825       - 5   # NDRPDR sel
2826       - 6   # NDRPDR sel
2827       - 7   # NDRPDR sel
2828       - 11  # NDRPDR sel
2829       - 12  # NDRPDR sel
2830       - 13  # NDRPDR sel
2831       - 14  # NDRPDR sel
2832     csit-dpdk-perf-verify-1908-3n-skx:
2833       - 3   # NDRPDR sel
2834       - 4   # NDRPDR sel
2835       - 5   # NDRPDR sel
2836       - 6   # NDRPDR sel
2837       - 7   # NDRPDR sel
2838       - 8   # NDRPDR sel
2839       - 9   # NDRPDR sel
2840       - 10  # NDRPDR sel
2841       - 11  # NDRPDR sel
2842       - 12  # NDRPDR sel
2843     csit-dpdk-perf-verify-2001-3n-skx:
2844       - 29  # NDRPDR sel xxv710
2845       - 33  # NDRPDR sel xxv710
2846       - 34  # NDRPDR sel xxv710
2847       - 35  # NDRPDR sel xxv710
2848       - 36  # NDRPDR sel xxv710
2849       - 37  # NDRPDR sel xxv710
2850       - 41  # NDRPDR sel xxv710
2851       - 42  # NDRPDR sel xxv710
2852       - 43  # NDRPDR sel xxv710
2853       - 45  # NDRPDR sel xxv710
2854       - 30  # NDRPDR sel x710
2855       - 31  # NDRPDR sel x710
2856       - 32  # NDRPDR sel x710
2857       - 38  # NDRPDR sel x710
2858       - 39  # NDRPDR sel x710
2859       - 40  # NDRPDR sel x710
2860       - 44  # NDRPDR sel x710
2861       - 46  # NDRPDR sel x710
2862       - 47  # NDRPDR sel x710
2863       - 48  # NDRPDR sel x710
2864
2865     csit-dpdk-perf-verify-1904-2n-skx:
2866       - 2   # NDRPDR sel
2867       - 3   # NDRPDR sel
2868       - 4   # NDRPDR sel
2869       - 5   # NDRPDR sel
2870       - 7   # NDRPDR sel
2871       - 8   # NDRPDR sel
2872       - 9   # NDRPDR sel
2873       - 10  # NDRPDR sel
2874       - 11  # NDRPDR sel
2875       - 12  # NDRPDR sel
2876     csit-dpdk-perf-verify-1908-2n-skx:
2877       - 2   # NDRPDR sel
2878       - 3   # NDRPDR sel
2879       - 4   # NDRPDR sel
2880       - 5   # NDRPDR sel
2881       - 7   # NDRPDR sel
2882       - 8   # NDRPDR sel
2883       - 9   # NDRPDR sel
2884       - 10  # NDRPDR sel
2885       - 11  # NDRPDR sel
2886       - 12  # NDRPDR sel
2887     csit-dpdk-perf-verify-2001-2n-skx:
2888       - 35  # NDRPDR sel xxv710
2889       - 36  # NDRPDR sel xxv710
2890       - 37  # NDRPDR sel xxv710
2891       - 41  # NDRPDR sel xxv710
2892       - 42  # NDRPDR sel xxv710
2893       - 43  # NDRPDR sel xxv710
2894       - 46  # NDRPDR sel xxv710
2895       - 47  # NDRPDR sel xxv710
2896       - 52  # NDRPDR sel xxv710
2897       - 53  # NDRPDR sel xxv710
2898       - 38  # NDRPDR sel x710
2899       - 39  # NDRPDR sel x710
2900       - 40  # NDRPDR sel x710
2901       - 44  # NDRPDR sel x710
2902       - 45  # NDRPDR sel x710
2903       - 48  # NDRPDR sel x710
2904       - 49  # NDRPDR sel x710
2905       - 50  # NDRPDR sel x710
2906       - 51  # NDRPDR sel x710
2907       - 54  # NDRPDR sel x710
2908
2909
2910     csit-dpdk-perf-verify-2001-2n-clx:
2911       - 15  # NDRPDR sel
2912       - 16  # NDRPDR sel
2913       - 17  # NDRPDR sel
2914       - 18  # NDRPDR sel
2915       - 19  # NDRPDR sel
2916       - 20  # NDRPDR sel
2917       - 21  # NDRPDR sel
2918       - 22  # NDRPDR sel
2919       - 23  # NDRPDR sel
2920       - 24  # NDRPDR sel
2921       - 25  # NDRPDR sel
2922       - 26  # NDRPDR sel
2923       - 27  # NDRPDR sel
2924       - 28  # NDRPDR sel
2925       - 29  # NDRPDR sel
2926       - 30  # NDRPDR sel
2927       - 31  # NDRPDR sel
2928       - 32  # NDRPDR sel
2929       - 33  # NDRPDR sel
2930       - 34  # NDRPDR sel
2931
2932     csit-dpdk-perf-verify-2001-2n-dnv:
2933       - 9   # NDRPDR sel
2934       - 10  # NDRPDR sel
2935       - 11  # NDRPDR sel
2936       - 12  # NDRPDR sel
2937       - 13  # NDRPDR sel
2938       - 14  # NDRPDR sel
2939       - 15  # NDRPDR sel
2940       - 16  # NDRPDR sel
2941       - 17  # NDRPDR sel
2942       - 18  # NDRPDR sel
2943
2944     csit-dpdk-perf-verify-2001-3n-dnv:
2945       - 12  # NDRPDR sel
2946       - 13  # NDRPDR sel
2947       - 14  # NDRPDR sel
2948       - 15  # NDRPDR sel
2949       - 16  # NDRPDR sel
2950       - 17  # NDRPDR sel
2951       - 18  # NDRPDR sel
2952       - 19  # NDRPDR sel
2953       - 20  # NDRPDR sel
2954       - 22  # NDRPDR sel
2955
2956     csit-dpdk-perf-verify-2001-3n-tsh:
2957       - 3   # NDRPDR sel
2958       - 4   # NDRPDR sel
2959       - 5   # NDRPDR sel
2960       - 9   # NDRPDR sel
2961       - 10  # NDRPDR sel
2962       - 11  # NDRPDR sel
2963       - 12  # NDRPDR sel
2964       - 14  # NDRPDR sel
2965       - 15  # NDRPDR sel
2966       - 18  # NDRPDR sel
2967
2968     csit-vpp-device-2001-ubuntu1804-1n-skx:
2969       - 57
2970
2971 - type: "output"
2972   output: "report"
2973   format:
2974     html:
2975     - full
2976 #    pdf:
2977 #    - minimal
2978
2979 ################################################################################
2980 ###                               T A B L E S                                ###
2981 ################################################################################
2982
2983 # VPP Soak vs NDR - 2n-skx
2984 - type: "table"
2985   title: "VPP Soak vs NDR 2n-skx"
2986   algorithm: "table_soak_vs_ndr"
2987   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2988   reference:
2989     title: "NDR"
2990     data: "vpp-soak-vs-ndr-2n-skx-ref"
2991   compare:
2992     title: "Soak"
2993     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2994   data: "vpp-soak-vs-ndr-2n-skx"
2995   include-tests: "NDR"
2996   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2997   parameters:
2998     - "throughput"
2999     - "name"
3000     - "parent"
3001
3002 # VPP Soak vs NDR - 2n-clx
3003 - type: "table"
3004   title: "VPP Soak vs NDR 2n-clx"
3005   algorithm: "table_soak_vs_ndr"
3006   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3007   reference:
3008     title: "NDR"
3009     data: "vpp-soak-vs-ndr-2n-clx-ref"
3010   compare:
3011     title: "Soak"
3012     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3013   data: "vpp-soak-vs-ndr-2n-clx"
3014   include-tests: "NDR"
3015   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3016   parameters:
3017     - "throughput"
3018     - "name"
3019     - "parent"
3020
3021 ################################################################################
3022
3023 # VPP Compare NICs 3n-skx 2t1c ndr
3024 - type: "table"
3025   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3026   algorithm: "table_nics_comparison"
3027   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3028   reference:
3029     title: "x710"
3030     nic: "NIC_Intel-X710"
3031   compare:
3032     title: "xxv710"
3033     nic: "NIC_Intel-XXV710"
3034   data: "vpp-nic-comparison-3n-skx"
3035   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3036   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3037   parameters:
3038   - "name"
3039   - "parent"
3040   - "throughput"
3041   - "tags"
3042
3043 # VPP Compare NICs 3n-skx 4t2c ndr
3044 - type: "table"
3045   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3046   algorithm: "table_nics_comparison"
3047   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3048   reference:
3049     title: "x710"
3050     nic: "NIC_Intel-X710"
3051   compare:
3052     title: "xxv710"
3053     nic: "NIC_Intel-XXV710"
3054   data: "vpp-nic-comparison-3n-skx"
3055   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3056   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3057   parameters:
3058   - "name"
3059   - "parent"
3060   - "throughput"
3061   - "tags"
3062
3063 # VPP Compare NICs 3n-skx 2t1c pdr
3064 - type: "table"
3065   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3066   algorithm: "table_nics_comparison"
3067   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3068   reference:
3069     title: "x710"
3070     nic: "NIC_Intel-X710"
3071   compare:
3072     title: "xxv710"
3073     nic: "NIC_Intel-XXV710"
3074   data: "vpp-nic-comparison-3n-skx"
3075   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3076   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3077   parameters:
3078   - "name"
3079   - "parent"
3080   - "throughput"
3081   - "tags"
3082
3083  # VPP Compare NICs 3n-skx 4t2c pdr
3084 - type: "table"
3085   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3086   algorithm: "table_nics_comparison"
3087   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3088   reference:
3089     title: "x710"
3090     nic: "NIC_Intel-X710"
3091   compare:
3092     title: "xxv710"
3093     nic: "NIC_Intel-XXV710"
3094   data: "vpp-nic-comparison-3n-skx"
3095   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3096   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3097   parameters:
3098   - "name"
3099   - "parent"
3100   - "throughput"
3101   - "tags"
3102
3103 # VPP Compare NICs 3n-skx 2t1c mrr
3104 - type: "table"
3105   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3106   algorithm: "table_nics_comparison"
3107   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3108   reference:
3109     title: "x710"
3110     nic: "NIC_Intel-X710"
3111   compare:
3112     title: "xxv710"
3113     nic: "NIC_Intel-XXV710"
3114   data: "vpp-nic-comparison-3n-skx-mrr"
3115   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3116   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3117   parameters:
3118   - "name"
3119   - "parent"
3120   - "result"
3121   - "tags"
3122
3123 # VPP Compare NICs 3n-skx 4t2c mrr
3124 - type: "table"
3125   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3126   algorithm: "table_nics_comparison"
3127   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3128   reference:
3129     title: "x710"
3130     nic: "NIC_Intel-X710"
3131   compare:
3132     title: "xxv710"
3133     nic: "NIC_Intel-XXV710"
3134   data: "vpp-nic-comparison-3n-skx-mrr"
3135   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3136   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3137   parameters:
3138   - "name"
3139   - "parent"
3140   - "result"
3141   - "tags"
3142
3143  # VPP Compare NICs 3n-skx 8t4c mrr
3144 - type: "table"
3145   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3146   algorithm: "table_nics_comparison"
3147   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3148   reference:
3149     title: "x710"
3150     nic: "NIC_Intel-X710"
3151   compare:
3152     title: "xxv710"
3153     nic: "NIC_Intel-XXV710"
3154   data: "vpp-nic-comparison-3n-skx-mrr"
3155   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3156   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3157   parameters:
3158   - "name"
3159   - "parent"
3160   - "result"
3161   - "tags"
3162
3163 # VPP Compare NICs 2n-skx 2t1c ndr
3164 - type: "table"
3165   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3166   algorithm: "table_nics_comparison"
3167   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3168   reference:
3169     title: "x710"
3170     nic: "NIC_Intel-X710"
3171   compare:
3172     title: "xxv710"
3173     nic: "NIC_Intel-XXV710"
3174   data: "vpp-nic-comparison-2n-skx"
3175   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3176   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3177   parameters:
3178   - "name"
3179   - "parent"
3180   - "throughput"
3181   - "tags"
3182
3183 # VPP Compare NICs 2n-skx 4t2c ndr
3184 - type: "table"
3185   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3186   algorithm: "table_nics_comparison"
3187   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3188   reference:
3189     title: "x710"
3190     nic: "NIC_Intel-X710"
3191   compare:
3192     title: "xxv710"
3193     nic: "NIC_Intel-XXV710"
3194   data: "vpp-nic-comparison-2n-skx"
3195   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3196   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3197   parameters:
3198   - "name"
3199   - "parent"
3200   - "throughput"
3201   - "tags"
3202
3203  # VPP Compare NICs 2n-skx 2t1c pdr
3204 - type: "table"
3205   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3206   algorithm: "table_nics_comparison"
3207   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3208   reference:
3209     title: "x710"
3210     nic: "NIC_Intel-X710"
3211   compare:
3212     title: "xxv710"
3213     nic: "NIC_Intel-XXV710"
3214   data: "vpp-nic-comparison-2n-skx"
3215   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3216   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3217   parameters:
3218   - "name"
3219   - "parent"
3220   - "throughput"
3221   - "tags"
3222
3223 # VPP Compare NICs 2n-skx 4t2c pdr
3224 - type: "table"
3225   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3226   algorithm: "table_nics_comparison"
3227   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3228   reference:
3229     title: "x710"
3230     nic: "NIC_Intel-X710"
3231   compare:
3232     title: "xxv710"
3233     nic: "NIC_Intel-XXV710"
3234   data: "vpp-nic-comparison-2n-skx"
3235   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3236   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3237   parameters:
3238   - "name"
3239   - "parent"
3240   - "throughput"
3241   - "tags"
3242
3243 # VPP Compare NICs 2n-skx 2t1c mrr
3244 - type: "table"
3245   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3246   algorithm: "table_nics_comparison"
3247   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3248   reference:
3249     title: "x710"
3250     nic: "NIC_Intel-X710"
3251   compare:
3252     title: "xxv710"
3253     nic: "NIC_Intel-XXV710"
3254   data: "vpp-nic-comparison-2n-skx-mrr"
3255   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3256   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3257   parameters:
3258   - "name"
3259   - "parent"
3260   - "result"
3261   - "tags"
3262
3263 # VPP Compare NICs 2n-skx 4t2c mrr
3264 - type: "table"
3265   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3266   algorithm: "table_nics_comparison"
3267   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3268   reference:
3269     title: "x710"
3270     nic: "NIC_Intel-X710"
3271   compare:
3272     title: "xxv710"
3273     nic: "NIC_Intel-XXV710"
3274   data: "vpp-nic-comparison-2n-skx-mrr"
3275   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3276   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3277   parameters:
3278   - "name"
3279   - "parent"
3280   - "result"
3281   - "tags"
3282
3283 # VPP Compare NICs 2n-skx 8t4c mrr
3284 - type: "table"
3285   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3286   algorithm: "table_nics_comparison"
3287   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3288   reference:
3289     title: "x710"
3290     nic: "NIC_Intel-X710"
3291   compare:
3292     title: "xxv710"
3293     nic: "NIC_Intel-XXV710"
3294   data: "vpp-nic-comparison-2n-skx-mrr"
3295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3296   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3297   parameters:
3298   - "name"
3299   - "parent"
3300   - "result"
3301   - "tags"
3302
3303 ################################################################################
3304 # VPP
3305
3306 # VPP Performance Changes 3n-hsw 1t1c pdr
3307 - type: "table"
3308   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3309   algorithm: "table_perf_comparison"
3310   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3311   history:
3312     - title: "1904"
3313       data: "vpp-performance-changes-3n-hsw-h1"
3314   reference:
3315     title: "1908"
3316     data: "vpp-performance-changes-3n-hsw-ref"
3317     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3318   compare:
3319     title: "2001"
3320     data: "vpp-performance-changes-3n-hsw-cmp"
3321   data: "vpp-performance-changes-3n-hsw"
3322   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3323   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3324   parameters:
3325   - "name"
3326   - "parent"
3327   - "throughput"
3328
3329 # VPP Performance Changes 3n-hsw 2t2c pdr
3330 - type: "table"
3331   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3332   algorithm: "table_perf_comparison"
3333   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3334   history:
3335     - title: "1904"
3336       data: "vpp-performance-changes-3n-hsw-h1"
3337   reference:
3338     title: "1908"
3339     data: "vpp-performance-changes-3n-hsw-ref"
3340     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3341   compare:
3342     title: "2001"
3343     data: "vpp-performance-changes-3n-hsw-cmp"
3344   data: "vpp-performance-changes-3n-hsw"
3345   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3346   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3347   parameters:
3348   - "name"
3349   - "parent"
3350   - "throughput"
3351
3352 # VPP Performance Changes 3n-hsw 1t1c ndr
3353 - type: "table"
3354   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3355   algorithm: "table_perf_comparison"
3356   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3357   history:
3358     - title: "1904"
3359       data: "vpp-performance-changes-3n-hsw-h1"
3360   reference:
3361     title: "1908"
3362     data: "vpp-performance-changes-3n-hsw-ref"
3363     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3364   compare:
3365     title: "2001"
3366     data: "vpp-performance-changes-3n-hsw-cmp"
3367   data: "vpp-performance-changes-3n-hsw"
3368   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3369   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3370   parameters:
3371   - "name"
3372   - "parent"
3373   - "throughput"
3374
3375 # VPP Performance Changes 3n-hsw 2t2c ndr
3376 - type: "table"
3377   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3378   algorithm: "table_perf_comparison"
3379   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3380   history:
3381     - title: "1904"
3382       data: "vpp-performance-changes-3n-hsw-h1"
3383   reference:
3384     title: "1908"
3385     data: "vpp-performance-changes-3n-hsw-ref"
3386     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3387   compare:
3388     title: "2001"
3389     data: "vpp-performance-changes-3n-hsw-cmp"
3390   data: "vpp-performance-changes-3n-hsw"
3391   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3392   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3393   parameters:
3394   - "name"
3395   - "parent"
3396   - "throughput"
3397
3398 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3399 - type: "table"
3400   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3401   algorithm: "table_comparison"
3402   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3403   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3404   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3405   rca:
3406     - title: "RCA1"
3407       data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3408     - title: "RCA2"
3409       data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3410   columns:
3411     - title: "1908.0.pe"
3412       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3413       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3414     - title: "1908.1.pe"
3415       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3416     - title: "1908.1.ce"
3417       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3418     - title: "2001.0.ce"
3419       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3420   comparisons:
3421     - title: "Diff1"
3422       reference: 2
3423       reference-alt: 1
3424       compare: 3
3425     - title: "Diff2"
3426       reference: 3
3427       compare: 4
3428   legend:
3429     - "Legend to Table"
3430     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3431     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3432     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3433     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1.ce vs. 1908.1.pe (if latter results not available, 1908.0.pe is used)."
3434     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3435     - "RCA1 - root cause analysis reference for Diff1."
3436     - "RCA2 - root cause analysis reference for Diff2."
3437
3438 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3439 - type: "table"
3440   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3441   algorithm: "table_comparison"
3442   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3443   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3444   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3445   rca:
3446     - title: "RCA1"
3447       data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3448     - title: "RCA2"
3449       data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3450   columns:
3451     - title: "1908.0.pe"
3452       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3453       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3454     - title: "1908.1.pe"
3455       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3456     - title: "1908.1.ce"
3457       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3458     - title: "2001.0.ce"
3459       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3460   comparisons:
3461     - title: "Diff1"
3462       reference: 2
3463       reference-alt: 1
3464       compare: 3
3465     - title: "Diff2"
3466       reference: 3
3467       compare: 4
3468   legend:
3469     - "Legend to Table"
3470     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3471     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3472     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3473     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1.ce vs. 1908.1.pe (if latter results not available, 1908.0.pe is used)."
3474     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3475     - "RCA1 - root cause analysis reference for Diff1."
3476     - "RCA2 - root cause analysis reference for Diff2."
3477
3478 # VPP Performance Changes 3n-skx 2t1c pdr
3479 - type: "table"
3480   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3481   algorithm: "table_perf_comparison_nic"
3482   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3483 #  rca:
3484 #    title: "RCA"
3485 #    data-file: "rca/rca-3n-skx-2t1c-pdr.yaml"
3486   history:
3487     - title: "1904"
3488       data: "vpp-performance-changes-3n-skx-h1"
3489       nic: "NIC_Intel-X710"
3490   reference:
3491     title: "1908"
3492     data: "vpp-performance-changes-3n-skx-ref"
3493     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3494     nic: "NIC_Intel-XXV710"
3495   compare:
3496     title: "2001"
3497     data: "vpp-performance-changes-3n-skx-cmp"
3498     nic: "NIC_Intel-XXV710"
3499   data: "vpp-performance-changes-3n-skx"
3500   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3501   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3502   parameters:
3503   - "name"
3504   - "parent"
3505   - "throughput"
3506   - "tags"
3507
3508 # VPP Performance Changes 3n-skx 4t2c pdr
3509 - type: "table"
3510   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3511   algorithm: "table_perf_comparison_nic"
3512   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3513 #  rca:
3514 #    title: "RCA"
3515 #    data-file: "rca/rca-3n-skx-4t2c-pdr.yaml"
3516   history:
3517     - title: "1904"
3518       data: "vpp-performance-changes-3n-skx-h1"
3519       nic: "NIC_Intel-X710"
3520   reference:
3521     title: "1908"
3522     data: "vpp-performance-changes-3n-skx-ref"
3523     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3524     nic: "NIC_Intel-XXV710"
3525   compare:
3526     title: "2001"
3527     data: "vpp-performance-changes-3n-skx-cmp"
3528     nic: "NIC_Intel-XXV710"
3529   data: "vpp-performance-changes-3n-skx"
3530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3531   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3532   parameters:
3533   - "name"
3534   - "parent"
3535   - "throughput"
3536   - "tags"
3537
3538 # VPP Performance Changes 3n-skx 2t1c ndr
3539 - type: "table"
3540   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3541   algorithm: "table_perf_comparison_nic"
3542   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3543 #  rca:
3544 #    title: "RCA"
3545 #    data-file: "rca/rca-3n-skx-2t1c-ndr.yaml"
3546   history:
3547     - title: "1904"
3548       data: "vpp-performance-changes-3n-skx-h1"
3549       nic: "NIC_Intel-X710"
3550   reference:
3551     title: "1908"
3552     data: "vpp-performance-changes-3n-skx-ref"
3553     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3554     nic: "NIC_Intel-XXV710"
3555   compare:
3556     title: "2001"
3557     data: "vpp-performance-changes-3n-skx-cmp"
3558     nic: "NIC_Intel-XXV710"
3559   data: "vpp-performance-changes-3n-skx"
3560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3561   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3562   parameters:
3563   - "name"
3564   - "parent"
3565   - "throughput"
3566   - "tags"
3567
3568 # VPP Performance Changes 3n-skx 4t2c ndr
3569 - type: "table"
3570   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3571   algorithm: "table_perf_comparison_nic"
3572   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3573 #  rca:
3574 #    title: "RCA"
3575 #    data-file: "rca/rca-3n-skx-4t2c-ndr.yaml"
3576   history:
3577     - title: "1904"
3578       data: "vpp-performance-changes-3n-skx-h1"
3579       nic: "NIC_Intel-X710"
3580   reference:
3581     title: "1908"
3582     data: "vpp-performance-changes-3n-skx-ref"
3583     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3584     nic: "NIC_Intel-XXV710"
3585   compare:
3586     title: "2001"
3587     data: "vpp-performance-changes-3n-skx-cmp"
3588     nic: "NIC_Intel-XXV710"
3589   data: "vpp-performance-changes-3n-skx"
3590   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3591   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3592   parameters:
3593   - "name"
3594   - "parent"
3595   - "throughput"
3596   - "tags"
3597
3598 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3599 - type: "table"
3600   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3601   algorithm: "table_comparison"
3602   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3603   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3604   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3605   rca:
3606     - title: "RCA1"
3607       data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3608     - title: "RCA2"
3609       data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3610   columns:
3611     - title: "1908.0.pe"
3612       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3613       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3614     - title: "1908.1.pe"
3615       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3616     - title: "1908.1.ce"
3617       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3618     - title: "2001.0.ce"
3619       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3620   comparisons:
3621     - title: "Diff1"
3622       reference: 2
3623       reference-alt: 1
3624       compare: 3
3625     - title: "Diff2"
3626       reference: 3
3627       compare: 4
3628   legend:
3629     - "Legend to Table"
3630     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3631     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3632     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3633     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1.ce vs. 1908.1.pe (if latter results not available, 1908.0.pe is used)."
3634     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3635     - "RCA1 - root cause analysis reference for Diff1."
3636     - "RCA2 - root cause analysis reference for Diff2."
3637
3638 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3639 - type: "table"
3640   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3641   algorithm: "table_comparison"
3642   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3643   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3644   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3645   rca:
3646     - title: "RCA1"
3647       data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3648     - title: "RCA2"
3649       data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3650   columns:
3651     - title: "1908.0.pe"
3652       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3653       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3654     - title: "1908.1.pe"
3655       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3656     - title: "1908.1.ce"
3657       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3658     - title: "2001.0.ce"
3659       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3660   comparisons:
3661     - title: "Diff1"
3662       reference: 2
3663       reference-alt: 1
3664       compare: 3
3665     - title: "Diff2"
3666       reference: 3
3667       compare: 4
3668   legend:
3669     - "Legend to Table"
3670     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3671     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3672     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3673     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1.ce vs. 1908.1.pe (if latter results not available, 1908.0.pe is used)."
3674     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3675     - "RCA1 - root cause analysis reference for Diff1."
3676     - "RCA2 - root cause analysis reference for Diff2."
3677
3678 # VPP Performance Changes 2n-skx 2t1c pdr
3679 - type: "table"
3680   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3681   algorithm: "table_perf_comparison_nic"
3682   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3683 #  rca:
3684 #    title: "RCA"
3685 #    data-file: "rca/rca-2n-skx-2t1c-pdr.yaml"
3686   history:
3687     - title: "1904"
3688       data: "vpp-performance-changes-2n-skx-h1"
3689       nic: "NIC_Intel-X710"
3690   reference:
3691     title: "1908"
3692     data: "vpp-performance-changes-2n-skx-ref"
3693     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3694     nic: "NIC_Intel-XXV710"
3695   compare:
3696     title: "2001"
3697     data: "vpp-performance-changes-2n-skx-cmp"
3698     nic: "NIC_Intel-XXV710"
3699   data: "vpp-performance-changes-2n-skx"
3700   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3701   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3702   parameters:
3703     - "name"
3704     - "parent"
3705     - "throughput"
3706     - "tags"
3707
3708 # VPP Performance Changes 2n-skx 4t2c pdr
3709 - type: "table"
3710   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3711   algorithm: "table_perf_comparison_nic"
3712   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3713 #  rca:
3714 #    title: "RCA"
3715 #    data-file: "rca/rca-2n-skx-4t2c-pdr.yaml"
3716   history:
3717     - title: "1904"
3718       data: "vpp-performance-changes-2n-skx-h1"
3719       nic: "NIC_Intel-X710"
3720   reference:
3721     title: "1908"
3722     data: "vpp-performance-changes-2n-skx-ref"
3723     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3724     nic: "NIC_Intel-XXV710"
3725   compare:
3726     title: "2001"
3727     data: "vpp-performance-changes-2n-skx-cmp"
3728     nic: "NIC_Intel-XXV710"
3729   data: "vpp-performance-changes-2n-skx"
3730   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3731   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3732   parameters:
3733     - "name"
3734     - "parent"
3735     - "throughput"
3736     - "tags"
3737
3738 # VPP Performance Changes 2n-skx 2t1c ndr
3739 - type: "table"
3740   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3741   algorithm: "table_perf_comparison_nic"
3742   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3743 #  rca:
3744 #    title: "RCA"
3745 #    data-file: "rca/rca-2n-skx-2t1c-ndr.yaml"
3746   history:
3747     - title: "1904"
3748       data: "vpp-performance-changes-2n-skx-h1"
3749       nic: "NIC_Intel-X710"
3750   reference:
3751     title: "1908"
3752     data: "vpp-performance-changes-2n-skx-ref"
3753     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3754     nic: "NIC_Intel-XXV710"
3755   compare:
3756     title: "2001"
3757     data: "vpp-performance-changes-2n-skx-cmp"
3758     nic: "NIC_Intel-XXV710"
3759   data: "vpp-performance-changes-2n-skx"
3760   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3761   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3762   parameters:
3763     - "name"
3764     - "parent"
3765     - "throughput"
3766     - "tags"
3767
3768 # VPP Performance Changes 2n-skx 4t2c ndr
3769 - type: "table"
3770   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3771   algorithm: "table_perf_comparison_nic"
3772   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3773 #  rca:
3774 #    title: "RCA"
3775 #    data-file: "rca/rca-2n-skx-4t2c-ndr.yaml"
3776   history:
3777     - title: "1904"
3778       data: "vpp-performance-changes-2n-skx-h1"
3779       nic: "NIC_Intel-X710"
3780   reference:
3781     title: "1908"
3782     data: "vpp-performance-changes-2n-skx-ref"
3783     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3784     nic: "NIC_Intel-XXV710"
3785   compare:
3786     title: "2001"
3787     data: "vpp-performance-changes-2n-skx-cmp"
3788     nic: "NIC_Intel-XXV710"
3789   data: "vpp-performance-changes-2n-skx"
3790   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3791   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3792   parameters:
3793     - "name"
3794     - "parent"
3795     - "throughput"
3796     - "tags"
3797
3798 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3799 #- type: "table"
3800 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3801 #  algorithm: "table_perf_comparison"
3802 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3803 #  reference:
3804 #    title: "1908"
3805 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3806 #  compare:
3807 #    title: "2001"
3808 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3809 #  data: "vpp-performance-changes-nfv-2n-skx"
3810 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3811 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3812 #  parameters:
3813 #  - "name"
3814 #  - "parent"
3815 #  - "throughput"
3816 #  - "tags"
3817 #
3818 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3819 #- type: "table"
3820 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3821 #  algorithm: "table_perf_comparison"
3822 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3823 #  reference:
3824 #    title: "1908"
3825 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3826 #  compare:
3827 #    title: "2001"
3828 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3829 #  data: "vpp-performance-changes-nfv-2n-skx"
3830 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3831 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3832 #  parameters:
3833 #  - "name"
3834 #  - "parent"
3835 #  - "throughput"
3836 #  - "tags"
3837 #
3838 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3839 #- type: "table"
3840 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3841 #  algorithm: "table_perf_comparison"
3842 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3843 #  reference:
3844 #    title: "1908"
3845 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3846 #  compare:
3847 #    title: "2001"
3848 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3849 #  data: "vpp-performance-changes-nfv-2n-skx"
3850 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3851 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3852 #  parameters:
3853 #  - "name"
3854 #  - "parent"
3855 #  - "throughput"
3856 #  - "tags"
3857 #
3858 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3859 #- type: "table"
3860 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3861 #  algorithm: "table_perf_comparison"
3862 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3863 #  reference:
3864 #    title: "1908"
3865 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3866 #  compare:
3867 #    title: "2001"
3868 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3869 #  data: "vpp-performance-changes-nfv-2n-skx"
3870 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3871 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3872 #  parameters:
3873 #  - "name"
3874 #  - "parent"
3875 #  - "throughput"
3876 #  - "tags"
3877
3878 # VPP Performance Changes 2n-dnv 1t1c pdr
3879 - type: "table"
3880   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3881   algorithm: "table_perf_comparison"
3882   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3883   reference:
3884     title: "1908"
3885     data: "vpp-performance-changes-2n-dnv-ref"
3886   compare:
3887     title: "2001"
3888     data: "vpp-performance-changes-2n-dnv-cmp"
3889   data: "vpp-performance-changes-2n-dnv"
3890   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3891   filter: "'1T1C'"
3892   parameters:
3893   - "name"
3894   - "parent"
3895   - "throughput"
3896   - "tags"
3897
3898 # VPP Performance Changes 2n-dnv 2t2c pdr
3899 - type: "table"
3900   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3901   algorithm: "table_perf_comparison"
3902   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3903   reference:
3904     title: "1908"
3905     data: "vpp-performance-changes-2n-dnv-ref"
3906   compare:
3907     title: "2001"
3908     data: "vpp-performance-changes-2n-dnv-cmp"
3909   data: "vpp-performance-changes-2n-dnv"
3910   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3911   filter: "'2T2C'"
3912   parameters:
3913   - "name"
3914   - "parent"
3915   - "throughput"
3916   - "tags"
3917
3918 # VPP Performance Changes 2n-dnv 1t1c ndr
3919 - type: "table"
3920   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3921   algorithm: "table_perf_comparison"
3922   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3923   reference:
3924     title: "1908"
3925     data: "vpp-performance-changes-2n-dnv-ref"
3926   compare:
3927     title: "2001"
3928     data: "vpp-performance-changes-2n-dnv-cmp"
3929   data: "vpp-performance-changes-2n-dnv"
3930   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3931   filter: "'1T1C'"
3932   parameters:
3933   - "name"
3934   - "parent"
3935   - "throughput"
3936   - "tags"
3937
3938 # VPP Performance Changes 2n-dnv 2t2c ndr
3939 - type: "table"
3940   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3941   algorithm: "table_perf_comparison"
3942   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3943   reference:
3944     title: "1908"
3945     data: "vpp-performance-changes-2n-dnv-ref"
3946   compare:
3947     title: "2001"
3948     data: "vpp-performance-changes-2n-dnv-cmp"
3949   data: "vpp-performance-changes-2n-dnv"
3950   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3951   filter: "'2T2C'"
3952   parameters:
3953   - "name"
3954   - "parent"
3955   - "throughput"
3956   - "tags"
3957
3958 # VPP Performance Changes 3n-dnv 1t1c pdr
3959 - type: "table"
3960   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3961   algorithm: "table_perf_comparison"
3962   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3963   reference:
3964     title: "1908"
3965     data: "vpp-performance-changes-3n-dnv-ref"
3966   compare:
3967     title: "2001"
3968     data: "vpp-performance-changes-3n-dnv-cmp"
3969   data: "vpp-performance-changes-3n-dnv"
3970   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3971   filter: "'1T1C'"
3972   parameters:
3973   - "name"
3974   - "parent"
3975   - "throughput"
3976   - "tags"
3977
3978 # VPP Performance Changes 3n-dnv 2t2c pdr
3979 - type: "table"
3980   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3981   algorithm: "table_perf_comparison"
3982   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3983   reference:
3984     title: "1908"
3985     data: "vpp-performance-changes-3n-dnv-ref"
3986   compare:
3987     title: "2001"
3988     data: "vpp-performance-changes-3n-dnv-cmp"
3989   data: "vpp-performance-changes-3n-dnv"
3990   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3991   filter: "'2T2C'"
3992   parameters:
3993   - "name"
3994   - "parent"
3995   - "throughput"
3996   - "tags"
3997
3998 # VPP Performance Changes 3n-dnv 1t1c ndr
3999 - type: "table"
4000   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4001   algorithm: "table_perf_comparison"
4002   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4003   reference:
4004     title: "1908"
4005     data: "vpp-performance-changes-3n-dnv-ref"
4006   compare:
4007     title: "2001"
4008     data: "vpp-performance-changes-3n-dnv-cmp"
4009   data: "vpp-performance-changes-3n-dnv"
4010   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4011   filter: "'1T1C'"
4012   parameters:
4013   - "name"
4014   - "parent"
4015   - "throughput"
4016   - "tags"
4017
4018 # VPP Performance Changes 3n-dnv 2t2c ndr
4019 - type: "table"
4020   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4021   algorithm: "table_perf_comparison"
4022   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4023   reference:
4024     title: "1908"
4025     data: "vpp-performance-changes-3n-dnv-ref"
4026   compare:
4027     title: "2001"
4028     data: "vpp-performance-changes-3n-dnv-cmp"
4029   data: "vpp-performance-changes-3n-dnv"
4030   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4031   filter: "'2T2C'"
4032   parameters:
4033   - "name"
4034   - "parent"
4035   - "throughput"
4036   - "tags"
4037
4038 # VPP Performance Changes 3n-tsh 1t1c pdr
4039 - type: "table"
4040   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4041   algorithm: "table_perf_comparison"
4042   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4043   reference:
4044     title: "1908"
4045     data: "vpp-performance-changes-3n-tsh-ref"
4046   compare:
4047     title: "2001"
4048     data: "vpp-performance-changes-3n-tsh-cmp"
4049   data: "vpp-performance-changes-3n-tsh"
4050   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4051   filter: "'1T1C'"
4052   parameters:
4053   - "name"
4054   - "parent"
4055   - "throughput"
4056   - "tags"
4057
4058 # VPP Performance Changes 3n-tsh 2t2c pdr
4059 - type: "table"
4060   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4061   algorithm: "table_perf_comparison"
4062   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4063   reference:
4064     title: "1908"
4065     data: "vpp-performance-changes-3n-tsh-ref"
4066   compare:
4067     title: "2001"
4068     data: "vpp-performance-changes-3n-tsh-cmp"
4069   data: "vpp-performance-changes-3n-tsh"
4070   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4071   filter: "'2T2C'"
4072   parameters:
4073   - "name"
4074   - "parent"
4075   - "throughput"
4076   - "tags"
4077
4078 # VPP Performance Changes 3n-tsh 1t1c ndr
4079 - type: "table"
4080   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4081   algorithm: "table_perf_comparison"
4082   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4083   reference:
4084     title: "1908"
4085     data: "vpp-performance-changes-3n-tsh-ref"
4086   compare:
4087     title: "2001"
4088     data: "vpp-performance-changes-3n-tsh-cmp"
4089   data: "vpp-performance-changes-3n-tsh"
4090   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4091   filter: "'1T1C'"
4092   parameters:
4093   - "name"
4094   - "parent"
4095   - "throughput"
4096   - "tags"
4097
4098 # VPP Performance Changes 3n-tsh 2t2c ndr
4099 - type: "table"
4100   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4101   algorithm: "table_perf_comparison"
4102   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4103   reference:
4104     title: "1908"
4105     data: "vpp-performance-changes-3n-tsh-ref"
4106   compare:
4107     title: "2001"
4108     data: "vpp-performance-changes-3n-tsh-cmp"
4109   data: "vpp-performance-changes-3n-tsh"
4110   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4111   filter: "'2T2C'"
4112   parameters:
4113   - "name"
4114   - "parent"
4115   - "throughput"
4116   - "tags"
4117
4118 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4119 - type: "table"
4120   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4121   algorithm: "table_perf_comparison_nic"
4122   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4123   reference:
4124     title: "3n-hsw xl710"
4125     data: "vpp-compare-testbeds-ref"
4126     nic: "NIC_Intel-XL710"
4127   compare:
4128     title: "3n-skx xxv710"
4129     data: "vpp-compare-testbeds-cmp"
4130     nic: "NIC_Intel-XXV710"
4131   data: "vpp-compare-testbeds"
4132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4133   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4134   parameters:
4135   - "name"
4136   - "parent"
4137   - "throughput"
4138   - "tags"
4139
4140 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4141 - type: "table"
4142   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4143   algorithm: "table_perf_comparison_nic"
4144   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4145   reference:
4146     title: "3n-hsw xl710"
4147     data: "vpp-compare-testbeds-ref"
4148     nic: "NIC_Intel-XL710"
4149   compare:
4150     title: "3n-skx xxv710"
4151     data: "vpp-compare-testbeds-cmp"
4152     nic: "NIC_Intel-XXV710"
4153   data: "vpp-compare-testbeds"
4154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4155   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4156   parameters:
4157   - "name"
4158   - "parent"
4159   - "throughput"
4160   - "tags"
4161
4162 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4163 - type: "table"
4164   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4165   algorithm: "table_perf_comparison_nic"
4166   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4167   reference:
4168     title: "3n-hsw xl710"
4169     data: "vpp-compare-testbeds-ref"
4170     nic: "NIC_Intel-XL710"
4171   compare:
4172     title: "3n-skx xxv710"
4173     data: "vpp-compare-testbeds-cmp"
4174     nic: "NIC_Intel-XXV710"
4175   data: "vpp-compare-testbeds"
4176   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4177   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4178   parameters:
4179   - "name"
4180   - "parent"
4181   - "throughput"
4182   - "tags"
4183
4184 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4185 - type: "table"
4186   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4187   algorithm: "table_perf_comparison_nic"
4188   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4189   reference:
4190     title: "3n-hsw xl710"
4191     data: "vpp-compare-testbeds-ref"
4192     nic: "NIC_Intel-XL710"
4193   compare:
4194     title: "3n-skx xxv710"
4195     data: "vpp-compare-testbeds-cmp"
4196     nic: "NIC_Intel-XXV710"
4197   data: "vpp-compare-testbeds"
4198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4199   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4200   parameters:
4201   - "name"
4202   - "parent"
4203   - "throughput"
4204   - "tags"
4205
4206 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4207 - type: "table"
4208   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4209   algorithm: "table_perf_comparison"
4210   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4211   reference:
4212     title: "2n-skx"
4213     data: "vpp-compare-testbeds-skx-clx-ref"
4214   compare:
4215     title: "2n-clx"
4216     data: "vpp-compare-testbeds-skx-clx-cmp"
4217   data: "vpp-compare-testbeds-skx-clx"
4218   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4219   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4220   parameters:
4221   - "name"
4222   - "parent"
4223   - "throughput"
4224   - "tags"
4225
4226 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4227 - type: "table"
4228   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4229   algorithm: "table_perf_comparison"
4230   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4231   reference:
4232     title: "2n-skx"
4233     data: "vpp-compare-testbeds-skx-clx-ref"
4234   compare:
4235     title: "2n-clx"
4236     data: "vpp-compare-testbeds-skx-clx-cmp"
4237   data: "vpp-compare-testbeds-skx-clx"
4238   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4239   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4240   parameters:
4241   - "name"
4242   - "parent"
4243   - "throughput"
4244   - "tags"
4245
4246 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4247 - type: "table"
4248   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4249   algorithm: "table_perf_comparison"
4250   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4251   reference:
4252     title: "2n-skx"
4253     data: "vpp-compare-testbeds-skx-clx-ref"
4254   compare:
4255     title: "2n-clx"
4256     data: "vpp-compare-testbeds-skx-clx-cmp"
4257   data: "vpp-compare-testbeds-skx-clx"
4258   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4259   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4260   parameters:
4261   - "name"
4262   - "parent"
4263   - "throughput"
4264   - "tags"
4265
4266 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4267 - type: "table"
4268   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4269   algorithm: "table_perf_comparison"
4270   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4271   reference:
4272     title: "2n-skx"
4273     data: "vpp-compare-testbeds-skx-clx-ref"
4274   compare:
4275     title: "2n-clx"
4276     data: "vpp-compare-testbeds-skx-clx-cmp"
4277   data: "vpp-compare-testbeds-skx-clx"
4278   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4279   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4280   parameters:
4281   - "name"
4282   - "parent"
4283   - "throughput"
4284   - "tags"
4285
4286 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4287 - type: "table"
4288   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4289   algorithm: "table_perf_comparison_nic"
4290   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4291   reference:
4292     title: "3n-hsw xl710"
4293     data: "vpp-compare-testbeds-hsw-clx-ref"
4294     nic: "NIC_Intel-XL710"
4295   compare:
4296     title: "2n-clx xxv710"
4297     data: "vpp-compare-testbeds-hsw-clx-cmp"
4298     nic: "NIC_Intel-XXV710"
4299   data: "vpp-compare-testbeds-hsw-clx"
4300   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4301   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4302   parameters:
4303   - "name"
4304   - "parent"
4305   - "throughput"
4306   - "tags"
4307
4308 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4309 - type: "table"
4310   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4311   algorithm: "table_perf_comparison_nic"
4312   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4313   reference:
4314     title: "3n-hsw xl710"
4315     data: "vpp-compare-testbeds-hsw-clx-ref"
4316     nic: "NIC_Intel-XL710"
4317   compare:
4318     title: "2n-clx xxv710"
4319     data: "vpp-compare-testbeds-hsw-clx-cmp"
4320     nic: "NIC_Intel-XXV710"
4321   data: "vpp-compare-testbeds-hsw-clx"
4322   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4323   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4324   parameters:
4325   - "name"
4326   - "parent"
4327   - "throughput"
4328   - "tags"
4329
4330 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4331 - type: "table"
4332   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4333   algorithm: "table_perf_comparison_nic"
4334   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4335   reference:
4336     title: "3n-hsw xl710"
4337     data: "vpp-compare-testbeds-hsw-clx-ref"
4338     nic: "NIC_Intel-XL710"
4339   compare:
4340     title: "2n-clx xxv710"
4341     data: "vpp-compare-testbeds-hsw-clx-cmp"
4342     nic: "NIC_Intel-XXV710"
4343   data: "vpp-compare-testbeds-hsw-clx"
4344   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4345   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4346   parameters:
4347   - "name"
4348   - "parent"
4349   - "throughput"
4350   - "tags"
4351
4352 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4353 - type: "table"
4354   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4355   algorithm: "table_perf_comparison_nic"
4356   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4357   reference:
4358     title: "3n-hsw xl710"
4359     data: "vpp-compare-testbeds-hsw-clx-ref"
4360     nic: "NIC_Intel-XL710"
4361   compare:
4362     title: "2n-clx xxv710"
4363     data: "vpp-compare-testbeds-hsw-clx-cmp"
4364     nic: "NIC_Intel-XXV710"
4365   data: "vpp-compare-testbeds-hsw-clx"
4366   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4367   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4368   parameters:
4369   - "name"
4370   - "parent"
4371   - "throughput"
4372   - "tags"
4373
4374 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4375 - type: "table"
4376   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4377   algorithm: "table_perf_comparison"
4378   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4379   reference:
4380     title: "3n-skx"
4381     data: "vpp-compare-topologies-ref"
4382   compare:
4383     title: "2n-skx"
4384     data: "vpp-compare-topologies-cmp"
4385   data: "vpp-compare-topologies"
4386   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4387   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4388   parameters:
4389   - "name"
4390   - "parent"
4391   - "throughput"
4392
4393 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4394 - type: "table"
4395   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4396   algorithm: "table_perf_comparison"
4397   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4398   reference:
4399     title: "3n-skx"
4400     data: "vpp-compare-topologies-ref"
4401   compare:
4402     title: "2n-skx"
4403     data: "vpp-compare-topologies-cmp"
4404   data: "vpp-compare-topologies"
4405   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4406   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4407   parameters:
4408   - "name"
4409   - "parent"
4410   - "throughput"
4411
4412 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4413 - type: "table"
4414   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4415   algorithm: "table_perf_comparison"
4416   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4417   reference:
4418     title: "3n-skx"
4419     data: "vpp-compare-topologies-ref"
4420   compare:
4421     title: "2n-skx"
4422     data: "vpp-compare-topologies-cmp"
4423   data: "vpp-compare-topologies"
4424   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4425   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4426   parameters:
4427   - "name"
4428   - "parent"
4429   - "throughput"
4430
4431 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4432 - type: "table"
4433   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4434   algorithm: "table_perf_comparison"
4435   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4436   reference:
4437     title: "3n-skx"
4438     data: "vpp-compare-topologies-ref"
4439   compare:
4440     title: "2n-skx"
4441     data: "vpp-compare-topologies-cmp"
4442   data: "vpp-compare-topologies"
4443   include-tests: "PDR"
4444   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4445   parameters:
4446   - "name"
4447   - "parent"
4448   - "throughput"
4449
4450 # VPP Performance Changes 3n-hsw 1t1c MRR
4451 - type: "table"
4452   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4453   algorithm: "table_perf_comparison"
4454   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4455   history:
4456     - title: "1904"
4457       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4458   reference:
4459     title: "1908"
4460     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4461   compare:
4462     title: "2001"
4463     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4464   data: "vpp-performance-changes-3n-hsw-mrr"
4465   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4466   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4467   parameters:
4468   - "name"
4469   - "parent"
4470   - "result"
4471
4472 # VPP Performance Changes 3n-hsw 2t2c MRR
4473 - type: "table"
4474   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4475   algorithm: "table_perf_comparison"
4476   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4477   history:
4478     - title: "1904"
4479       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4480   reference:
4481     title: "1908"
4482     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4483   compare:
4484     title: "2001"
4485     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4486   data: "vpp-performance-changes-3n-hsw-mrr"
4487   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4488   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4489   parameters:
4490   - "name"
4491   - "parent"
4492   - "result"
4493
4494 # VPP Performance Changes 3n-hsw 4t4c MRR
4495 - type: "table"
4496   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4497   algorithm: "table_perf_comparison"
4498   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4499   history:
4500     - title: "1904"
4501       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4502   reference:
4503     title: "1908"
4504     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4505   compare:
4506     title: "2001"
4507     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4508   data: "vpp-performance-changes-3n-hsw-mrr"
4509   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4510   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4511   parameters:
4512   - "name"
4513   - "parent"
4514   - "result"
4515
4516 # VPP Performance Changes 3n-skx 2t1c MRR
4517 - type: "table"
4518   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4519   algorithm: "table_perf_comparison"
4520   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4521 #  rca:
4522 #    title: "RCA"
4523 #    data-file: "rca/rca-3n-skx-2t1c-mrr.yaml"
4524   history:
4525     - title: "1904"
4526       data: "vpp-performance-changes-3n-skx-mrr-h1"
4527   reference:
4528     title: "1908"
4529     data: "vpp-performance-changes-3n-skx-mrr-ref"
4530   compare:
4531     title: "2001"
4532     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4533   data: "vpp-performance-changes-3n-skx-mrr"
4534   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4535   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4536   parameters:
4537   - "name"
4538   - "parent"
4539   - "result"
4540
4541 # VPP Performance Changes 3n-skx 4t2c MRR
4542 - type: "table"
4543   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4544   algorithm: "table_perf_comparison"
4545   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4546 #  rca:
4547 #    title: "RCA"
4548 #    data-file: "rca/rca-3n-skx-4t2c-mrr.yaml"
4549   history:
4550     - title: "1904"
4551       data: "vpp-performance-changes-3n-skx-mrr-h1"
4552   reference:
4553     title: "1908"
4554     data: "vpp-performance-changes-3n-skx-mrr-ref"
4555   compare:
4556     title: "2001"
4557     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4558   data: "vpp-performance-changes-3n-skx-mrr"
4559   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4560   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4561   parameters:
4562   - "name"
4563   - "parent"
4564   - "result"
4565
4566 # VPP Performance Changes 3n-skx 8t4c MRR
4567 - type: "table"
4568   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4569   algorithm: "table_perf_comparison"
4570   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4571 #  rca:
4572 #    title: "RCA"
4573 #    data-file: "rca/rca-3n-skx-8t4c-mrr.yaml"
4574   history:
4575     - title: "1904"
4576       data: "vpp-performance-changes-3n-skx-mrr-h1"
4577   reference:
4578     title: "1908"
4579     data: "vpp-performance-changes-3n-skx-mrr-ref"
4580   compare:
4581     title: "2001"
4582     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4583   data: "vpp-performance-changes-3n-skx-mrr"
4584   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4585   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4586   parameters:
4587   - "name"
4588   - "parent"
4589   - "result"
4590
4591 # VPP Performance Changes 2n-skx 2t1c MRR
4592 - type: "table"
4593   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4594   algorithm: "table_perf_comparison"
4595   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4596 #  rca:
4597 #    title: "RCA"
4598 #    data-file: "rca/rca-2n-skx-2t1c-mrr.yaml"
4599   history:
4600     - title: "1904"
4601       data: "vpp-performance-changes-2n-skx-mrr-h1"
4602   reference:
4603     title: "1908"
4604     data: "vpp-performance-changes-2n-skx-mrr-ref"
4605   compare:
4606     title: "2001"
4607     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4608   data: "vpp-performance-changes-2n-skx-mrr"
4609   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4610   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4611   parameters:
4612   - "name"
4613   - "parent"
4614   - "result"
4615
4616 # VPP Performance Changes 2n-skx 4t2c MRR
4617 - type: "table"
4618   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4619   algorithm: "table_perf_comparison"
4620   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4621 #  rca:
4622 #    title: "RCA"
4623 #    data-file: "rca/rca-2n-skx-4t2c-mrr.yaml"
4624   history:
4625     - title: "1904"
4626       data: "vpp-performance-changes-2n-skx-mrr-h1"
4627   reference:
4628     title: "1908"
4629     data: "vpp-performance-changes-2n-skx-mrr-ref"
4630   compare:
4631     title: "2001"
4632     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4633   data: "vpp-performance-changes-2n-skx-mrr"
4634   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4635   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4636   parameters:
4637   - "name"
4638   - "parent"
4639   - "result"
4640
4641 # VPP Performance Changes 2n-skx 8t4c MRR
4642 - type: "table"
4643   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4644   algorithm: "table_perf_comparison"
4645   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4646 #  rca:
4647 #    title: "RCA"
4648 #    data-file: "rca/rca-2n-skx-8t4c-mrr.yaml"
4649   history:
4650     - title: "1904"
4651       data: "vpp-performance-changes-2n-skx-mrr-h1"
4652   reference:
4653     title: "1908"
4654     data: "vpp-performance-changes-2n-skx-mrr-ref"
4655   compare:
4656     title: "2001"
4657     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4658   data: "vpp-performance-changes-2n-skx-mrr"
4659   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4660   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4661   parameters:
4662   - "name"
4663   - "parent"
4664   - "result"
4665
4666 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4667 #- type: "table"
4668 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4669 #  algorithm: "table_perf_comparison"
4670 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4671 #  reference:
4672 #    title: "1908"
4673 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4674 #  compare:
4675 #    title: "2001"
4676 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4677 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4678 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4679 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4680 #  parameters:
4681 #  - "name"
4682 #  - "parent"
4683 #  - "result"
4684 #
4685 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4686 #- type: "table"
4687 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4688 #  algorithm: "table_perf_comparison"
4689 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4690 #  reference:
4691 #    title: "1908"
4692 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4693 #  compare:
4694 #    title: "2001"
4695 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4696 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4697 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4698 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4699 #  parameters:
4700 #  - "name"
4701 #  - "parent"
4702 #  - "result"
4703 #
4704 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4705 #- type: "table"
4706 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4707 #  algorithm: "table_perf_comparison"
4708 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4709 #  reference:
4710 #    title: "1908"
4711 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4712 #  compare:
4713 #    title: "2001"
4714 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4715 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4716 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4717 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4718 #  parameters:
4719 #  - "name"
4720 #  - "parent"
4721 #  - "result"
4722
4723 # VPP Performance Changes 2n-dnv 1t1c MRR
4724 - type: "table"
4725   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4726   algorithm: "table_perf_comparison"
4727   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4728   reference:
4729     title: "1908"
4730     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4731   compare:
4732     title: "2001"
4733     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4734   data: "vpp-performance-changes-2n-dnv-mrr"
4735   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4736   filter: "'1T1C' and 'MRR'"
4737   parameters:
4738   - "name"
4739   - "parent"
4740   - "result"
4741
4742 # VPP Performance Changes 2n-dnv 2t2c MRR
4743 - type: "table"
4744   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4745   algorithm: "table_perf_comparison"
4746   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4747   reference:
4748     title: "1908"
4749     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4750   compare:
4751     title: "2001"
4752     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4753   data: "vpp-performance-changes-2n-dnv-mrr"
4754   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4755   filter: "'2T2C' and 'MRR'"
4756   parameters:
4757   - "name"
4758   - "parent"
4759   - "result"
4760
4761 # VPP Performance Changes 2n-dnv 4t4c MRR
4762 - type: "table"
4763   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4764   algorithm: "table_perf_comparison"
4765   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4766   reference:
4767     title: "1908"
4768     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4769   compare:
4770     title: "2001"
4771     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4772   data: "vpp-performance-changes-2n-dnv-mrr"
4773   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4774   filter: "'4T4C' and 'MRR'"
4775   parameters:
4776   - "name"
4777   - "parent"
4778   - "result"
4779
4780 # VPP Performance Changes 3n-dnv 1t1c MRR
4781 - type: "table"
4782   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4783   algorithm: "table_perf_comparison"
4784   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4785   reference:
4786     title: "1908"
4787     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4788   compare:
4789     title: "2001"
4790     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4791   data: "vpp-performance-changes-3n-dnv-mrr"
4792   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4793   filter: "'1T1C' and 'MRR'"
4794   parameters:
4795   - "name"
4796   - "parent"
4797   - "result"
4798
4799 # VPP Performance Changes 3n-dnv 2t2c MRR
4800 - type: "table"
4801   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4802   algorithm: "table_perf_comparison"
4803   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4804   reference:
4805     title: "1908"
4806     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4807   compare:
4808     title: "2001"
4809     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4810   data: "vpp-performance-changes-3n-dnv-mrr"
4811   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4812   filter: "'2T2C' and 'MRR'"
4813   parameters:
4814   - "name"
4815   - "parent"
4816   - "result"
4817
4818 # VPP Performance Changes 3n-dnv 4t4c MRR
4819 - type: "table"
4820   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4821   algorithm: "table_perf_comparison"
4822   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4823   reference:
4824     title: "1908"
4825     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4826   compare:
4827     title: "2001"
4828     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4829   data: "vpp-performance-changes-3n-dnv-mrr"
4830   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4831   filter: "'4T4C' and 'MRR'"
4832   parameters:
4833   - "name"
4834   - "parent"
4835   - "result"
4836
4837 # VPP Performance Changes 3n-tsh 1t1c MRR
4838 - type: "table"
4839   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4840   algorithm: "table_perf_comparison"
4841   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4842   reference:
4843     title: "1908"
4844     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4845   compare:
4846     title: "2001"
4847     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4848   data: "vpp-performance-changes-3n-tsh-mrr"
4849   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4850   filter: "'1T1C' and 'MRR'"
4851   parameters:
4852   - "name"
4853   - "parent"
4854   - "result"
4855
4856 # VPP Performance Changes 3n-tsh 2t2c MRR
4857 - type: "table"
4858   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4859   algorithm: "table_perf_comparison"
4860   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4861   reference:
4862     title: "1908"
4863     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4864   compare:
4865     title: "2001"
4866     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4867   data: "vpp-performance-changes-3n-tsh-mrr"
4868   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4869   filter: "'2T2C' and 'MRR'"
4870   parameters:
4871   - "name"
4872   - "parent"
4873   - "result"
4874
4875 # VPP Performance Changes 3n-tsh 4t4c MRR
4876 - type: "table"
4877   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4878   algorithm: "table_perf_comparison"
4879   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4880   reference:
4881     title: "1908"
4882     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4883   compare:
4884     title: "2001"
4885     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4886   data: "vpp-performance-changes-3n-tsh-mrr"
4887   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4888   filter: "'4T4C' and 'MRR'"
4889   parameters:
4890   - "name"
4891   - "parent"
4892   - "result"
4893
4894 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4895 - type: "table"
4896   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4897   algorithm: "table_perf_comparison_nic"
4898   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4899   reference:
4900     title: "3n-hsw xl710"
4901     data: "vpp-compare-testbeds-mrr-ref"
4902     nic: "NIC_Intel-XL710"
4903   compare:
4904     title: "3n-skx xxv710"
4905     data: "vpp-compare-testbeds-mrr-cmp"
4906     nic: "NIC_Intel-XXV710"
4907   data: "vpp-compare-testbeds-mrr"
4908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4909   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4910   parameters:
4911   - "name"
4912   - "parent"
4913   - "result"
4914   - "tags"
4915
4916 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4917 - type: "table"
4918   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4919   algorithm: "table_perf_comparison_nic"
4920   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4921   reference:
4922     title: "3n-hsw xl710"
4923     data: "vpp-compare-testbeds-mrr-ref"
4924     nic: "NIC_Intel-XL710"
4925   compare:
4926     title: "3n-skx xxv710"
4927     data: "vpp-compare-testbeds-mrr-cmp"
4928     nic: "NIC_Intel-XXV710"
4929   data: "vpp-compare-testbeds-mrr"
4930   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4931   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4932   parameters:
4933   - "name"
4934   - "parent"
4935   - "result"
4936   - "tags"
4937
4938 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4939 - type: "table"
4940   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4941   algorithm: "table_perf_comparison_nic"
4942   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4943   reference:
4944     title: "3n-hsw xl710"
4945     data: "vpp-compare-testbeds-mrr-ref"
4946     nic: "NIC_Intel-XL710"
4947   compare:
4948     title: "3n-skx xxv710"
4949     data: "vpp-compare-testbeds-mrr-cmp"
4950     nic: "NIC_Intel-XXV710"
4951   data: "vpp-compare-testbeds-mrr"
4952   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4953   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4954   parameters:
4955   - "name"
4956   - "parent"
4957   - "result"
4958   - "tags"
4959
4960 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4961 - type: "table"
4962   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4963   algorithm: "table_perf_comparison"
4964   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4965   reference:
4966     title: "2n-skx"
4967     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4968   compare:
4969     title: "2n-clx"
4970     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4971   data: "vpp-compare-testbeds-mrr-skx-clx"
4972   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4973   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4974   parameters:
4975   - "name"
4976   - "parent"
4977   - "result"
4978   - "tags"
4979
4980 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4981 - type: "table"
4982   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4983   algorithm: "table_perf_comparison"
4984   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4985   reference:
4986     title: "2n-skx"
4987     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4988   compare:
4989     title: "2n-clx"
4990     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4991   data: "vpp-compare-testbeds-mrr-skx-clx"
4992   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4993   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4994   parameters:
4995   - "name"
4996   - "parent"
4997   - "result"
4998   - "tags"
4999
5000 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5001 - type: "table"
5002   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5003   algorithm: "table_perf_comparison"
5004   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5005   reference:
5006     title: "2n-skx"
5007     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
5008   compare:
5009     title: "2n-clx"
5010     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5011   data: "vpp-compare-testbeds-mrr-skx-clx"
5012   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5013   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5014   parameters:
5015   - "name"
5016   - "parent"
5017   - "result"
5018   - "tags"
5019
5020 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5021 - type: "table"
5022   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5023   algorithm: "table_perf_comparison"
5024   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5025   reference:
5026     title: "3n-skx"
5027     data: "vpp-compare-topologies-mrr-ref"
5028   compare:
5029     title: "2n-skx"
5030     data: "vpp-compare-topologies-mrr-cmp"
5031   data: "vpp-compare-topologies-mrr"
5032   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5033   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5034   parameters:
5035   - "name"
5036   - "parent"
5037   - "result"
5038
5039 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5040 - type: "table"
5041   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5042   algorithm: "table_perf_comparison"
5043   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5044   reference:
5045     title: "3n-skx"
5046     data: "vpp-compare-topologies-mrr-ref"
5047   compare:
5048     title: "2n-skx"
5049     data: "vpp-compare-topologies-mrr-cmp"
5050   data: "vpp-compare-topologies-mrr"
5051   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5052   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5053   parameters:
5054   - "name"
5055   - "parent"
5056   - "result"
5057
5058 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5059 - type: "table"
5060   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5061   algorithm: "table_perf_comparison"
5062   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5063   reference:
5064     title: "3n-skx"
5065     data: "vpp-compare-topologies-mrr-ref"
5066   compare:
5067     title: "2n-skx"
5068     data: "vpp-compare-topologies-mrr-cmp"
5069   data: "vpp-compare-topologies-mrr"
5070   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5071   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5072   parameters:
5073   - "name"
5074   - "parent"
5075   - "result"
5076
5077 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5078 - type: "table"
5079   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5080   algorithm: "table_perf_comparison_nic"
5081   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5082   reference:
5083     title: "3n-hsw xl710"
5084     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5085     nic: "NIC_Intel-XL710"
5086   compare:
5087     title: "2n-clx xxv710"
5088     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5089     nic: "NIC_Intel-XXV710"
5090   data: "vpp-compare-testbeds-mrr-hsw-clx"
5091   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5092   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5093   parameters:
5094   - "name"
5095   - "parent"
5096   - "result"
5097   - "tags"
5098
5099 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5100 - type: "table"
5101   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5102   algorithm: "table_perf_comparison_nic"
5103   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5104   reference:
5105     title: "3n-hsw xl710"
5106     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5107     nic: "NIC_Intel-XL710"
5108   compare:
5109     title: "2n-clx xxv710"
5110     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5111     nic: "NIC_Intel-XXV710"
5112   data: "vpp-compare-testbeds-mrr-hsw-clx"
5113   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5114   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5115   parameters:
5116   - "name"
5117   - "parent"
5118   - "result"
5119   - "tags"
5120
5121 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5122 - type: "table"
5123   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5124   algorithm: "table_perf_comparison_nic"
5125   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5126   reference:
5127     title: "3n-hsw xl710"
5128     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5129     nic: "NIC_Intel-XL710"
5130   compare:
5131     title: "2n-clx xxv710"
5132     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5133     nic: "NIC_Intel-XXV710"
5134   data: "vpp-compare-testbeds-mrr-hsw-clx"
5135   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5136   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5137   parameters:
5138   - "name"
5139   - "parent"
5140   - "result"
5141   - "tags"
5142
5143 # Detailed Test Results - VPP Performance Results 3n-hsw
5144 - type: "table"
5145   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5146   algorithm: "table_merged_details"
5147   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5148   columns:
5149     - title: " |prein| Test Name |preout| "
5150       data: "data name"
5151     - 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| "
5152       data: "data msg"
5153   data: "vpp-perf-results-3n-hsw"
5154   filter: "all"
5155   parameters:
5156   - "name"
5157   - "parent"
5158   - "msg"
5159
5160 # Detailed Test Results - VPP Performance Results 3n-skx
5161 - type: "table"
5162   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5163   algorithm: "table_merged_details"
5164   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5165   columns:
5166     - title: " |prein| Test Name |preout| "
5167       data: "data name"
5168     - 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| "
5169       data: "data msg"
5170   data: "vpp-perf-results-3n-skx"
5171   filter: "all"
5172   remove-ndr: True  # Temporary solution: remove NDR results from test message
5173   parameters:
5174   - "name"
5175   - "parent"
5176   - "msg"
5177
5178 # Detailed Test Results - VPP Performance Results 2n-skx
5179 - type: "table"
5180   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5181   algorithm: "table_merged_details"
5182   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5183   columns:
5184     - title: " |prein| Test Name |preout| "
5185       data: "data name"
5186     - 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| "
5187       data: "data msg"
5188   data: "vpp-perf-results-2n-skx"
5189   filter: "all"
5190   remove-ndr: True  # Temporary solution: remove NDR results from test message
5191   parameters:
5192   - "name"
5193   - "parent"
5194   - "msg"
5195
5196 # Detailed Test Results - VPP Performance Results 2n-clx
5197 - type: "table"
5198   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5199   algorithm: "table_merged_details"
5200   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5201   columns:
5202     - title: " |prein| Test Name |preout| "
5203       data: "data name"
5204     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5205       data: "data msg"
5206   data: "vpp-perf-results-2n-clx"
5207   filter: "all"
5208   parameters:
5209   - "name"
5210   - "parent"
5211   - "msg"
5212
5213 # Detailed Test Results - VPP Performance Results 3n-tsh
5214 - type: "table"
5215   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5216   algorithm: "table_merged_details"
5217   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5218   columns:
5219     - title: " |prein| Test Name |preout| "
5220       data: "data name"
5221     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5222       data: "data msg"
5223   data: "vpp-perf-results-3n-tsh"
5224   filter: "all"
5225   parameters:
5226   - "name"
5227   - "parent"
5228   - "msg"
5229
5230 # Detailed Test Results - VPP Performance Results 3n-dnv
5231 - type: "table"
5232   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5233   algorithm: "table_merged_details"
5234   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5235   columns:
5236     - title: " |prein| Test Name |preout| "
5237       data: "data name"
5238     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5239       data: "data msg"
5240   data: "vpp-perf-results-3n-dnv"
5241   filter: "all"
5242   parameters:
5243   - "name"
5244   - "parent"
5245   - "msg"
5246
5247 # Detailed Test Results - VPP Performance Results 2n-dnv
5248 - type: "table"
5249   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5250   algorithm: "table_merged_details"
5251   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5252   columns:
5253     - title: " |prein| Test Name |preout| "
5254       data: "data name"
5255     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5256       data: "data msg"
5257   data: "vpp-perf-results-2n-dnv"
5258   filter: "all"
5259   parameters:
5260   - "name"
5261   - "parent"
5262   - "msg"
5263
5264 # Test configuration - VPP Performance Test Configs 3n-hsw
5265 - type: "table"
5266   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5267   algorithm: "table_merged_details"
5268   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5269   columns:
5270     - title: " |prein| Test Name |preout| "
5271       data: "data name"
5272     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5273       data: "data conf-history"
5274   data: "vpp-perf-results-3n-hsw"
5275   filter: "all"
5276   parameters:
5277   - "parent"
5278   - "name"
5279   - "conf-history"
5280
5281 # Test configuration - VPP Performance Test Configs 3n-skx
5282 - type: "table"
5283   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5284   algorithm: "table_merged_details"
5285   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5286   columns:
5287     - title: " |prein| Test Name |preout| "
5288       data: "data name"
5289     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5290       data: "data conf-history"
5291   data: "vpp-perf-results-3n-skx"
5292   filter: "all"
5293   parameters:
5294   - "parent"
5295   - "name"
5296   - "conf-history"
5297
5298 # Test configuration - VPP Performance Test Configs 2n-skx
5299 - type: "table"
5300   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5301   algorithm: "table_merged_details"
5302   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5303   columns:
5304     - title: " |prein| Test Name |preout| "
5305       data: "data name"
5306     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5307       data: "data conf-history"
5308   data: "vpp-perf-results-2n-skx"
5309   filter: "all"
5310   parameters:
5311   - "parent"
5312   - "name"
5313   - "conf-history"
5314
5315 # Test configuration - VPP Performance Test Configs 2n-clx
5316 - type: "table"
5317   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5318   algorithm: "table_merged_details"
5319   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5320   columns:
5321     - title: " |prein| Test Name |preout| "
5322       data: "data name"
5323     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5324       data: "data conf-history"
5325   data: "vpp-perf-results-2n-clx"
5326   filter: "all"
5327   parameters:
5328   - "parent"
5329   - "name"
5330   - "conf-history"
5331
5332 # Test configuration - VPP Performance Test Configs 3n-tsh
5333 - type: "table"
5334   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5335   algorithm: "table_merged_details"
5336   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5337   columns:
5338     - title: " |prein| Test Name |preout| "
5339       data: "data name"
5340     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5341       data: "data conf-history"
5342   data: "vpp-perf-results-3n-tsh"
5343   filter: "all"
5344   parameters:
5345   - "parent"
5346   - "name"
5347   - "conf-history"
5348
5349 # Test configuration - VPP Performance Test Configs 3n-dnv
5350 - type: "table"
5351   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5352   algorithm: "table_merged_details"
5353   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5354   columns:
5355     - title: " |prein| Test Name |preout| "
5356       data: "data name"
5357     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5358       data: "data conf-history"
5359   data: "vpp-perf-results-3n-dnv"
5360   filter: "all"
5361   parameters:
5362   - "parent"
5363   - "name"
5364   - "conf-history"
5365
5366 # Test configuration - VPP Performance Test Configs 2n-dnv
5367 - type: "table"
5368   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5369   algorithm: "table_merged_details"
5370   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5371   columns:
5372     - title: " |prein| Test Name |preout| "
5373       data: "data name"
5374     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5375       data: "data conf-history"
5376   data: "vpp-perf-results-2n-dnv"
5377   filter: "all"
5378   parameters:
5379   - "parent"
5380   - "name"
5381   - "conf-history"
5382
5383 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5384 - type: "table"
5385   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5386   algorithm: "table_oper_data_html"
5387   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5388   data: "vpp-perf-results-3n-hsw"
5389   filter: "all"
5390
5391 # Test Operational Data - VPP Performance Operational Data 3n-skx
5392 - type: "table"
5393   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5394   algorithm: "table_oper_data_html"
5395   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5396   data: "vpp-perf-results-3n-skx"
5397   filter: "all"
5398
5399 # Test Operational Data - VPP Performance Operational Data 2n-skx
5400 - type: "table"
5401   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5402   algorithm: "table_oper_data_html"
5403   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5404   data: "vpp-perf-results-2n-skx"
5405   filter: "all"
5406
5407 # Test Operational Data - VPP Performance Operational Data 2n-clx
5408 - type: "table"
5409   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5410   algorithm: "table_oper_data_html"
5411   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5412   data: "vpp-perf-results-2n-clx"
5413   filter: "all"
5414
5415 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5416 - type: "table"
5417   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5418   algorithm: "table_oper_data_html"
5419   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5420   data: "vpp-perf-results-3n-tsh"
5421   filter: "all"
5422
5423 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5424 - type: "table"
5425   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5426   algorithm: "table_oper_data_html"
5427   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5428   data: "vpp-perf-results-3n-dnv"
5429   filter: "all"
5430
5431 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5432 - type: "table"
5433   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5434   algorithm: "table_oper_data_html"
5435   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5436   data: "vpp-perf-results-2n-dnv"
5437   filter: "all"
5438
5439 # Detailed Test Results - VPP MRR Results 3n-hsw
5440 - type: "table"
5441   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5442   algorithm: "table_merged_details"
5443   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5444   columns:
5445     - title: " |prein| Test Name |preout| "
5446       data: "data name"
5447     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5448       data: "data msg"
5449   data: "vpp-mrr-results-3n-hsw"
5450   filter: "all"
5451   parameters:
5452   - "name"
5453   - "parent"
5454   - "msg"
5455
5456 # Detailed Test Results - VPP MRR Results 3n-skx
5457 - type: "table"
5458   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5459   algorithm: "table_merged_details"
5460   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5461   columns:
5462     - title: " |prein| Test Name |preout| "
5463       data: "data name"
5464     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5465       data: "data msg"
5466   data: "vpp-mrr-results-3n-skx"
5467   filter: "all"
5468   parameters:
5469   - "name"
5470   - "parent"
5471   - "msg"
5472
5473 # Detailed Test Results - VPP MRR Results 2n-skx
5474 - type: "table"
5475   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5476   algorithm: "table_merged_details"
5477   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5478   columns:
5479     - title: " |prein| Test Name |preout| "
5480       data: "data name"
5481     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5482       data: "data msg"
5483   data: "vpp-mrr-results-2n-skx"
5484   filter: "all"
5485   parameters:
5486   - "name"
5487   - "parent"
5488   - "msg"
5489
5490 # Detailed Test Results - VPP MRR Results 2n-clx
5491 - type: "table"
5492   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5493   algorithm: "table_merged_details"
5494   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5495   columns:
5496     - title: " |prein| Test Name |preout| "
5497       data: "data name"
5498     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5499       data: "data msg"
5500   data: "vpp-mrr-results-2n-clx"
5501   filter: "all"
5502   parameters:
5503   - "name"
5504   - "parent"
5505   - "msg"
5506
5507 # Detailed Test Results - VPP MRR Results 3n-tsh
5508 - type: "table"
5509   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5510   algorithm: "table_merged_details"
5511   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5512   columns:
5513     - title: " |prein| Test Name |preout| "
5514       data: "data name"
5515     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5516       data: "data msg"
5517   data: "vpp-mrr-results-3n-tsh"
5518   filter: "all"
5519   parameters:
5520   - "name"
5521   - "parent"
5522   - "msg"
5523
5524 # Detailed Test Results - VPP MRR Results 3n-dnv
5525 - type: "table"
5526   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5527   algorithm: "table_merged_details"
5528   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5529   columns:
5530     - title: " |prein| Test Name |preout| "
5531       data: "data name"
5532     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5533       data: "data msg"
5534   data: "vpp-mrr-results-3n-dnv"
5535   filter: "all"
5536   parameters:
5537   - "name"
5538   - "parent"
5539   - "msg"
5540
5541 # Detailed Test Results - VPP MRR Results 2n-dnv
5542 - type: "table"
5543   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5544   algorithm: "table_merged_details"
5545   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5546   columns:
5547     - title: " |prein| Test Name |preout| "
5548       data: "data name"
5549     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5550       data: "data msg"
5551   data: "vpp-mrr-results-2n-dnv"
5552   filter: "all"
5553   parameters:
5554   - "name"
5555   - "parent"
5556   - "msg"
5557
5558 # Test configuration - VPP MRR Test Configs 3n-hsw
5559 - type: "table"
5560   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5561   algorithm: "table_merged_details"
5562   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5563   columns:
5564     - title: " |prein| Test Name |preout| "
5565       data: "data name"
5566     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5567       data: "data conf-history"
5568   data: "vpp-mrr-results-3n-hsw"
5569   filter: "all"
5570   parameters:
5571   - "parent"
5572   - "name"
5573   - "conf-history"
5574
5575 # Test configuration - VPP MRR Test Configs 3n-skx
5576 - type: "table"
5577   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5578   algorithm: "table_merged_details"
5579   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5580   columns:
5581     - title: " |prein| Test Name |preout| "
5582       data: "data name"
5583     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5584       data: "data conf-history"
5585   data: "vpp-mrr-results-3n-skx"
5586   filter: "all"
5587   parameters:
5588   - "parent"
5589   - "name"
5590   - "conf-history"
5591
5592 # Test configuration - VPP MRR Test Configs 2n-skx
5593 - type: "table"
5594   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5595   algorithm: "table_merged_details"
5596   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5597   columns:
5598     - title: " |prein| Test Name |preout| "
5599       data: "data name"
5600     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5601       data: "data conf-history"
5602   data: "vpp-mrr-results-2n-skx"
5603   filter: "all"
5604   parameters:
5605   - "parent"
5606   - "name"
5607   - "conf-history"
5608
5609 # Test configuration - VPP MRR Test Configs 2n-clx
5610 - type: "table"
5611   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5612   algorithm: "table_merged_details"
5613   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5614   columns:
5615     - title: " |prein| Test Name |preout| "
5616       data: "data name"
5617     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5618       data: "data conf-history"
5619   data: "vpp-mrr-results-2n-clx"
5620   filter: "all"
5621   parameters:
5622   - "parent"
5623   - "name"
5624   - "conf-history"
5625
5626 # Test configuration - VPP MRR Test Configs 3n-tsh
5627 - type: "table"
5628   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5629   algorithm: "table_merged_details"
5630   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5631   columns:
5632     - title: " |prein| Test Name |preout| "
5633       data: "data name"
5634     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5635       data: "data conf-history"
5636   data: "vpp-mrr-results-3n-tsh"
5637   filter: "all"
5638   parameters:
5639   - "parent"
5640   - "name"
5641   - "conf-history"
5642
5643 # Test configuration - VPP MRR Test Configs 3n-dnv
5644 - type: "table"
5645   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5646   algorithm: "table_merged_details"
5647   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5648   columns:
5649     - title: " |prein| Test Name |preout| "
5650       data: "data name"
5651     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5652       data: "data conf-history"
5653   data: "vpp-mrr-results-3n-dnv"
5654   filter: "all"
5655   parameters:
5656   - "parent"
5657   - "name"
5658   - "conf-history"
5659
5660 # Test configuration - VPP MRR Test Configs 2n-dnv
5661 - type: "table"
5662   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5663   algorithm: "table_merged_details"
5664   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5665   columns:
5666     - title: " |prein| Test Name |preout| "
5667       data: "data name"
5668     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5669       data: "data conf-history"
5670   data: "vpp-mrr-results-2n-dnv"
5671   filter: "all"
5672   parameters:
5673   - "parent"
5674   - "name"
5675   - "conf-history"
5676
5677 # Detailed Test Results - VPP Device Results - Ubuntu
5678 - type: "table"
5679   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5680   algorithm: "table_merged_details"
5681   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5682   columns:
5683     - title: " |prein| Test Name |preout| "
5684       data: "data name"
5685     - title: " |prein| Status |preout| "
5686       data: "data status"
5687   data: "vpp-device-results-ubuntu"
5688   filter: "all"
5689   parameters:
5690   - "name"
5691   - "parent"
5692   - "doc"
5693   - "status"
5694
5695 # Test configuration - VPP Device Test Configs - Ubuntu
5696 - type: "table"
5697   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5698   algorithm: "table_merged_details"
5699   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5700   columns:
5701     - title: " |prein| Test Name |preout| "
5702       data: "data name"
5703     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5704       data: "data conf-history"
5705   data: "vpp-device-results-ubuntu"
5706   filter: "all"
5707   parameters:
5708   - "parent"
5709   - "name"
5710   - "conf-history"
5711
5712 ################################################################################
5713
5714 # DPDK Performance Changes 3n-hsw 1t1c pdr
5715 - type: "table"
5716   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5717   algorithm: "table_perf_comparison"
5718   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5719   history:
5720     - title: "1904"
5721       data: "dpdk-performance-changes-3n-hsw-h1"
5722   reference:
5723     title: "1908"
5724     data: "dpdk-performance-changes-3n-hsw-ref"
5725   compare:
5726     title: "2001"
5727     data: "dpdk-performance-changes-3n-hsw-cmp"
5728   data: "dpdk-performance-changes-3n-hsw"
5729   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5730   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5731   parameters:
5732   - "name"
5733   - "parent"
5734   - "throughput"
5735
5736 # DPDK Performance Changes 3n-hsw 2t2c pdr
5737 - type: "table"
5738   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5739   algorithm: "table_perf_comparison"
5740   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5741   history:
5742     - title: "1904"
5743       data: "dpdk-performance-changes-3n-hsw-h1"
5744   reference:
5745     title: "1908"
5746     data: "dpdk-performance-changes-3n-hsw-ref"
5747   compare:
5748     title: "2001"
5749     data: "dpdk-performance-changes-3n-hsw-cmp"
5750   data: "dpdk-performance-changes-3n-hsw"
5751   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5752   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5753   parameters:
5754   - "name"
5755   - "parent"
5756   - "throughput"
5757
5758 # DPDK Performance Changes 3n-hsw 1t1c ndr
5759 - type: "table"
5760   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5761   algorithm: "table_perf_comparison"
5762   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5763   history:
5764     - title: "1904"
5765       data: "dpdk-performance-changes-3n-hsw-h1"
5766   reference:
5767     title: "1908"
5768     data: "dpdk-performance-changes-3n-hsw-ref"
5769   compare:
5770     title: "2001"
5771     data: "dpdk-performance-changes-3n-hsw-cmp"
5772   data: "dpdk-performance-changes-3n-hsw"
5773   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5774   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5775   parameters:
5776   - "name"
5777   - "parent"
5778   - "throughput"
5779
5780 # DPDK Performance Changes 3n-hsw 2t2c ndr
5781 - type: "table"
5782   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5783   algorithm: "table_perf_comparison"
5784   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5785   history:
5786     - title: "1904"
5787       data: "dpdk-performance-changes-3n-hsw-h1"
5788   reference:
5789     title: "1908"
5790     data: "dpdk-performance-changes-3n-hsw-ref"
5791   compare:
5792     title: "2001"
5793     data: "dpdk-performance-changes-3n-hsw-cmp"
5794   data: "dpdk-performance-changes-3n-hsw"
5795   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5796   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5797   parameters:
5798   - "name"
5799   - "parent"
5800   - "throughput"
5801
5802 # DPDK Performance Changes 3n-skx 2t1c pdr
5803 - type: "table"
5804   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5805   algorithm: "table_perf_comparison"
5806   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5807   history:
5808     - title: "1904"
5809       data: "dpdk-performance-changes-3n-skx-h1"
5810   reference:
5811     title: "1908"
5812     data: "dpdk-performance-changes-3n-skx-ref"
5813   compare:
5814     title: "2001"
5815     data: "dpdk-performance-changes-3n-skx-cmp"
5816   data: "dpdk-performance-changes-3n-skx"
5817   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5818   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5819   parameters:
5820   - "name"
5821   - "parent"
5822   - "throughput"
5823
5824 # DPDK Performance Changes 3n-skx 4t2c pdr
5825 - type: "table"
5826   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5827   algorithm: "table_perf_comparison"
5828   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5829   history:
5830     - title: "1904"
5831       data: "dpdk-performance-changes-3n-skx-h1"
5832   reference:
5833     title: "1908"
5834     data: "dpdk-performance-changes-3n-skx-ref"
5835   compare:
5836     title: "2001"
5837     data: "dpdk-performance-changes-3n-skx-cmp"
5838   data: "dpdk-performance-changes-3n-skx"
5839   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5840   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5841   parameters:
5842   - "name"
5843   - "parent"
5844   - "throughput"
5845
5846 # DPDK Performance Changes 3n-skx 2t1c ndr
5847 - type: "table"
5848   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5849   algorithm: "table_perf_comparison"
5850   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5851   history:
5852     - title: "1904"
5853       data: "dpdk-performance-changes-3n-skx-h1"
5854   reference:
5855     title: "1908"
5856     data: "dpdk-performance-changes-3n-skx-ref"
5857   compare:
5858     title: "2001"
5859     data: "dpdk-performance-changes-3n-skx-cmp"
5860   data: "dpdk-performance-changes-3n-skx"
5861   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5862   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5863   parameters:
5864   - "name"
5865   - "parent"
5866   - "throughput"
5867
5868 # DPDK Performance Changes 3n-skx 4t2c ndr
5869 - type: "table"
5870   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5871   algorithm: "table_perf_comparison"
5872   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5873   history:
5874     - title: "1904"
5875       data: "dpdk-performance-changes-3n-skx-h1"
5876   reference:
5877     title: "1908"
5878     data: "dpdk-performance-changes-3n-skx-ref"
5879   compare:
5880     title: "2001"
5881     data: "dpdk-performance-changes-3n-skx-cmp"
5882   data: "dpdk-performance-changes-3n-skx"
5883   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5884   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5885   parameters:
5886   - "name"
5887   - "parent"
5888   - "throughput"
5889
5890 # DPDK Performance Changes 2n-skx 2t1c pdr
5891 - type: "table"
5892   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5893   algorithm: "table_perf_comparison"
5894   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5895   history:
5896     - title: "1904"
5897       data: "dpdk-performance-changes-2n-skx-h1"
5898   reference:
5899     title: "1908"
5900     data: "dpdk-performance-changes-2n-skx-ref"
5901   compare:
5902     title: "2001"
5903     data: "dpdk-performance-changes-2n-skx-cmp"
5904   data: "dpdk-performance-changes-2n-skx"
5905   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5906   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5907   parameters:
5908   - "name"
5909   - "parent"
5910   - "throughput"
5911
5912 # DPDK Performance Changes 2n-skx 4t2c pdr
5913 - type: "table"
5914   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5915   algorithm: "table_perf_comparison"
5916   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5917   history:
5918     - title: "1904"
5919       data: "dpdk-performance-changes-2n-skx-h1"
5920   reference:
5921     title: "1908"
5922     data: "dpdk-performance-changes-2n-skx-ref"
5923   compare:
5924     title: "2001"
5925     data: "dpdk-performance-changes-2n-skx-cmp"
5926   data: "dpdk-performance-changes-2n-skx"
5927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5928   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5929   parameters:
5930   - "name"
5931   - "parent"
5932   - "throughput"
5933
5934 # DPDK Performance Changes 2n-skx 2t1c ndr
5935 - type: "table"
5936   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5937   algorithm: "table_perf_comparison"
5938   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5939   history:
5940     - title: "1904"
5941       data: "dpdk-performance-changes-2n-skx-h1"
5942   reference:
5943     title: "1908"
5944     data: "dpdk-performance-changes-2n-skx-ref"
5945   compare:
5946     title: "2001"
5947     data: "dpdk-performance-changes-2n-skx-cmp"
5948   data: "dpdk-performance-changes-2n-skx"
5949   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5950   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5951   parameters:
5952   - "name"
5953   - "parent"
5954   - "throughput"
5955
5956 # DPDK Performance Changes 2n-skx 4t2c ndr
5957 - type: "table"
5958   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5959   algorithm: "table_perf_comparison"
5960   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5961   history:
5962     - title: "1904"
5963       data: "dpdk-performance-changes-2n-skx-h1"
5964   reference:
5965     title: "1908"
5966     data: "dpdk-performance-changes-2n-skx-ref"
5967   compare:
5968     title: "2001"
5969     data: "dpdk-performance-changes-2n-skx-cmp"
5970   data: "dpdk-performance-changes-2n-skx"
5971   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5972   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5973   parameters:
5974   - "name"
5975   - "parent"
5976   - "throughput"
5977
5978 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5979 - type: "table"
5980   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5981   algorithm: "table_perf_comparison"
5982   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5983   reference:
5984     title: "3n-hsw"
5985     data: "dpdk-compare-testbeds-ref"
5986   compare:
5987     title: "3n-skx"
5988     data: "dpdk-compare-testbeds-cmp"
5989   data: "dpdk-compare-testbeds"
5990   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5991   filter: "'NIC_Intel-X710'"
5992   parameters:
5993   - "name"
5994   - "parent"
5995   - "throughput"
5996
5997 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5998 - type: "table"
5999   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6000   algorithm: "table_perf_comparison"
6001   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6002   reference:
6003     title: "3n-hsw"
6004     data: "dpdk-compare-testbeds-ref"
6005   compare:
6006     title: "3n-skx"
6007     data: "dpdk-compare-testbeds-cmp"
6008   data: "dpdk-compare-testbeds"
6009   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6010   filter: "'NIC_Intel-X710'"
6011   parameters:
6012   - "name"
6013   - "parent"
6014   - "throughput"
6015
6016 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6017 - type: "table"
6018   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6019   algorithm: "table_perf_comparison"
6020   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6021   reference:
6022     title: "2n-skx"
6023     data: "dpdk-compare-testbeds-skx-clx-ref"
6024   compare:
6025     title: "2n-clx"
6026     data: "dpdk-compare-testbeds-skx-clx-cmp"
6027   data: "dpdk-compare-testbeds-skx-clx"
6028   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6029   filter: "'NIC_Intel-XXV710'"
6030   parameters:
6031   - "name"
6032   - "parent"
6033   - "throughput"
6034
6035 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6036 - type: "table"
6037   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6038   algorithm: "table_perf_comparison"
6039   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6040   reference:
6041     title: "2n-skx"
6042     data: "dpdk-compare-testbeds-skx-clx-ref"
6043   compare:
6044     title: "2n-clx"
6045     data: "dpdk-compare-testbeds-skx-clx-cmp"
6046   data: "dpdk-compare-testbeds-skx-clx"
6047   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6048   filter: "'NIC_Intel-XXV710'"
6049   parameters:
6050   - "name"
6051   - "parent"
6052   - "throughput"
6053
6054 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6055 - type: "table"
6056   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6057   algorithm: "table_perf_comparison"
6058   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6059   reference:
6060     title: "3n-skx"
6061     data: "dpdk-compare-topologies-ref"
6062   compare:
6063     title: "2n-skx"
6064     data: "dpdk-compare-topologies-cmp"
6065   data: "dpdk-compare-topologies"
6066   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6067   filter: "'NIC_Intel-XXV710'"
6068   parameters:
6069   - "name"
6070   - "parent"
6071   - "throughput"
6072
6073 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6074 - type: "table"
6075   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6076   algorithm: "table_perf_comparison"
6077   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6078   reference:
6079     title: "3n-skx"
6080     data: "dpdk-compare-topologies-ref"
6081   compare:
6082     title: "2n-skx"
6083     data: "dpdk-compare-topologies-cmp"
6084   data: "dpdk-compare-topologies"
6085   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6086   filter: "'NIC_Intel-XXV710'"
6087   parameters:
6088   - "name"
6089   - "parent"
6090   - "throughput"
6091
6092 # Detailed Test Results - DPDK Performance Results 3n-hsw
6093 - type: "table"
6094   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6095   algorithm: "table_merged_details"
6096   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6097   columns:
6098     - title: " |prein| Test Name |preout| "
6099       data: "data name"
6100     - 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| "
6101       data: "data msg"
6102   data: "dpdk-perf-results-3n-hsw"
6103   filter: "all"
6104   parameters:
6105   - "name"
6106   - "parent"
6107   - "msg"
6108
6109 # Detailed Test Results - DPDK Performance Results 3n-skx
6110 - type: "table"
6111   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6112   algorithm: "table_merged_details"
6113   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6114   columns:
6115     - title: " |prein| Test Name |preout| "
6116       data: "data name"
6117     - 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| "
6118       data: "data msg"
6119   data: "dpdk-perf-results-3n-skx"
6120   filter: "all"
6121   remove-ndr: True  # Temporary solution: remove NDR results from test message
6122   parameters:
6123   - "name"
6124   - "parent"
6125   - "msg"
6126
6127 # Detailed Test Results - DPDK Performance Results 2n-skx
6128 - type: "table"
6129   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6130   algorithm: "table_merged_details"
6131   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6132   columns:
6133     - title: " |prein| Test Name |preout| "
6134       data: "data name"
6135     - 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| "
6136       data: "data msg"
6137   data: "dpdk-perf-results-2n-skx"
6138   filter: "all"
6139   remove-ndr: True  # Temporary solution: remove NDR results from test message
6140   parameters:
6141   - "name"
6142   - "parent"
6143   - "msg"
6144
6145 # Detailed Test Results - DPDK Performance Results 2n-clx
6146 - type: "table"
6147   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6148   algorithm: "table_merged_details"
6149   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6150   columns:
6151     - title: " |prein| Test Name |preout| "
6152       data: "data name"
6153     - 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| "
6154       data: "data msg"
6155   data: "dpdk-perf-results-2n-clx"
6156   filter: "all"
6157   parameters:
6158   - "name"
6159   - "parent"
6160   - "msg"
6161
6162 # Detailed Test Results - DPDK Performance Results 2n-dnv
6163 - type: "table"
6164   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6165   algorithm: "table_merged_details"
6166   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6167   columns:
6168     - title: " |prein| Test Name |preout| "
6169       data: "data name"
6170     - 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| "
6171       data: "data msg"
6172   data: "dpdk-perf-results-2n-dnv"
6173   filter: "all"
6174   parameters:
6175   - "name"
6176   - "parent"
6177   - "msg"
6178
6179 # Detailed Test Results - DPDK Performance Results 3n-dnv
6180 - type: "table"
6181   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6182   algorithm: "table_merged_details"
6183   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6184   columns:
6185     - title: " |prein| Test Name |preout| "
6186       data: "data name"
6187     - 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| "
6188       data: "data msg"
6189   data: "dpdk-perf-results-3n-dnv"
6190   filter: "all"
6191   parameters:
6192   - "name"
6193   - "parent"
6194   - "msg"
6195
6196 # Detailed Test Results - DPDK Performance Results 3n-tsh
6197 - type: "table"
6198   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6199   algorithm: "table_merged_details"
6200   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6201   columns:
6202     - title: " |prein| Test Name |preout| "
6203       data: "data name"
6204     - 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| "
6205       data: "data msg"
6206   data: "dpdk-perf-results-3n-tsh"
6207   filter: "all"
6208   parameters:
6209   - "name"
6210   - "parent"
6211   - "msg"
6212
6213 ################################################################################
6214 ###                                F I L E S                                 ###
6215 ################################################################################
6216
6217 # VPP Performance Results
6218 - type: "file"
6219   title: "VPP Performance Results"
6220   algorithm: "file_details_split"
6221   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6222   dir-tables:
6223     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6224     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6225     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6226     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6227     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6228     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6229     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6230   data:
6231     - "vpp-perf-results-2n-skx"
6232     - "vpp-perf-results-3n-skx"
6233     - "vpp-perf-results-2n-clx"
6234     - "vpp-perf-results-3n-hsw"
6235     - "vpp-perf-results-3n-tsh"
6236     - "vpp-perf-results-2n-dnv"
6237     - "vpp-perf-results-3n-dnv"
6238   filter: "all"
6239   data-start-level: 4
6240   order-chapters:
6241     level-1:
6242       - "l2"
6243       - "ip4"
6244       - "ip6"
6245       - "srv6"
6246       - "ip4_tunnels"
6247       - "ip6_tunnels"
6248       - "vm_vhost"
6249       - "container_memif"
6250       - "crypto"
6251       - "vts"
6252       - "lb"
6253       - "nfv_density"
6254       - "hoststack"
6255     level-2:
6256       - "2n-skx"
6257       - "3n-skx"
6258       - "2n-clx"
6259       - "3n-hsw"
6260       - "3n-tsh"
6261       - "2n-dnv"
6262       - "3n-dnv"
6263     level-3:
6264       - "xl710"
6265       - "x520"
6266       - "xxv710"
6267       - "x710"
6268       - "x553"
6269       - "cx556a"
6270       - "vic1227"
6271       - "vic1385"
6272
6273 # VPP Performance Configuration
6274 - type: "file"
6275   title: "VPP Performance Configuration"
6276   algorithm: "file_details_split"
6277   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6278   dir-tables:
6279     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6280     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6281     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6282     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6283     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6284     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6285     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6286   data:
6287     - "vpp-perf-results-2n-skx"
6288     - "vpp-perf-results-3n-skx"
6289     - "vpp-perf-results-2n-clx"
6290     - "vpp-perf-results-3n-hsw"
6291     - "vpp-perf-results-3n-tsh"
6292     - "vpp-perf-results-2n-dnv"
6293     - "vpp-perf-results-3n-dnv"
6294   filter: "all"
6295   data-start-level: 4
6296   order-chapters:
6297     level-1:
6298       - "l2"
6299       - "ip4"
6300       - "ip6"
6301       - "srv6"
6302       - "ip4_tunnels"
6303       - "ip6_tunnels"
6304       - "vm_vhost"
6305       - "container_memif"
6306       - "crypto"
6307       - "vts"
6308       - "lb"
6309       - "nfv_density"
6310       - "hoststack"
6311     level-2:
6312       - "2n-skx"
6313       - "3n-skx"
6314       - "2n-clx"
6315       - "3n-hsw"
6316       - "3n-tsh"
6317       - "2n-dnv"
6318       - "3n-dnv"
6319     level-3:
6320       - "xl710"
6321       - "x520"
6322       - "xxv710"
6323       - "x710"
6324       - "x553"
6325       - "cx556a"
6326       - "vic1227"
6327       - "vic1385"
6328
6329 # VPP Performance Operational
6330 - type: "file"
6331   title: "VPP Performance Operational"
6332   algorithm: "file_details_split_html"
6333   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6334   dir-tables:
6335     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6336     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6337     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6338     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6339     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6340     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6341     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6342   data:
6343     - "vpp-perf-results-2n-skx"
6344     - "vpp-perf-results-3n-skx"
6345     - "vpp-perf-results-2n-clx"
6346     - "vpp-perf-results-3n-hsw"
6347     - "vpp-perf-results-3n-tsh"
6348     - "vpp-perf-results-2n-dnv"
6349     - "vpp-perf-results-3n-dnv"
6350   filter: "all"
6351   data-start-level: 4
6352   order-chapters:
6353     level-1:
6354       - "l2"
6355       - "ip4"
6356       - "ip6"
6357       - "srv6"
6358       - "ip4_tunnels"
6359       - "ip6_tunnels"
6360       - "vm_vhost"
6361       - "container_memif"
6362       - "crypto"
6363       - "vts"
6364       - "lb"
6365       - "nfv_density"
6366       - "hoststack"
6367     level-2:
6368       - "2n-skx"
6369       - "3n-skx"
6370       - "2n-clx"
6371       - "3n-hsw"
6372       - "3n-tsh"
6373       - "2n-dnv"
6374       - "3n-dnv"
6375     level-3:
6376       - "xl710"
6377       - "x520"
6378       - "xxv710"
6379       - "x710"
6380       - "x553"
6381       - "cx556a"
6382       - "vic1227"
6383       - "vic1385"
6384
6385 # VPP MRR Results
6386 - type: "file"
6387   title: "VPP MRR Results"
6388   algorithm: "file_details_split"
6389   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6390   dir-tables:
6391     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6392     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6393     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6394     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6395     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6396     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6397     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6398   data:
6399     - "vpp-mrr-results-2n-skx"
6400     - "vpp-mrr-results-3n-skx"
6401     - "vpp-mrr-results-2n-clx"
6402     - "vpp-mrr-results-3n-hsw"
6403     - "vpp-mrr-results-3n-tsh"
6404     - "vpp-mrr-results-2n-dnv"
6405     - "vpp-mrr-results-3n-dnv"
6406   filter: "all"
6407   data-start-level: 4
6408   order-chapters:
6409     level-1:
6410       - "l2"
6411       - "ip4"
6412       - "ip6"
6413       - "srv6"
6414       - "ip4_tunnels"
6415       - "ip6_tunnels"
6416       - "vm_vhost"
6417       - "container_memif"
6418       - "crypto"
6419       - "vts"
6420       - "lb"
6421       - "nfv_density"
6422       - "hoststack"
6423     level-2:
6424       - "2n-skx"
6425       - "3n-skx"
6426       - "2n-clx"
6427       - "3n-hsw"
6428       - "3n-tsh"
6429       - "2n-dnv"
6430       - "3n-dnv"
6431     level-3:
6432       - "xl710"
6433       - "x520"
6434       - "xxv710"
6435       - "x710"
6436       - "x553"
6437       - "cx556a"
6438       - "vic1227"
6439       - "vic1385"
6440
6441 # VPP MRR Configuration
6442 - type: "file"
6443   title: "VPP MRR Configuration"
6444   algorithm: "file_details_split"
6445   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6446   dir-tables:
6447     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6448     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6449     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6450     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6451     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6452     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6453     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6454   data:
6455     - "vpp-mrr-results-2n-skx"
6456     - "vpp-mrr-results-3n-skx"
6457     - "vpp-mrr-results-2n-clx"
6458     - "vpp-mrr-results-3n-hsw"
6459     - "vpp-mrr-results-3n-tsh"
6460     - "vpp-mrr-results-2n-dnv"
6461     - "vpp-mrr-results-3n-dnv"
6462   filter: "all"
6463   data-start-level: 4
6464   order-chapters:
6465     level-1:
6466       - "l2"
6467       - "ip4"
6468       - "ip6"
6469       - "srv6"
6470       - "ip4_tunnels"
6471       - "ip6_tunnels"
6472       - "vm_vhost"
6473       - "container_memif"
6474       - "crypto"
6475       - "vts"
6476       - "lb"
6477       - "nfv_density"
6478       - "hoststack"
6479     level-2:
6480       - "2n-skx"
6481       - "3n-skx"
6482       - "2n-clx"
6483       - "3n-hsw"
6484       - "3n-tsh"
6485       - "2n-dnv"
6486       - "3n-dnv"
6487     level-3:
6488       - "xl710"
6489       - "x520"
6490       - "xxv710"
6491       - "x710"
6492       - "x553"
6493       - "cx556a"
6494       - "vic1227"
6495       - "vic1385"
6496
6497 # VPP Device Results - Ubuntu
6498 - type: "file"
6499   title: "VPP Device Results - Ubuntu"
6500   algorithm: "file_test_results"
6501   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6502   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6503   data: "vpp-device-results-ubuntu"
6504   filter: "all"
6505   data-start-level: 4
6506
6507 # VPP Device Configuration - Ubuntu
6508 - type: "file"
6509   title: "VPP Device Configuration - Ubuntu"
6510   algorithm: "file_test_results"
6511   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6512   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6513   data: "vpp-device-results-ubuntu"
6514   filter: "all"
6515   data-start-level: 4
6516
6517 # DPDK Performance Results 3n-hsw
6518 - type: "file"
6519   title: "DPDK Performance Results 3n-hsw"
6520   algorithm: "file_test_results"
6521   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6522   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6523   data: "dpdk-perf-results-3n-hsw"
6524   filter: "all"
6525   data-start-level: 4
6526
6527 # DPDK Performance Results 3n-skx
6528 - type: "file"
6529   title: "DPDK Performance Results 3n-skx"
6530   algorithm: "file_test_results"
6531   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6532   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6533   data: "dpdk-perf-results-3n-skx"
6534   filter: "all"
6535   data-start-level: 4
6536
6537 # DPDK Performance Results 2n-skx
6538 - type: "file"
6539   title: "DPDK Performance Results 2n-skx"
6540   algorithm: "file_test_results"
6541   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6542   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6543   data: "dpdk-perf-results-2n-skx"
6544   filter: "all"
6545   data-start-level: 4
6546
6547 # DPDK Performance Results 2n-clx
6548 - type: "file"
6549   title: "DPDK Performance Results 2n-clx"
6550   algorithm: "file_test_results"
6551   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6552   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6553   data: "dpdk-perf-results-2n-clx"
6554   filter: "all"
6555   data-start-level: 4
6556
6557 # DPDK Performance Results 2n-dnv
6558 - type: "file"
6559   title: "DPDK Performance Results 2n-dnv"
6560   algorithm: "file_test_results"
6561   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6562   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6563   data: "dpdk-perf-results-2n-dnv"
6564   filter: "all"
6565   data-start-level: 4
6566
6567 # DPDK Performance Results 3n-dnv
6568 - type: "file"
6569   title: "DPDK Performance Results 3n-dnv"
6570   algorithm: "file_test_results"
6571   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6572   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6573   data: "dpdk-perf-results-3n-dnv"
6574   filter: "all"
6575   data-start-level: 4
6576
6577 # DPDK Performance Results 3n-tsh
6578 - type: "file"
6579   title: "DPDK Performance Results 3n-tsh"
6580   algorithm: "file_test_results"
6581   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6582   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6583   data: "dpdk-perf-results-3n-tsh"
6584   filter: "all"
6585   data-start-level: 4
6586
6587 ################################################################################
6588 ###                                P L O T S                                 ###
6589 ################################################################################
6590
6591 # Hoststack tests 3n-hsw
6592
6593 - type: "plot"
6594   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6595   algorithm: "plot_perf_box_name"
6596   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6597   data: "plot-vpp-hoststack-3n-hsw"
6598   include:
6599     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6600     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6601   layout:
6602     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6603     layout: "plot-hoststack"
6604
6605 - type: "plot"
6606   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6607   algorithm: "plot_perf_box_name"
6608   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6609   data: "plot-vpp-hoststack-3n-hsw"
6610   include:
6611     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6612     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6613   layout:
6614     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6615     layout: "plot-hoststack"
6616
6617 - type: "plot"
6618   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6619   algorithm: "plot_perf_box_name"
6620   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6621   data: "plot-vpp-hoststack-3n-hsw"
6622   include:
6623     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6624     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6625     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6626     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6627   layout:
6628     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6629     layout: "plot-hoststack"
6630
6631 # Plots VPP HTTP Server Performance
6632 - type: "plot"
6633   title: "VPP HTTP Server Performance"
6634   algorithm: "plot_http_server_perf_box"
6635   output-file-type: ".html"
6636   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6637   data:
6638     "plot-vpp-http-server-performance"
6639   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6640   parameters:
6641   - "result"
6642   - "name"
6643   traces:
6644     hoverinfo: "y+name"
6645     boxpoints: "outliers"
6646     whiskerwidth: 0
6647   layout:
6648     title: "VPP HTTP Server Performance"
6649     layout:
6650       "plot-cps"
6651
6652 - type: "plot"
6653   title: "VPP HTTP Server Performance"
6654   algorithm: "plot_http_server_perf_box"
6655   output-file-type: ".html"
6656   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6657   data:
6658     "plot-vpp-http-server-performance"
6659   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6660   parameters:
6661   - "result"
6662   - "name"
6663   traces:
6664     hoverinfo: "y+name"
6665     boxpoints: "outliers"
6666     whiskerwidth: 0
6667   layout:
6668     title: "VPP HTTP Server Performance"
6669     layout:
6670       "plot-rps"
6671
6672 ################################################################################
6673
6674 # Soak Test (PLRsearch), boxes - 2n-clx
6675 - type: "plot"
6676   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6677   algorithm: "plot_perf_box_name"
6678   output-file-type: ".html"
6679   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6680   data: "plot-vpp-soak-2n-clx"
6681   include:
6682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6688   layout:
6689     title: "30 Minutes Soak Test (PLRsearch)"
6690     layout: "plot-soak-throughput"
6691
6692 # Soak Test (PLRsearch), boxes - 2n-clx
6693 - type: "plot"
6694   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6695   algorithm: "plot_perf_box_name"
6696   output-file-type: ".html"
6697   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6698   data: "plot-vpp-soak-2n-clx"
6699   include:
6700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6702     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6703     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6704     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6705     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
6706   layout:
6707     title: "30 Minutes Soak Test (PLRsearch)"
6708     layout: "plot-soak-throughput"
6709
6710 # Soak Test (PLRsearch), boxes - 2n-skx
6711 - type: "plot"
6712   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6713   algorithm: "plot_perf_box_name"
6714   output-file-type: ".html"
6715   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6716   data: "plot-vpp-soak-2n-skx"
6717   include:
6718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6724   layout:
6725     title: "30 Minutes Soak Test (PLRsearch)"
6726     layout: "plot-soak-throughput"
6727
6728 # Soak Test (PLRsearch), boxes - 2n-skx
6729 - type: "plot"
6730   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6731   algorithm: "plot_perf_box_name"
6732   output-file-type: ".html"
6733   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6734   data: "plot-vpp-soak-2n-skx"
6735   include:
6736     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6738     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6739     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
6742   layout:
6743     title: "30 Minutes Soak Test (PLRsearch)"
6744     layout: "plot-soak-throughput"
6745
6746 ###############################################################################
6747
6748 # Reconf tests 2n-skx
6749
6750 - type: "plot"
6751   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6752   algorithm: "plot_nf_reconf_box_name"
6753   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6754   data: "plot-vpp-nfv-reconf-2n-skx"
6755   include:
6756     - "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"
6757     - "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"
6758     - "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"
6759     - "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"
6760     - "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"
6761     - "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"
6762   layout:
6763     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6764     layout: "plot-throughput"
6765
6766 - type: "plot"
6767   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6768   algorithm: "plot_nf_reconf_box_name"
6769   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6770   data: "plot-vpp-nfv-reconf-2n-skx"
6771   include:
6772     - "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"
6773     - "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"
6774     - "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"
6775     - "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"
6776     - "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"
6777     - "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"
6778   layout:
6779     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6780     layout: "plot-throughput"
6781
6782 - type: "plot"
6783   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6784   algorithm: "plot_nf_reconf_box_name"
6785   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6786   data: "plot-vpp-nfv-reconf-2n-skx"
6787   include:
6788     - "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"
6789     - "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"
6790     - "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"
6791     - "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"
6792     - "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"
6793     - "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"
6794   layout:
6795     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6796     layout: "plot-throughput"
6797
6798 ###############################################################################
6799
6800 # Reconf tests 2n-clx
6801
6802 - type: "plot"
6803   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6804   algorithm: "plot_nf_reconf_box_name"
6805   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6806   data: "plot-vpp-nfv-reconf-2n-clx"
6807   include:
6808     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6809     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6810     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6811     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6812   layout:
6813     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6814     layout: "plot-throughput"
6815
6816 - type: "plot"
6817   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6818   algorithm: "plot_nf_reconf_box_name"
6819   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6820   data: "plot-vpp-nfv-reconf-2n-clx"
6821   include:
6822     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6823     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6824     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6825     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6826   layout:
6827     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6828     layout: "plot-throughput"
6829
6830 - type: "plot"
6831   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6832   algorithm: "plot_nf_reconf_box_name"
6833   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6834   data: "plot-vpp-nfv-reconf-2n-clx"
6835   include:
6836     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6837     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6838     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6839     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6840   layout:
6841     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6842     layout: "plot-throughput"
6843
6844 ################################################################################
6845 ## Plots - NF Density - VSC - MRR 64b
6846 #- type: "plot"
6847 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6848 #  algorithm: "plot_nf_heatmap"
6849 #  output-file-type: ".html"
6850 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6851 #  data: "plot-vpp-nfv-2n-skx-mrr"
6852 #  filter: "'NIC_Intel-XXV710' and
6853 #           'NF_DENSITY' and
6854 #           'VHOST' and
6855 #           not 'VXLAN' and
6856 #           'CHAIN' and
6857 #           'NF_VPPIP4' and
6858 #           '64B' and
6859 #           '2T1C' and
6860 #           'MRR'"
6861 #  parameters:
6862 #  - "result"
6863 #  - "name"
6864 #  - "tags"
6865 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6866 #  x-axis: "X = VNFs per Service Chain"
6867 #  y-axis: "Y = Number of Service Chains"
6868 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6869 #  layout:
6870 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6871 #    layout: "plot-service-density"
6872 #
6873 #- type: "plot"
6874 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6875 #  algorithm: "plot_nf_heatmap"
6876 #  output-file-type: ".html"
6877 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6878 #  data: "plot-vpp-nfv-2n-skx-mrr"
6879 #  filter: "'NIC_Intel-XXV710' and
6880 #           'NF_DENSITY' and
6881 #           'VHOST' and
6882 #           not 'VXLAN' and
6883 #           'CHAIN' and
6884 #           'NF_VPPIP4' and
6885 #           '64B' and
6886 #           '4T2C' and
6887 #           'MRR'"
6888 #  parameters:
6889 #  - "result"
6890 #  - "name"
6891 #  - "tags"
6892 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6893 #  x-axis: "X = VNFs per Service Chain"
6894 #  y-axis: "Y = Number of Service Chains"
6895 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6896 #  layout:
6897 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6898 #    layout: "plot-service-density"
6899 #
6900 #- type: "plot"
6901 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6902 #  algorithm: "plot_nf_heatmap"
6903 #  output-file-type: ".html"
6904 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6905 #  data: "plot-vpp-nfv-2n-skx-mrr"
6906 #  filter: "'NIC_Intel-XXV710' and
6907 #           'NF_DENSITY' and
6908 #           'VHOST' and
6909 #           not 'VXLAN' and
6910 #           'CHAIN' and
6911 #           'NF_VPPIP4' and
6912 #           '64B' and
6913 #           '8T4C' and
6914 #           'MRR'"
6915 #  parameters:
6916 #  - "result"
6917 #  - "name"
6918 #  - "tags"
6919 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6920 #  x-axis: "X = VNFs per Service Chain"
6921 #  y-axis: "Y = Number of Service Chains"
6922 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6923 #  layout:
6924 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6925 #    layout: "plot-service-density"
6926 #
6927 ## Plots - NF Density - VSC - MRR IMIX
6928 #- type: "plot"
6929 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6930 #  algorithm: "plot_nf_heatmap"
6931 #  output-file-type: ".html"
6932 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6933 #  data: "plot-vpp-nfv-2n-skx-mrr"
6934 #  filter: "'NIC_Intel-XXV710' and
6935 #           'NF_DENSITY' and
6936 #           'VHOST' and
6937 #           not 'VXLAN' and
6938 #           'CHAIN' and
6939 #           'NF_VPPIP4' and
6940 #           'IMIX' and
6941 #           '2T1C' and
6942 #           'MRR'"
6943 #  parameters:
6944 #  - "result"
6945 #  - "name"
6946 #  - "tags"
6947 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6948 #  x-axis: "X = VNFs per Service Chain"
6949 #  y-axis: "Y = Number of Service Chains"
6950 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6951 #  layout:
6952 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6953 #    layout: "plot-service-density"
6954 #
6955 #- type: "plot"
6956 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6957 #  algorithm: "plot_nf_heatmap"
6958 #  output-file-type: ".html"
6959 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6960 #  data: "plot-vpp-nfv-2n-skx-mrr"
6961 #  filter: "'NIC_Intel-XXV710' and
6962 #           'NF_DENSITY' and
6963 #           'VHOST' and
6964 #           not 'VXLAN' and
6965 #           'CHAIN' and
6966 #           'NF_VPPIP4' and
6967 #           'IMIX' and
6968 #           '4T2C' and
6969 #           'MRR'"
6970 #  parameters:
6971 #  - "result"
6972 #  - "name"
6973 #  - "tags"
6974 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6975 #  x-axis: "X = VNFs per Service Chain"
6976 #  y-axis: "Y = Number of Service Chains"
6977 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6978 #  layout:
6979 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6980 #    layout: "plot-service-density"
6981 #
6982 #- type: "plot"
6983 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6984 #  algorithm: "plot_nf_heatmap"
6985 #  output-file-type: ".html"
6986 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6987 #  data: "plot-vpp-nfv-2n-skx-mrr"
6988 #  filter: "'NIC_Intel-XXV710' and
6989 #           'NF_DENSITY' and
6990 #           'VHOST' and
6991 #           not 'VXLAN' and
6992 #           'CHAIN' and
6993 #           'NF_VPPIP4' and
6994 #           'IMIX' and
6995 #           '8T4C' and
6996 #           'MRR'"
6997 #  parameters:
6998 #  - "result"
6999 #  - "name"
7000 #  - "tags"
7001 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7002 #  x-axis: "X = VNFs per Service Chain"
7003 #  y-axis: "Y = Number of Service Chains"
7004 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7005 #  layout:
7006 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7007 #    layout: "plot-service-density"
7008 #
7009 ## Plots - NF Density - VSC - NDR 64b
7010 #- type: "plot"
7011 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7012 #  algorithm: "plot_nf_heatmap"
7013 #  output-file-type: ".html"
7014 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7015 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7016 #  filter: "'NIC_Intel-XXV710' and
7017 #           'NF_DENSITY' and
7018 #           'VHOST' and
7019 #           not 'VXLAN' and
7020 #           'CHAIN' and
7021 #           'NF_VPPIP4' and
7022 #           '64B' and
7023 #           '2T1C' and
7024 #           'NDRPDR'"
7025 #  parameters:
7026 #  - "throughput"
7027 #  - "name"
7028 #  - "tags"
7029 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7030 #  x-axis: "X = VNFs per Service Chain"
7031 #  y-axis: "Y = Number of Service Chains"
7032 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7033 #  layout:
7034 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7035 #    layout: "plot-service-density"
7036 #
7037 #- type: "plot"
7038 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7039 #  algorithm: "plot_nf_heatmap"
7040 #  output-file-type: ".html"
7041 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7042 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7043 #  filter: "'NIC_Intel-XXV710' and
7044 #           'NF_DENSITY' and
7045 #           'VHOST' and
7046 #           not 'VXLAN' and
7047 #           'CHAIN' and
7048 #           'NF_VPPIP4' and
7049 #           '64B' and
7050 #           '4T2C' and
7051 #           'NDRPDR'"
7052 #  parameters:
7053 #  - "throughput"
7054 #  - "name"
7055 #  - "tags"
7056 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7057 #  x-axis: "X = VNFs per Service Chain"
7058 #  y-axis: "Y = Number of Service Chains"
7059 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7060 #  layout:
7061 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7062 #    layout: "plot-service-density"
7063 #
7064 #- type: "plot"
7065 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7066 #  algorithm: "plot_nf_heatmap"
7067 #  output-file-type: ".html"
7068 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7069 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7070 #  filter: "'NIC_Intel-XXV710' and
7071 #           'NF_DENSITY' and
7072 #           'VHOST' and
7073 #           not 'VXLAN' and
7074 #           'CHAIN' and
7075 #           'NF_VPPIP4' and
7076 #           '64B' and
7077 #           '8T4C' and
7078 #           'NDRPDR'"
7079 #  parameters:
7080 #  - "throughput"
7081 #  - "name"
7082 #  - "tags"
7083 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7084 #  x-axis: "X = VNFs per Service Chain"
7085 #  y-axis: "Y = Number of Service Chains"
7086 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7087 #  layout:
7088 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7089 #    layout: "plot-service-density"
7090 #
7091 ## Plots - NF Density - VSC - NDR IMIX
7092 #- type: "plot"
7093 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7094 #  algorithm: "plot_nf_heatmap"
7095 #  output-file-type: ".html"
7096 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7097 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7098 #  filter: "'NIC_Intel-XXV710' and
7099 #           'NF_DENSITY' and
7100 #           'VHOST' and
7101 #           not 'VXLAN' and
7102 #           'CHAIN' and
7103 #           'NF_VPPIP4' and
7104 #           'IMIX' and
7105 #           '2T1C' and
7106 #           'NDRPDR'"
7107 #  parameters:
7108 #  - "throughput"
7109 #  - "name"
7110 #  - "tags"
7111 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7112 #  x-axis: "X = VNFs per Service Chain"
7113 #  y-axis: "Y = Number of Service Chains"
7114 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7115 #  layout:
7116 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7117 #    layout: "plot-service-density"
7118 #
7119 #- type: "plot"
7120 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7121 #  algorithm: "plot_nf_heatmap"
7122 #  output-file-type: ".html"
7123 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7124 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7125 #  filter: "'NIC_Intel-XXV710' and
7126 #           'NF_DENSITY' and
7127 #           'VHOST' and
7128 #           not 'VXLAN' and
7129 #           'CHAIN' and
7130 #           'NF_VPPIP4' and
7131 #           'IMIX' and
7132 #           '4T2C' and
7133 #           'NDRPDR'"
7134 #  parameters:
7135 #  - "throughput"
7136 #  - "name"
7137 #  - "tags"
7138 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7139 #  x-axis: "X = VNFs per Service Chain"
7140 #  y-axis: "Y = Number of Service Chains"
7141 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7142 #  layout:
7143 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7144 #    layout: "plot-service-density"
7145 #
7146 #- type: "plot"
7147 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7148 #  algorithm: "plot_nf_heatmap"
7149 #  output-file-type: ".html"
7150 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7151 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7152 #  filter: "'NIC_Intel-XXV710' and
7153 #           'NF_DENSITY' and
7154 #           'VHOST' and
7155 #           not 'VXLAN' and
7156 #           'CHAIN' and
7157 #           'NF_VPPIP4' and
7158 #           'IMIX' and
7159 #           '8T4C' and
7160 #           'NDRPDR'"
7161 #  parameters:
7162 #  - "throughput"
7163 #  - "name"
7164 #  - "tags"
7165 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7166 #  x-axis: "X = VNFs per Service Chain"
7167 #  y-axis: "Y = Number of Service Chains"
7168 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7169 #  layout:
7170 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7171 #    layout: "plot-service-density"
7172 #
7173 ## Plots - NF Density - VSC - PDR 64b
7174 #- type: "plot"
7175 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7176 #  algorithm: "plot_nf_heatmap"
7177 #  output-file-type: ".html"
7178 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7179 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7180 #  filter: "'NIC_Intel-XXV710' and
7181 #           'NF_DENSITY' and
7182 #           'VHOST' and
7183 #           not 'VXLAN' and
7184 #           'CHAIN' and
7185 #           'NF_VPPIP4' and
7186 #           '64B' and
7187 #           '2T1C' and
7188 #           'NDRPDR'"
7189 #  parameters:
7190 #  - "throughput"
7191 #  - "name"
7192 #  - "tags"
7193 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7194 #  x-axis: "X = VNFs per Service Chain"
7195 #  y-axis: "Y = Number of Service Chains"
7196 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7197 #  layout:
7198 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7199 #    layout: "plot-service-density"
7200 #
7201 #- type: "plot"
7202 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7203 #  algorithm: "plot_nf_heatmap"
7204 #  output-file-type: ".html"
7205 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7206 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7207 #  filter: "'NIC_Intel-XXV710' and
7208 #           'NF_DENSITY' and
7209 #           'VHOST' and
7210 #           not 'VXLAN' and
7211 #           'CHAIN' and
7212 #           'NF_VPPIP4' and
7213 #           '64B' and
7214 #           '4T2C' and
7215 #           'NDRPDR'"
7216 #  parameters:
7217 #  - "throughput"
7218 #  - "name"
7219 #  - "tags"
7220 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7221 #  x-axis: "X = VNFs per Service Chain"
7222 #  y-axis: "Y = Number of Service Chains"
7223 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7224 #  layout:
7225 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7226 #    layout: "plot-service-density"
7227 #
7228 #- type: "plot"
7229 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7230 #  algorithm: "plot_nf_heatmap"
7231 #  output-file-type: ".html"
7232 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7233 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7234 #  filter: "'NIC_Intel-XXV710' and
7235 #           'NF_DENSITY' and
7236 #           'VHOST' and
7237 #           not 'VXLAN' and
7238 #           'CHAIN' and
7239 #           'NF_VPPIP4' and
7240 #           '64B' and
7241 #           '8T4C' and
7242 #           'NDRPDR'"
7243 #  parameters:
7244 #  - "throughput"
7245 #  - "name"
7246 #  - "tags"
7247 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7248 #  x-axis: "X = VNFs per Service Chain"
7249 #  y-axis: "Y = Number of Service Chains"
7250 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7251 #  layout:
7252 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7253 #    layout: "plot-service-density"
7254 #
7255 ## Plots - NF Density - VSC - PDR IMIX
7256 #- type: "plot"
7257 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7258 #  algorithm: "plot_nf_heatmap"
7259 #  output-file-type: ".html"
7260 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7261 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7262 #  filter: "'NIC_Intel-XXV710' and
7263 #           'NF_DENSITY' and
7264 #           'VHOST' and
7265 #           not 'VXLAN' and
7266 #           'CHAIN' and
7267 #           'NF_VPPIP4' and
7268 #           'IMIX' and
7269 #           '2T1C' and
7270 #           'NDRPDR'"
7271 #  parameters:
7272 #  - "throughput"
7273 #  - "name"
7274 #  - "tags"
7275 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7276 #  x-axis: "X = VNFs per Service Chain"
7277 #  y-axis: "Y = Number of Service Chains"
7278 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7279 #  layout:
7280 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7281 #    layout: "plot-service-density"
7282 #
7283 #- type: "plot"
7284 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7285 #  algorithm: "plot_nf_heatmap"
7286 #  output-file-type: ".html"
7287 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7288 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7289 #  filter: "'NIC_Intel-XXV710' and
7290 #           'NF_DENSITY' and
7291 #           'VHOST' and
7292 #           not 'VXLAN' and
7293 #           'CHAIN' and
7294 #           'NF_VPPIP4' and
7295 #           'IMIX' and
7296 #           '4T2C' and
7297 #           'NDRPDR'"
7298 #  parameters:
7299 #  - "throughput"
7300 #  - "name"
7301 #  - "tags"
7302 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7303 #  x-axis: "X = VNFs per Service Chain"
7304 #  y-axis: "Y = Number of Service Chains"
7305 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7306 #  layout:
7307 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7308 #    layout: "plot-service-density"
7309 #
7310 #- type: "plot"
7311 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7312 #  algorithm: "plot_nf_heatmap"
7313 #  output-file-type: ".html"
7314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7315 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7316 #  filter: "'NIC_Intel-XXV710' and
7317 #           'NF_DENSITY' and
7318 #           'VHOST' and
7319 #           not 'VXLAN' and
7320 #           'CHAIN' and
7321 #           'NF_VPPIP4' and
7322 #           'IMIX' and
7323 #           '8T4C' and
7324 #           'NDRPDR'"
7325 #  parameters:
7326 #  - "throughput"
7327 #  - "name"
7328 #  - "tags"
7329 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7330 #  x-axis: "X = VNFs per Service Chain"
7331 #  y-axis: "Y = Number of Service Chains"
7332 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7333 #  layout:
7334 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7335 #    layout: "plot-service-density"
7336 #
7337 ################################################################################
7338 ## Plots - NF Density - VSC - MRR 64b
7339 #- type: "plot"
7340 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7341 #  algorithm: "plot_nf_heatmap"
7342 #  output-file-type: ".html"
7343 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7344 #  data: "plot-vpp-nfv-2n-skx-mrr"
7345 #  filter: "'NIC_Intel-XXV710' and
7346 #           'NF_DENSITY' and
7347 #           'VHOST' and
7348 #           'VXLAN' and
7349 #           'CHAIN' and
7350 #           '118' and
7351 #           '2T1C' and
7352 #           'MRR'"
7353 #  parameters:
7354 #  - "result"
7355 #  - "name"
7356 #  - "tags"
7357 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7358 #  x-axis: "X = VNFs per Service Chain"
7359 #  y-axis: "Y = Number of Service Chains"
7360 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7361 #  layout:
7362 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7363 #    layout: "plot-service-density"
7364 #
7365 #- type: "plot"
7366 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7367 #  algorithm: "plot_nf_heatmap"
7368 #  output-file-type: ".html"
7369 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7370 #  data: "plot-vpp-nfv-2n-skx-mrr"
7371 #  filter: "'NIC_Intel-XXV710' and
7372 #           'NF_DENSITY' and
7373 #           'VHOST' and
7374 #           'VXLAN' and
7375 #           'CHAIN' and
7376 #           '118' and
7377 #           '4T2C' and
7378 #           'MRR'"
7379 #  parameters:
7380 #  - "result"
7381 #  - "name"
7382 #  - "tags"
7383 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7384 #  x-axis: "X = VNFs per Service Chain"
7385 #  y-axis: "Y = Number of Service Chains"
7386 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7387 #  layout:
7388 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7389 #    layout: "plot-service-density"
7390 #
7391 #- type: "plot"
7392 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7393 #  algorithm: "plot_nf_heatmap"
7394 #  output-file-type: ".html"
7395 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7396 #  data: "plot-vpp-nfv-2n-skx-mrr"
7397 #  filter: "'NIC_Intel-XXV710' and
7398 #           'NF_DENSITY' and
7399 #           'VHOST' and
7400 #           'VXLAN' and
7401 #           'CHAIN' and
7402 #           '118' and
7403 #           '8T4C' and
7404 #           'MRR'"
7405 #  parameters:
7406 #  - "result"
7407 #  - "name"
7408 #  - "tags"
7409 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7410 #  x-axis: "X = VNFs per Service Chain"
7411 #  y-axis: "Y = Number of Service Chains"
7412 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7413 #  layout:
7414 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7415 #    layout: "plot-service-density"
7416 #
7417 ## Plots - NF Density - VSC - MRR IMIX
7418 #- type: "plot"
7419 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7420 #  algorithm: "plot_nf_heatmap"
7421 #  output-file-type: ".html"
7422 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7423 #  data: "plot-vpp-nfv-2n-skx-mrr"
7424 #  filter: "'NIC_Intel-XXV710' and
7425 #           'NF_DENSITY' and
7426 #           'VHOST' and
7427 #           'VXLAN' and
7428 #           'CHAIN' and
7429 #           'IMIX' and
7430 #           '2T1C' and
7431 #           'MRR'"
7432 #  parameters:
7433 #  - "result"
7434 #  - "name"
7435 #  - "tags"
7436 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7437 #  x-axis: "X = VNFs per Service Chain"
7438 #  y-axis: "Y = Number of Service Chains"
7439 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7440 #  layout:
7441 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7442 #    layout: "plot-service-density"
7443 #
7444 #- type: "plot"
7445 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7446 #  algorithm: "plot_nf_heatmap"
7447 #  output-file-type: ".html"
7448 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7449 #  data: "plot-vpp-nfv-2n-skx-mrr"
7450 #  filter: "'NIC_Intel-XXV710' and
7451 #           'NF_DENSITY' and
7452 #           'VHOST' and
7453 #           'VXLAN' and
7454 #           'CHAIN' and
7455 #           'IMIX' and
7456 #           '4T2C' and
7457 #           'MRR'"
7458 #  parameters:
7459 #  - "result"
7460 #  - "name"
7461 #  - "tags"
7462 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7463 #  x-axis: "X = VNFs per Service Chain"
7464 #  y-axis: "Y = Number of Service Chains"
7465 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7466 #  layout:
7467 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7468 #    layout: "plot-service-density"
7469 #
7470 #- type: "plot"
7471 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7472 #  algorithm: "plot_nf_heatmap"
7473 #  output-file-type: ".html"
7474 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7475 #  data: "plot-vpp-nfv-2n-skx-mrr"
7476 #  filter: "'NIC_Intel-XXV710' and
7477 #           'NF_DENSITY' and
7478 #           'VHOST' and
7479 #           'VXLAN' and
7480 #           'CHAIN' and
7481 #           'IMIX' and
7482 #           '8T4C' and
7483 #           'MRR'"
7484 #  parameters:
7485 #  - "result"
7486 #  - "name"
7487 #  - "tags"
7488 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7489 #  x-axis: "X = VNFs per Service Chain"
7490 #  y-axis: "Y = Number of Service Chains"
7491 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7492 #  layout:
7493 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7494 #    layout: "plot-service-density"
7495 #
7496 ## Plots - NF Density - VSC - NDR 64b
7497 #- type: "plot"
7498 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7499 #  algorithm: "plot_nf_heatmap"
7500 #  output-file-type: ".html"
7501 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7502 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7503 #  filter: "'NIC_Intel-XXV710' and
7504 #           'NF_DENSITY' and
7505 #           'VHOST' and
7506 #           'VXLAN' and
7507 #           'CHAIN' and
7508 #           '118' and
7509 #           '2T1C' and
7510 #           'NDRPDR'"
7511 #  parameters:
7512 #  - "throughput"
7513 #  - "name"
7514 #  - "tags"
7515 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7516 #  x-axis: "X = VNFs per Service Chain"
7517 #  y-axis: "Y = Number of Service Chains"
7518 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7519 #  layout:
7520 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7521 #    layout: "plot-service-density"
7522 #
7523 #- type: "plot"
7524 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7525 #  algorithm: "plot_nf_heatmap"
7526 #  output-file-type: ".html"
7527 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7528 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7529 #  filter: "'NIC_Intel-XXV710' and
7530 #           'NF_DENSITY' and
7531 #           'VHOST' and
7532 #           'VXLAN' and
7533 #           'CHAIN' and
7534 #           '118' and
7535 #           '4T2C' and
7536 #           'NDRPDR'"
7537 #  parameters:
7538 #  - "throughput"
7539 #  - "name"
7540 #  - "tags"
7541 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7542 #  x-axis: "X = VNFs per Service Chain"
7543 #  y-axis: "Y = Number of Service Chains"
7544 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7545 #  layout:
7546 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7547 #    layout: "plot-service-density"
7548 #
7549 #- type: "plot"
7550 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7551 #  algorithm: "plot_nf_heatmap"
7552 #  output-file-type: ".html"
7553 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7554 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7555 #  filter: "'NIC_Intel-XXV710' and
7556 #           'NF_DENSITY' and
7557 #           'VHOST' and
7558 #           'VXLAN' and
7559 #           'CHAIN' and
7560 #           '118' and
7561 #           '8T4C' and
7562 #           'NDRPDR'"
7563 #  parameters:
7564 #  - "throughput"
7565 #  - "name"
7566 #  - "tags"
7567 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7568 #  x-axis: "X = VNFs per Service Chain"
7569 #  y-axis: "Y = Number of Service Chains"
7570 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7571 #  layout:
7572 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7573 #    layout: "plot-service-density"
7574 #
7575 ## Plots - NF Density - VSC - NDR IMIX
7576 #- type: "plot"
7577 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7578 #  algorithm: "plot_nf_heatmap"
7579 #  output-file-type: ".html"
7580 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7581 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7582 #  filter: "'NIC_Intel-XXV710' and
7583 #           'NF_DENSITY' and
7584 #           'VHOST' and
7585 #           'VXLAN' and
7586 #           'CHAIN' and
7587 #           'IMIX' and
7588 #           '2T1C' and
7589 #           'NDRPDR'"
7590 #  parameters:
7591 #  - "throughput"
7592 #  - "name"
7593 #  - "tags"
7594 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7595 #  x-axis: "X = VNFs per Service Chain"
7596 #  y-axis: "Y = Number of Service Chains"
7597 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7598 #  layout:
7599 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7600 #    layout: "plot-service-density"
7601 #
7602 #- type: "plot"
7603 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7604 #  algorithm: "plot_nf_heatmap"
7605 #  output-file-type: ".html"
7606 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7607 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7608 #  filter: "'NIC_Intel-XXV710' and
7609 #           'NF_DENSITY' and
7610 #           'VHOST' and
7611 #           'VXLAN' and
7612 #           'CHAIN' and
7613 #           'IMIX' and
7614 #           '4T2C' and
7615 #           'NDRPDR'"
7616 #  parameters:
7617 #  - "throughput"
7618 #  - "name"
7619 #  - "tags"
7620 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7621 #  x-axis: "X = VNFs per Service Chain"
7622 #  y-axis: "Y = Number of Service Chains"
7623 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7624 #  layout:
7625 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7626 #    layout: "plot-service-density"
7627 #
7628 #- type: "plot"
7629 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7630 #  algorithm: "plot_nf_heatmap"
7631 #  output-file-type: ".html"
7632 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7633 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7634 #  filter: "'NIC_Intel-XXV710' and
7635 #           'NF_DENSITY' and
7636 #           'VHOST' and
7637 #           'VXLAN' and
7638 #           'CHAIN' and
7639 #           'IMIX' and
7640 #           '8T4C' and
7641 #           'NDRPDR'"
7642 #  parameters:
7643 #  - "throughput"
7644 #  - "name"
7645 #  - "tags"
7646 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7647 #  x-axis: "X = VNFs per Service Chain"
7648 #  y-axis: "Y = Number of Service Chains"
7649 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7650 #  layout:
7651 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7652 #    layout: "plot-service-density"
7653 #
7654 ## Plots - NF Density - VSC - PDR 64b
7655 #- type: "plot"
7656 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7657 #  algorithm: "plot_nf_heatmap"
7658 #  output-file-type: ".html"
7659 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7660 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7661 #  filter: "'NIC_Intel-XXV710' and
7662 #           'NF_DENSITY' and
7663 #           'VHOST' and
7664 #           'VXLAN' and
7665 #           'CHAIN' and
7666 #           '118' and
7667 #           '2T1C' and
7668 #           'NDRPDR'"
7669 #  parameters:
7670 #  - "throughput"
7671 #  - "name"
7672 #  - "tags"
7673 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7674 #  x-axis: "X = VNFs per Service Chain"
7675 #  y-axis: "Y = Number of Service Chains"
7676 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7677 #  layout:
7678 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7679 #    layout: "plot-service-density"
7680 #
7681 #- type: "plot"
7682 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7683 #  algorithm: "plot_nf_heatmap"
7684 #  output-file-type: ".html"
7685 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7686 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7687 #  filter: "'NIC_Intel-XXV710' and
7688 #           'NF_DENSITY' and
7689 #           'VHOST' and
7690 #           'VXLAN' and
7691 #           'CHAIN' and
7692 #           '118' and
7693 #           '4T2C' and
7694 #           'NDRPDR'"
7695 #  parameters:
7696 #  - "throughput"
7697 #  - "name"
7698 #  - "tags"
7699 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7700 #  x-axis: "X = VNFs per Service Chain"
7701 #  y-axis: "Y = Number of Service Chains"
7702 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7703 #  layout:
7704 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7705 #    layout: "plot-service-density"
7706 #
7707 #- type: "plot"
7708 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7709 #  algorithm: "plot_nf_heatmap"
7710 #  output-file-type: ".html"
7711 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7712 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7713 #  filter: "'NIC_Intel-XXV710' and
7714 #           'NF_DENSITY' and
7715 #           'VHOST' and
7716 #           'VXLAN' and
7717 #           'CHAIN' and
7718 #           '118' and
7719 #           '8T4C' and
7720 #           'NDRPDR'"
7721 #  parameters:
7722 #  - "throughput"
7723 #  - "name"
7724 #  - "tags"
7725 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7726 #  x-axis: "X = VNFs per Service Chain"
7727 #  y-axis: "Y = Number of Service Chains"
7728 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7729 #  layout:
7730 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7731 #    layout: "plot-service-density"
7732 #
7733 ## Plots - NF Density - VSC - PDR IMIX
7734 #- type: "plot"
7735 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7736 #  algorithm: "plot_nf_heatmap"
7737 #  output-file-type: ".html"
7738 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7739 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7740 #  filter: "'NIC_Intel-XXV710' and
7741 #           'NF_DENSITY' and
7742 #           'VHOST' and
7743 #           'VXLAN' and
7744 #           'CHAIN' and
7745 #           'IMIX' and
7746 #           '2T1C' and
7747 #           'NDRPDR'"
7748 #  parameters:
7749 #  - "throughput"
7750 #  - "name"
7751 #  - "tags"
7752 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7753 #  x-axis: "X = VNFs per Service Chain"
7754 #  y-axis: "Y = Number of Service Chains"
7755 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7756 #  layout:
7757 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7758 #    layout: "plot-service-density"
7759 #
7760 #- type: "plot"
7761 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7762 #  algorithm: "plot_nf_heatmap"
7763 #  output-file-type: ".html"
7764 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7765 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7766 #  filter: "'NIC_Intel-XXV710' and
7767 #           'NF_DENSITY' and
7768 #           'VHOST' and
7769 #           'VXLAN' and
7770 #           'CHAIN' and
7771 #           'IMIX' and
7772 #           '4T2C' and
7773 #           'NDRPDR'"
7774 #  parameters:
7775 #  - "throughput"
7776 #  - "name"
7777 #  - "tags"
7778 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7779 #  x-axis: "X = VNFs per Service Chain"
7780 #  y-axis: "Y = Number of Service Chains"
7781 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7782 #  layout:
7783 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7784 #    layout: "plot-service-density"
7785 #
7786 #- type: "plot"
7787 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7788 #  algorithm: "plot_nf_heatmap"
7789 #  output-file-type: ".html"
7790 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7791 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7792 #  filter: "'NIC_Intel-XXV710' and
7793 #           'NF_DENSITY' and
7794 #           'VHOST' and
7795 #           'VXLAN' and
7796 #           'CHAIN' and
7797 #           'IMIX' and
7798 #           '8T4C' and
7799 #           'NDRPDR'"
7800 #  parameters:
7801 #  - "throughput"
7802 #  - "name"
7803 #  - "tags"
7804 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7805 #  x-axis: "X = VNFs per Service Chain"
7806 #  y-axis: "Y = Number of Service Chains"
7807 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7808 #  layout:
7809 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7810 #    layout: "plot-service-density"
7811 #
7812 ################################################################################
7813 ## Plots - NF Density - CSC - MRR 64b
7814 #- type: "plot"
7815 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7816 #  algorithm: "plot_nf_heatmap"
7817 #  output-file-type: ".html"
7818 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7819 #  data: "plot-vpp-nfv-2n-skx-mrr"
7820 #  filter: "'NIC_Intel-XXV710' and
7821 #           'NF_DENSITY' and
7822 #           'DOCKER' and
7823 #           'CHAIN' and
7824 #           'NF_VPPIP4' and
7825 #           '64B' and
7826 #           '2T1C' and
7827 #           'MRR'"
7828 #  parameters:
7829 #  - "result"
7830 #  - "name"
7831 #  - "tags"
7832 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7833 #  x-axis: "X = CNFs per Service Chain"
7834 #  y-axis: "Y = Number of Service Chains"
7835 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7836 #  layout:
7837 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7838 #    layout: "plot-service-density"
7839 #
7840 #- type: "plot"
7841 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7842 #  algorithm: "plot_nf_heatmap"
7843 #  output-file-type: ".html"
7844 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7845 #  data: "plot-vpp-nfv-2n-skx-mrr"
7846 #  filter: "'NIC_Intel-XXV710' and
7847 #           'NF_DENSITY' and
7848 #           'DOCKER' and
7849 #           'CHAIN' and
7850 #           'NF_VPPIP4' and
7851 #           '64B' and
7852 #           '4T2C' and
7853 #           'MRR'"
7854 #  parameters:
7855 #  - "result"
7856 #  - "name"
7857 #  - "tags"
7858 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7859 #  x-axis: "X = CNFs per Service Chain"
7860 #  y-axis: "Y = Number of Service Chains"
7861 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7862 #  layout:
7863 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7864 #    layout: "plot-service-density"
7865 #
7866 #- type: "plot"
7867 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7868 #  algorithm: "plot_nf_heatmap"
7869 #  output-file-type: ".html"
7870 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7871 #  data: "plot-vpp-nfv-2n-skx-mrr"
7872 #  filter: "'NIC_Intel-XXV710' and
7873 #           'NF_DENSITY' and
7874 #           'DOCKER' and
7875 #           'CHAIN' and
7876 #           'NF_VPPIP4' and
7877 #           '64B' and
7878 #           '8T4C' and
7879 #           'MRR'"
7880 #  parameters:
7881 #  - "result"
7882 #  - "name"
7883 #  - "tags"
7884 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7885 #  x-axis: "X = CNFs per Service Chain"
7886 #  y-axis: "Y = Number of Service Chains"
7887 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7888 #  layout:
7889 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7890 #    layout: "plot-service-density"
7891 #
7892 ## Plots - NF Density - CSC - MRR IMIX
7893 #- type: "plot"
7894 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7895 #  algorithm: "plot_nf_heatmap"
7896 #  output-file-type: ".html"
7897 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7898 #  data: "plot-vpp-nfv-2n-skx-mrr"
7899 #  filter: "'NIC_Intel-XXV710' and
7900 #           'NF_DENSITY' and
7901 #           'DOCKER' and
7902 #           'CHAIN' and
7903 #           'NF_VPPIP4' and
7904 #           'IMIX' and
7905 #           '2T1C' and
7906 #           'MRR'"
7907 #  parameters:
7908 #  - "result"
7909 #  - "name"
7910 #  - "tags"
7911 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7912 #  x-axis: "X = CNFs per Service Chain"
7913 #  y-axis: "Y = Number of Service Chains"
7914 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7915 #  layout:
7916 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7917 #    layout: "plot-service-density"
7918 #
7919 #- type: "plot"
7920 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7921 #  algorithm: "plot_nf_heatmap"
7922 #  output-file-type: ".html"
7923 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7924 #  data: "plot-vpp-nfv-2n-skx-mrr"
7925 #  filter: "'NIC_Intel-XXV710' and
7926 #           'NF_DENSITY' and
7927 #           'DOCKER' and
7928 #           'CHAIN' and
7929 #           'NF_VPPIP4' and
7930 #           'IMIX' and
7931 #           '4T2C' and
7932 #           'MRR'"
7933 #  parameters:
7934 #  - "result"
7935 #  - "name"
7936 #  - "tags"
7937 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7938 #  x-axis: "X = CNFs per Service Chain"
7939 #  y-axis: "Y = Number of Service Chains"
7940 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7941 #  layout:
7942 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7943 #    layout: "plot-service-density"
7944 #
7945 #- type: "plot"
7946 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7947 #  algorithm: "plot_nf_heatmap"
7948 #  output-file-type: ".html"
7949 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7950 #  data: "plot-vpp-nfv-2n-skx-mrr"
7951 #  filter: "'NIC_Intel-XXV710' and
7952 #           'NF_DENSITY' and
7953 #           'DOCKER' and
7954 #           'CHAIN' and
7955 #           'NF_VPPIP4' and
7956 #           'IMIX' and
7957 #           '8T4C' and
7958 #           'MRR'"
7959 #  parameters:
7960 #  - "result"
7961 #  - "name"
7962 #  - "tags"
7963 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7964 #  x-axis: "X = CNFs per Service Chain"
7965 #  y-axis: "Y = Number of Service Chains"
7966 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7967 #  layout:
7968 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7969 #    layout: "plot-service-density"
7970 #
7971 ## Plots - NF Density - CSC - NDR 64b
7972 #- type: "plot"
7973 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7974 #  algorithm: "plot_nf_heatmap"
7975 #  output-file-type: ".html"
7976 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7977 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7978 #  filter: "'NIC_Intel-XXV710' and
7979 #           'NF_DENSITY' and
7980 #           'DOCKER' and
7981 #           'CHAIN' and
7982 #           'NF_VPPIP4' and
7983 #           '64B' and
7984 #           '2T1C' and
7985 #           'NDRPDR'"
7986 #  parameters:
7987 #  - "throughput"
7988 #  - "name"
7989 #  - "tags"
7990 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7991 #  x-axis: "X = CNFs per Service Chain"
7992 #  y-axis: "Y = Number of Service Chains"
7993 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7994 #  layout:
7995 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7996 #    layout: "plot-service-density"
7997 #
7998 #- type: "plot"
7999 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8000 #  algorithm: "plot_nf_heatmap"
8001 #  output-file-type: ".html"
8002 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8003 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8004 #  filter: "'NIC_Intel-XXV710' and
8005 #           'NF_DENSITY' and
8006 #           'DOCKER' and
8007 #           'CHAIN' and
8008 #           'NF_VPPIP4' and
8009 #           '64B' and
8010 #           '4T2C' and
8011 #           'NDRPDR'"
8012 #  parameters:
8013 #  - "throughput"
8014 #  - "name"
8015 #  - "tags"
8016 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8017 #  x-axis: "X = CNFs per Service Chain"
8018 #  y-axis: "Y = Number of Service Chains"
8019 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8020 #  layout:
8021 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8022 #    layout: "plot-service-density"
8023 #
8024 #- type: "plot"
8025 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8026 #  algorithm: "plot_nf_heatmap"
8027 #  output-file-type: ".html"
8028 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8029 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8030 #  filter: "'NIC_Intel-XXV710' and
8031 #           'NF_DENSITY' and
8032 #           'DOCKER' and
8033 #           'CHAIN' and
8034 #           'NF_VPPIP4' and
8035 #           '64B' and
8036 #           '8T4C' and
8037 #           'NDRPDR'"
8038 #  parameters:
8039 #  - "throughput"
8040 #  - "name"
8041 #  - "tags"
8042 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8043 #  x-axis: "X = CNFs per Service Chain"
8044 #  y-axis: "Y = Number of Service Chains"
8045 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8046 #  layout:
8047 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8048 #    layout: "plot-service-density"
8049 #
8050 ## Plots - NF Density - CSC - NDR IMIX
8051 #- type: "plot"
8052 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8053 #  algorithm: "plot_nf_heatmap"
8054 #  output-file-type: ".html"
8055 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8056 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8057 #  filter: "'NIC_Intel-XXV710' and
8058 #           'NF_DENSITY' and
8059 #           'DOCKER' and
8060 #           'CHAIN' and
8061 #           'NF_VPPIP4' and
8062 #           'IMIX' and
8063 #           '2T1C' and
8064 #           'NDRPDR'"
8065 #  parameters:
8066 #  - "throughput"
8067 #  - "name"
8068 #  - "tags"
8069 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8070 #  x-axis: "X = CNFs per Service Chain"
8071 #  y-axis: "Y = Number of Service Chains"
8072 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8073 #  layout:
8074 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8075 #    layout: "plot-service-density"
8076 #
8077 #- type: "plot"
8078 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8079 #  algorithm: "plot_nf_heatmap"
8080 #  output-file-type: ".html"
8081 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8082 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8083 #  filter: "'NIC_Intel-XXV710' and
8084 #           'NF_DENSITY' and
8085 #           'DOCKER' and
8086 #           'CHAIN' and
8087 #           'NF_VPPIP4' and
8088 #           'IMIX' and
8089 #           '4T2C' and
8090 #           'NDRPDR'"
8091 #  parameters:
8092 #  - "throughput"
8093 #  - "name"
8094 #  - "tags"
8095 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8096 #  x-axis: "X = CNFs per Service Chain"
8097 #  y-axis: "Y = Number of Service Chains"
8098 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8099 #  layout:
8100 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8101 #    layout: "plot-service-density"
8102 #
8103 #- type: "plot"
8104 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8105 #  algorithm: "plot_nf_heatmap"
8106 #  output-file-type: ".html"
8107 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8108 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8109 #  filter: "'NIC_Intel-XXV710' and
8110 #           'NF_DENSITY' and
8111 #           'DOCKER' and
8112 #           'CHAIN' and
8113 #           'NF_VPPIP4' and
8114 #           'IMIX' and
8115 #           '8T4C' and
8116 #           'NDRPDR'"
8117 #  parameters:
8118 #  - "throughput"
8119 #  - "name"
8120 #  - "tags"
8121 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8122 #  x-axis: "X = CNFs per Service Chain"
8123 #  y-axis: "Y = Number of Service Chains"
8124 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8125 #  layout:
8126 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8127 #    layout: "plot-service-density"
8128 #
8129 ## Plots - NF Density - CSC - PDR 64b
8130 #- type: "plot"
8131 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8132 #  algorithm: "plot_nf_heatmap"
8133 #  output-file-type: ".html"
8134 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8135 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8136 #  filter: "'NIC_Intel-XXV710' and
8137 #           'NF_DENSITY' and
8138 #           'DOCKER' and
8139 #           'CHAIN' and
8140 #           'NF_VPPIP4' and
8141 #           '64B' and
8142 #           '2T1C' and
8143 #           'NDRPDR'"
8144 #  parameters:
8145 #  - "throughput"
8146 #  - "name"
8147 #  - "tags"
8148 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8149 #  x-axis: "X = CNFs per Service Chain"
8150 #  y-axis: "Y = Number of Service Chains"
8151 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8152 #  layout:
8153 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8154 #    layout: "plot-service-density"
8155 #
8156 #- type: "plot"
8157 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8158 #  algorithm: "plot_nf_heatmap"
8159 #  output-file-type: ".html"
8160 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8161 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8162 #  filter: "'NIC_Intel-XXV710' and
8163 #           'NF_DENSITY' and
8164 #           'DOCKER' and
8165 #           'CHAIN' and
8166 #           'NF_VPPIP4' and
8167 #           '64B' and
8168 #           '4T2C' and
8169 #           'NDRPDR'"
8170 #  parameters:
8171 #  - "throughput"
8172 #  - "name"
8173 #  - "tags"
8174 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8175 #  x-axis: "X = CNFs per Service Chain"
8176 #  y-axis: "Y = Number of Service Chains"
8177 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8178 #  layout:
8179 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8180 #    layout: "plot-service-density"
8181 #
8182 #- type: "plot"
8183 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8184 #  algorithm: "plot_nf_heatmap"
8185 #  output-file-type: ".html"
8186 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8187 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8188 #  filter: "'NIC_Intel-XXV710' and
8189 #           'NF_DENSITY' and
8190 #           'DOCKER' and
8191 #           'CHAIN' and
8192 #           'NF_VPPIP4' and
8193 #           '64B' and
8194 #           '8T4C' and
8195 #           'NDRPDR'"
8196 #  parameters:
8197 #  - "throughput"
8198 #  - "name"
8199 #  - "tags"
8200 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8201 #  x-axis: "X = CNFs per Service Chain"
8202 #  y-axis: "Y = Number of Service Chains"
8203 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8204 #  layout:
8205 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8206 #    layout: "plot-service-density"
8207 #
8208 ## Plots - NF Density - CSC - PDR IMIX
8209 #- type: "plot"
8210 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8211 #  algorithm: "plot_nf_heatmap"
8212 #  output-file-type: ".html"
8213 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8214 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8215 #  filter: "'NIC_Intel-XXV710' and
8216 #           'NF_DENSITY' and
8217 #           'DOCKER' and
8218 #           'CHAIN' and
8219 #           'NF_VPPIP4' and
8220 #           'IMIX' and
8221 #           '2T1C' and
8222 #           'NDRPDR'"
8223 #  parameters:
8224 #  - "throughput"
8225 #  - "name"
8226 #  - "tags"
8227 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8228 #  x-axis: "X = CNFs per Service Chain"
8229 #  y-axis: "Y = Number of Service Chains"
8230 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8231 #  layout:
8232 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8233 #    layout: "plot-service-density"
8234 #
8235 #- type: "plot"
8236 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8237 #  algorithm: "plot_nf_heatmap"
8238 #  output-file-type: ".html"
8239 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8240 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8241 #  filter: "'NIC_Intel-XXV710' and
8242 #           'NF_DENSITY' and
8243 #           'DOCKER' and
8244 #           'CHAIN' and
8245 #           'NF_VPPIP4' and
8246 #           'IMIX' and
8247 #           '4T2C' and
8248 #           'NDRPDR'"
8249 #  parameters:
8250 #  - "throughput"
8251 #  - "name"
8252 #  - "tags"
8253 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8254 #  x-axis: "X = CNFs per Service Chain"
8255 #  y-axis: "Y = Number of Service Chains"
8256 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8257 #  layout:
8258 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8259 #    layout: "plot-service-density"
8260 #
8261 #- type: "plot"
8262 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8263 #  algorithm: "plot_nf_heatmap"
8264 #  output-file-type: ".html"
8265 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8266 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8267 #  filter: "'NIC_Intel-XXV710' and
8268 #           'NF_DENSITY' and
8269 #           'DOCKER' and
8270 #           'CHAIN' and
8271 #           'NF_VPPIP4' and
8272 #           'IMIX' and
8273 #           '8T4C' and
8274 #           'NDRPDR'"
8275 #  parameters:
8276 #  - "throughput"
8277 #  - "name"
8278 #  - "tags"
8279 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8280 #  x-axis: "X = CNFs per Service Chain"
8281 #  y-axis: "Y = Number of Service Chains"
8282 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8283 #  layout:
8284 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8285 #    layout: "plot-service-density"
8286 #
8287 ################################################################################
8288 #
8289 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8290 #- type: "plot"
8291 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8292 #  algorithm: "plot_nf_heatmap"
8293 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8294 #  data: "plot-vpp-nfv-3n-skx-mrr"
8295 #  filter: "'NIC_Intel-XXV710' and
8296 #           'NF_DENSITY' and
8297 #           'DOCKER' and
8298 #           'CHAIN' and
8299 #           'NF_VPPIP4' and
8300 #           'IPSEC' and
8301 #           'TNL_4' and
8302 #           'IMIX' and
8303 #           '2T1C' and
8304 #           'MRR'"
8305 #  parameters:
8306 #  - "result"
8307 #  - "name"
8308 #  - "tags"
8309 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8310 #  x-axis: "X = CNFs per Service Chain"
8311 #  y-axis: "Y = Number of Service Chains"
8312 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8313 #  layout:
8314 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8315 #    layout: "plot-service-density"
8316 #
8317 #- type: "plot"
8318 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8319 #  algorithm: "plot_nf_heatmap"
8320 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8321 #  data: "plot-vpp-nfv-3n-skx-mrr"
8322 #  filter: "'NIC_Intel-XXV710' and
8323 #           'NF_DENSITY' and
8324 #           'DOCKER' and
8325 #           'CHAIN' and
8326 #           'NF_VPPIP4' and
8327 #           'IPSEC' and
8328 #           'TNL_4' and
8329 #           'IMIX' and
8330 #           '4T2C' and
8331 #           'MRR'"
8332 #  parameters:
8333 #  - "result"
8334 #  - "name"
8335 #  - "tags"
8336 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8337 #  x-axis: "X = CNFs per Service Chain"
8338 #  y-axis: "Y = Number of Service Chains"
8339 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8340 #  layout:
8341 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8342 #    layout: "plot-service-density"
8343 #
8344 #- type: "plot"
8345 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8346 #  algorithm: "plot_nf_heatmap"
8347 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8348 #  data: "plot-vpp-nfv-3n-skx-mrr"
8349 #  filter: "'NIC_Intel-XXV710' and
8350 #           'NF_DENSITY' and
8351 #           'DOCKER' and
8352 #           'CHAIN' and
8353 #           'NF_VPPIP4' and
8354 #           'IPSEC' and
8355 #           'TNL_4' and
8356 #           'IMIX' and
8357 #           '8T4C' and
8358 #           'MRR'"
8359 #  parameters:
8360 #  - "result"
8361 #  - "name"
8362 #  - "tags"
8363 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8364 #  x-axis: "X = CNFs per Service Chain"
8365 #  y-axis: "Y = Number of Service Chains"
8366 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8367 #  layout:
8368 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8369 #    layout: "plot-service-density"
8370
8371 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8372 - type: "plot"
8373   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8374   algorithm: "plot_nf_heatmap"
8375   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8376   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8377   filter: "'NIC_Intel-XXV710' and
8378            'NF_DENSITY' and
8379            'DOCKER' and
8380            'CHAIN' and
8381            'NF_VPPIP4' and
8382            'IPSEC' and
8383            'TNL_4' and
8384            'IMIX' and
8385            '2T1C' and
8386            'NDRPDR'"
8387   parameters:
8388   - "throughput"
8389   - "name"
8390   - "tags"
8391   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8392   x-axis: "X = CNFs per Service Chain"
8393   y-axis: "Y = Number of Service Chains"
8394   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8395   layout:
8396     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8397     layout: "plot-service-density"
8398
8399 - type: "plot"
8400   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8401   algorithm: "plot_nf_heatmap"
8402   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8403   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8404   filter: "'NIC_Intel-XXV710' and
8405            'NF_DENSITY' and
8406            'DOCKER' and
8407            'CHAIN' and
8408            'NF_VPPIP4' and
8409            'IPSEC' and
8410            'TNL_4' and
8411            'IMIX' and
8412            '4T2C' and
8413            'NDRPDR'"
8414   parameters:
8415   - "throughput"
8416   - "name"
8417   - "tags"
8418   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8419   x-axis: "X = CNFs per Service Chain"
8420   y-axis: "Y = Number of Service Chains"
8421   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8422   layout:
8423     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8424     layout: "plot-service-density"
8425
8426 - type: "plot"
8427   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8428   algorithm: "plot_nf_heatmap"
8429   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8430   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8431   filter: "'NIC_Intel-XXV710' and
8432            'NF_DENSITY' and
8433            'DOCKER' and
8434            'CHAIN' and
8435            'NF_VPPIP4' and
8436            'IPSEC' and
8437            'TNL_4' and
8438            'IMIX' and
8439            '8T4C' and
8440            'NDRPDR'"
8441   parameters:
8442   - "throughput"
8443   - "name"
8444   - "tags"
8445   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8446   x-axis: "X = CNFs per Service Chain"
8447   y-axis: "Y = Number of Service Chains"
8448   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8449   layout:
8450     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8451     layout: "plot-service-density"
8452
8453 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8454 - type: "plot"
8455   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8456   algorithm: "plot_nf_heatmap"
8457   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8458   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8459   filter: "'NIC_Intel-XXV710' and
8460            'NF_DENSITY' and
8461            'DOCKER' and
8462            'CHAIN' and
8463            'NF_VPPIP4' and
8464            'IPSEC' and
8465            'TNL_4' and
8466            'IMIX' and
8467            '2T1C' and
8468            'NDRPDR'"
8469   parameters:
8470   - "throughput"
8471   - "name"
8472   - "tags"
8473   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8474   x-axis: "X = CNFs per Service Chain"
8475   y-axis: "Y = Number of Service Chains"
8476   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8477   layout:
8478     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8479     layout: "plot-service-density"
8480
8481 - type: "plot"
8482   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8483   algorithm: "plot_nf_heatmap"
8484   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8485   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8486   filter: "'NIC_Intel-XXV710' and
8487            'NF_DENSITY' and
8488            'DOCKER' and
8489            'CHAIN' and
8490            'NF_VPPIP4' and
8491            'IPSEC' and
8492            'TNL_4' and
8493            'IMIX' and
8494            '4T2C' and
8495            'NDRPDR'"
8496   parameters:
8497   - "throughput"
8498   - "name"
8499   - "tags"
8500   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8501   x-axis: "X = CNFs per Service Chain"
8502   y-axis: "Y = Number of Service Chains"
8503   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8504   layout:
8505     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8506     layout: "plot-service-density"
8507
8508 - type: "plot"
8509   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8510   algorithm: "plot_nf_heatmap"
8511   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8512   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8513   filter: "'NIC_Intel-XXV710' and
8514            'NF_DENSITY' and
8515            'DOCKER' and
8516            'CHAIN' and
8517            'NF_VPPIP4' and
8518            'IPSEC' and
8519            'TNL_4' and
8520            'IMIX' and
8521            '8T4C' and
8522            'NDRPDR'"
8523   parameters:
8524   - "throughput"
8525   - "name"
8526   - "tags"
8527   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8528   x-axis: "X = CNFs per Service Chain"
8529   y-axis: "Y = Number of Service Chains"
8530   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8531   layout:
8532     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8533     layout: "plot-service-density"
8534
8535 ###############################################################################
8536
8537 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8538 - type: "plot"
8539   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8540   algorithm: "plot_nf_heatmap"
8541   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8542   data: "plot-vpp-nfv-3n-hsw-mrr"
8543   filter: "'NIC_Intel-XL710' and
8544            'NF_DENSITY' and
8545            'DOCKER' and
8546            'CHAIN' and
8547            'NF_VPPIP4' and
8548            'IMIX' and
8549            'TNL_4' and
8550            '1T1C' and
8551            'MRR'"
8552   parameters:
8553   - "result"
8554   - "name"
8555   - "tags"
8556   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8557   x-axis: "X = CNFs per Service Chain"
8558   y-axis: "Y = Number of Service Chains"
8559   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8560   layout:
8561     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8562     layout: "plot-service-density"
8563
8564 - type: "plot"
8565   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8566   algorithm: "plot_nf_heatmap"
8567   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8568   data: "plot-vpp-nfv-3n-hsw-mrr"
8569   filter: "'NIC_Intel-XL710' and
8570            'NF_DENSITY' and
8571            'DOCKER' and
8572            'CHAIN' and
8573            'NF_VPPIP4' and
8574            'IPSEC' and
8575            'TNL_4' and
8576            'IMIX' and
8577            '2T2C' and
8578            'MRR'"
8579   parameters:
8580   - "result"
8581   - "name"
8582   - "tags"
8583   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8584   x-axis: "X = CNFs per Service Chain"
8585   y-axis: "Y = Number of Service Chains"
8586   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8587   layout:
8588     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8589     layout: "plot-service-density"
8590
8591 - type: "plot"
8592   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8593   algorithm: "plot_nf_heatmap"
8594   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8595   data: "plot-vpp-nfv-3n-hsw-mrr"
8596   filter: "'NIC_Intel-XL710' and
8597            'NF_DENSITY' and
8598            'DOCKER' and
8599            'CHAIN' and
8600            'NF_VPPIP4' and
8601            'IPSEC' and
8602            'TNL_4' and
8603            'IMIX' and
8604            '4T4C' and
8605            'MRR'"
8606   parameters:
8607   - "result"
8608   - "name"
8609   - "tags"
8610   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8611   x-axis: "X = CNFs per Service Chain"
8612   y-axis: "Y = Number of Service Chains"
8613   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8614   layout:
8615     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8616     layout: "plot-service-density"
8617
8618 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8619 - type: "plot"
8620   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8621   algorithm: "plot_nf_heatmap"
8622   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8623   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8624   filter: "'NIC_Intel-XL710' and
8625            'NF_DENSITY' and
8626            'DOCKER' and
8627            'CHAIN' and
8628            'NF_VPPIP4' and
8629            'IPSEC' and
8630            'TNL_4' and
8631            'IMIX' and
8632            '1T1C' and
8633            'NDRPDR'"
8634   parameters:
8635   - "throughput"
8636   - "name"
8637   - "tags"
8638   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8639   x-axis: "X = CNFs per Service Chain"
8640   y-axis: "Y = Number of Service Chains"
8641   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8642   layout:
8643     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8644     layout: "plot-service-density"
8645
8646 - type: "plot"
8647   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8648   algorithm: "plot_nf_heatmap"
8649   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8650   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8651   filter: "'NIC_Intel-XL710' and
8652            'NF_DENSITY' and
8653            'DOCKER' and
8654            'CHAIN' and
8655            'NF_VPPIP4' and
8656            'IPSEC' and
8657            'TNL_4' and
8658            'IMIX' and
8659            '2T2C' and
8660            'NDRPDR'"
8661   parameters:
8662   - "throughput"
8663   - "name"
8664   - "tags"
8665   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8666   x-axis: "X = CNFs per Service Chain"
8667   y-axis: "Y = Number of Service Chains"
8668   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8669   layout:
8670     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8671     layout: "plot-service-density"
8672
8673 - type: "plot"
8674   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8675   algorithm: "plot_nf_heatmap"
8676   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8677   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8678   filter: "'NIC_Intel-XL710' and
8679            'NF_DENSITY' and
8680            'DOCKER' and
8681            'CHAIN' and
8682            'NF_VPPIP4' and
8683            'IPSEC' and
8684            'TNL_4' and
8685            'IMIX' and
8686            '4T4C' and
8687            'NDRPDR'"
8688   parameters:
8689   - "throughput"
8690   - "name"
8691   - "tags"
8692   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8693   x-axis: "X = CNFs per Service Chain"
8694   y-axis: "Y = Number of Service Chains"
8695   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8696   layout:
8697     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8698     layout: "plot-service-density"
8699
8700 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8701 - type: "plot"
8702   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8703   algorithm: "plot_nf_heatmap"
8704   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8705   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8706   filter: "'NIC_Intel-XL710' and
8707            'NF_DENSITY' and
8708            'DOCKER' and
8709            'CHAIN' and
8710            'NF_VPPIP4' and
8711            'IPSEC' and
8712            'TNL_4' and
8713            'IMIX' and
8714            '1T1C' and
8715            'NDRPDR'"
8716   parameters:
8717   - "throughput"
8718   - "name"
8719   - "tags"
8720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8721   x-axis: "X = CNFs per Service Chain"
8722   y-axis: "Y = Number of Service Chains"
8723   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8724   layout:
8725     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8726     layout: "plot-service-density"
8727
8728 - type: "plot"
8729   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8730   algorithm: "plot_nf_heatmap"
8731   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8732   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8733   filter: "'NIC_Intel-XL710' and
8734            'NF_DENSITY' and
8735            'DOCKER' and
8736            'CHAIN' and
8737            'NF_VPPIP4' and
8738            'IPSEC' and
8739            'TNL_4' and
8740            'IMIX' and
8741            '2T2C' and
8742            'NDRPDR'"
8743   parameters:
8744   - "throughput"
8745   - "name"
8746   - "tags"
8747   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8748   x-axis: "X = CNFs per Service Chain"
8749   y-axis: "Y = Number of Service Chains"
8750   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8751   layout:
8752     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8753     layout: "plot-service-density"
8754
8755 - type: "plot"
8756   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8757   algorithm: "plot_nf_heatmap"
8758   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8759   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8760   filter: "'NIC_Intel-XL710' and
8761            'NF_DENSITY' and
8762            'DOCKER' and
8763            'CHAIN' and
8764            'NF_VPPIP4' and
8765            'IPSEC' and
8766            'TNL_4' and
8767            'IMIX' and
8768            '4T4C' and
8769            'NDRPDR'"
8770   parameters:
8771   - "throughput"
8772   - "name"
8773   - "tags"
8774   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8775   x-axis: "X = CNFs per Service Chain"
8776   y-axis: "Y = Number of Service Chains"
8777   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8778   layout:
8779     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8780     layout: "plot-service-density"
8781
8782 ###############################################################################
8783
8784 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8785 #- type: "plot"
8786 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8787 #  algorithm: "plot_nf_heatmap"
8788 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8789 #  data: "plot-vpp-nfv-3n-skx-mrr"
8790 #  filter: "'NIC_Intel-XXV710' and
8791 #           'NF_DENSITY' and
8792 #           'DOCKER' and
8793 #           'CHAIN' and
8794 #           'NF_VPPIP4' and
8795 #           'IPSEC' and
8796 #           'TNL_1000' and
8797 #           'IMIX' and
8798 #           '2T1C' and
8799 #           'MRR'"
8800 #  parameters:
8801 #  - "result"
8802 #  - "name"
8803 #  - "tags"
8804 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8805 #  x-axis: "X = CNFs per Service Chain"
8806 #  y-axis: "Y = Number of Service Chains"
8807 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8808 #  layout:
8809 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8810 #    layout: "plot-service-density"
8811 #
8812 #- type: "plot"
8813 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8814 #  algorithm: "plot_nf_heatmap"
8815 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8816 #  data: "plot-vpp-nfv-3n-skx-mrr"
8817 #  filter: "'NIC_Intel-XXV710' and
8818 #           'NF_DENSITY' and
8819 #           'DOCKER' and
8820 #           'CHAIN' and
8821 #           'NF_VPPIP4' and
8822 #           'IPSEC' and
8823 #           'TNL_1000' and
8824 #           'IMIX' and
8825 #           '4T2C' and
8826 #           'MRR'"
8827 #  parameters:
8828 #  - "result"
8829 #  - "name"
8830 #  - "tags"
8831 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8832 #  x-axis: "X = CNFs per Service Chain"
8833 #  y-axis: "Y = Number of Service Chains"
8834 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8835 #  layout:
8836 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8837 #    layout: "plot-service-density"
8838 #
8839 #- type: "plot"
8840 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8841 #  algorithm: "plot_nf_heatmap"
8842 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8843 #  data: "plot-vpp-nfv-3n-skx-mrr"
8844 #  filter: "'NIC_Intel-XXV710' and
8845 #           'NF_DENSITY' and
8846 #           'DOCKER' and
8847 #           'CHAIN' and
8848 #           'NF_VPPIP4' and
8849 #           'IPSEC' and
8850 #           'TNL_1000' and
8851 #           'IMIX' and
8852 #           '8T4C' and
8853 #           'MRR'"
8854 #  parameters:
8855 #  - "result"
8856 #  - "name"
8857 #  - "tags"
8858 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8859 #  x-axis: "X = CNFs per Service Chain"
8860 #  y-axis: "Y = Number of Service Chains"
8861 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8862 #  layout:
8863 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8864 #    layout: "plot-service-density"
8865
8866 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8867 - type: "plot"
8868   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8869   algorithm: "plot_nf_heatmap"
8870   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8871   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8872   filter: "'NIC_Intel-XXV710' and
8873            'NF_DENSITY' and
8874            'DOCKER' and
8875            'CHAIN' and
8876            'NF_VPPIP4' and
8877            'IPSEC' and
8878            'TNL_1000' and
8879            'IMIX' and
8880            '2T1C' and
8881            'NDRPDR'"
8882   parameters:
8883   - "throughput"
8884   - "name"
8885   - "tags"
8886   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8887   x-axis: "X = CNFs per Service Chain"
8888   y-axis: "Y = Number of Service Chains"
8889   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8890   layout:
8891     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8892     layout: "plot-service-density"
8893
8894 - type: "plot"
8895   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8896   algorithm: "plot_nf_heatmap"
8897   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8898   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8899   filter: "'NIC_Intel-XXV710' and
8900            'NF_DENSITY' and
8901            'DOCKER' and
8902            'CHAIN' and
8903            'NF_VPPIP4' and
8904            'IPSEC' and
8905            'TNL_1000' and
8906            'IMIX' and
8907            '4T2C' and
8908            'NDRPDR'"
8909   parameters:
8910   - "throughput"
8911   - "name"
8912   - "tags"
8913   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8914   x-axis: "X = CNFs per Service Chain"
8915   y-axis: "Y = Number of Service Chains"
8916   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8917   layout:
8918     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8919     layout: "plot-service-density"
8920
8921 - type: "plot"
8922   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8923   algorithm: "plot_nf_heatmap"
8924   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8925   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8926   filter: "'NIC_Intel-XXV710' and
8927            'NF_DENSITY' and
8928            'DOCKER' and
8929            'CHAIN' and
8930            'NF_VPPIP4' and
8931            'IPSEC' and
8932            'TNL_1000' and
8933            'IMIX' and
8934            '8T4C' and
8935            'NDRPDR'"
8936   parameters:
8937   - "throughput"
8938   - "name"
8939   - "tags"
8940   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8941   x-axis: "X = CNFs per Service Chain"
8942   y-axis: "Y = Number of Service Chains"
8943   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8944   layout:
8945     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8946     layout: "plot-service-density"
8947
8948 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8949 - type: "plot"
8950   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8951   algorithm: "plot_nf_heatmap"
8952   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8953   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8954   filter: "'NIC_Intel-XXV710' and
8955            'NF_DENSITY' and
8956            'DOCKER' and
8957            'CHAIN' and
8958            'NF_VPPIP4' and
8959            'IPSEC' and
8960            'TNL_1000' and
8961            'IMIX' and
8962            '2T1C' and
8963            'NDRPDR'"
8964   parameters:
8965   - "throughput"
8966   - "name"
8967   - "tags"
8968   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8969   x-axis: "X = CNFs per Service Chain"
8970   y-axis: "Y = Number of Service Chains"
8971   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8972   layout:
8973     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8974     layout: "plot-service-density"
8975
8976 - type: "plot"
8977   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8978   algorithm: "plot_nf_heatmap"
8979   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8980   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8981   filter: "'NIC_Intel-XXV710' and
8982            'NF_DENSITY' and
8983            'DOCKER' and
8984            'CHAIN' and
8985            'NF_VPPIP4' and
8986            'IPSEC' and
8987            'TNL_1000' and
8988            'IMIX' and
8989            '4T2C' and
8990            'NDRPDR'"
8991   parameters:
8992   - "throughput"
8993   - "name"
8994   - "tags"
8995   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8996   x-axis: "X = CNFs per Service Chain"
8997   y-axis: "Y = Number of Service Chains"
8998   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8999   layout:
9000     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9001     layout: "plot-service-density"
9002
9003 - type: "plot"
9004   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9005   algorithm: "plot_nf_heatmap"
9006   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9007   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9008   filter: "'NIC_Intel-XXV710' and
9009            'NF_DENSITY' and
9010            'DOCKER' and
9011            'CHAIN' and
9012            'NF_VPPIP4' and
9013            'IPSEC' and
9014            'TNL_1000' and
9015            'IMIX' and
9016            '8T4C' and
9017            'NDRPDR'"
9018   parameters:
9019   - "throughput"
9020   - "name"
9021   - "tags"
9022   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9023   x-axis: "X = CNFs per Service Chain"
9024   y-axis: "Y = Number of Service Chains"
9025   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9026   layout:
9027     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9028     layout: "plot-service-density"
9029
9030 ###############################################################################
9031
9032 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9033 - type: "plot"
9034   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9035   algorithm: "plot_nf_heatmap"
9036   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9037   data: "plot-vpp-nfv-3n-hsw-mrr"
9038   filter: "'NIC_Intel-XL710' and
9039            'NF_DENSITY' and
9040            'DOCKER' and
9041            'CHAIN' and
9042            'NF_VPPIP4' and
9043            'IMIX' and
9044            'TNL_1000' and
9045            '1T1C' and
9046            'MRR'"
9047   parameters:
9048   - "result"
9049   - "name"
9050   - "tags"
9051   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9052   x-axis: "X = CNFs per Service Chain"
9053   y-axis: "Y = Number of Service Chains"
9054   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9055   layout:
9056     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9057     layout: "plot-service-density"
9058
9059 - type: "plot"
9060   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9061   algorithm: "plot_nf_heatmap"
9062   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9063   data: "plot-vpp-nfv-3n-hsw-mrr"
9064   filter: "'NIC_Intel-XL710' and
9065            'NF_DENSITY' and
9066            'DOCKER' and
9067            'CHAIN' and
9068            'NF_VPPIP4' and
9069            'IPSEC' and
9070            'TNL_1000' and
9071            'IMIX' and
9072            '2T2C' and
9073            'MRR'"
9074   parameters:
9075   - "result"
9076   - "name"
9077   - "tags"
9078   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9079   x-axis: "X = CNFs per Service Chain"
9080   y-axis: "Y = Number of Service Chains"
9081   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9082   layout:
9083     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9084     layout: "plot-service-density"
9085
9086 - type: "plot"
9087   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9088   algorithm: "plot_nf_heatmap"
9089   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9090   data: "plot-vpp-nfv-3n-hsw-mrr"
9091   filter: "'NIC_Intel-XL710' and
9092            'NF_DENSITY' and
9093            'DOCKER' and
9094            'CHAIN' and
9095            'NF_VPPIP4' and
9096            'IPSEC' and
9097            'TNL_1000' and
9098            'IMIX' and
9099            '4T4C' and
9100            'MRR'"
9101   parameters:
9102   - "result"
9103   - "name"
9104   - "tags"
9105   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9106   x-axis: "X = CNFs per Service Chain"
9107   y-axis: "Y = Number of Service Chains"
9108   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9109   layout:
9110     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9111     layout: "plot-service-density"
9112
9113 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9114 - type: "plot"
9115   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9116   algorithm: "plot_nf_heatmap"
9117   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9118   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9119   filter: "'NIC_Intel-XL710' and
9120            'NF_DENSITY' and
9121            'DOCKER' and
9122            'CHAIN' and
9123            'NF_VPPIP4' and
9124            'IPSEC' and
9125            'TNL_1000' and
9126            'IMIX' and
9127            '1T1C' and
9128            'NDRPDR'"
9129   parameters:
9130   - "throughput"
9131   - "name"
9132   - "tags"
9133   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9134   x-axis: "X = CNFs per Service Chain"
9135   y-axis: "Y = Number of Service Chains"
9136   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9137   layout:
9138     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9139     layout: "plot-service-density"
9140
9141 - type: "plot"
9142   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9143   algorithm: "plot_nf_heatmap"
9144   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9145   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9146   filter: "'NIC_Intel-XL710' and
9147            'NF_DENSITY' and
9148            'DOCKER' and
9149            'CHAIN' and
9150            'NF_VPPIP4' and
9151            'IPSEC' and
9152            'TNL_1000' and
9153            'IMIX' and
9154            '2T2C' and
9155            'NDRPDR'"
9156   parameters:
9157   - "throughput"
9158   - "name"
9159   - "tags"
9160   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9161   x-axis: "X = CNFs per Service Chain"
9162   y-axis: "Y = Number of Service Chains"
9163   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9164   layout:
9165     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9166     layout: "plot-service-density"
9167
9168 - type: "plot"
9169   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9170   algorithm: "plot_nf_heatmap"
9171   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9172   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9173   filter: "'NIC_Intel-XL710' and
9174            'NF_DENSITY' and
9175            'DOCKER' and
9176            'CHAIN' and
9177            'NF_VPPIP4' and
9178            'IPSEC' and
9179            'TNL_1000' and
9180            'IMIX' and
9181            '4T4C' and
9182            'NDRPDR'"
9183   parameters:
9184   - "throughput"
9185   - "name"
9186   - "tags"
9187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9188   x-axis: "X = CNFs per Service Chain"
9189   y-axis: "Y = Number of Service Chains"
9190   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9191   layout:
9192     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9193     layout: "plot-service-density"
9194
9195 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9196 - type: "plot"
9197   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9198   algorithm: "plot_nf_heatmap"
9199   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9200   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9201   filter: "'NIC_Intel-XL710' and
9202            'NF_DENSITY' and
9203            'DOCKER' and
9204            'CHAIN' and
9205            'NF_VPPIP4' and
9206            'IPSEC' and
9207            'TNL_1000' and
9208            'IMIX' and
9209            '1T1C' and
9210            'NDRPDR'"
9211   parameters:
9212   - "throughput"
9213   - "name"
9214   - "tags"
9215   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9216   x-axis: "X = CNFs per Service Chain"
9217   y-axis: "Y = Number of Service Chains"
9218   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9219   layout:
9220     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9221     layout: "plot-service-density"
9222
9223 - type: "plot"
9224   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9225   algorithm: "plot_nf_heatmap"
9226   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9227   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9228   filter: "'NIC_Intel-XL710' and
9229            'NF_DENSITY' and
9230            'DOCKER' and
9231            'CHAIN' and
9232            'NF_VPPIP4' and
9233            'IPSEC' and
9234            'TNL_1000' and
9235            'IMIX' and
9236            '2T2C' and
9237            'NDRPDR'"
9238   parameters:
9239   - "throughput"
9240   - "name"
9241   - "tags"
9242   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9243   x-axis: "X = CNFs per Service Chain"
9244   y-axis: "Y = Number of Service Chains"
9245   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9246   layout:
9247     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9248     layout: "plot-service-density"
9249
9250 - type: "plot"
9251   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9252   algorithm: "plot_nf_heatmap"
9253   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9254   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9255   filter: "'NIC_Intel-XL710' and
9256            'NF_DENSITY' and
9257            'DOCKER' and
9258            'CHAIN' and
9259            'NF_VPPIP4' and
9260            'IPSEC' and
9261            'TNL_1000' and
9262            'IMIX' and
9263            '4T4C' and
9264            'NDRPDR'"
9265   parameters:
9266   - "throughput"
9267   - "name"
9268   - "tags"
9269   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9270   x-axis: "X = CNFs per Service Chain"
9271   y-axis: "Y = Number of Service Chains"
9272   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9273   layout:
9274     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9275     layout: "plot-service-density"
9276
9277 ###############################################################################
9278
9279 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9280 #- type: "plot"
9281 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9282 #  algorithm: "plot_nf_heatmap"
9283 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9284 #  data: "plot-vpp-nfv-3n-skx-mrr"
9285 #  filter: "'NIC_Intel-XXV710' and
9286 #           'NF_DENSITY' and
9287 #           'DOCKER' and
9288 #           'CHAIN' and
9289 #           'NF_VPPIP4' and
9290 #           'IPSEC' and
9291 #           'TNL_10000' and
9292 #           'IMIX' and
9293 #           '2T1C' and
9294 #           'MRR'"
9295 #  parameters:
9296 #  - "result"
9297 #  - "name"
9298 #  - "tags"
9299 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9300 #  x-axis: "X = CNFs per Service Chain"
9301 #  y-axis: "Y = Number of Service Chains"
9302 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9303 #  layout:
9304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9305 #    layout: "plot-service-density"
9306 #
9307 #- type: "plot"
9308 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9309 #  algorithm: "plot_nf_heatmap"
9310 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9311 #  data: "plot-vpp-nfv-3n-skx-mrr"
9312 #  filter: "'NIC_Intel-XXV710' and
9313 #           'NF_DENSITY' and
9314 #           'DOCKER' and
9315 #           'CHAIN' and
9316 #           'NF_VPPIP4' and
9317 #           'IPSEC' and
9318 #           'TNL_10000' and
9319 #           'IMIX' and
9320 #           '4T2C' and
9321 #           'MRR'"
9322 #  parameters:
9323 #  - "result"
9324 #  - "name"
9325 #  - "tags"
9326 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9327 #  x-axis: "X = CNFs per Service Chain"
9328 #  y-axis: "Y = Number of Service Chains"
9329 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9330 #  layout:
9331 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9332 #    layout: "plot-service-density"
9333 #
9334 #- type: "plot"
9335 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9336 #  algorithm: "plot_nf_heatmap"
9337 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9338 #  data: "plot-vpp-nfv-3n-skx-mrr"
9339 #  filter: "'NIC_Intel-XXV710' and
9340 #           'NF_DENSITY' and
9341 #           'DOCKER' and
9342 #           'CHAIN' and
9343 #           'NF_VPPIP4' and
9344 #           'IPSEC' and
9345 #           'TNL_10000' and
9346 #           'IMIX' and
9347 #           '8T4C' and
9348 #           'MRR'"
9349 #  parameters:
9350 #  - "result"
9351 #  - "name"
9352 #  - "tags"
9353 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9354 #  x-axis: "X = CNFs per Service Chain"
9355 #  y-axis: "Y = Number of Service Chains"
9356 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9357 #  layout:
9358 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9359 #    layout: "plot-service-density"
9360
9361 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9362 - type: "plot"
9363   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9364   algorithm: "plot_nf_heatmap"
9365   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9366   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9367   filter: "'NIC_Intel-XXV710' and
9368            'NF_DENSITY' and
9369            'DOCKER' and
9370            'CHAIN' and
9371            'NF_VPPIP4' and
9372            'IPSEC' and
9373            'TNL_10000' and
9374            'IMIX' and
9375            '2T1C' and
9376            'NDRPDR'"
9377   parameters:
9378   - "throughput"
9379   - "name"
9380   - "tags"
9381   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9382   x-axis: "X = CNFs per Service Chain"
9383   y-axis: "Y = Number of Service Chains"
9384   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9385   layout:
9386     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9387     layout: "plot-service-density"
9388
9389 - type: "plot"
9390   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9391   algorithm: "plot_nf_heatmap"
9392   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9393   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9394   filter: "'NIC_Intel-XXV710' and
9395            'NF_DENSITY' and
9396            'DOCKER' and
9397            'CHAIN' and
9398            'NF_VPPIP4' and
9399            'IPSEC' and
9400            'TNL_10000' and
9401            'IMIX' and
9402            '4T2C' and
9403            'NDRPDR'"
9404   parameters:
9405   - "throughput"
9406   - "name"
9407   - "tags"
9408   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9409   x-axis: "X = CNFs per Service Chain"
9410   y-axis: "Y = Number of Service Chains"
9411   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9412   layout:
9413     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9414     layout: "plot-service-density"
9415
9416 - type: "plot"
9417   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9418   algorithm: "plot_nf_heatmap"
9419   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9420   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9421   filter: "'NIC_Intel-XXV710' and
9422            'NF_DENSITY' and
9423            'DOCKER' and
9424            'CHAIN' and
9425            'NF_VPPIP4' and
9426            'IPSEC' and
9427            'TNL_10000' and
9428            'IMIX' and
9429            '8T4C' and
9430            'NDRPDR'"
9431   parameters:
9432   - "throughput"
9433   - "name"
9434   - "tags"
9435   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9436   x-axis: "X = CNFs per Service Chain"
9437   y-axis: "Y = Number of Service Chains"
9438   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9439   layout:
9440     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9441     layout: "plot-service-density"
9442
9443 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9444 - type: "plot"
9445   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9446   algorithm: "plot_nf_heatmap"
9447   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9448   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9449   filter: "'NIC_Intel-XXV710' and
9450            'NF_DENSITY' and
9451            'DOCKER' and
9452            'CHAIN' and
9453            'NF_VPPIP4' and
9454            'IPSEC' and
9455            'TNL_10000' and
9456            'IMIX' and
9457            '2T1C' and
9458            'NDRPDR'"
9459   parameters:
9460   - "throughput"
9461   - "name"
9462   - "tags"
9463   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9464   x-axis: "X = CNFs per Service Chain"
9465   y-axis: "Y = Number of Service Chains"
9466   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9467   layout:
9468     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9469     layout: "plot-service-density"
9470
9471 - type: "plot"
9472   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9473   algorithm: "plot_nf_heatmap"
9474   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9475   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9476   filter: "'NIC_Intel-XXV710' and
9477            'NF_DENSITY' and
9478            'DOCKER' and
9479            'CHAIN' and
9480            'NF_VPPIP4' and
9481            'IPSEC' and
9482            'TNL_10000' and
9483            'IMIX' and
9484            '4T2C' and
9485            'NDRPDR'"
9486   parameters:
9487   - "throughput"
9488   - "name"
9489   - "tags"
9490   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9491   x-axis: "X = CNFs per Service Chain"
9492   y-axis: "Y = Number of Service Chains"
9493   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9494   layout:
9495     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9496     layout: "plot-service-density"
9497
9498 - type: "plot"
9499   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9500   algorithm: "plot_nf_heatmap"
9501   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9502   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9503   filter: "'NIC_Intel-XXV710' and
9504            'NF_DENSITY' and
9505            'DOCKER' and
9506            'CHAIN' and
9507            'NF_VPPIP4' and
9508            'IPSEC' and
9509            'TNL_10000' and
9510            'IMIX' and
9511            '8T4C' and
9512            'NDRPDR'"
9513   parameters:
9514   - "throughput"
9515   - "name"
9516   - "tags"
9517   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9518   x-axis: "X = CNFs per Service Chain"
9519   y-axis: "Y = Number of Service Chains"
9520   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9521   layout:
9522     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9523     layout: "plot-service-density"
9524
9525 ###############################################################################
9526
9527 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9528 - type: "plot"
9529   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9530   algorithm: "plot_nf_heatmap"
9531   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9532   data: "plot-vpp-nfv-3n-hsw-mrr"
9533   filter: "'NIC_Intel-XL710' and
9534            'NF_DENSITY' and
9535            'DOCKER' and
9536            'CHAIN' and
9537            'NF_VPPIP4' and
9538            'IMIX' and
9539            'TNL_10000' and
9540            '1T1C' and
9541            'MRR'"
9542   parameters:
9543   - "result"
9544   - "name"
9545   - "tags"
9546   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9547   x-axis: "X = CNFs per Service Chain"
9548   y-axis: "Y = Number of Service Chains"
9549   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9550   layout:
9551     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9552     layout: "plot-service-density"
9553
9554 - type: "plot"
9555   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9556   algorithm: "plot_nf_heatmap"
9557   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9558   data: "plot-vpp-nfv-3n-hsw-mrr"
9559   filter: "'NIC_Intel-XL710' and
9560            'NF_DENSITY' and
9561            'DOCKER' and
9562            'CHAIN' and
9563            'NF_VPPIP4' and
9564            'IPSEC' and
9565            'TNL_10000' and
9566            'IMIX' and
9567            '2T2C' and
9568            'MRR'"
9569   parameters:
9570   - "result"
9571   - "name"
9572   - "tags"
9573   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9574   x-axis: "X = CNFs per Service Chain"
9575   y-axis: "Y = Number of Service Chains"
9576   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9577   layout:
9578     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9579     layout: "plot-service-density"
9580
9581 - type: "plot"
9582   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9583   algorithm: "plot_nf_heatmap"
9584   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9585   data: "plot-vpp-nfv-3n-hsw-mrr"
9586   filter: "'NIC_Intel-XL710' and
9587            'NF_DENSITY' and
9588            'DOCKER' and
9589            'CHAIN' and
9590            'NF_VPPIP4' and
9591            'IPSEC' and
9592            'TNL_10000' and
9593            'IMIX' and
9594            '4T4C' and
9595            'MRR'"
9596   parameters:
9597   - "result"
9598   - "name"
9599   - "tags"
9600   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9601   x-axis: "X = CNFs per Service Chain"
9602   y-axis: "Y = Number of Service Chains"
9603   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9604   layout:
9605     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9606     layout: "plot-service-density"
9607
9608 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9609 - type: "plot"
9610   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9611   algorithm: "plot_nf_heatmap"
9612   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9613   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9614   filter: "'NIC_Intel-XL710' and
9615            'NF_DENSITY' and
9616            'DOCKER' and
9617            'CHAIN' and
9618            'NF_VPPIP4' and
9619            'IPSEC' and
9620            'TNL_10000' and
9621            'IMIX' and
9622            '1T1C' and
9623            'NDRPDR'"
9624   parameters:
9625   - "throughput"
9626   - "name"
9627   - "tags"
9628   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9629   x-axis: "X = CNFs per Service Chain"
9630   y-axis: "Y = Number of Service Chains"
9631   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9632   layout:
9633     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9634     layout: "plot-service-density"
9635
9636 - type: "plot"
9637   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9638   algorithm: "plot_nf_heatmap"
9639   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9640   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9641   filter: "'NIC_Intel-XL710' and
9642            'NF_DENSITY' and
9643            'DOCKER' and
9644            'CHAIN' and
9645            'NF_VPPIP4' and
9646            'IPSEC' and
9647            'TNL_10000' and
9648            'IMIX' and
9649            '2T2C' and
9650            'NDRPDR'"
9651   parameters:
9652   - "throughput"
9653   - "name"
9654   - "tags"
9655   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9656   x-axis: "X = CNFs per Service Chain"
9657   y-axis: "Y = Number of Service Chains"
9658   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9659   layout:
9660     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9661     layout: "plot-service-density"
9662
9663 - type: "plot"
9664   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9665   algorithm: "plot_nf_heatmap"
9666   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9667   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9668   filter: "'NIC_Intel-XL710' and
9669            'NF_DENSITY' and
9670            'DOCKER' and
9671            'CHAIN' and
9672            'NF_VPPIP4' and
9673            'IPSEC' and
9674            'TNL_10000' and
9675            'IMIX' and
9676            '4T4C' and
9677            'NDRPDR'"
9678   parameters:
9679   - "throughput"
9680   - "name"
9681   - "tags"
9682   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9683   x-axis: "X = CNFs per Service Chain"
9684   y-axis: "Y = Number of Service Chains"
9685   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9686   layout:
9687     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9688     layout: "plot-service-density"
9689
9690 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9691 - type: "plot"
9692   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9693   algorithm: "plot_nf_heatmap"
9694   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9695   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9696   filter: "'NIC_Intel-XL710' and
9697            'NF_DENSITY' and
9698            'DOCKER' and
9699            'CHAIN' and
9700            'NF_VPPIP4' and
9701            'IPSEC' and
9702            'TNL_10000' and
9703            'IMIX' and
9704            '1T1C' and
9705            'NDRPDR'"
9706   parameters:
9707   - "throughput"
9708   - "name"
9709   - "tags"
9710   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9711   x-axis: "X = CNFs per Service Chain"
9712   y-axis: "Y = Number of Service Chains"
9713   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9714   layout:
9715     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9716     layout: "plot-service-density"
9717
9718 - type: "plot"
9719   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9720   algorithm: "plot_nf_heatmap"
9721   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9722   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9723   filter: "'NIC_Intel-XL710' and
9724            'NF_DENSITY' and
9725            'DOCKER' and
9726            'CHAIN' and
9727            'NF_VPPIP4' and
9728            'IPSEC' and
9729            'TNL_10000' and
9730            'IMIX' and
9731            '2T2C' and
9732            'NDRPDR'"
9733   parameters:
9734   - "throughput"
9735   - "name"
9736   - "tags"
9737   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9738   x-axis: "X = CNFs per Service Chain"
9739   y-axis: "Y = Number of Service Chains"
9740   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9741   layout:
9742     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9743     layout: "plot-service-density"
9744
9745 - type: "plot"
9746   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9747   algorithm: "plot_nf_heatmap"
9748   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9749   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9750   filter: "'NIC_Intel-XL710' and
9751            'NF_DENSITY' and
9752            'DOCKER' and
9753            'CHAIN' and
9754            'NF_VPPIP4' and
9755            'IPSEC' and
9756            'TNL_10000' and
9757            'IMIX' and
9758            '4T4C' and
9759            'NDRPDR'"
9760   parameters:
9761   - "throughput"
9762   - "name"
9763   - "tags"
9764   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9765   x-axis: "X = CNFs per Service Chain"
9766   y-axis: "Y = Number of Service Chains"
9767   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9768   layout:
9769     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9770     layout: "plot-service-density"
9771
9772 ###############################################################################
9773
9774 # Plots - NF Density - CSP - MRR 64b
9775
9776 #- type: "plot"
9777 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9778 #  algorithm: "plot_nf_heatmap"
9779 #  output-file-type: ".html"
9780 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9781 #  data: "plot-vpp-nfv-2n-skx-mrr"
9782 #  filter: "'NIC_Intel-XXV710' and
9783 #           'NF_DENSITY' and
9784 #           'DOCKER' and
9785 #           'PIPELINE' and
9786 #           'NF_VPPIP4' and
9787 #           '64B' and
9788 #           '2T1C' and
9789 #           'MRR'"
9790 #  parameters:
9791 #  - "result"
9792 #  - "name"
9793 #  - "tags"
9794 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9795 #  x-axis: "X = CNFs per Service Pipeline"
9796 #  y-axis: "Y = Number of Service Pipelines"
9797 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9798 #  layout:
9799 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9800 #    layout: "plot-service-density"
9801 #
9802 #- type: "plot"
9803 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9804 #  algorithm: "plot_nf_heatmap"
9805 #  output-file-type: ".html"
9806 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9807 #  data: "plot-vpp-nfv-2n-skx-mrr"
9808 #  filter: "'NIC_Intel-XXV710' and
9809 #           'NF_DENSITY' and
9810 #           'DOCKER' and
9811 #           'PIPELINE' and
9812 #           'NF_VPPIP4' and
9813 #           '64B' and
9814 #           '4T2C' and
9815 #           'MRR'"
9816 #  parameters:
9817 #  - "result"
9818 #  - "name"
9819 #  - "tags"
9820 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9821 #  x-axis: "X = CNFs per Service Pipeline"
9822 #  y-axis: "Y = Number of Service Pipelines"
9823 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9824 #  layout:
9825 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9826 #    layout: "plot-service-density"
9827 #
9828 #- type: "plot"
9829 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9830 #  algorithm: "plot_nf_heatmap"
9831 #  output-file-type: ".html"
9832 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9833 #  data: "plot-vpp-nfv-2n-skx-mrr"
9834 #  filter: "'NIC_Intel-XXV710' and
9835 #           'NF_DENSITY' and
9836 #           'DOCKER' and
9837 #           'PIPELINE' and
9838 #           'NF_VPPIP4' and
9839 #           '64B' and
9840 #           '8T4C' and
9841 #           'MRR'"
9842 #  parameters:
9843 #  - "result"
9844 #  - "name"
9845 #  - "tags"
9846 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9847 #  x-axis: "X = CNFs per Service Pipeline"
9848 #  y-axis: "Y = Number of Service Pipelines"
9849 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9850 #  layout:
9851 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9852 #    layout: "plot-service-density"
9853 #
9854 ## Plots - NF Density - CSP - MRR IMIX
9855 #- type: "plot"
9856 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9857 #  algorithm: "plot_nf_heatmap"
9858 #  output-file-type: ".html"
9859 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9860 #  data: "plot-vpp-nfv-2n-skx-mrr"
9861 #  filter: "'NIC_Intel-XXV710' and
9862 #           'NF_DENSITY' and
9863 #           'DOCKER' and
9864 #           'PIPELINE' and
9865 #           'NF_VPPIP4' and
9866 #           'IMIX' and
9867 #           '2T1C' and
9868 #           'MRR'"
9869 #  parameters:
9870 #  - "result"
9871 #  - "name"
9872 #  - "tags"
9873 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9874 #  x-axis: "X = CNFs per Service Pipeline"
9875 #  y-axis: "Y = Number of Service Pipelines"
9876 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9877 #  layout:
9878 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9879 #    layout: "plot-service-density"
9880 #
9881 #- type: "plot"
9882 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9883 #  algorithm: "plot_nf_heatmap"
9884 #  output-file-type: ".html"
9885 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9886 #  data: "plot-vpp-nfv-2n-skx-mrr"
9887 #  filter: "'NIC_Intel-XXV710' and
9888 #           'NF_DENSITY' and
9889 #           'DOCKER' and
9890 #           'PIPELINE' and
9891 #           'NF_VPPIP4' and
9892 #           'IMIX' and
9893 #           '4T2C' and
9894 #           'MRR'"
9895 #  parameters:
9896 #  - "result"
9897 #  - "name"
9898 #  - "tags"
9899 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9900 #  x-axis: "X = CNFs per Service Pipeline"
9901 #  y-axis: "Y = Number of Service Pipelines"
9902 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9903 #  layout:
9904 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9905 #    layout: "plot-service-density"
9906 #
9907 #- type: "plot"
9908 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9909 #  algorithm: "plot_nf_heatmap"
9910 #  output-file-type: ".html"
9911 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9912 #  data: "plot-vpp-nfv-2n-skx-mrr"
9913 #  filter: "'NIC_Intel-XXV710' and
9914 #           'NF_DENSITY' and
9915 #           'DOCKER' and
9916 #           'PIPELINE' and
9917 #           'NF_VPPIP4' and
9918 #           'IMIX' and
9919 #           '8T4C' and
9920 #           'MRR'"
9921 #  parameters:
9922 #  - "result"
9923 #  - "name"
9924 #  - "tags"
9925 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9926 #  x-axis: "X = CNFs per Service Pipeline"
9927 #  y-axis: "Y = Number of Service Pipelines"
9928 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9929 #  layout:
9930 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9931 #    layout: "plot-service-density"
9932 #
9933 ## Plots - NF Density - CSP - NDR 64b
9934 #- type: "plot"
9935 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9936 #  algorithm: "plot_nf_heatmap"
9937 #  output-file-type: ".html"
9938 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9939 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9940 #  filter: "'NIC_Intel-XXV710' and
9941 #           'NF_DENSITY' and
9942 #           'DOCKER' and
9943 #           'PIPELINE' and
9944 #           'NF_VPPIP4' and
9945 #           '64B' and
9946 #           '2T1C' and
9947 #           'NDRPDR'"
9948 #  parameters:
9949 #  - "throughput"
9950 #  - "name"
9951 #  - "tags"
9952 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9953 #  x-axis: "X = CNFs per Service Pipeline"
9954 #  y-axis: "Y = Number of Service Pipelines"
9955 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9956 #  layout:
9957 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9958 #    layout: "plot-service-density"
9959 #
9960 #- type: "plot"
9961 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9962 #  algorithm: "plot_nf_heatmap"
9963 #  output-file-type: ".html"
9964 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9965 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9966 #  filter: "'NIC_Intel-XXV710' and
9967 #           'NF_DENSITY' and
9968 #           'DOCKER' and
9969 #           'PIPELINE' and
9970 #           'NF_VPPIP4' and
9971 #           '64B' and
9972 #           '4T2C' and
9973 #           'NDRPDR'"
9974 #  parameters:
9975 #  - "throughput"
9976 #  - "name"
9977 #  - "tags"
9978 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9979 #  x-axis: "X = CNFs per Service Pipeline"
9980 #  y-axis: "Y = Number of Service Pipelines"
9981 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9982 #  layout:
9983 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9984 #    layout: "plot-service-density"
9985 #
9986 #- type: "plot"
9987 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9988 #  algorithm: "plot_nf_heatmap"
9989 #  output-file-type: ".html"
9990 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9991 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9992 #  filter: "'NIC_Intel-XXV710' and
9993 #           'NF_DENSITY' and
9994 #           'DOCKER' and
9995 #           'PIPELINE' and
9996 #           'NF_VPPIP4' and
9997 #           '64B' and
9998 #           '8T4C' and
9999 #           'NDRPDR'"
10000 #  parameters:
10001 #  - "throughput"
10002 #  - "name"
10003 #  - "tags"
10004 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10005 #  x-axis: "X = CNFs per Service Pipeline"
10006 #  y-axis: "Y = Number of Service Pipelines"
10007 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10008 #  layout:
10009 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10010 #    layout: "plot-service-density"
10011 #
10012 ## Plots - NF Density - CSP - NDR IMIX
10013 #- type: "plot"
10014 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10015 #  algorithm: "plot_nf_heatmap"
10016 #  output-file-type: ".html"
10017 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10018 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10019 #  filter: "'NIC_Intel-XXV710' and
10020 #           'NF_DENSITY' and
10021 #           'DOCKER' and
10022 #           'PIPELINE' and
10023 #           'NF_VPPIP4' and
10024 #           'IMIX' and
10025 #           '2T1C' and
10026 #           'NDRPDR'"
10027 #  parameters:
10028 #  - "throughput"
10029 #  - "name"
10030 #  - "tags"
10031 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10032 #  x-axis: "X = CNFs per Service Pipeline"
10033 #  y-axis: "Y = Number of Service Pipelines"
10034 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10035 #  layout:
10036 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10037 #    layout: "plot-service-density"
10038 #
10039 #- type: "plot"
10040 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10041 #  algorithm: "plot_nf_heatmap"
10042 #  output-file-type: ".html"
10043 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10044 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10045 #  filter: "'NIC_Intel-XXV710' and
10046 #           'NF_DENSITY' and
10047 #           'DOCKER' and
10048 #           'PIPELINE' and
10049 #           'NF_VPPIP4' and
10050 #           'IMIX' and
10051 #           '4T2C' and
10052 #           'NDRPDR'"
10053 #  parameters:
10054 #  - "throughput"
10055 #  - "name"
10056 #  - "tags"
10057 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10058 #  x-axis: "X = CNFs per Service Pipeline"
10059 #  y-axis: "Y = Number of Service Pipelines"
10060 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10061 #  layout:
10062 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10063 #    layout: "plot-service-density"
10064 #
10065 #- type: "plot"
10066 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10067 #  algorithm: "plot_nf_heatmap"
10068 #  output-file-type: ".html"
10069 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10070 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10071 #  filter: "'NIC_Intel-XXV710' and
10072 #           'NF_DENSITY' and
10073 #           'DOCKER' and
10074 #           'PIPELINE' and
10075 #           'NF_VPPIP4' and
10076 #           'IMIX' and
10077 #           '8T4C' and
10078 #           'NDRPDR'"
10079 #  parameters:
10080 #  - "throughput"
10081 #  - "name"
10082 #  - "tags"
10083 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10084 #  x-axis: "X = CNFs per Service Pipeline"
10085 #  y-axis: "Y = Number of Service Pipelines"
10086 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10087 #  layout:
10088 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10089 #    layout: "plot-service-density"
10090 #
10091 ## Plots - NF Density - CSP - PDR 64b
10092 #- type: "plot"
10093 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10094 #  algorithm: "plot_nf_heatmap"
10095 #  output-file-type: ".html"
10096 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10097 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10098 #  filter: "'NIC_Intel-XXV710' and
10099 #           'NF_DENSITY' and
10100 #           'DOCKER' and
10101 #           'PIPELINE' and
10102 #           'NF_VPPIP4' and
10103 #           '64B' and
10104 #           '2T1C' and
10105 #           'NDRPDR'"
10106 #  parameters:
10107 #  - "throughput"
10108 #  - "name"
10109 #  - "tags"
10110 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10111 #  x-axis: "X = CNFs per Service Pipeline"
10112 #  y-axis: "Y = Number of Service Pipelines"
10113 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10114 #  layout:
10115 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10116 #    layout: "plot-service-density"
10117 #
10118 #- type: "plot"
10119 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10120 #  algorithm: "plot_nf_heatmap"
10121 #  output-file-type: ".html"
10122 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10123 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10124 #  filter: "'NIC_Intel-XXV710' and
10125 #           'NF_DENSITY' and
10126 #           'DOCKER' and
10127 #           'PIPELINE' and
10128 #           'NF_VPPIP4' and
10129 #           '64B' and
10130 #           '4T2C' and
10131 #           'NDRPDR'"
10132 #  parameters:
10133 #  - "throughput"
10134 #  - "name"
10135 #  - "tags"
10136 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10137 #  x-axis: "X = CNFs per Service Pipeline"
10138 #  y-axis: "Y = Number of Service Pipelines"
10139 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10140 #  layout:
10141 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10142 #    layout: "plot-service-density"
10143 #
10144 #- type: "plot"
10145 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10146 #  algorithm: "plot_nf_heatmap"
10147 #  output-file-type: ".html"
10148 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10149 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10150 #  filter: "'NIC_Intel-XXV710' and
10151 #           'NF_DENSITY' and
10152 #           'DOCKER' and
10153 #           'PIPELINE' and
10154 #           'NF_VPPIP4' and
10155 #           '64B' and
10156 #           '8T4C' and
10157 #           'NDRPDR'"
10158 #  parameters:
10159 #  - "throughput"
10160 #  - "name"
10161 #  - "tags"
10162 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10163 #  x-axis: "X = CNFs per Service Pipeline"
10164 #  y-axis: "Y = Number of Service Pipelines"
10165 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10166 #  layout:
10167 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10168 #    layout: "plot-service-density"
10169 #
10170 ## Plots - NF Density - CSP - PDR IMIX
10171 #- type: "plot"
10172 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10173 #  algorithm: "plot_nf_heatmap"
10174 #  output-file-type: ".html"
10175 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10176 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10177 #  filter: "'NIC_Intel-XXV710' and
10178 #           'NF_DENSITY' and
10179 #           'DOCKER' and
10180 #           'PIPELINE' and
10181 #           'NF_VPPIP4' and
10182 #           'IMIX' and
10183 #           '2T1C' and
10184 #           'NDRPDR'"
10185 #  parameters:
10186 #  - "throughput"
10187 #  - "name"
10188 #  - "tags"
10189 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10190 #  x-axis: "X = CNFs per Service Pipeline"
10191 #  y-axis: "Y = Number of Service Pipelines"
10192 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10193 #  layout:
10194 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10195 #    layout: "plot-service-density"
10196 #
10197 #- type: "plot"
10198 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10199 #  algorithm: "plot_nf_heatmap"
10200 #  output-file-type: ".html"
10201 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10202 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10203 #  filter: "'NIC_Intel-XXV710' and
10204 #           'NF_DENSITY' and
10205 #           'DOCKER' and
10206 #           'PIPELINE' and
10207 #           'NF_VPPIP4' and
10208 #           'IMIX' and
10209 #           '4T2C' and
10210 #           'NDRPDR'"
10211 #  parameters:
10212 #  - "throughput"
10213 #  - "name"
10214 #  - "tags"
10215 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10216 #  x-axis: "X = CNFs per Service Pipeline"
10217 #  y-axis: "Y = Number of Service Pipelines"
10218 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10219 #  layout:
10220 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10221 #    layout: "plot-service-density"
10222 #
10223 #- type: "plot"
10224 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10225 #  algorithm: "plot_nf_heatmap"
10226 #  output-file-type: ".html"
10227 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10228 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10229 #  filter: "'NIC_Intel-XXV710' and
10230 #           'NF_DENSITY' and
10231 #           'DOCKER' and
10232 #           'PIPELINE' and
10233 #           'NF_VPPIP4' and
10234 #           'IMIX' and
10235 #           '8T4C' and
10236 #           'NDRPDR'"
10237 #  parameters:
10238 #  - "throughput"
10239 #  - "name"
10240 #  - "tags"
10241 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10242 #  x-axis: "X = CNFs per Service Pipeline"
10243 #  y-axis: "Y = Number of Service Pipelines"
10244 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10245 #  layout:
10246 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10247 #    layout: "plot-service-density"
10248
10249 ###############################################################################
10250 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10251
10252 - type: "plot"
10253   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10254   algorithm: "plot_nf_heatmap"
10255   output-file-type: ".html"
10256   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10257   data: "plot-vpp-nfv-2n-clx-mrr"
10258   filter: "'NIC_Intel-XXV710' and
10259            'NF_DENSITY' and
10260            'VHOST' and
10261            not 'VXLAN' and
10262            'CHAIN' and
10263            'NF_VPPIP4' and
10264            'IMIX' and
10265            '2T1C' and
10266            'MRR'"
10267   parameters:
10268   - "result"
10269   - "name"
10270   - "tags"
10271   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10272   x-axis: "X = VNFs per Service Chain"
10273   y-axis: "Y = Number of Service Chains"
10274   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10275   layout:
10276     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10277     layout: "plot-service-density"
10278
10279 - type: "plot"
10280   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10281   algorithm: "plot_nf_heatmap"
10282   output-file-type: ".html"
10283   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10284   data: "plot-vpp-nfv-2n-clx-mrr"
10285   filter: "'NIC_Intel-XXV710' and
10286            'NF_DENSITY' and
10287            'VHOST' and
10288            not 'VXLAN' and
10289            'CHAIN' and
10290            'NF_VPPIP4' and
10291            'IMIX' and
10292            '4T2C' and
10293            'MRR'"
10294   parameters:
10295   - "result"
10296   - "name"
10297   - "tags"
10298   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10299   x-axis: "X = VNFs per Service Chain"
10300   y-axis: "Y = Number of Service Chains"
10301   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10302   layout:
10303     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10304     layout: "plot-service-density"
10305
10306 - type: "plot"
10307   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10308   algorithm: "plot_nf_heatmap"
10309   output-file-type: ".html"
10310   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10311   data: "plot-vpp-nfv-2n-clx-mrr"
10312   filter: "'NIC_Intel-XXV710' and
10313            'NF_DENSITY' and
10314            'VHOST' and
10315            not 'VXLAN' and
10316            'CHAIN' and
10317            'NF_VPPIP4' and
10318            'IMIX' and
10319            '8T4C' and
10320            'MRR'"
10321   parameters:
10322   - "result"
10323   - "name"
10324   - "tags"
10325   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10326   x-axis: "X = VNFs per Service Chain"
10327   y-axis: "Y = Number of Service Chains"
10328   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10329   layout:
10330     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10331     layout: "plot-service-density"
10332
10333 # Plots - NF Density - VSC - NDR IMIX
10334 - type: "plot"
10335   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10336   algorithm: "plot_nf_heatmap"
10337   output-file-type: ".html"
10338   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10339   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10340   filter: "'NIC_Intel-XXV710' and
10341            'NF_DENSITY' and
10342            'VHOST' and
10343            not 'VXLAN' and
10344            'CHAIN' and
10345            'NF_VPPIP4' and
10346            'IMIX' and
10347            '2T1C' and
10348            'NDRPDR'"
10349   parameters:
10350   - "throughput"
10351   - "name"
10352   - "tags"
10353   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10354   x-axis: "X = VNFs per Service Chain"
10355   y-axis: "Y = Number of Service Chains"
10356   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10357   layout:
10358     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10359     layout: "plot-service-density"
10360
10361 - type: "plot"
10362   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10363   algorithm: "plot_nf_heatmap"
10364   output-file-type: ".html"
10365   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10366   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10367   filter: "'NIC_Intel-XXV710' and
10368            'NF_DENSITY' and
10369            'VHOST' and
10370            not 'VXLAN' and
10371            'CHAIN' and
10372            'NF_VPPIP4' and
10373            'IMIX' and
10374            '4T2C' and
10375            'NDRPDR'"
10376   parameters:
10377   - "throughput"
10378   - "name"
10379   - "tags"
10380   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10381   x-axis: "X = VNFs per Service Chain"
10382   y-axis: "Y = Number of Service Chains"
10383   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10384   layout:
10385     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10386     layout: "plot-service-density"
10387
10388 - type: "plot"
10389   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10390   algorithm: "plot_nf_heatmap"
10391   output-file-type: ".html"
10392   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10393   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10394   filter: "'NIC_Intel-XXV710' and
10395            'NF_DENSITY' and
10396            'VHOST' and
10397            not 'VXLAN' and
10398            'CHAIN' and
10399            'NF_VPPIP4' and
10400            'IMIX' and
10401            '8T4C' and
10402            'NDRPDR'"
10403   parameters:
10404   - "throughput"
10405   - "name"
10406   - "tags"
10407   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10408   x-axis: "X = VNFs per Service Chain"
10409   y-axis: "Y = Number of Service Chains"
10410   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10411   layout:
10412     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10413     layout: "plot-service-density"
10414
10415 # Plots - NF Density - VSC - PDR IMIX
10416 - type: "plot"
10417   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10418   algorithm: "plot_nf_heatmap"
10419   output-file-type: ".html"
10420   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10421   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10422   filter: "'NIC_Intel-XXV710' and
10423            'NF_DENSITY' and
10424            'VHOST' and
10425            not 'VXLAN' and
10426            'CHAIN' and
10427            'NF_VPPIP4' and
10428            'IMIX' and
10429            '2T1C' and
10430            'NDRPDR'"
10431   parameters:
10432   - "throughput"
10433   - "name"
10434   - "tags"
10435   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10436   x-axis: "X = VNFs per Service Chain"
10437   y-axis: "Y = Number of Service Chains"
10438   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10439   layout:
10440     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10441     layout: "plot-service-density"
10442
10443 - type: "plot"
10444   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10445   algorithm: "plot_nf_heatmap"
10446   output-file-type: ".html"
10447   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10448   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10449   filter: "'NIC_Intel-XXV710' and
10450            'NF_DENSITY' and
10451            'VHOST' and
10452            not 'VXLAN' and
10453            'CHAIN' and
10454            'NF_VPPIP4' and
10455            'IMIX' and
10456            '4T2C' and
10457            'NDRPDR'"
10458   parameters:
10459   - "throughput"
10460   - "name"
10461   - "tags"
10462   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10463   x-axis: "X = VNFs per Service Chain"
10464   y-axis: "Y = Number of Service Chains"
10465   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10466   layout:
10467     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10468     layout: "plot-service-density"
10469
10470 - type: "plot"
10471   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10472   algorithm: "plot_nf_heatmap"
10473   output-file-type: ".html"
10474   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10475   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10476   filter: "'NIC_Intel-XXV710' and
10477            'NF_DENSITY' and
10478            'VHOST' and
10479            not 'VXLAN' and
10480            'CHAIN' and
10481            'NF_VPPIP4' and
10482            'IMIX' and
10483            '8T4C' and
10484            'NDRPDR'"
10485   parameters:
10486   - "throughput"
10487   - "name"
10488   - "tags"
10489   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10490   x-axis: "X = VNFs per Service Chain"
10491   y-axis: "Y = Number of Service Chains"
10492   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10493   layout:
10494     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10495     layout: "plot-service-density"
10496
10497 # Plots - NF Density - VSC - MRR IMIX
10498 - type: "plot"
10499   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10500   algorithm: "plot_nf_heatmap"
10501   output-file-type: ".html"
10502   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10503   data: "plot-vpp-nfv-2n-clx-mrr"
10504   filter: "'NIC_Intel-XXV710' and
10505            'NF_DENSITY' and
10506            'VHOST' and
10507            'VXLAN' and
10508            'CHAIN' and
10509            'IMIX' and
10510            '2T1C' and
10511            'MRR'"
10512   parameters:
10513   - "result"
10514   - "name"
10515   - "tags"
10516   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10517   x-axis: "X = VNFs per Service Chain"
10518   y-axis: "Y = Number of Service Chains"
10519   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10520   layout:
10521     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10522     layout: "plot-service-density"
10523
10524 - type: "plot"
10525   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10526   algorithm: "plot_nf_heatmap"
10527   output-file-type: ".html"
10528   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10529   data: "plot-vpp-nfv-2n-clx-mrr"
10530   filter: "'NIC_Intel-XXV710' and
10531            'NF_DENSITY' and
10532            'VHOST' and
10533            'VXLAN' and
10534            'CHAIN' and
10535            'IMIX' and
10536            '4T2C' and
10537            'MRR'"
10538   parameters:
10539   - "result"
10540   - "name"
10541   - "tags"
10542   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10543   x-axis: "X = VNFs per Service Chain"
10544   y-axis: "Y = Number of Service Chains"
10545   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10546   layout:
10547     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10548     layout: "plot-service-density"
10549
10550 - type: "plot"
10551   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10552   algorithm: "plot_nf_heatmap"
10553   output-file-type: ".html"
10554   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10555   data: "plot-vpp-nfv-2n-clx-mrr"
10556   filter: "'NIC_Intel-XXV710' and
10557            'NF_DENSITY' and
10558            'VHOST' and
10559            'VXLAN' and
10560            'CHAIN' and
10561            'IMIX' and
10562            '8T4C' and
10563            'MRR'"
10564   parameters:
10565   - "result"
10566   - "name"
10567   - "tags"
10568   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10569   x-axis: "X = VNFs per Service Chain"
10570   y-axis: "Y = Number of Service Chains"
10571   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10572   layout:
10573     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10574     layout: "plot-service-density"
10575
10576 # Plots - NF Density - VSC - NDR IMIX
10577 - type: "plot"
10578   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10579   algorithm: "plot_nf_heatmap"
10580   output-file-type: ".html"
10581   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10582   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10583   filter: "'NIC_Intel-XXV710' and
10584            'NF_DENSITY' and
10585            'VHOST' and
10586            'VXLAN' and
10587            'CHAIN' a
10588            'IMIX' and
10589            '2T1C' and
10590            'NDRPDR'"
10591   parameters:
10592   - "throughput"
10593   - "name"
10594   - "tags"
10595   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10596   x-axis: "X = VNFs per Service Chain"
10597   y-axis: "Y = Number of Service Chains"
10598   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10599   layout:
10600     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10601     layout: "plot-service-density"
10602
10603 - type: "plot"
10604   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10605   algorithm: "plot_nf_heatmap"
10606   output-file-type: ".html"
10607   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10608   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10609   filter: "'NIC_Intel-XXV710' and
10610            'NF_DENSITY' and
10611            'VHOST' and
10612            'VXLAN' and
10613            'CHAIN' and
10614            'IMIX' and
10615            '4T2C' and
10616            'NDRPDR'"
10617   parameters:
10618   - "throughput"
10619   - "name"
10620   - "tags"
10621   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10622   x-axis: "X = VNFs per Service Chain"
10623   y-axis: "Y = Number of Service Chains"
10624   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10625   layout:
10626     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10627     layout: "plot-service-density"
10628
10629 - type: "plot"
10630   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10631   algorithm: "plot_nf_heatmap"
10632   output-file-type: ".html"
10633   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10634   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10635   filter: "'NIC_Intel-XXV710' and
10636            'NF_DENSITY' and
10637            'VHOST' and
10638            'VXLAN' and
10639            'CHAIN' and
10640            'IMIX' and
10641            '8T4C' and
10642            'NDRPDR'"
10643   parameters:
10644   - "throughput"
10645   - "name"
10646   - "tags"
10647   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10648   x-axis: "X = VNFs per Service Chain"
10649   y-axis: "Y = Number of Service Chains"
10650   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10651   layout:
10652     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10653     layout: "plot-service-density"
10654
10655 # Plots - NF Density - VSC - PDR IMIX
10656 - type: "plot"
10657   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10658   algorithm: "plot_nf_heatmap"
10659   output-file-type: ".html"
10660   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10661   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10662   filter: "'NIC_Intel-XXV710' and
10663            'NF_DENSITY' and
10664            'VHOST' and
10665            'VXLAN' and
10666            'CHAIN' and
10667            'IMIX' and
10668            '2T1C' and
10669            'NDRPDR'"
10670   parameters:
10671   - "throughput"
10672   - "name"
10673   - "tags"
10674   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10675   x-axis: "X = VNFs per Service Chain"
10676   y-axis: "Y = Number of Service Chains"
10677   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10678   layout:
10679     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10680     layout: "plot-service-density"
10681
10682 - type: "plot"
10683   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10684   algorithm: "plot_nf_heatmap"
10685   output-file-type: ".html"
10686   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10687   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10688   filter: "'NIC_Intel-XXV710' and
10689            'NF_DENSITY' and
10690            'VHOST' and
10691            'VXLAN' and
10692            'CHAIN' and
10693            'IMIX' and
10694            '4T2C' and
10695            'NDRPDR'"
10696   parameters:
10697   - "throughput"
10698   - "name"
10699   - "tags"
10700   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10701   x-axis: "X = VNFs per Service Chain"
10702   y-axis: "Y = Number of Service Chains"
10703   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10704   layout:
10705     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10706     layout: "plot-service-density"
10707
10708 - type: "plot"
10709   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10710   algorithm: "plot_nf_heatmap"
10711   output-file-type: ".html"
10712   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10713   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10714   filter: "'NIC_Intel-XXV710' and
10715            'NF_DENSITY' and
10716            'VHOST' and
10717            'VXLAN' and
10718            'CHAIN' and
10719            'IMIX' and
10720            '8T4C' and
10721            'NDRPDR'"
10722   parameters:
10723   - "throughput"
10724   - "name"
10725   - "tags"
10726   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10727   x-axis: "X = VNFs per Service Chain"
10728   y-axis: "Y = Number of Service Chains"
10729   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10730   layout:
10731     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10732     layout: "plot-service-density"
10733
10734 # Plots - NF Density - CSC - MRR IMIX
10735 - type: "plot"
10736   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10737   algorithm: "plot_nf_heatmap"
10738   output-file-type: ".html"
10739   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10740   data: "plot-vpp-nfv-2n-clx-mrr"
10741   filter: "'NIC_Intel-XXV710' and
10742            'NF_DENSITY' and
10743            'DOCKER' and
10744            'CHAIN' and
10745            'NF_VPPIP4' and
10746            'IMIX' and
10747            '2T1C' and
10748            'MRR'"
10749   parameters:
10750   - "result"
10751   - "name"
10752   - "tags"
10753   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10754   x-axis: "X = CNFs per Service Chain"
10755   y-axis: "Y = Number of Service Chains"
10756   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10757   layout:
10758     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10759     layout: "plot-service-density"
10760
10761 - type: "plot"
10762   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10763   algorithm: "plot_nf_heatmap"
10764   output-file-type: ".html"
10765   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10766   data: "plot-vpp-nfv-2n-clx-mrr"
10767   filter: "'NIC_Intel-XXV710' and
10768            'NF_DENSITY' and
10769            'DOCKER' and
10770            'CHAIN' and
10771            'NF_VPPIP4' and
10772            'IMIX' and
10773            '4T2C' and
10774            'MRR'"
10775   parameters:
10776   - "result"
10777   - "name"
10778   - "tags"
10779   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10780   x-axis: "X = CNFs per Service Chain"
10781   y-axis: "Y = Number of Service Chains"
10782   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10783   layout:
10784     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10785     layout: "plot-service-density"
10786
10787 - type: "plot"
10788   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10789   algorithm: "plot_nf_heatmap"
10790   output-file-type: ".html"
10791   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10792   data: "plot-vpp-nfv-2n-clx-mrr"
10793   filter: "'NIC_Intel-XXV710' and
10794            'NF_DENSITY' and
10795            'DOCKER' and
10796            'CHAIN' and
10797            'NF_VPPIP4' and
10798            'IMIX' and
10799            '8T4C' and
10800            'MRR'"
10801   parameters:
10802   - "result"
10803   - "name"
10804   - "tags"
10805   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10806   x-axis: "X = CNFs per Service Chain"
10807   y-axis: "Y = Number of Service Chains"
10808   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10809   layout:
10810     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10811     layout: "plot-service-density"
10812
10813 # Plots - NF Density - CSC - NDR IMIX
10814 - type: "plot"
10815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10816   algorithm: "plot_nf_heatmap"
10817   output-file-type: ".html"
10818   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10819   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10820   filter: "'NIC_Intel-XXV710' and
10821            'NF_DENSITY' and
10822            'DOCKER' and
10823            'CHAIN' and
10824            'NF_VPPIP4' and
10825            'IMIX' and
10826            '2T1C' and
10827            'NDRPDR'"
10828   parameters:
10829   - "throughput"
10830   - "name"
10831   - "tags"
10832   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10833   x-axis: "X = CNFs per Service Chain"
10834   y-axis: "Y = Number of Service Chains"
10835   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10836   layout:
10837     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10838     layout: "plot-service-density"
10839
10840 - type: "plot"
10841   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10842   algorithm: "plot_nf_heatmap"
10843   output-file-type: ".html"
10844   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10845   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10846   filter: "'NIC_Intel-XXV710' and
10847            'NF_DENSITY' and
10848            'DOCKER' and
10849            'CHAIN' and
10850            'NF_VPPIP4' and
10851            'IMIX' and
10852            '4T2C' and
10853            'NDRPDR'"
10854   parameters:
10855   - "throughput"
10856   - "name"
10857   - "tags"
10858   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10859   x-axis: "X = CNFs per Service Chain"
10860   y-axis: "Y = Number of Service Chains"
10861   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10862   layout:
10863     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10864     layout: "plot-service-density"
10865
10866 - type: "plot"
10867   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10868   algorithm: "plot_nf_heatmap"
10869   output-file-type: ".html"
10870   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10871   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10872   filter: "'NIC_Intel-XXV710' and
10873            'NF_DENSITY' and
10874            'DOCKER' and
10875            'CHAIN' and
10876            'NF_VPPIP4' and
10877            'IMIX' and
10878            '8T4C' and
10879            'NDRPDR'"
10880   parameters:
10881   - "throughput"
10882   - "name"
10883   - "tags"
10884   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10885   x-axis: "X = CNFs per Service Chain"
10886   y-axis: "Y = Number of Service Chains"
10887   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10888   layout:
10889     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10890     layout: "plot-service-density"
10891
10892 # Plots - NF Density - CSC - PDR IMIX
10893 - type: "plot"
10894   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10895   algorithm: "plot_nf_heatmap"
10896   output-file-type: ".html"
10897   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10898   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10899   filter: "'NIC_Intel-XXV710' and
10900            'NF_DENSITY' and
10901            'DOCKER' and
10902            'CHAIN' and
10903            'NF_VPPIP4' and
10904            'IMIX' and
10905            '2T1C' and
10906            'NDRPDR'"
10907   parameters:
10908   - "throughput"
10909   - "name"
10910   - "tags"
10911   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10912   x-axis: "X = CNFs per Service Chain"
10913   y-axis: "Y = Number of Service Chains"
10914   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10915   layout:
10916     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10917     layout: "plot-service-density"
10918
10919 - type: "plot"
10920   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10921   algorithm: "plot_nf_heatmap"
10922   output-file-type: ".html"
10923   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10924   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10925   filter: "'NIC_Intel-XXV710' and
10926            'NF_DENSITY' and
10927            'DOCKER' and
10928            'CHAIN' and
10929            'NF_VPPIP4' and
10930            'IMIX' and
10931            '4T2C' and
10932            'NDRPDR'"
10933   parameters:
10934   - "throughput"
10935   - "name"
10936   - "tags"
10937   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10938   x-axis: "X = CNFs per Service Chain"
10939   y-axis: "Y = Number of Service Chains"
10940   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10941   layout:
10942     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10943     layout: "plot-service-density"
10944
10945 - type: "plot"
10946   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10947   algorithm: "plot_nf_heatmap"
10948   output-file-type: ".html"
10949   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10950   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10951   filter: "'NIC_Intel-XXV710' and
10952            'NF_DENSITY' and
10953            'DOCKER' and
10954            'CHAIN' and
10955            'NF_VPPIP4' and
10956            'IMIX' and
10957            '8T4C' and
10958            'NDRPDR'"
10959   parameters:
10960   - "throughput"
10961   - "name"
10962   - "tags"
10963   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10964   x-axis: "X = CNFs per Service Chain"
10965   y-axis: "Y = Number of Service Chains"
10966   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10967   layout:
10968     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10969     layout: "plot-service-density"
10970
10971 # Plots - NF Density - CSP - MRR IMIX
10972 - type: "plot"
10973   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10974   algorithm: "plot_nf_heatmap"
10975   output-file-type: ".html"
10976   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10977   data: "plot-vpp-nfv-2n-clx-mrr"
10978   filter: "'NIC_Intel-XXV710' and
10979            'NF_DENSITY' and
10980            'DOCKER' and
10981            'PIPELINE' and
10982            'NF_VPPIP4' and
10983            'IMIX' and
10984            '2T1C' and
10985            'MRR'"
10986   parameters:
10987   - "result"
10988   - "name"
10989   - "tags"
10990   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10991   x-axis: "X = CNFs per Service Pipeline"
10992   y-axis: "Y = Number of Service Pipelines"
10993   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10994   layout:
10995     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10996     layout: "plot-service-density"
10997
10998 - type: "plot"
10999   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11000   algorithm: "plot_nf_heatmap"
11001   output-file-type: ".html"
11002   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11003   data: "plot-vpp-nfv-2n-clx-mrr"
11004   filter: "'NIC_Intel-XXV710' and
11005            'NF_DENSITY' and
11006            'DOCKER' and
11007            'PIPELINE' and
11008            'NF_VPPIP4' and
11009            'IMIX' and
11010            '4T2C' and
11011            'MRR'"
11012   parameters:
11013   - "result"
11014   - "name"
11015   - "tags"
11016   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11017   x-axis: "X = CNFs per Service Pipeline"
11018   y-axis: "Y = Number of Service Pipelines"
11019   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11020   layout:
11021     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11022     layout: "plot-service-density"
11023
11024 - type: "plot"
11025   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11026   algorithm: "plot_nf_heatmap"
11027   output-file-type: ".html"
11028   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11029   data: "plot-vpp-nfv-2n-clx-mrr"
11030   filter: "'NIC_Intel-XXV710' and
11031            'NF_DENSITY' and
11032            'DOCKER' and
11033            'PIPELINE' and
11034            'NF_VPPIP4' and
11035            'IMIX' and
11036            '8T4C' and
11037            'MRR'"
11038   parameters:
11039   - "result"
11040   - "name"
11041   - "tags"
11042   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11043   x-axis: "X = CNFs per Service Pipeline"
11044   y-axis: "Y = Number of Service Pipelines"
11045   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11046   layout:
11047     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11048     layout: "plot-service-density"
11049
11050 # Plots - NF Density - CSP - NDR IMIX
11051 - type: "plot"
11052   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11053   algorithm: "plot_nf_heatmap"
11054   output-file-type: ".html"
11055   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11056   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11057   filter: "'NIC_Intel-XXV710' and
11058            'NF_DENSITY' and
11059            'DOCKER' and
11060            'PIPELINE' and
11061            'NF_VPPIP4' and
11062            'IMIX' and
11063            '2T1C' and
11064            'NDRPDR'"
11065   parameters:
11066   - "throughput"
11067   - "name"
11068   - "tags"
11069   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11070   x-axis: "X = CNFs per Service Pipeline"
11071   y-axis: "Y = Number of Service Pipelines"
11072   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11073   layout:
11074     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11075     layout: "plot-service-density"
11076
11077 - type: "plot"
11078   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11079   algorithm: "plot_nf_heatmap"
11080   output-file-type: ".html"
11081   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11082   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11083   filter: "'NIC_Intel-XXV710' and
11084            'NF_DENSITY' and
11085            'DOCKER' and
11086            'PIPELINE' and
11087            'NF_VPPIP4' and
11088            'IMIX' and
11089            '4T2C' and
11090            'NDRPDR'"
11091   parameters:
11092   - "throughput"
11093   - "name"
11094   - "tags"
11095   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11096   x-axis: "X = CNFs per Service Pipeline"
11097   y-axis: "Y = Number of Service Pipelines"
11098   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11099   layout:
11100     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11101     layout: "plot-service-density"
11102
11103 - type: "plot"
11104   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11105   algorithm: "plot_nf_heatmap"
11106   output-file-type: ".html"
11107   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11108   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11109   filter: "'NIC_Intel-XXV710' and
11110            'NF_DENSITY' and
11111            'DOCKER' and
11112            'PIPELINE' and
11113            'NF_VPPIP4' and
11114            'IMIX' and
11115            '8T4C' and
11116            'NDRPDR'"
11117   parameters:
11118   - "throughput"
11119   - "name"
11120   - "tags"
11121   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11122   x-axis: "X = CNFs per Service Pipeline"
11123   y-axis: "Y = Number of Service Pipelines"
11124   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11125   layout:
11126     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11127     layout: "plot-service-density"
11128
11129 # Plots - NF Density - CSP - PDR IMIX
11130 - type: "plot"
11131   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11132   algorithm: "plot_nf_heatmap"
11133   output-file-type: ".html"
11134   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11135   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11136   filter: "'NIC_Intel-XXV710' and
11137            'NF_DENSITY' and
11138            'DOCKER' and
11139            'PIPELINE' and
11140            'NF_VPPIP4' and
11141            'IMIX' and
11142            '2T1C' and
11143            'NDRPDR'"
11144   parameters:
11145   - "throughput"
11146   - "name"
11147   - "tags"
11148   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11149   x-axis: "X = CNFs per Service Pipeline"
11150   y-axis: "Y = Number of Service Pipelines"
11151   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11152   layout:
11153     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11154     layout: "plot-service-density"
11155
11156 - type: "plot"
11157   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11158   algorithm: "plot_nf_heatmap"
11159   output-file-type: ".html"
11160   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11161   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11162   filter: "'NIC_Intel-XXV710' and
11163            'NF_DENSITY' and
11164            'DOCKER' and
11165            'PIPELINE' and
11166            'NF_VPPIP4' and
11167            'IMIX' and
11168            '4T2C' and
11169            'NDRPDR'"
11170   parameters:
11171   - "throughput"
11172   - "name"
11173   - "tags"
11174   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11175   x-axis: "X = CNFs per Service Pipeline"
11176   y-axis: "Y = Number of Service Pipelines"
11177   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11178   layout:
11179     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11180     layout: "plot-service-density"
11181
11182 - type: "plot"
11183   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11184   algorithm: "plot_nf_heatmap"
11185   output-file-type: ".html"
11186   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11187   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11188   filter: "'NIC_Intel-XXV710' and
11189            'NF_DENSITY' and
11190            'DOCKER' and
11191            'PIPELINE' and
11192            'NF_VPPIP4' and
11193            'IMIX' and
11194            '8T4C' and
11195            'NDRPDR'"
11196   parameters:
11197   - "throughput"
11198   - "name"
11199   - "tags"
11200   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11201   x-axis: "X = CNFs per Service Pipeline"
11202   y-axis: "Y = Number of Service Pipelines"
11203   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11204   layout:
11205     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11206     layout: "plot-service-density"
11207
11208 ################################################################################
11209
11210 # Packet Throughput
11211
11212 - type: "plot"
11213   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11214   algorithm: "plot_perf_box_name"
11215   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11216   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11217   include:
11218     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11219     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11220     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11221     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11222   layout:
11223     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11224     layout: "plot-throughput"
11225
11226 - type: "plot"
11227   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11228   algorithm: "plot_perf_box_name"
11229   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11230   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11231   include:
11232     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11233     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11234     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11235     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11236   layout:
11237     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11238     layout: "plot-throughput"
11239
11240 - type: "plot"
11241   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11242   algorithm: "plot_perf_box_name"
11243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11245   include:
11246     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11247     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11248     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11249     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11250   layout:
11251     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11252     layout: "plot-throughput"
11253
11254 - type: "plot"
11255   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11256   algorithm: "plot_perf_box_name"
11257   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11258   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11259   include:
11260     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11261     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11262     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11263     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11264   layout:
11265     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11266     layout: "plot-throughput"
11267
11268 - type: "plot"
11269   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11270   algorithm: "plot_perf_box_name"
11271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11273   include:
11274     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11275     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11276     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11277     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11278     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11279   layout:
11280     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11281     layout: "plot-throughput"
11282
11283 - type: "plot"
11284   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11285   algorithm: "plot_perf_box_name"
11286   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11288   include:
11289     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11290     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11291     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11292     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11293     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11294   layout:
11295     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11296     layout: "plot-throughput"
11297
11298 - type: "plot"
11299   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11300   algorithm: "plot_perf_box_name"
11301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11303   include:
11304     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11305     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11306     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11307     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11308     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11309   layout:
11310     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11311     layout: "plot-throughput"
11312
11313 - type: "plot"
11314   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11315   algorithm: "plot_perf_box_name"
11316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11318   include:
11319     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11320     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11321     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11322     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11323     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11324   layout:
11325     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11326     layout: "plot-throughput"
11327
11328 - type: "plot"
11329   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11330   algorithm: "plot_perf_box_name"
11331   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11332   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11333   include:
11334     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11335     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11336     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11337     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11338     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11339   layout:
11340     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11341     layout: "plot-throughput"
11342
11343 - type: "plot"
11344   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11345   algorithm: "plot_perf_box_name"
11346   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11347   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11348   include:
11349     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11350     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11351     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11352     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11353     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11354   layout:
11355     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11356     layout: "plot-throughput"
11357
11358 - type: "plot"
11359   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11360   algorithm: "plot_perf_box_name"
11361   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11362   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11363   include:
11364     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11367     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11368     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11369     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11370   layout:
11371     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11372     layout: "plot-throughput"
11373
11374 - type: "plot"
11375   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11376   algorithm: "plot_perf_box_name"
11377   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11378   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11379   include:
11380     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11381     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11382     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11383     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11384     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11385     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11386   layout:
11387     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11388     layout: "plot-throughput"
11389
11390 - type: "plot"
11391   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11392   algorithm: "plot_perf_box_name"
11393   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11394   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11395   include:
11396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11401   layout:
11402     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11403     layout: "plot-throughput"
11404
11405 - type: "plot"
11406   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11407   algorithm: "plot_perf_box_name"
11408   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11410   include:
11411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11416   layout:
11417     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11418     layout: "plot-throughput"
11419
11420 - type: "plot"
11421   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11422   algorithm: "plot_perf_box_name"
11423   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11425   include:
11426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11429   layout:
11430     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11431     layout: "plot-throughput"
11432
11433 - type: "plot"
11434   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11435   algorithm: "plot_perf_box_name"
11436   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11437   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11438   include:
11439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11442   layout:
11443     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11444     layout: "plot-throughput"
11445
11446 - type: "plot"
11447   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11448   algorithm: "plot_perf_box_name"
11449   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11451   include:
11452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11457   layout:
11458     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11459     layout: "plot-throughput"
11460
11461 - type: "plot"
11462   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11463   algorithm: "plot_perf_box_name"
11464   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11465   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11466   include:
11467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11472   layout:
11473     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11474     layout: "plot-throughput"
11475
11476 - type: "plot"
11477   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11478   algorithm: "plot_perf_box_name"
11479   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11480   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11481   include:
11482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11485   layout:
11486     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11487     layout: "plot-throughput"
11488
11489 - type: "plot"
11490   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11491   algorithm: "plot_perf_box_name"
11492   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11493   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11494   include:
11495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11496     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11498   layout:
11499     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11500     layout: "plot-throughput"
11501
11502 - type: "plot"
11503   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11504   algorithm: "plot_perf_box_name"
11505   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11507   include:
11508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11514   layout:
11515     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11516     layout: "plot-throughput"
11517
11518 - type: "plot"
11519   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11520   algorithm: "plot_perf_box_name"
11521   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11522   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11523   include:
11524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11530   layout:
11531     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11532     layout: "plot-throughput"
11533
11534 - type: "plot"
11535   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11536   algorithm: "plot_perf_box_name"
11537   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11539   include:
11540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11546   layout:
11547     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11548     layout: "plot-throughput"
11549
11550 - type: "plot"
11551   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11552   algorithm: "plot_perf_box_name"
11553   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11554   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11555   include:
11556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11562   layout:
11563     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11564     layout: "plot-throughput"
11565
11566 - type: "plot"
11567   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11568   algorithm: "plot_perf_box_name"
11569   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11570   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11571   include:
11572     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11575   layout:
11576     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11577     layout: "plot-throughput"
11578
11579 - type: "plot"
11580   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11581   algorithm: "plot_perf_box_name"
11582   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11583   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11584   include:
11585     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11586     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11588   layout:
11589     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11590     layout: "plot-throughput"
11591
11592 - type: "plot"
11593   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11594   algorithm: "plot_perf_box_name"
11595   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11597   include:
11598     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11601 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11602 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11603   layout:
11604     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11605     layout: "plot-throughput"
11606
11607 - type: "plot"
11608   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11609   algorithm: "plot_perf_box_name"
11610   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11611   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11612   include:
11613     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11616 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11617 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11618   layout:
11619     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11620     layout: "plot-throughput"
11621
11622 - type: "plot"
11623   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11624   algorithm: "plot_perf_box_name"
11625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11627   include:
11628     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11633   layout:
11634     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11635     layout: "plot-throughput"
11636
11637 - type: "plot"
11638   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11639   algorithm: "plot_perf_box_name"
11640   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11642   include:
11643     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11648   layout:
11649     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11650     layout: "plot-throughput"
11651
11652 - type: "plot"
11653   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11654   algorithm: "plot_perf_box_name"
11655   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11657   include:
11658     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11660     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11663   layout:
11664     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11665     layout: "plot-throughput"
11666
11667 - type: "plot"
11668   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11669   algorithm: "plot_perf_box_name"
11670   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11671   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11672   include:
11673     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11674     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11675     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11678   layout:
11679     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11680     layout: "plot-throughput"
11681
11682 - type: "plot"
11683   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11684   algorithm: "plot_perf_box_name"
11685   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11687   include:
11688     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11690     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11691     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11694   layout:
11695     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11696     layout: "plot-throughput"
11697
11698 - type: "plot"
11699   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11700   algorithm: "plot_perf_box_name"
11701   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11703   include:
11704     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11710   layout:
11711     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11712     layout: "plot-throughput"
11713
11714 - type: "plot"
11715   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11716   algorithm: "plot_perf_box_name"
11717   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11719   include:
11720     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11726   layout:
11727     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11728     layout: "plot-throughput"
11729
11730 - type: "plot"
11731   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11732   algorithm: "plot_perf_box_name"
11733   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11735   include:
11736     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11742   layout:
11743     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11744     layout: "plot-throughput"
11745
11746 - type: "plot"
11747   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11748   algorithm: "plot_perf_box_name"
11749   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11750   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11751   include:
11752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11757   layout:
11758     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11759     layout: "plot-throughput"
11760
11761 - type: "plot"
11762   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11763   algorithm: "plot_perf_box_name"
11764   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11765   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11766   include:
11767     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11768     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11772   layout:
11773     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11774     layout: "plot-throughput"
11775
11776 - type: "plot"
11777   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11778   algorithm: "plot_perf_box_name"
11779   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11780   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11781   include:
11782     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11784     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11788   layout:
11789     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11790     layout: "plot-throughput"
11791
11792 - type: "plot"
11793   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11794   algorithm: "plot_perf_box_name"
11795   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11796   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11797   include:
11798     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11804   layout:
11805     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11806     layout: "plot-throughput"
11807
11808 - type: "plot"
11809   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11810   algorithm: "plot_perf_box_name"
11811   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11812   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11813   include:
11814     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11815     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11816     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11819   layout:
11820     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11821     layout: "plot-throughput"
11822
11823 - type: "plot"
11824   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11825   algorithm: "plot_perf_box_name"
11826   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11827   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11828   include:
11829     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11830     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11831     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11832     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11834   layout:
11835     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11836     layout: "plot-throughput"
11837
11838 - type: "plot"
11839   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11840   algorithm: "plot_perf_box_name"
11841   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11842   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11843   include:
11844     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11845     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11846     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11847     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11850   layout:
11851     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11852     layout: "plot-throughput"
11853
11854 - type: "plot"
11855   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11856   algorithm: "plot_perf_box_name"
11857   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11858   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11859   include:
11860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11866   layout:
11867     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11868     layout: "plot-throughput"
11869
11870 - type: "plot"
11871   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11872   algorithm: "plot_perf_box_name"
11873   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11874   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11875   include:
11876     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11881   layout:
11882     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11883     layout: "plot-throughput"
11884
11885 - type: "plot"
11886   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11887   algorithm: "plot_perf_box_name"
11888   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11889   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11890   include:
11891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11896   layout:
11897     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11898     layout: "plot-throughput"
11899
11900 - type: "plot"
11901   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11902   algorithm: "plot_perf_box_name"
11903   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11904   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11905   include:
11906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11912   layout:
11913     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11914     layout: "plot-throughput"
11915
11916 - type: "plot"
11917   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11918   algorithm: "plot_perf_box_name"
11919   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11920   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11921   include:
11922     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11928   layout:
11929     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11930     layout: "plot-throughput"
11931
11932 - type: "plot"
11933   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11934   algorithm: "plot_perf_box_name"
11935   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11936   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11937   include:
11938     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11940   layout:
11941     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11942     layout: "plot-throughput"
11943
11944 - type: "plot"
11945   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11946   algorithm: "plot_perf_box_name"
11947   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11948   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11949   include:
11950     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11952   layout:
11953     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11954     layout: "plot-throughput"
11955
11956 - type: "plot"
11957   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11958   algorithm: "plot_perf_box_name"
11959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11961   include:
11962     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11966   layout:
11967     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11968     layout: "plot-throughput"
11969
11970 - type: "plot"
11971   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11972   algorithm: "plot_perf_box_name"
11973   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11975   include:
11976     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11980   layout:
11981     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11982     layout: "plot-throughput"
11983
11984 - type: "plot"
11985   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11986   algorithm: "plot_perf_box_name"
11987   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11989   include:
11990     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11994   layout:
11995     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11996     layout: "plot-throughput"
11997
11998 - type: "plot"
11999   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12000   algorithm: "plot_perf_box_name"
12001   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12003   include:
12004     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12008   layout:
12009     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12010     layout: "plot-throughput"
12011
12012 - type: "plot"
12013   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12014   algorithm: "plot_perf_box_name"
12015   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12016   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12017   include:
12018     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12019     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12022   layout:
12023     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12024     layout: "plot-throughput"
12025
12026 - type: "plot"
12027   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12028   algorithm: "plot_perf_box_name"
12029   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12030   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12031   include:
12032     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12033     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12034     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12036   layout:
12037     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12038     layout: "plot-throughput"
12039
12040 - type: "plot"
12041   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12042   algorithm: "plot_perf_box_name"
12043   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12044   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12045   include:
12046     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12047     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12048     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12050   layout:
12051     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12052     layout: "plot-throughput"
12053
12054 - type: "plot"
12055   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12056   algorithm: "plot_perf_box_name"
12057   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12058   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12059   include:
12060     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12061     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12062     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12063     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12064   layout:
12065     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12066     layout: "plot-throughput"
12067
12068 - type: "plot"
12069   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12070   algorithm: "plot_perf_box_name"
12071   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12073   include:
12074     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12076     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12077     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12078     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12079     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12080   layout:
12081     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12082     layout: "plot-throughput"
12083
12084 - type: "plot"
12085   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12086   algorithm: "plot_perf_box_name"
12087   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12088   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12089   include:
12090     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12091     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12092     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12093     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12096   layout:
12097     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12098     layout: "plot-throughput"
12099
12100 - type: "plot"
12101   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12102   algorithm: "plot_perf_box_name"
12103   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12104   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12105   include:
12106     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12111   layout:
12112     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12113     layout: "plot-throughput"
12114
12115 - type: "plot"
12116   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12117   algorithm: "plot_perf_box_name"
12118   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12119   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12120   include:
12121     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12126   layout:
12127     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12128     layout: "plot-throughput"
12129
12130 - type: "plot"
12131   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12132   algorithm: "plot_perf_box_name"
12133   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12134   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12135   include:
12136     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12141   layout:
12142     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12143     layout: "plot-throughput"
12144
12145 - type: "plot"
12146   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12147   algorithm: "plot_perf_box_name"
12148   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12149   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12150   include:
12151     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12156   layout:
12157     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12158     layout: "plot-throughput"
12159
12160 - type: "plot"
12161   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12162   algorithm: "plot_perf_box_name"
12163   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12165   include:
12166     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12169   layout:
12170     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12171     layout: "plot-throughput"
12172
12173 - type: "plot"
12174   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12175   algorithm: "plot_perf_box_name"
12176   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12177   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12178   include:
12179     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12180     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12182   layout:
12183     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12184     layout: "plot-throughput"
12185
12186 - type: "plot"
12187   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12188   algorithm: "plot_perf_box_name"
12189   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12191   include:
12192     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12195   layout:
12196     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12197     layout: "plot-throughput"
12198
12199 - type: "plot"
12200   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12201   algorithm: "plot_perf_box_name"
12202   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12204   include:
12205     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12208   layout:
12209     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12210     layout: "plot-throughput"
12211
12212 - type: "plot"
12213   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12214   algorithm: "plot_perf_box_name"
12215   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12217   include:
12218     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12219     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12223   layout:
12224     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12225     layout: "plot-throughput"
12226
12227 - type: "plot"
12228   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12229   algorithm: "plot_perf_box_name"
12230   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12231   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12232   include:
12233     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12234     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12238   layout:
12239     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12240     layout: "plot-throughput"
12241
12242 - type: "plot"
12243   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12244   algorithm: "plot_perf_box_name"
12245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12247   include:
12248     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12253   layout:
12254     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12255     layout: "plot-throughput"
12256
12257 - type: "plot"
12258   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12259   algorithm: "plot_perf_box_name"
12260   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12262   include:
12263     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12268   layout:
12269     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12270     layout: "plot-throughput"
12271
12272 - type: "plot"
12273   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12274   algorithm: "plot_perf_box_name"
12275   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12276   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12277   include:
12278     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12283   layout:
12284     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12285     layout: "plot-throughput"
12286
12287 - type: "plot"
12288   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12289   algorithm: "plot_perf_box_name"
12290   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12291   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12292   include:
12293     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12298   layout:
12299     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12300     layout: "plot-throughput"
12301
12302 - type: "plot"
12303   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12304   algorithm: "plot_perf_box_name"
12305   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12306   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12307   include:
12308     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12313   layout:
12314     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12315     layout: "plot-throughput"
12316
12317 - type: "plot"
12318   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12319   algorithm: "plot_perf_box_name"
12320   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12321   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12322   include:
12323     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12328   layout:
12329     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12330     layout: "plot-throughput"
12331
12332 - type: "plot"
12333   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12334   algorithm: "plot_perf_box_name"
12335   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12336   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12337   include:
12338     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12343   layout:
12344     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12345     layout: "plot-throughput"
12346
12347 - type: "plot"
12348   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12349   algorithm: "plot_perf_box_name"
12350   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12351   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12352   include:
12353     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12358   layout:
12359     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12360     layout: "plot-throughput"
12361
12362 - type: "plot"
12363   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12364   algorithm: "plot_perf_box_name"
12365   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12366   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12367   include:
12368     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12369     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12370     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12371     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12372     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12373     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12374   layout:
12375     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12376     layout: "plot-throughput"
12377
12378 - type: "plot"
12379   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12380   algorithm: "plot_perf_box_name"
12381   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12382   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12383   include:
12384     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12385     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12386     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12387     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12388     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12389     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12390   layout:
12391     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12392     layout: "plot-throughput"
12393
12394 - type: "plot"
12395   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12396   algorithm: "plot_perf_box_name"
12397   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12398   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12399   include:
12400     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12401     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12402     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12403     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12404   layout:
12405     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12406     layout: "plot-throughput"
12407
12408 - type: "plot"
12409   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12410   algorithm: "plot_perf_box_name"
12411   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12412   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12413   include:
12414     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12415     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12416     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12417     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12418   layout:
12419     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12420     layout: "plot-throughput"
12421
12422 - type: "plot"
12423   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12424   algorithm: "plot_perf_box_name"
12425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12427   include:
12428     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12429     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12430     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12431     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12432     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12433     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12434   layout:
12435     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12436     layout: "plot-throughput"
12437
12438 - type: "plot"
12439   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12440   algorithm: "plot_perf_box_name"
12441   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12443   include:
12444     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12445     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12446     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12447     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12448     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12449     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12450   layout:
12451     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12452     layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12456   algorithm: "plot_perf_box_name"
12457   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12459   include:
12460     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12461     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12462     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12463     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12464     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12465     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12466   layout:
12467     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12468     layout: "plot-throughput"
12469
12470 - type: "plot"
12471   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12472   algorithm: "plot_perf_box_name"
12473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12475   include:
12476     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12477     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12478     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12479     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12480     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12481     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12482   layout:
12483     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12484     layout: "plot-throughput"
12485
12486 - type: "plot"
12487   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12488   algorithm: "plot_perf_box_name"
12489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12491   include:
12492     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12493     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12494     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12495     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12496     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12497     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12498   layout:
12499     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12500     layout: "plot-throughput"
12501
12502 - type: "plot"
12503   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12504   algorithm: "plot_perf_box_name"
12505   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12506   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12507   include:
12508     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12509     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12510     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12511     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12512     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12513     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12514   layout:
12515     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12516     layout: "plot-throughput"
12517
12518 - type: "plot"
12519   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12520   algorithm: "plot_perf_box_name"
12521   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12522   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12523   include:
12524     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12525     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12526     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12527     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12528     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12529     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12530   layout:
12531     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12532     layout: "plot-throughput"
12533
12534 - type: "plot"
12535   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12536   algorithm: "plot_perf_box_name"
12537   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12538   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12539   include:
12540     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12541     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12542     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12543     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12544     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12545     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12546   layout:
12547     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12548     layout: "plot-throughput"
12549
12550 - type: "plot"
12551   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12552   algorithm: "plot_perf_box_name"
12553   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12554   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12555   include:
12556     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12557     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12558     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12559     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12560     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12561     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12562   layout:
12563     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12564     layout: "plot-throughput"
12565
12566 - type: "plot"
12567   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12568   algorithm: "plot_perf_box_name"
12569   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12570   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12571   include:
12572     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12573     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12574     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12575     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12576     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12577     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12578   layout:
12579     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12580     layout: "plot-throughput"
12581
12582 - type: "plot"
12583   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12584   algorithm: "plot_perf_box_name"
12585   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12587   include:
12588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12594   layout:
12595     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12596     layout: "plot-throughput"
12597
12598 - type: "plot"
12599   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12600   algorithm: "plot_perf_box_name"
12601   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12603   include:
12604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12610   layout:
12611     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12612     layout: "plot-throughput"
12613
12614 - type: "plot"
12615   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12616   algorithm: "plot_perf_box_name"
12617   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12618   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12619   include:
12620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12626   layout:
12627     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12628     layout: "plot-throughput"
12629
12630 - type: "plot"
12631   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12632   algorithm: "plot_perf_box_name"
12633   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12634   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12635   include:
12636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12642   layout:
12643     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12644     layout: "plot-throughput"
12645
12646 - type: "plot"
12647   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12648   algorithm: "plot_perf_box_name"
12649   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12650   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12651   include:
12652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12658   layout:
12659     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12660     layout: "plot-throughput"
12661
12662 - type: "plot"
12663   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12664   algorithm: "plot_perf_box_name"
12665   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12666   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12667   include:
12668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12674   layout:
12675     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12676     layout: "plot-throughput"
12677
12678 - type: "plot"
12679   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12680   algorithm: "plot_perf_box_name"
12681   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12683   include:
12684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12688   layout:
12689     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12690     layout: "plot-throughput"
12691
12692 - type: "plot"
12693   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12694   algorithm: "plot_perf_box_name"
12695   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12696   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12697   include:
12698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12702   layout:
12703     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12704     layout: "plot-throughput"
12705
12706 - type: "plot"
12707   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12708   algorithm: "plot_perf_box_name"
12709   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12710   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12711   include:
12712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12716   layout:
12717     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12718     layout: "plot-throughput"
12719
12720 - type: "plot"
12721   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12722   algorithm: "plot_perf_box_name"
12723   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12724   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12725   include:
12726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12730   layout:
12731     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12732     layout: "plot-throughput"
12733
12734 - type: "plot"
12735   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12736   algorithm: "plot_perf_box_name"
12737   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12738   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12739   include:
12740     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12741     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12742     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12743     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12744     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12745     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12746   layout:
12747     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12748     layout: "plot-throughput"
12749
12750 - type: "plot"
12751   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12752   algorithm: "plot_perf_box_name"
12753   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12754   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12755   include:
12756     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12757     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12758     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12759     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12760     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12762   layout:
12763     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12764     layout: "plot-throughput"
12765
12766 - type: "plot"
12767   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12768   algorithm: "plot_perf_box_name"
12769   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12771   include:
12772     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12773     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12774     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12775     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12776     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12777   layout:
12778     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12779     layout: "plot-throughput"
12780
12781 - type: "plot"
12782   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12783   algorithm: "plot_perf_box_name"
12784   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12785   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12786   include:
12787     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12788     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12789     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12790     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12791     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12792   layout:
12793     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12794     layout: "plot-throughput"
12795
12796 - type: "plot"
12797   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12798   algorithm: "plot_perf_box_name"
12799   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12801   include:
12802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12807   layout:
12808     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12809     layout: "plot-throughput"
12810
12811 - type: "plot"
12812   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12813   algorithm: "plot_perf_box_name"
12814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12816   include:
12817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12822   layout:
12823     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12824     layout: "plot-throughput"
12825
12826 - type: "plot"
12827   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12828   algorithm: "plot_perf_box_name"
12829   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12831   include:
12832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12836   layout:
12837     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12838     layout: "plot-throughput"
12839
12840 - type: "plot"
12841   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12842   algorithm: "plot_perf_box_name"
12843   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12844   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12845   include:
12846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12850   layout:
12851     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12852     layout: "plot-throughput"
12853
12854 - type: "plot"
12855   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12856   algorithm: "plot_perf_box_name"
12857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12859   include:
12860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12866   layout:
12867     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12868     layout: "plot-throughput"
12869
12870 - type: "plot"
12871   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12872   algorithm: "plot_perf_box_name"
12873   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12875   include:
12876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12877     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12878     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12879     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12880     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12882   layout:
12883     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12884     layout: "plot-throughput"
12885
12886 - type: "plot"
12887   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12888   algorithm: "plot_perf_box_name"
12889   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12891   include:
12892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12898   layout:
12899     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12900     layout: "plot-throughput"
12901
12902 - type: "plot"
12903   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12904   algorithm: "plot_perf_box_name"
12905   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12907   include:
12908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12914   layout:
12915     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12916     layout: "plot-throughput"
12917
12918 - type: "plot"
12919   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12920   algorithm: "plot_perf_box_name"
12921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12923   include:
12924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12930   layout:
12931     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12932     layout: "plot-throughput"
12933
12934 - type: "plot"
12935   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12936   algorithm: "plot_perf_box_name"
12937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12939   include:
12940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12946   layout:
12947     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12948     layout: "plot-throughput"
12949
12950 - type: "plot"
12951   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12952   algorithm: "plot_perf_box_name"
12953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12955   include:
12956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12962   layout:
12963     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12964     layout: "plot-throughput"
12965
12966 - type: "plot"
12967   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12968   algorithm: "plot_perf_box_name"
12969   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12971   include:
12972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12978   layout:
12979     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12980     layout: "plot-throughput"
12981
12982 - type: "plot"
12983   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12984   algorithm: "plot_perf_box_name"
12985   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12986   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12987   include:
12988     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12989     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12990     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12992   layout:
12993     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12994     layout: "plot-throughput"
12995
12996 - type: "plot"
12997   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12998   algorithm: "plot_perf_box_name"
12999   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13000   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13001   include:
13002     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13003     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13004     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13006   layout:
13007     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13008     layout: "plot-throughput"
13009
13010 - type: "plot"
13011   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13012   algorithm: "plot_perf_box_name"
13013   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13014   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13015   include:
13016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13017     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13018     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13019     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13020     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13022   layout:
13023     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13024     layout: "plot-throughput"
13025
13026 - type: "plot"
13027   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13028   algorithm: "plot_perf_box_name"
13029   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13030   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13031   include:
13032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13038   layout:
13039     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13040     layout: "plot-throughput"
13041
13042 - type: "plot"
13043   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13044   algorithm: "plot_perf_box_name"
13045   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13046   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13047   include:
13048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13054   layout:
13055     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13056     layout: "plot-throughput"
13057
13058 - type: "plot"
13059   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13060   algorithm: "plot_perf_box_name"
13061   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13062   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13063   include:
13064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13070   layout:
13071     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13072     layout: "plot-throughput"
13073
13074 #- type: "plot"
13075 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13076 #  algorithm: "plot_perf_box_name"
13077 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13078 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13079 #  include:
13080 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13081 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13082 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13083 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13084 #  layout:
13085 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13086 #    layout: "plot-throughput"
13087 #
13088 #- type: "plot"
13089 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13090 #  algorithm: "plot_perf_box_name"
13091 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13092 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13093 #  include:
13094 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13095 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13096 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13097 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13098 #  layout:
13099 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13100 #    layout: "plot-throughput"
13101
13102 - type: "plot"
13103   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13104   algorithm: "plot_perf_box_name"
13105   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13106   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13107   include:
13108     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13109     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13110     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13114   layout:
13115     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13116     layout: "plot-throughput"
13117
13118 - type: "plot"
13119   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13120   algorithm: "plot_perf_box_name"
13121   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13122   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13123   include:
13124     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13125     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13130   layout:
13131     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13132     layout: "plot-throughput"
13133
13134 #- type: "plot"
13135 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13136 #  algorithm: "plot_perf_box_name"
13137 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13138 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13139 #  include:
13140 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13141 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13142 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13143 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13144 #  layout:
13145 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13146 #    layout: "plot-throughput"
13147 #
13148 #- type: "plot"
13149 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13150 #  algorithm: "plot_perf_box_name"
13151 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13152 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13153 #  include:
13154 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13155 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13156 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13157 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13158 #  layout:
13159 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13160 #    layout: "plot-throughput"
13161
13162 - type: "plot"
13163   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13164   algorithm: "plot_perf_box_name"
13165   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13166   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13167   include:
13168     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13169     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13174   layout:
13175     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13176     layout: "plot-throughput"
13177
13178 - type: "plot"
13179   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13180   algorithm: "plot_perf_box_name"
13181   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13182   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13183   include:
13184     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13185     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13190   layout:
13191     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13192     layout: "plot-throughput"
13193
13194 #- type: "plot"
13195 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13196 #  algorithm: "plot_perf_box_name"
13197 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13198 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13199 #  include:
13200 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13201 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13202 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13203 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13204 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13205 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13206 #  layout:
13207 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13208 #    layout: "plot-throughput"
13209 #
13210 #- type: "plot"
13211 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13212 #  algorithm: "plot_perf_box_name"
13213 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13214 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13215 #  include:
13216 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13217 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13218 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13219 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13220 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13221 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13222 #  layout:
13223 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13224 #    layout: "plot-throughput"
13225
13226 - type: "plot"
13227   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13228   algorithm: "plot_perf_box_name"
13229   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13230   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13231   include:
13232     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13233     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13234     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13235     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13236     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13237     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13238   layout:
13239     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13240     layout: "plot-throughput"
13241
13242 - type: "plot"
13243   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13244   algorithm: "plot_perf_box_name"
13245   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13247   include:
13248     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13249     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13250     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13251     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13252     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13253     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13254   layout:
13255     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13256     layout: "plot-throughput"
13257
13258 - type: "plot"
13259   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13260   algorithm: "plot_perf_box_name"
13261   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13263   include:
13264     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13265     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13266     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13267     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13268     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13269     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13270   layout:
13271     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13272     layout: "plot-throughput"
13273
13274 - type: "plot"
13275   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13276   algorithm: "plot_perf_box_name"
13277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13279   include:
13280     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13281     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13282     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13283     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13284     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13285     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13286   layout:
13287     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13288     layout: "plot-throughput"
13289
13290 - type: "plot"
13291   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13292   algorithm: "plot_perf_box_name"
13293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13295   include:
13296     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13297     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13298     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13299     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13300     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13301     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13302   layout:
13303     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13304     layout: "plot-throughput"
13305
13306 - type: "plot"
13307   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13308   algorithm: "plot_perf_box_name"
13309   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13311   include:
13312     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13313     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13314     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13315     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13316     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13317     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13318   layout:
13319     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13320     layout: "plot-throughput"
13321
13322 - type: "plot"
13323   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13324   algorithm: "plot_perf_box_name"
13325   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13326   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13327   include:
13328     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13329     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13330     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13331     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13332     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13333     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13334   layout:
13335     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13336     layout: "plot-throughput"
13337
13338 - type: "plot"
13339   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13340   algorithm: "plot_perf_box_name"
13341   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13342   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13343   include:
13344     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13345     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13346     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13347     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13348     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13349     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13350   layout:
13351     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13352     layout: "plot-throughput"
13353
13354 #- type: "plot"
13355 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13356 #  algorithm: "plot_perf_box_name"
13357 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13358 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13359 #  include:
13360 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13361 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13362 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13363 #  layout:
13364 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13365 #    layout: "plot-throughput"
13366 #
13367 #- type: "plot"
13368 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13369 #  algorithm: "plot_perf_box_name"
13370 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13371 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13372 #  include:
13373 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13374 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13375 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13376 #  layout:
13377 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13378 #    layout: "plot-throughput"
13379
13380 - type: "plot"
13381   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13382   algorithm: "plot_perf_box_name"
13383   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13384   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13385   include:
13386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13391   layout:
13392     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13393     layout: "plot-throughput"
13394
13395 - type: "plot"
13396   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13397   algorithm: "plot_perf_box_name"
13398   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13399   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13400   include:
13401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13406   layout:
13407     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13408     layout: "plot-throughput"
13409
13410 - type: "plot"
13411   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13412   algorithm: "plot_perf_box_name"
13413   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13414   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13415   include:
13416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13421   layout:
13422     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13423     layout: "plot-throughput"
13424
13425 - type: "plot"
13426   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13427   algorithm: "plot_perf_box_name"
13428   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13429   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13430   include:
13431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13436   layout:
13437     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13438     layout: "plot-throughput"
13439
13440 - type: "plot"
13441   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13442   algorithm: "plot_perf_box_name"
13443   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13444   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13445   include:
13446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13451   layout:
13452     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13453     layout: "plot-throughput"
13454
13455 - type: "plot"
13456   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13457   algorithm: "plot_perf_box_name"
13458   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13459   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13460   include:
13461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13466   layout:
13467     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13468     layout: "plot-throughput"
13469
13470 - type: "plot"
13471   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13472   algorithm: "plot_perf_box_name"
13473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13475   include:
13476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13481   layout:
13482     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13483     layout: "plot-throughput"
13484
13485 - type: "plot"
13486   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13487   algorithm: "plot_perf_box_name"
13488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13490   include:
13491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13496   layout:
13497     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13498     layout: "plot-throughput"
13499
13500 - type: "plot"
13501   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13502   algorithm: "plot_perf_box_name"
13503   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13504   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13505   include:
13506     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13507     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13508     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13509     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13510     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13511   layout:
13512     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13513     layout: "plot-throughput"
13514
13515 - type: "plot"
13516   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13517   algorithm: "plot_perf_box_name"
13518   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13519   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13520   include:
13521     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13522     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13523     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13524     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13525     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13526   layout:
13527     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13528     layout: "plot-throughput"
13529
13530 - type: "plot"
13531   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13532   algorithm: "plot_perf_box_name"
13533   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13534   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13535   include:
13536     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13537     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13538     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13539     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13540     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13541   layout:
13542     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13543     layout: "plot-throughput"
13544
13545 - type: "plot"
13546   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13547   algorithm: "plot_perf_box_name"
13548   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13549   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13550   include:
13551     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13552     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13553     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13554     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13555     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13556   layout:
13557     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13558     layout: "plot-throughput"
13559
13560 - type: "plot"
13561   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13562   algorithm: "plot_perf_box_name"
13563   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13565   include:
13566     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13567     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13568     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13569     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13570   layout:
13571     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13572     layout: "plot-throughput"
13573
13574 - type: "plot"
13575   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13576   algorithm: "plot_perf_box_name"
13577   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13579   include:
13580     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13581     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13582     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13583     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13584   layout:
13585     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13586     layout: "plot-throughput"
13587
13588 - type: "plot"
13589   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13590   algorithm: "plot_perf_box_name"
13591   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13593   include:
13594     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13595     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13596     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13598   layout:
13599     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13600     layout: "plot-throughput"
13601
13602 - type: "plot"
13603   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13604   algorithm: "plot_perf_box_name"
13605   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13606   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13607   include:
13608     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13609     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13610     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13611     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13612   layout:
13613     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13614     layout: "plot-throughput"
13615
13616 - type: "plot"
13617   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13618   algorithm: "plot_perf_box_name"
13619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13621   include:
13622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13623     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13624     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13626     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13627     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13628   layout:
13629     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13630     layout: "plot-throughput"
13631
13632 - type: "plot"
13633   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13634   algorithm: "plot_perf_box_name"
13635   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13637   include:
13638     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13639     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13640     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13641     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13642     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13643     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13644   layout:
13645     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13646     layout: "plot-throughput"
13647
13648 - type: "plot"
13649   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13650   algorithm: "plot_perf_box_name"
13651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13653   include:
13654     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13655     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13656     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13657     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13658     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13660   layout:
13661     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13662     layout: "plot-throughput"
13663
13664 - type: "plot"
13665   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13666   algorithm: "plot_perf_box_name"
13667   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13669   include:
13670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13676   layout:
13677     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13678     layout: "plot-throughput"
13679
13680 - type: "plot"
13681   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13682   algorithm: "plot_perf_box_name"
13683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13685   include:
13686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13691     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13692   layout:
13693     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13694     layout: "plot-throughput"
13695
13696 - type: "plot"
13697   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13698   algorithm: "plot_perf_box_name"
13699   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13701   include:
13702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13707     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13708   layout:
13709     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13710     layout: "plot-throughput"
13711
13712 - type: "plot"
13713   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13714   algorithm: "plot_perf_box_name"
13715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13717   include:
13718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13721     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13722     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13723   layout:
13724     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13725     layout: "plot-throughput"
13726
13727 - type: "plot"
13728   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13729   algorithm: "plot_perf_box_name"
13730   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13731   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13732   include:
13733     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13734     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13735     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13736     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13738   layout:
13739     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13740     layout: "plot-throughput"
13741
13742 - type: "plot"
13743   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13744   algorithm: "plot_perf_box_name"
13745   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13747   include:
13748     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13749     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13750   layout:
13751     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13752     layout: "plot-throughput"
13753
13754 - type: "plot"
13755   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13756   algorithm: "plot_perf_box_name"
13757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13759   include:
13760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13762   layout:
13763     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13764     layout: "plot-throughput"
13765
13766 - type: "plot"
13767   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13768   algorithm: "plot_perf_box_name"
13769   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13771   include:
13772     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13773     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13774   layout:
13775     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13776     layout: "plot-throughput"
13777
13778 - type: "plot"
13779   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13780   algorithm: "plot_perf_box_name"
13781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13783   include:
13784     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13785     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13786   layout:
13787     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13788     layout: "plot-throughput"
13789
13790 - type: "plot"
13791   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13792   algorithm: "plot_perf_box_name"
13793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13795   include:
13796     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13797     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13798   layout:
13799     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13800     layout: "plot-throughput"
13801
13802 - type: "plot"
13803   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13804   algorithm: "plot_perf_box_name"
13805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13807   include:
13808     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13809     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13810   layout:
13811     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13812     layout: "plot-throughput"
13813
13814 - type: "plot"
13815   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13816   algorithm: "plot_perf_box_name"
13817   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13819   include:
13820     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13821     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13822   layout:
13823     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13824     layout: "plot-throughput"
13825
13826 - type: "plot"
13827   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13828   algorithm: "plot_perf_box_name"
13829   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13831   include:
13832     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13833     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13834   layout:
13835     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13836     layout: "plot-throughput"
13837
13838 - type: "plot"
13839   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13840   algorithm: "plot_perf_box_name"
13841   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13842   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13843   include:
13844     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13845     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13846     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13847     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13848     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13849     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13850   layout:
13851     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13852     layout: "plot-throughput"
13853
13854 - type: "plot"
13855   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13856   algorithm: "plot_perf_box_name"
13857   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13858   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13859   include:
13860     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13861     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13862     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13863     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13864     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13865     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13866   layout:
13867     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13868     layout: "plot-throughput"
13869
13870 - type: "plot"
13871   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13872   algorithm: "plot_perf_box_name"
13873   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13874   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13875   include:
13876     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13877     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13878     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13879     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13880     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13881     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13882   layout:
13883     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13884     layout: "plot-throughput"
13885
13886 - type: "plot"
13887   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13888   algorithm: "plot_perf_box_name"
13889   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13890   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13891   include:
13892     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13893     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13894     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13895     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13896     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13897     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13898   layout:
13899     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13900     layout: "plot-throughput"
13901
13902 #- type: "plot"
13903 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13904 #  algorithm: "plot_perf_box_name"
13905 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13906 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13907 #  include:
13908 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13909 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13910 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13911 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13912 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13913 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13914 #  layout:
13915 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13916 #    layout: "plot-throughput"
13917 #
13918 #- type: "plot"
13919 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13920 #  algorithm: "plot_perf_box_name"
13921 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13922 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13923 #  include:
13924 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13925 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13926 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13927 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13928 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13929 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13930 #  layout:
13931 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13932 #    layout: "plot-throughput"
13933
13934 - type: "plot"
13935   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13936   algorithm: "plot_perf_box_name"
13937   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13938   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13939   include:
13940     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13941     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13942     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13943     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13944     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13945     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13946   layout:
13947     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13948     layout: "plot-throughput"
13949
13950 - type: "plot"
13951   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13952   algorithm: "plot_perf_box_name"
13953   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13954   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13955   include:
13956     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13957     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13958     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13959     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13960     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13961     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13962   layout:
13963     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13964     layout: "plot-throughput"
13965
13966 ################################################################################
13967
13968 # Packet Speedup
13969
13970 - type: "plot"
13971   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13972   algorithm: "plot_tsa_name"
13973   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13974   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13975   include:
13976     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13977     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13978     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13979     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13980   layout:
13981     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13982     layout: "plot-throughput-speedup-analysis"
13983
13984 - type: "plot"
13985   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13986   algorithm: "plot_tsa_name"
13987   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13989   include:
13990     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13991     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13992     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13993     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13994   layout:
13995     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13996     layout: "plot-throughput-speedup-analysis"
13997
13998 - type: "plot"
13999   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14000   algorithm: "plot_tsa_name"
14001   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14002   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14003   include:
14004     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14005     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14006     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14007     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14008   layout:
14009     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14010     layout: "plot-throughput-speedup-analysis"
14011
14012 - type: "plot"
14013   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14014   algorithm: "plot_tsa_name"
14015   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14017   include:
14018     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14019     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14020     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14021     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14022   layout:
14023     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14024     layout: "plot-throughput-speedup-analysis"
14025
14026 - type: "plot"
14027   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14028   algorithm: "plot_tsa_name"
14029   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14031   include:
14032     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14033     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14034     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14035     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14036     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14037   layout:
14038     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14039     layout: "plot-throughput-speedup-analysis"
14040
14041 - type: "plot"
14042   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14043   algorithm: "plot_tsa_name"
14044   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14046   include:
14047     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14048     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14049     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14050     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14051     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14052   layout:
14053     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14054     layout: "plot-throughput-speedup-analysis"
14055
14056 - type: "plot"
14057   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14058   algorithm: "plot_tsa_name"
14059   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14061   include:
14062     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14063     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14064     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14065     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14066     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14067   layout:
14068     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14069     layout: "plot-throughput-speedup-analysis"
14070
14071 - type: "plot"
14072   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14073   algorithm: "plot_tsa_name"
14074   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14076   include:
14077     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14078     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14079     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14080     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14081     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14082   layout:
14083     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14084     layout: "plot-throughput-speedup-analysis"
14085
14086 - type: "plot"
14087   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14088   algorithm: "plot_tsa_name"
14089   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14090   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14091   include:
14092     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14093     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14094     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14095     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14096     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14097     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14098   layout:
14099     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14100     layout: "plot-throughput-speedup-analysis"
14101
14102 - type: "plot"
14103   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14104   algorithm: "plot_tsa_name"
14105   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14107   include:
14108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14109     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14110     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14111     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14112     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14113     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14114   layout:
14115     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14116     layout: "plot-throughput-speedup-analysis"
14117
14118 - type: "plot"
14119   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14120   algorithm: "plot_tsa_name"
14121   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14123   include:
14124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14129   layout:
14130     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14131     layout: "plot-throughput-speedup-analysis"
14132
14133 - type: "plot"
14134   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14135   algorithm: "plot_tsa_name"
14136   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14137   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14138   include:
14139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14144   layout:
14145     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14146     layout: "plot-throughput-speedup-analysis"
14147
14148 - type: "plot"
14149   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14150   algorithm: "plot_tsa_name"
14151   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14153   include:
14154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14157   layout:
14158     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14159     layout: "plot-throughput-speedup-analysis"
14160
14161 - type: "plot"
14162   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14163   algorithm: "plot_tsa_name"
14164   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14165   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14166   include:
14167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14170   layout:
14171     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14172     layout: "plot-throughput-speedup-analysis"
14173
14174 - type: "plot"
14175   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14176   algorithm: "plot_tsa_name"
14177   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14179   include:
14180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14185   layout:
14186     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14187     layout: "plot-throughput-speedup-analysis"
14188
14189 - type: "plot"
14190   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14191   algorithm: "plot_tsa_name"
14192   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14193   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14194   include:
14195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14200   layout:
14201     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14202     layout: "plot-throughput-speedup-analysis"
14203
14204 - type: "plot"
14205   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14206   algorithm: "plot_tsa_name"
14207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14209   include:
14210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14213   layout:
14214     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14215     layout: "plot-throughput-speedup-analysis"
14216
14217 - type: "plot"
14218   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14219   algorithm: "plot_tsa_name"
14220   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14222   include:
14223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14226   layout:
14227     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14228     layout: "plot-throughput-speedup-analysis"
14229
14230 - type: "plot"
14231   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14232   algorithm: "plot_tsa_name"
14233   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14234   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14235   include:
14236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14242   layout:
14243     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14244     layout: "plot-throughput-speedup-analysis"
14245
14246 - type: "plot"
14247   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14248   algorithm: "plot_tsa_name"
14249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14251   include:
14252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14258   layout:
14259     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14260     layout: "plot-throughput-speedup-analysis"
14261
14262 - type: "plot"
14263   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14264   algorithm: "plot_tsa_name"
14265   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14266   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14267   include:
14268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14274   layout:
14275     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14276     layout: "plot-throughput-speedup-analysis"
14277
14278 - type: "plot"
14279   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14280   algorithm: "plot_tsa_name"
14281   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14282   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14283   include:
14284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14290   layout:
14291     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14292     layout: "plot-throughput-speedup-analysis"
14293
14294 - type: "plot"
14295   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14296   algorithm: "plot_tsa_name"
14297   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14299   include:
14300     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14303   layout:
14304     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14305     layout: "plot-throughput-speedup-analysis"
14306
14307 - type: "plot"
14308   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14309   algorithm: "plot_tsa_name"
14310   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14311   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14312   include:
14313     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14314     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14315     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14316   layout:
14317     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14318     layout: "plot-throughput-speedup-analysis"
14319
14320 - type: "plot"
14321   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14322   algorithm: "plot_tsa_name"
14323   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14325   include:
14326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14329 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14330 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14331   layout:
14332     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14333     layout: "plot-throughput-speedup-analysis"
14334
14335 - type: "plot"
14336   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14337   algorithm: "plot_tsa_name"
14338   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14340   include:
14341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14344 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14345 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14346   layout:
14347     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14348     layout: "plot-throughput-speedup-analysis"
14349
14350 - type: "plot"
14351   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14352   algorithm: "plot_tsa_name"
14353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14355   include:
14356     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14359     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14361   layout:
14362     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14363     layout: "plot-throughput-speedup-analysis"
14364
14365 - type: "plot"
14366   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14367   algorithm: "plot_tsa_name"
14368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14370   include:
14371     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14372     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14376   layout:
14377     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14378     layout: "plot-throughput-speedup-analysis"
14379
14380 - type: "plot"
14381   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14382   algorithm: "plot_tsa_name"
14383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14385   include:
14386     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14387     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14388     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14389     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14390     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14391   layout:
14392     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14393     layout: "plot-throughput-speedup-analysis"
14394
14395 - type: "plot"
14396   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14397   algorithm: "plot_tsa_name"
14398   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14399   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14400   include:
14401     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14402     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14403     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14404     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14405     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14406   layout:
14407     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14408     layout: "plot-throughput-speedup-analysis"
14409
14410 - type: "plot"
14411   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14412   algorithm: "plot_tsa_name"
14413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14415   include:
14416     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14417     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14418     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14419     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14420     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14422   layout:
14423     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14424     layout: "plot-throughput-speedup-analysis"
14425
14426 - type: "plot"
14427   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14428   algorithm: "plot_tsa_name"
14429   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14431   include:
14432     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14433     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14434     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14435     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14437     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14438   layout:
14439     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14440     layout: "plot-throughput-speedup-analysis"
14441
14442 - type: "plot"
14443   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14444   algorithm: "plot_tsa_name"
14445   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14447   include:
14448     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14450     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14452     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14454   layout:
14455     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14456     layout: "plot-throughput-speedup-analysis"
14457
14458 - type: "plot"
14459   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14460   algorithm: "plot_tsa_name"
14461   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14463   include:
14464     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14467     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14470   layout:
14471     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14472     layout: "plot-throughput-speedup-analysis"
14473
14474 - type: "plot"
14475   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14476   algorithm: "plot_tsa_name"
14477   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14478   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14479   include:
14480     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14482   layout:
14483     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14484     layout: "plot-throughput-speedup-analysis"
14485
14486 - type: "plot"
14487   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14488   algorithm: "plot_tsa_name"
14489   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14490   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14491   include:
14492     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14494   layout:
14495     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14496     layout: "plot-throughput-speedup-analysis"
14497
14498 - type: "plot"
14499   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14500   algorithm: "plot_tsa_name"
14501   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14502   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14503   include:
14504     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14505     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14506     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14507     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14508   layout:
14509     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14510     layout: "plot-throughput-speedup-analysis"
14511
14512 - type: "plot"
14513   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14514   algorithm: "plot_tsa_name"
14515   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14517   include:
14518     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14519     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14520     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14521     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14522   layout:
14523     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14524     layout: "plot-throughput-speedup-analysis"
14525
14526 - type: "plot"
14527   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14528   algorithm: "plot_tsa_name"
14529   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14530   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14531   include:
14532     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14533     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14534     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14535     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14536   layout:
14537     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14538     layout: "plot-throughput-speedup-analysis"
14539
14540 - type: "plot"
14541   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14542   algorithm: "plot_tsa_name"
14543   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14545   include:
14546     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14547     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14548     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14549     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14550   layout:
14551     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14552     layout: "plot-throughput-speedup-analysis"
14553
14554 - type: "plot"
14555   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14556   algorithm: "plot_tsa_name"
14557   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14558   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14559   include:
14560     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14561     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14562     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14563     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14564     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14565     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14566   layout:
14567     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14568     layout: "plot-throughput-speedup-analysis"
14569
14570 - type: "plot"
14571   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14572   algorithm: "plot_tsa_name"
14573   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14574   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14575   include:
14576     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14577     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14578     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14579     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14580     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14581     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14582   layout:
14583     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14584     layout: "plot-throughput-speedup-analysis"
14585
14586 - type: "plot"
14587   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14588   algorithm: "plot_tsa_name"
14589   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14590   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14591   include:
14592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14597   layout:
14598     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14599     layout: "plot-throughput-speedup-analysis"
14600
14601 - type: "plot"
14602   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14603   algorithm: "plot_tsa_name"
14604   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14605   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14606   include:
14607     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14610     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14612   layout:
14613     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14614     layout: "plot-throughput-speedup-analysis"
14615
14616 - type: "plot"
14617   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14618   algorithm: "plot_tsa_name"
14619   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14620   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14621   include:
14622     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14627   layout:
14628     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14629     layout: "plot-throughput-speedup-analysis"
14630
14631 - type: "plot"
14632   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14633   algorithm: "plot_tsa_name"
14634   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14635   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14636   include:
14637     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14642   layout:
14643     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14644     layout: "plot-throughput-speedup-analysis"
14645
14646 - type: "plot"
14647   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14648   algorithm: "plot_tsa_name"
14649   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14650   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14651   include:
14652     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14653     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14655   layout:
14656     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14657     layout: "plot-throughput-speedup-analysis"
14658
14659 - type: "plot"
14660   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14661   algorithm: "plot_tsa_name"
14662   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14663   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14664   include:
14665     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14668   layout:
14669     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14670     layout: "plot-throughput-speedup-analysis"
14671
14672 - type: "plot"
14673   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14674   algorithm: "plot_tsa_name"
14675   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14677   include:
14678     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14681   layout:
14682     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14683     layout: "plot-throughput-speedup-analysis"
14684
14685 - type: "plot"
14686   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14687   algorithm: "plot_tsa_name"
14688   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14689   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14690   include:
14691     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14694   layout:
14695     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14696     layout: "plot-throughput-speedup-analysis"
14697
14698 - type: "plot"
14699   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14700   algorithm: "plot_tsa_name"
14701   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14703   include:
14704     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14709   layout:
14710     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14711     layout: "plot-throughput-speedup-analysis"
14712
14713 - type: "plot"
14714   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14715   algorithm: "plot_tsa_name"
14716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14718   include:
14719     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14721     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14722     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14723     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14724   layout:
14725     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14726     layout: "plot-throughput-speedup-analysis"
14727
14728 - type: "plot"
14729   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14730   algorithm: "plot_tsa_name"
14731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14733   include:
14734     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14735     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14737     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14739   layout:
14740     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14741     layout: "plot-throughput-speedup-analysis"
14742
14743 - type: "plot"
14744   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14745   algorithm: "plot_tsa_name"
14746   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14747   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14748   include:
14749     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14750     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14753     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14754   layout:
14755     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14756     layout: "plot-throughput-speedup-analysis"
14757
14758 - type: "plot"
14759   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14760   algorithm: "plot_tsa_name"
14761   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14762   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14763   include:
14764     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14765     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14766     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14767     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14768     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14769     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14770   layout:
14771     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14772     layout: "plot-throughput-speedup-analysis"
14773
14774 - type: "plot"
14775   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14776   algorithm: "plot_tsa_name"
14777   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14778   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14779   include:
14780     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14781     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14782     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14783     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14784     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14785     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14786   layout:
14787     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14788     layout: "plot-throughput-speedup-analysis"
14789
14790 - type: "plot"
14791   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14792   algorithm: "plot_tsa_name"
14793   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14794   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14795   include:
14796     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14797     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14798     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14799     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14800   layout:
14801     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14802     layout: "plot-throughput-speedup-analysis"
14803
14804 - type: "plot"
14805   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14806   algorithm: "plot_tsa_name"
14807   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14808   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14809   include:
14810     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14811     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14812     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14813     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14814   layout:
14815     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14816     layout: "plot-throughput-speedup-analysis"
14817
14818 - type: "plot"
14819   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14820   algorithm: "plot_tsa_name"
14821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14823   include:
14824     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14825     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14826     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14827     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14828     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14829     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14830   layout:
14831     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14832     layout: "plot-throughput-speedup-analysis"
14833
14834 - type: "plot"
14835   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14836   algorithm: "plot_tsa_name"
14837   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14839   include:
14840     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14841     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14842     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14843     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14844     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14845     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14846   layout:
14847     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14848     layout: "plot-throughput-speedup-analysis"
14849
14850 - type: "plot"
14851   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14852   algorithm: "plot_tsa_name"
14853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14855   include:
14856     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14857     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14858     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14859     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14860     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14861     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14862   layout:
14863     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14864     layout: "plot-throughput-speedup-analysis"
14865
14866 - type: "plot"
14867   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14868   algorithm: "plot_tsa_name"
14869   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14870   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14871   include:
14872     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14873     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14874     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14875     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14876     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14877     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14878   layout:
14879     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14880     layout: "plot-throughput-speedup-analysis"
14881
14882 - type: "plot"
14883   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14884   algorithm: "plot_tsa_name"
14885   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14887   include:
14888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14889     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14890     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14891     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14892     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14893     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14894   layout:
14895     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14896     layout: "plot-throughput-speedup-analysis"
14897
14898 - type: "plot"
14899   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14900   algorithm: "plot_tsa_name"
14901   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14903   include:
14904     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14905     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14906     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14907     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14908     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14909     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14910   layout:
14911     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14912     layout: "plot-throughput-speedup-analysis"
14913
14914 - type: "plot"
14915   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14916   algorithm: "plot_tsa_name"
14917   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14919   include:
14920     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14926   layout:
14927     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14928     layout: "plot-throughput-speedup-analysis"
14929
14930 - type: "plot"
14931   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14932   algorithm: "plot_tsa_name"
14933   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14934   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14935   include:
14936     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14937     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14942   layout:
14943     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14944     layout: "plot-throughput-speedup-analysis"
14945
14946 - type: "plot"
14947   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14948   algorithm: "plot_tsa_name"
14949   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14950   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14951   include:
14952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14958   layout:
14959     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14960     layout: "plot-throughput-speedup-analysis"
14961
14962 - type: "plot"
14963   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14964   algorithm: "plot_tsa_name"
14965   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14967   include:
14968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14974   layout:
14975     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14976     layout: "plot-throughput-speedup-analysis"
14977
14978 - type: "plot"
14979   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14980   algorithm: "plot_tsa_name"
14981   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14983   include:
14984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14988   layout:
14989     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14990     layout: "plot-throughput-speedup-analysis"
14991
14992 - type: "plot"
14993   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14994   algorithm: "plot_tsa_name"
14995   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14997   include:
14998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15002   layout:
15003     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15004     layout: "plot-throughput-speedup-analysis"
15005
15006 - type: "plot"
15007   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15008   algorithm: "plot_tsa_name"
15009   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15010   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15011   include:
15012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15016   layout:
15017     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15018     layout: "plot-throughput-speedup-analysis"
15019
15020 - type: "plot"
15021   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15022   algorithm: "plot_tsa_name"
15023   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15025   include:
15026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15030   layout:
15031     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15032     layout: "plot-throughput-speedup-analysis"
15033
15034 - type: "plot"
15035   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15036   algorithm: "plot_tsa_name"
15037   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15039   include:
15040     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15041     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15042     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15043     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15044     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15045     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15046   layout:
15047     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15048     layout: "plot-throughput-speedup-analysis"
15049
15050 - type: "plot"
15051   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15052   algorithm: "plot_tsa_name"
15053   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15054   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15055   include:
15056     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15057     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15058     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15059     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15060     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15061     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15062   layout:
15063     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15064     layout: "plot-throughput-speedup-analysis"
15065
15066 - type: "plot"
15067   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15068   algorithm: "plot_tsa_name"
15069   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15070   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15071   include:
15072     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15073     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15074     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15075     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15076     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15077   layout:
15078     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15079     layout: "plot-throughput-speedup-analysis"
15080
15081 - type: "plot"
15082   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15083   algorithm: "plot_tsa_name"
15084   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15086   include:
15087     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15088     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15089     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15090     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15091     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15092   layout:
15093     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15094     layout: "plot-throughput-speedup-analysis"
15095
15096 - type: "plot"
15097   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15098   algorithm: "plot_tsa_name"
15099   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15101   include:
15102     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15103     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15104     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15106     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15107   layout:
15108     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15109     layout: "plot-throughput-speedup-analysis"
15110
15111 - type: "plot"
15112   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15113   algorithm: "plot_tsa_name"
15114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15116   include:
15117     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15118     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15119     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15120     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15121     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15122   layout:
15123     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15124     layout: "plot-throughput-speedup-analysis"
15125
15126 - type: "plot"
15127   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15128   algorithm: "plot_tsa_name"
15129   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15130   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15131   include:
15132     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15133     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15134     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15135     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15136   layout:
15137     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15138     layout: "plot-throughput-speedup-analysis"
15139
15140 - type: "plot"
15141   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15142   algorithm: "plot_tsa_name"
15143   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15145   include:
15146     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15147     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15148     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15149     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15150   layout:
15151     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15152     layout: "plot-throughput-speedup-analysis"
15153
15154 - type: "plot"
15155   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15156   algorithm: "plot_tsa_name"
15157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15159   include:
15160     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15162     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15163     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15164     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15166   layout:
15167     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15168     layout: "plot-throughput-speedup-analysis"
15169
15170 - type: "plot"
15171   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15172   algorithm: "plot_tsa_name"
15173   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15175   include:
15176     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15177     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15179     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15180     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15182   layout:
15183     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15184     layout: "plot-throughput-speedup-analysis"
15185
15186 - type: "plot"
15187   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15188   algorithm: "plot_tsa_name"
15189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15191   include:
15192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15196     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15197     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15198   layout:
15199     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15200     layout: "plot-throughput-speedup-analysis"
15201
15202 - type: "plot"
15203   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15204   algorithm: "plot_tsa_name"
15205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15207   include:
15208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15212     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15213     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15214   layout:
15215     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15216     layout: "plot-throughput-speedup-analysis"
15217
15218 - type: "plot"
15219   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15220   algorithm: "plot_tsa_name"
15221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15223   include:
15224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15230   layout:
15231     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15232     layout: "plot-throughput-speedup-analysis"
15233
15234 - type: "plot"
15235   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15236   algorithm: "plot_tsa_name"
15237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15239   include:
15240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15246   layout:
15247     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15248     layout: "plot-throughput-speedup-analysis"
15249
15250 - type: "plot"
15251   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15252   algorithm: "plot_tsa_name"
15253   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15254   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15255   include:
15256     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15257     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15258     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15259     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15260     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15261     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15262   layout:
15263     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15264     layout: "plot-throughput-speedup-analysis"
15265
15266 - type: "plot"
15267   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15268   algorithm: "plot_tsa_name"
15269   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15270   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15271   include:
15272     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15273     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15274     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15275     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15276     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15277     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15278   layout:
15279     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15280     layout: "plot-throughput-speedup-analysis"
15281
15282 - type: "plot"
15283   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15284   algorithm: "plot_tsa_name"
15285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15287   include:
15288     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15289     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15290     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15291     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15292     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15293     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15294   layout:
15295     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15296     layout: "plot-throughput-speedup-analysis"
15297
15298 - type: "plot"
15299   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15300   algorithm: "plot_tsa_name"
15301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15303   include:
15304     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15305     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15306     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15307     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15308     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15309     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15310   layout:
15311     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15312     layout: "plot-throughput-speedup-analysis"
15313
15314 - type: "plot"
15315   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15316   algorithm: "plot_tsa_name"
15317   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15318   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15319   include:
15320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15325   layout:
15326     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15327     layout: "plot-throughput-speedup-analysis"
15328
15329 - type: "plot"
15330   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15331   algorithm: "plot_tsa_name"
15332   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15333   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15334   include:
15335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15340   layout:
15341     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15342     layout: "plot-throughput-speedup-analysis"
15343
15344 - type: "plot"
15345   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15346   algorithm: "plot_tsa_name"
15347   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15349   include:
15350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15355   layout:
15356     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15357     layout: "plot-throughput-speedup-analysis"
15358
15359 - type: "plot"
15360   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15361   algorithm: "plot_tsa_name"
15362   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15363   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15364   include:
15365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15370   layout:
15371     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15372     layout: "plot-throughput-speedup-analysis"
15373
15374 - type: "plot"
15375   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15376   algorithm: "plot_tsa_name"
15377   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15378   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15379   include:
15380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15385   layout:
15386     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15387     layout: "plot-throughput-speedup-analysis"
15388
15389 - type: "plot"
15390   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15391   algorithm: "plot_tsa_name"
15392   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15393   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15394   include:
15395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15400   layout:
15401     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15402     layout: "plot-throughput-speedup-analysis"
15403
15404 - type: "plot"
15405   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15406   algorithm: "plot_tsa_name"
15407   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15408   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15409   include:
15410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15415   layout:
15416     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15417     layout: "plot-throughput-speedup-analysis"
15418
15419 - type: "plot"
15420   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15421   algorithm: "plot_tsa_name"
15422   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15424   include:
15425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15430   layout:
15431     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15432     layout: "plot-throughput-speedup-analysis"
15433
15434 - type: "plot"
15435   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15436   algorithm: "plot_tsa_name"
15437   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15438   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15439   include:
15440     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15441     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15442     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15443     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15444     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15445   layout:
15446     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15447     layout: "plot-throughput-speedup-analysis"
15448
15449 - type: "plot"
15450   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15451   algorithm: "plot_tsa_name"
15452   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15453   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15454   include:
15455     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15456     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15457     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15458     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15459     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15460   layout:
15461     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15462     layout: "plot-throughput-speedup-analysis"
15463
15464 - type: "plot"
15465   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15466   algorithm: "plot_tsa_name"
15467   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15468   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15469   include:
15470     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15471     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15472     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15473     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15474     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15475   layout:
15476     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15477     layout: "plot-throughput-speedup-analysis"
15478
15479 - type: "plot"
15480   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15481   algorithm: "plot_tsa_name"
15482   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15483   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15484   include:
15485     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15486     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15487     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15488     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15489     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15490   layout:
15491     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15492     layout: "plot-throughput-speedup-analysis"
15493
15494 - type: "plot"
15495   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15496   algorithm: "plot_tsa_name"
15497   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15499   include:
15500     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15501     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15502     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15503     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15504   layout:
15505     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15506     layout: "plot-throughput-speedup-analysis"
15507
15508 - type: "plot"
15509   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15510   algorithm: "plot_tsa_name"
15511   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15512   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15513   include:
15514     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15515     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15516     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15517     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15518   layout:
15519     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15520     layout: "plot-throughput-speedup-analysis"
15521
15522 - type: "plot"
15523   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15524   algorithm: "plot_tsa_name"
15525   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15527   include:
15528     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15529     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15530     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15531     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15532   layout:
15533     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15534     layout: "plot-throughput-speedup-analysis"
15535
15536 - type: "plot"
15537   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15538   algorithm: "plot_tsa_name"
15539   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15541   include:
15542     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15543     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15544     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15545     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15546   layout:
15547     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15548     layout: "plot-throughput-speedup-analysis"
15549
15550 - type: "plot"
15551   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15552   algorithm: "plot_tsa_name"
15553   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15555   include:
15556     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15557     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15558     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15559     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15560     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15561     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15562   layout:
15563     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15564     layout: "plot-throughput-speedup-analysis"
15565
15566 - type: "plot"
15567   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15568   algorithm: "plot_tsa_name"
15569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15571   include:
15572     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15573     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15574     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15575     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15576     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15577     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15578   layout:
15579     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15580     layout: "plot-throughput-speedup-analysis"
15581
15582 - type: "plot"
15583   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15584   algorithm: "plot_tsa_name"
15585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15587   include:
15588     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15589     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15590     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15591     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15592     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15593     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15594   layout:
15595     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15596     layout: "plot-throughput-speedup-analysis"
15597
15598 - type: "plot"
15599   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15600   algorithm: "plot_tsa_name"
15601   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15603   include:
15604     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15608     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15610   layout:
15611     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15612     layout: "plot-throughput-speedup-analysis"
15613
15614 - type: "plot"
15615   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15616   algorithm: "plot_tsa_name"
15617   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15619   include:
15620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15623     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15624     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15626   layout:
15627     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15628     layout: "plot-throughput-speedup-analysis"
15629
15630 - type: "plot"
15631   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15632   algorithm: "plot_tsa_name"
15633   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15635   include:
15636     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15637     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15638     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15639     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15640     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15641     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15642   layout:
15643     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15644     layout: "plot-throughput-speedup-analysis"
15645
15646 - type: "plot"
15647   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15648   algorithm: "plot_tsa_name"
15649   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15651   include:
15652     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15653     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15654     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15655     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15656     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15657   layout:
15658     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15659     layout: "plot-throughput-speedup-analysis"
15660
15661 - type: "plot"
15662   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15663   algorithm: "plot_tsa_name"
15664   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15666   include:
15667     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15672   layout:
15673     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15674     layout: "plot-throughput-speedup-analysis"
15675
15676 - type: "plot"
15677   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15678   algorithm: "plot_tsa_name"
15679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15681   include:
15682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15684   layout:
15685     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15686     layout: "plot-throughput-speedup-analysis"
15687
15688 - type: "plot"
15689   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15690   algorithm: "plot_tsa_name"
15691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15693   include:
15694     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15695     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15696   layout:
15697     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15698     layout: "plot-throughput-speedup-analysis"
15699
15700 - type: "plot"
15701   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15702   algorithm: "plot_tsa_name"
15703   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15705   include:
15706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15707     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15708   layout:
15709     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15710     layout: "plot-throughput-speedup-analysis"
15711
15712 - type: "plot"
15713   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15714   algorithm: "plot_tsa_name"
15715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15717   include:
15718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15720   layout:
15721     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15722     layout: "plot-throughput-speedup-analysis"
15723
15724 - type: "plot"
15725   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15726   algorithm: "plot_tsa_name"
15727   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15728   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15729   include:
15730     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15731     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15732     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15733     - "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"
15734     - "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"
15735     - "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"
15736   layout:
15737     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15738     layout: "plot-throughput-speedup-analysis"
15739
15740 - type: "plot"
15741   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15742   algorithm: "plot_tsa_name"
15743   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15744   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15745   include:
15746     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15747     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15748     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15749     - "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"
15750     - "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"
15751     - "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"
15752   layout:
15753     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15754     layout: "plot-throughput-speedup-analysis"
15755
15756 - type: "plot"
15757   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15758   algorithm: "plot_tsa_name"
15759   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15760   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15761   include:
15762     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15763     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15764     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15765     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15766     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15767   layout:
15768     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15769     layout: "plot-throughput-speedup-analysis"
15770
15771 - type: "plot"
15772   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15773   algorithm: "plot_tsa_name"
15774   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15775   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15776   include:
15777     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15778     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15779     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15780     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15781     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15782   layout:
15783     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15784     layout: "plot-throughput-speedup-analysis"
15785
15786 - type: "plot"
15787   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15788   algorithm: "plot_tsa_name"
15789   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15790   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15791   include:
15792     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15793     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15794     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15795     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15796     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15797   layout:
15798     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15799     layout: "plot-throughput-speedup-analysis"
15800
15801 - type: "plot"
15802   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15803   algorithm: "plot_tsa_name"
15804   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15805   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15806   include:
15807     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15808     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15809     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15810     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15811     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15812   layout:
15813     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15814     layout: "plot-throughput-speedup-analysis"
15815
15816 - type: "plot"
15817   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15818   algorithm: "plot_tsa_name"
15819   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15820   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15821   include:
15822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15828   layout:
15829     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15830     layout: "plot-throughput-speedup-analysis"
15831
15832 - type: "plot"
15833   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15834   algorithm: "plot_tsa_name"
15835   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15836   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15837   include:
15838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15844   layout:
15845     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15846     layout: "plot-throughput-speedup-analysis"
15847
15848 - type: "plot"
15849   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15850   algorithm: "plot_tsa_name"
15851   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15852   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15853   include:
15854     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15855     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15856     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15857     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15858   layout:
15859     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15860     layout: "plot-throughput-speedup-analysis"
15861
15862 - type: "plot"
15863   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15864   algorithm: "plot_tsa_name"
15865   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15866   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15867   include:
15868     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15869     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15870     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15871     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15872   layout:
15873     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15874     layout: "plot-throughput-speedup-analysis"
15875
15876 - type: "plot"
15877   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15878   algorithm: "plot_tsa_name"
15879   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15880   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15881   include:
15882     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15883     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15884     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15885     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15886     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15887   layout:
15888     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15889     layout: "plot-throughput-speedup-analysis"
15890
15891 - type: "plot"
15892   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15893   algorithm: "plot_tsa_name"
15894   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15895   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15896   include:
15897     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15898     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15900     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15901     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15902   layout:
15903     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15904     layout: "plot-throughput-speedup-analysis"
15905
15906 - type: "plot"
15907   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15908   algorithm: "plot_tsa_name"
15909   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15910   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15911   include:
15912     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15913     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15914     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15915     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15916     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15917     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15918   layout:
15919     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15920     layout: "plot-throughput-speedup-analysis"
15921
15922 - type: "plot"
15923   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15924   algorithm: "plot_tsa_name"
15925   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15926   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15927   include:
15928     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15929     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15930     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15931     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15932     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15933     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15934   layout:
15935     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15936     layout: "plot-throughput-speedup-analysis"
15937
15938 - type: "plot"
15939   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15940   algorithm: "plot_tsa_name"
15941   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15942   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15943   include:
15944     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15945     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15946     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15947     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15948   layout:
15949     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15950     layout: "plot-throughput-speedup-analysis"
15951
15952 - type: "plot"
15953   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15954   algorithm: "plot_tsa_name"
15955   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15956   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15957   include:
15958     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15959     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15960     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15961     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15962   layout:
15963     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15964     layout: "plot-throughput-speedup-analysis"
15965
15966 - type: "plot"
15967   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15968   algorithm: "plot_tsa_name"
15969   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15970   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15971   include:
15972     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15973     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15974     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15975     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15976     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15977     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15978   layout:
15979     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15980     layout: "plot-throughput-speedup-analysis"
15981
15982 - type: "plot"
15983   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15984   algorithm: "plot_tsa_name"
15985   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15986   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15987   include:
15988     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15989     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15990     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15991     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15992     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15993     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15994   layout:
15995     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15996     layout: "plot-throughput-speedup-analysis"
15997
15998 - type: "plot"
15999   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16000   algorithm: "plot_tsa_name"
16001   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16002   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16003   include:
16004     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16006     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16007     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16008     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16009     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16010   layout:
16011     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16012     layout: "plot-throughput-speedup-analysis"
16013
16014 - type: "plot"
16015   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16016   algorithm: "plot_tsa_name"
16017   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16018   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16019   include:
16020     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16021     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16022     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16023     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16024     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16025     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16026   layout:
16027     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16028     layout: "plot-throughput-speedup-analysis"
16029
16030 - type: "plot"
16031   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16032   algorithm: "plot_tsa_name"
16033   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16034   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16035   include:
16036     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16037     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16038     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16039     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16040     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16041     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16042   layout:
16043     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16044     layout: "plot-throughput-speedup-analysis"
16045
16046 - type: "plot"
16047   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16048   algorithm: "plot_tsa_name"
16049   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16050   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16051   include:
16052     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16053     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16054     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16055     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16056     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16057     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16058   layout:
16059     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16060     layout: "plot-throughput-speedup-analysis"
16061
16062 - type: "plot"
16063   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16064   algorithm: "plot_tsa_name"
16065   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16066   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16067   include:
16068     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16069     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16070     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16071     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16072     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16073     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16074   layout:
16075     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16076     layout: "plot-throughput-speedup-analysis"
16077
16078 - type: "plot"
16079   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16080   algorithm: "plot_tsa_name"
16081   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16082   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16083   include:
16084     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16085     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16086     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16087     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16088     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16089     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16090   layout:
16091     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16092     layout: "plot-throughput-speedup-analysis"
16093
16094 - type: "plot"
16095   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16096   algorithm: "plot_tsa_name"
16097   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16098   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16099   include:
16100     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16101     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16102     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16103     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16104     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16105     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16106   layout:
16107     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16108     layout: "plot-throughput-speedup-analysis"
16109
16110 - type: "plot"
16111   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16112   algorithm: "plot_tsa_name"
16113   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16114   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16115   include:
16116     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16117     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16118     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16120     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16121     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16122   layout:
16123     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16124     layout: "plot-throughput-speedup-analysis"
16125
16126 #- type: "plot"
16127 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16128 #  algorithm: "plot_tsa_name"
16129 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16130 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16131 #  include:
16132 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16133 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16134 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16135 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16136 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16137 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16138 #  layout:
16139 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16140 #    layout: "plot-throughput-speedup-analysis"
16141 #
16142 #- type: "plot"
16143 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16144 #  algorithm: "plot_tsa_name"
16145 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16146 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16147 #  include:
16148 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16149 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16150 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16151 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16152 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16153 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16154 #  layout:
16155 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16156 #    layout: "plot-throughput-speedup-analysis"
16157
16158 - type: "plot"
16159   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16160   algorithm: "plot_tsa_name"
16161   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16162   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16163   include:
16164     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16165     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16166     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16167     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16168     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16169   layout:
16170     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16171     layout: "plot-throughput-speedup-analysis"
16172
16173 - type: "plot"
16174   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16175   algorithm: "plot_tsa_name"
16176   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16177   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16178   include:
16179     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16182     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16184   layout:
16185     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16186     layout: "plot-throughput-speedup-analysis"
16187
16188 - type: "plot"
16189   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16190   algorithm: "plot_tsa_name"
16191   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16192   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16193   include:
16194     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16200   layout:
16201     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16202     layout: "plot-throughput-speedup-analysis"
16203
16204 - type: "plot"
16205   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16206   algorithm: "plot_tsa_name"
16207   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16208   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16209   include:
16210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16215     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16216   layout:
16217     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16218     layout: "plot-throughput-speedup-analysis"
16219
16220 - type: "plot"
16221   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16222   algorithm: "plot_tsa_name"
16223   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16224   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16225   include:
16226     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16227     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16228     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16229     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16230     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16231   layout:
16232     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16233     layout: "plot-throughput-speedup-analysis"
16234
16235 - type: "plot"
16236   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16237   algorithm: "plot_tsa_name"
16238   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16239   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16240   include:
16241     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16242     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16243     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16244     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16246   layout:
16247     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16248     layout: "plot-throughput-speedup-analysis"
16249
16250 #- type: "plot"
16251 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16252 #  algorithm: "plot_tsa_name"
16253 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16254 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16255 #  include:
16256 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16257 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16258 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16259 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16260 #  layout:
16261 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16262 #    layout: "plot-throughput-speedup-analysis"
16263 #
16264 #- type: "plot"
16265 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16266 #  algorithm: "plot_tsa_name"
16267 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16268 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16269 #  include:
16270 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16271 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16272 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16273 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16274 #  layout:
16275 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16276 #    layout: "plot-throughput-speedup-analysis"
16277
16278 - type: "plot"
16279   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16280   algorithm: "plot_tsa_name"
16281   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16282   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16283   include:
16284     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16285     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16286     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16287     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16288     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16289     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16290   layout:
16291     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16292     layout: "plot-throughput-speedup-analysis"
16293
16294 - type: "plot"
16295   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16296   algorithm: "plot_tsa_name"
16297   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16298   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16299   include:
16300     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16301     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16302     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16303     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16304     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16305     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16306   layout:
16307     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16308     layout: "plot-throughput-speedup-analysis"
16309
16310 - type: "plot"
16311   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16312   algorithm: "plot_tsa_name"
16313   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16314   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16315   include:
16316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16321   layout:
16322     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16323     layout: "plot-throughput-speedup-analysis"
16324
16325 - type: "plot"
16326   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16327   algorithm: "plot_tsa_name"
16328   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16329   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16330   include:
16331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16336   layout:
16337     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16338     layout: "plot-throughput-speedup-analysis"
16339
16340 - type: "plot"
16341   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16342   algorithm: "plot_tsa_name"
16343   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16344   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16345   include:
16346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16352   layout:
16353     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16354     layout: "plot-throughput-speedup-analysis"
16355
16356 - type: "plot"
16357   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16358   algorithm: "plot_tsa_name"
16359   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16360   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16361   include:
16362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16368   layout:
16369     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16370     layout: "plot-throughput-speedup-analysis"
16371
16372 - type: "plot"
16373   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16374   algorithm: "plot_tsa_name"
16375   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16376   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16377   include:
16378     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16382   layout:
16383     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16384     layout: "plot-throughput-speedup-analysis"
16385
16386 - type: "plot"
16387   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16388   algorithm: "plot_tsa_name"
16389   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16390   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16391   include:
16392     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16396   layout:
16397     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16398     layout: "plot-throughput-speedup-analysis"
16399
16400 - type: "plot"
16401   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16402   algorithm: "plot_tsa_name"
16403   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16404   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16405   include:
16406     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16410     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16411   layout:
16412     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16413     layout: "plot-throughput-speedup-analysis"
16414
16415 - type: "plot"
16416   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16417   algorithm: "plot_tsa_name"
16418   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16419   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16420   include:
16421     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16422     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16424     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16425     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16426   layout:
16427     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16428     layout: "plot-throughput-speedup-analysis"
16429
16430 - type: "plot"
16431   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16432   algorithm: "plot_tsa_name"
16433   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16434   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16435   include:
16436     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16437     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16438     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16439     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16440     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16441     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16442   layout:
16443     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16444     layout: "plot-throughput-speedup-analysis"
16445
16446 - type: "plot"
16447   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16448   algorithm: "plot_tsa_name"
16449   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16450   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16451   include:
16452     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16453     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16454     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16455     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16456     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16457     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16458   layout:
16459     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16460     layout: "plot-throughput-speedup-analysis"
16461
16462 #- type: "plot"
16463 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16464 #  algorithm: "plot_tsa_name"
16465 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16466 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16467 #  include:
16468 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16469 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16470 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16471 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16472 #  layout:
16473 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16474 #    layout: "plot-throughput-speedup-analysis"
16475 #
16476 #- type: "plot"
16477 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16478 #  algorithm: "plot_tsa_name"
16479 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16480 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16481 #  include:
16482 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16483 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16484 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16485 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16486 #  layout:
16487 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16488 #    layout: "plot-throughput-speedup-analysis"
16489
16490 - type: "plot"
16491   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16492   algorithm: "plot_tsa_name"
16493   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16494   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16495   include:
16496     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16497     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16498     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16499     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16500     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16501     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16502   layout:
16503     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16504     layout: "plot-throughput-speedup-analysis"
16505
16506 - type: "plot"
16507   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16508   algorithm: "plot_tsa_name"
16509   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16510   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16511   include:
16512     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16513     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16514     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16515     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16516     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16517     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16518   layout:
16519     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16520     layout: "plot-throughput-speedup-analysis"
16521
16522 #- type: "plot"
16523 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16524 #  algorithm: "plot_tsa_name"
16525 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16526 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16527 #  include:
16528 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16529 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16530 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16531 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16532 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16533 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16534 #  layout:
16535 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16536 #    layout: "plot-throughput-speedup-analysis"
16537 #
16538 #- type: "plot"
16539 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16540 #  algorithm: "plot_tsa_name"
16541 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16542 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16543 #  include:
16544 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16545 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16546 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16547 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16548 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16549 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16550 #  layout:
16551 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16552 #    layout: "plot-throughput-speedup-analysis"
16553
16554 #- type: "plot"
16555 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16556 #  algorithm: "plot_tsa_name"
16557 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16558 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16559 #  include:
16560 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16561 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16562 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16563 #  layout:
16564 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16565 #    layout: "plot-throughput-speedup-analysis"
16566 #
16567 #- type: "plot"
16568 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16569 #  algorithm: "plot_tsa_name"
16570 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16571 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16572 #  include:
16573 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16574 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16575 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16576 #  layout:
16577 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16578 #    layout: "plot-throughput-speedup-analysis"
16579
16580 ################################################################################
16581
16582 # Packet Throughput - DPDK
16583
16584 # 2n-skx-xxv710
16585
16586 - type: "plot"
16587   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16588   algorithm: "plot_perf_box_name"
16589   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16590   data: "plot-dpdk-throughput-latency-2n-skx"
16591   include:
16592     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16593     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16594   layout:
16595     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16596     layout: "plot-throughput"
16597
16598 - type: "plot"
16599   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16600   algorithm: "plot_perf_box_name"
16601   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16602   data: "plot-dpdk-throughput-latency-2n-skx"
16603   include:
16604     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16605     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16606   layout:
16607     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16608     layout: "plot-throughput"
16609
16610 - type: "plot"
16611   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16612   algorithm: "plot_perf_box_name"
16613   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16614   data: "plot-dpdk-throughput-latency-2n-skx"
16615   include:
16616     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16617     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16618   layout:
16619     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16620     layout: "plot-throughput"
16621
16622 - type: "plot"
16623   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16624   algorithm: "plot_perf_box_name"
16625   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16626   data: "plot-dpdk-throughput-latency-2n-skx"
16627   include:
16628     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16629     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16630   layout:
16631     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16632     layout: "plot-throughput"
16633
16634 # 2n-skx-x710
16635
16636 - type: "plot"
16637   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16638   algorithm: "plot_perf_box_name"
16639   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16640   data: "plot-dpdk-throughput-latency-2n-skx"
16641   include:
16642     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16643     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16644   layout:
16645     title: "2n-skx-x710-64b-2t1c-base-ndr"
16646     layout: "plot-throughput"
16647
16648 - type: "plot"
16649   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16650   algorithm: "plot_perf_box_name"
16651   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16652   data: "plot-dpdk-throughput-latency-2n-skx"
16653   include:
16654     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16655     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16656   layout:
16657     title: "2n-skx-x710-64b-4t2c-base-ndr"
16658     layout: "plot-throughput"
16659
16660 - type: "plot"
16661   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16662   algorithm: "plot_perf_box_name"
16663   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16664   data: "plot-dpdk-throughput-latency-2n-skx"
16665   include:
16666     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16667     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16668   layout:
16669     title: "2n-skx-x710-64b-2t1c-base-pdr"
16670     layout: "plot-throughput"
16671
16672 - type: "plot"
16673   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16674   algorithm: "plot_perf_box_name"
16675   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16676   data: "plot-dpdk-throughput-latency-2n-skx"
16677   include:
16678     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16679     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16680   layout:
16681     title: "2n-skx-x710-64b-4t2c-base-pdr"
16682     layout: "plot-throughput"
16683
16684 # 3n-skx-xxv710
16685
16686 - type: "plot"
16687   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16688   algorithm: "plot_perf_box_name"
16689   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16690   data: "plot-dpdk-throughput-latency-3n-skx"
16691   include:
16692     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16693     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16694   layout:
16695     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16696     layout: "plot-throughput"
16697
16698 - type: "plot"
16699   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16700   algorithm: "plot_perf_box_name"
16701   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16702   data: "plot-dpdk-throughput-latency-3n-skx"
16703   include:
16704     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16705     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16706   layout:
16707     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16708     layout: "plot-throughput"
16709
16710 - type: "plot"
16711   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16712   algorithm: "plot_perf_box_name"
16713   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16714   data: "plot-dpdk-throughput-latency-3n-skx"
16715   include:
16716     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16717     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16718   layout:
16719     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16720     layout: "plot-throughput"
16721
16722 - type: "plot"
16723   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16724   algorithm: "plot_perf_box_name"
16725   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16726   data: "plot-dpdk-throughput-latency-3n-skx"
16727   include:
16728     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16729     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16730   layout:
16731     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16732     layout: "plot-throughput"
16733
16734 # 3n-skx-x710
16735
16736 - type: "plot"
16737   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16738   algorithm: "plot_perf_box_name"
16739   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16740   data: "plot-dpdk-throughput-latency-3n-skx"
16741   include:
16742     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16743     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16744   layout:
16745     title: "3n-skx-x710-64b-2t1c-base-ndr"
16746     layout: "plot-throughput"
16747
16748 - type: "plot"
16749   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16750   algorithm: "plot_perf_box_name"
16751   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16752   data: "plot-dpdk-throughput-latency-3n-skx"
16753   include:
16754     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16755     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16756   layout:
16757     title: "3n-skx-x710-64b-4t2c-base-ndr"
16758     layout: "plot-throughput"
16759
16760 - type: "plot"
16761   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16762   algorithm: "plot_perf_box_name"
16763   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16764   data: "plot-dpdk-throughput-latency-3n-skx"
16765   include:
16766     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16767     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16768   layout:
16769     title: "3n-skx-x710-64b-2t1c-base-pdr"
16770     layout: "plot-throughput"
16771
16772 - type: "plot"
16773   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16774   algorithm: "plot_perf_box_name"
16775   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16776   data: "plot-dpdk-throughput-latency-3n-skx"
16777   include:
16778     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16779     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16780   layout:
16781     title: "3n-skx-x710-64b-4t2c-base-pdr"
16782     layout: "plot-throughput"
16783
16784 # 3n-hsw-xl710
16785
16786 - type: "plot"
16787   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16788   algorithm: "plot_perf_box_name"
16789   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16790   data: "plot-dpdk-throughput-latency-3n-hsw"
16791   include:
16792     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16793     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16794   layout:
16795     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16796     layout: "plot-throughput"
16797
16798 - type: "plot"
16799   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16800   algorithm: "plot_perf_box_name"
16801   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16802   data: "plot-dpdk-throughput-latency-3n-hsw"
16803   include:
16804     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16805     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16806   layout:
16807     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16808     layout: "plot-throughput"
16809
16810 - type: "plot"
16811   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16812   algorithm: "plot_perf_box_name"
16813   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16814   data: "plot-dpdk-throughput-latency-3n-hsw"
16815   include:
16816     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16817     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16818   layout:
16819     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16820     layout: "plot-throughput"
16821
16822 - type: "plot"
16823   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16824   algorithm: "plot_perf_box_name"
16825   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16826   data: "plot-dpdk-throughput-latency-3n-hsw"
16827   include:
16828     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16829     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16830   layout:
16831     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16832     layout: "plot-throughput"
16833
16834 # 3n-hsw-x710
16835
16836 - type: "plot"
16837   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16838   algorithm: "plot_perf_box_name"
16839   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16840   data: "plot-dpdk-throughput-latency-3n-hsw"
16841   include:
16842     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16843     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16844   layout:
16845     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16846     layout: "plot-throughput"
16847
16848 - type: "plot"
16849   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16850   algorithm: "plot_perf_box_name"
16851   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16852   data: "plot-dpdk-throughput-latency-3n-hsw"
16853   include:
16854     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16855     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16856   layout:
16857     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16858     layout: "plot-throughput"
16859
16860 - type: "plot"
16861   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16862   algorithm: "plot_perf_box_name"
16863   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16864   data: "plot-dpdk-throughput-latency-3n-hsw"
16865   include:
16866     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16867     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16868   layout:
16869     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16870     layout: "plot-throughput"
16871
16872 - type: "plot"
16873   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16874   algorithm: "plot_perf_box_name"
16875   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16876   data: "plot-dpdk-throughput-latency-3n-hsw"
16877   include:
16878     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16879     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16880   layout:
16881     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16882     layout: "plot-throughput"
16883
16884 # 2n-dnv-x553
16885
16886 - type: "plot"
16887   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16888   algorithm: "plot_perf_box_name"
16889   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16890   data: "plot-dpdk-throughput-latency-2n-dnv"
16891   include:
16892     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16893     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16894   layout:
16895     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16896     layout: "plot-throughput"
16897
16898 - type: "plot"
16899   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16900   algorithm: "plot_perf_box_name"
16901   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16902   data: "plot-dpdk-throughput-latency-2n-dnv"
16903   include:
16904     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16905     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16906   layout:
16907     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16908     layout: "plot-throughput"
16909
16910 - type: "plot"
16911   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16912   algorithm: "plot_perf_box_name"
16913   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16914   data: "plot-dpdk-throughput-latency-2n-dnv"
16915   include:
16916     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16917     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16918   layout:
16919     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16920     layout: "plot-throughput"
16921
16922 - type: "plot"
16923   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16924   algorithm: "plot_perf_box_name"
16925   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16926   data: "plot-dpdk-throughput-latency-2n-dnv"
16927   include:
16928     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16929     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16930   layout:
16931     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16932     layout: "plot-throughput"
16933
16934 # 3n-dnv-x553
16935
16936 - type: "plot"
16937   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16938   algorithm: "plot_perf_box_name"
16939   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16940   data: "plot-dpdk-throughput-latency-3n-dnv"
16941   include:
16942     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16943     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16944   layout:
16945     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16946     layout: "plot-throughput"
16947
16948 - type: "plot"
16949   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16950   algorithm: "plot_perf_box_name"
16951   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16952   data: "plot-dpdk-throughput-latency-3n-dnv"
16953   include:
16954     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16955     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16956   layout:
16957     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16958     layout: "plot-throughput"
16959
16960 - type: "plot"
16961   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16962   algorithm: "plot_perf_box_name"
16963   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16964   data: "plot-dpdk-throughput-latency-3n-dnv"
16965   include:
16966     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16967     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16968   layout:
16969     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16970     layout: "plot-throughput"
16971
16972 - type: "plot"
16973   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16974   algorithm: "plot_perf_box_name"
16975   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16976   data: "plot-dpdk-throughput-latency-3n-dnv"
16977   include:
16978     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16979     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16980   layout:
16981     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16982     layout: "plot-throughput"
16983
16984 # 3n-tsh-x520
16985
16986 - type: "plot"
16987   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16988   algorithm: "plot_perf_box_name"
16989   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16990   data: "plot-dpdk-throughput-latency-3n-tsh"
16991   include:
16992     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16993     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16994   layout:
16995     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16996     layout: "plot-throughput"
16997
16998 - type: "plot"
16999   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17000   algorithm: "plot_perf_box_name"
17001   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17002   data: "plot-dpdk-throughput-latency-3n-tsh"
17003   include:
17004     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17005     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17006   layout:
17007     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17008     layout: "plot-throughput"
17009
17010 - type: "plot"
17011   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17012   algorithm: "plot_perf_box_name"
17013   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17014   data: "plot-dpdk-throughput-latency-3n-tsh"
17015   include:
17016     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17017     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17018   layout:
17019     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17020     layout: "plot-throughput"
17021
17022 - type: "plot"
17023   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17024   algorithm: "plot_perf_box_name"
17025   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17026   data: "plot-dpdk-throughput-latency-3n-tsh"
17027   include:
17028     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17029     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17030   layout:
17031     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17032     layout: "plot-throughput"
17033
17034 ################################################################################
17035 ###   2n-clx                                                                 ###
17036 ################################################################################
17037
17038 # Packet Throughput
17039
17040 - type: "plot"
17041   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17042   algorithm: "plot_perf_box_name"
17043   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17044   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17045   include:
17046     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17047     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17048     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17049     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17050   layout:
17051     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17052     layout: "plot-throughput"
17053
17054 - type: "plot"
17055   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17056   algorithm: "plot_perf_box_name"
17057   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17059   include:
17060     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17061     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17062     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17063     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17064   layout:
17065     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17066     layout: "plot-throughput"
17067
17068 - type: "plot"
17069   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17070   algorithm: "plot_perf_box_name"
17071   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17072   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17073   include:
17074     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17075     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17076     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17077     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17078   layout:
17079     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17080     layout: "plot-throughput"
17081
17082 - type: "plot"
17083   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17084   algorithm: "plot_perf_box_name"
17085   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17086   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17087   include:
17088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17090     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17091     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17092   layout:
17093     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17094     layout: "plot-throughput"
17095
17096 - type: "plot"
17097   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17098   algorithm: "plot_perf_box_name"
17099   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17100   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17101   include:
17102     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17103     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17104     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17105     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17106   layout:
17107     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17108     layout: "plot-throughput"
17109
17110 - type: "plot"
17111   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17112   algorithm: "plot_perf_box_name"
17113   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17115   include:
17116     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17117     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17118     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17119     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17120   layout:
17121     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17122     layout: "plot-throughput"
17123
17124 - type: "plot"
17125   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17126   algorithm: "plot_perf_box_name"
17127   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17129   include:
17130     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17131     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17132     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17133     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17134     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17135     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17136   layout:
17137     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17138     layout: "plot-throughput"
17139
17140 - type: "plot"
17141   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17142   algorithm: "plot_perf_box_name"
17143   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17145   include:
17146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17150     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17151   layout:
17152     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17153     layout: "plot-throughput"
17154
17155 - type: "plot"
17156   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17157   algorithm: "plot_perf_box_name"
17158   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17160   include:
17161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17165   layout:
17166     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17167     layout: "plot-throughput"
17168
17169 - type: "plot"
17170   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17171   algorithm: "plot_perf_box_name"
17172   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17174   include:
17175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17179   layout:
17180     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17181     layout: "plot-throughput"
17182
17183 - type: "plot"
17184   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17185   algorithm: "plot_perf_box_name"
17186   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17188   include:
17189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17192   layout:
17193     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17194     layout: "plot-throughput"
17195
17196 - type: "plot"
17197   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17198   algorithm: "plot_perf_box_name"
17199   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17201   include:
17202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17205   layout:
17206     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17207     layout: "plot-throughput"
17208
17209 - type: "plot"
17210   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17211   algorithm: "plot_perf_box_name"
17212   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17213   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17214   include:
17215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17220   layout:
17221     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17222     layout: "plot-throughput"
17223
17224 - type: "plot"
17225   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17226   algorithm: "plot_perf_box_name"
17227   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17228   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17229   include:
17230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17235   layout:
17236     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17237     layout: "plot-throughput"
17238
17239 - type: "plot"
17240   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17241   algorithm: "plot_perf_box_name"
17242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17244   include:
17245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17248   layout:
17249     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17250     layout: "plot-throughput"
17251
17252 - type: "plot"
17253   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17254   algorithm: "plot_perf_box_name"
17255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17257   include:
17258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17261   layout:
17262     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17263     layout: "plot-throughput"
17264
17265 - type: "plot"
17266   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17267   algorithm: "plot_perf_box_name"
17268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17270   include:
17271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17277   layout:
17278     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17279     layout: "plot-throughput"
17280
17281 - type: "plot"
17282   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17283   algorithm: "plot_perf_box_name"
17284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17286   include:
17287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17293   layout:
17294     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17295     layout: "plot-throughput"
17296
17297 - type: "plot"
17298   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17299   algorithm: "plot_perf_box_name"
17300   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17302   include:
17303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17309   layout:
17310     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17311     layout: "plot-throughput"
17312
17313 - type: "plot"
17314   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17315   algorithm: "plot_perf_box_name"
17316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17318   include:
17319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17325   layout:
17326     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17327     layout: "plot-throughput"
17328
17329 - type: "plot"
17330   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17331   algorithm: "plot_perf_box_name"
17332   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17334   include:
17335     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17336     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17337   layout:
17338     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17339     layout: "plot-throughput"
17340
17341 - type: "plot"
17342   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17343   algorithm: "plot_perf_box_name"
17344   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17346   include:
17347     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17348     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17349   layout:
17350     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17351     layout: "plot-throughput"
17352
17353 - type: "plot"
17354   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17355   algorithm: "plot_perf_box_name"
17356   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17358   include:
17359     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17360     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17361     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17362     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17363     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17364     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17365   layout:
17366     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17367     layout: "plot-throughput"
17368
17369 - type: "plot"
17370   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17371   algorithm: "plot_perf_box_name"
17372   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17374   include:
17375     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17376     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17377     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17378     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17379     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17380     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17381   layout:
17382     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17383     layout: "plot-throughput"
17384
17385 - type: "plot"
17386   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17387   algorithm: "plot_perf_box_name"
17388   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17390   include:
17391     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17392     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17395     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17396     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17397   layout:
17398     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17399     layout: "plot-throughput"
17400
17401 - type: "plot"
17402   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17403   algorithm: "plot_perf_box_name"
17404   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17406   include:
17407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17412     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17413   layout:
17414     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17415     layout: "plot-throughput"
17416
17417 - type: "plot"
17418   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17419   algorithm: "plot_perf_box_name"
17420   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17422   include:
17423     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17424     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17425     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17426     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17427     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17428     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17429   layout:
17430     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17431     layout: "plot-throughput"
17432
17433 - type: "plot"
17434   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17435   algorithm: "plot_perf_box_name"
17436   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17438   include:
17439     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17440     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17441     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17442     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17443     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17444     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17445   layout:
17446     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17447     layout: "plot-throughput"
17448
17449 - type: "plot"
17450   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17451   algorithm: "plot_perf_box_name"
17452   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17454   include:
17455     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17456     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17457     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17458     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17459     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17460   layout:
17461     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17462     layout: "plot-throughput"
17463
17464 - type: "plot"
17465   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17466   algorithm: "plot_perf_box_name"
17467   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17469   include:
17470     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17471     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17472     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17473     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17474     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17475   layout:
17476     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17477     layout: "plot-throughput"
17478
17479 - type: "plot"
17480   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17481   algorithm: "plot_perf_box_name"
17482   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17483   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17484   include:
17485     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17486     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17487     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17488     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17489     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17490   layout:
17491     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17492     layout: "plot-throughput"
17493
17494 - type: "plot"
17495   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17496   algorithm: "plot_perf_box_name"
17497   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17499   include:
17500     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17501     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17502     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17505   layout:
17506     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17507     layout: "plot-throughput"
17508
17509 - type: "plot"
17510   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17511   algorithm: "plot_perf_box_name"
17512   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17514   include:
17515     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17516     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17517     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17518     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17519     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17520   layout:
17521     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17522     layout: "plot-throughput"
17523
17524 - type: "plot"
17525   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17526   algorithm: "plot_perf_box_name"
17527   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17528   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17529   include:
17530     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17531     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17532     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17533     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17534     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17535   layout:
17536     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17537     layout: "plot-throughput"
17538
17539 - type: "plot"
17540   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17541   algorithm: "plot_perf_box_name"
17542   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17543   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17544   include:
17545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17547     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17548     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17549     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17550   layout:
17551     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17552     layout: "plot-throughput"
17553
17554 - type: "plot"
17555   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17556   algorithm: "plot_perf_box_name"
17557   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17559   include:
17560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17563     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17564     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17565   layout:
17566     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17567     layout: "plot-throughput"
17568
17569 - type: "plot"
17570   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17571   algorithm: "plot_perf_box_name"
17572   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17574   include:
17575     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17578     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17579     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17580   layout:
17581     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17582     layout: "plot-throughput"
17583
17584 - type: "plot"
17585   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17586   algorithm: "plot_perf_box_name"
17587   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17588   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17589   include:
17590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17595   layout:
17596     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17597     layout: "plot-throughput"
17598
17599 - type: "plot"
17600   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17601   algorithm: "plot_perf_box_name"
17602   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17603   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17604   include:
17605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17611   layout:
17612     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17613     layout: "plot-throughput"
17614
17615 - type: "plot"
17616   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17617   algorithm: "plot_perf_box_name"
17618   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17620   include:
17621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17627   layout:
17628     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17629     layout: "plot-throughput"
17630
17631 - type: "plot"
17632   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17633   algorithm: "plot_perf_box_name"
17634   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17636   include:
17637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17641   layout:
17642     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17643     layout: "plot-throughput"
17644
17645 - type: "plot"
17646   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17647   algorithm: "plot_perf_box_name"
17648   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17650   include:
17651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17655   layout:
17656     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17657     layout: "plot-throughput"
17658
17659 - type: "plot"
17660   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17661   algorithm: "plot_perf_box_name"
17662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17664   include:
17665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17671   layout:
17672     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17673     layout: "plot-throughput"
17674
17675 - type: "plot"
17676   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17677   algorithm: "plot_perf_box_name"
17678   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17680   include:
17681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17687   layout:
17688     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17689     layout: "plot-throughput"
17690
17691 - type: "plot"
17692   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17693   algorithm: "plot_perf_box_name"
17694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17696   include:
17697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17701   layout:
17702     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17703     layout: "plot-throughput"
17704
17705 - type: "plot"
17706   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17707   algorithm: "plot_perf_box_name"
17708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17710   include:
17711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17715   layout:
17716     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17717     layout: "plot-throughput"
17718
17719 - type: "plot"
17720   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17721   algorithm: "plot_perf_box_name"
17722   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17724   include:
17725     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17726     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17727     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17728     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17729     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17730     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17731   layout:
17732     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17733     layout: "plot-throughput"
17734
17735 - type: "plot"
17736   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17737   algorithm: "plot_perf_box_name"
17738   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17740   include:
17741     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17742     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17743     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17744     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17745     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17746     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17747   layout:
17748     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17749     layout: "plot-throughput"
17750
17751 - type: "plot"
17752   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17753   algorithm: "plot_perf_box_name"
17754   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17756   include:
17757     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17758     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17759     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17760     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17761   layout:
17762     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17763     layout: "plot-throughput"
17764
17765 - type: "plot"
17766   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17767   algorithm: "plot_perf_box_name"
17768   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17770   include:
17771     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17772     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17773     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17774     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17775   layout:
17776     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17777     layout: "plot-throughput"
17778
17779 - type: "plot"
17780   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17781   algorithm: "plot_perf_box_name"
17782   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17784   include:
17785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17789     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17790   layout:
17791     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17792     layout: "plot-throughput"
17793
17794 - type: "plot"
17795   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17796   algorithm: "plot_perf_box_name"
17797   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17798   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17799   include:
17800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17805   layout:
17806     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17807     layout: "plot-throughput"
17808
17809 - type: "plot"
17810   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17811   algorithm: "plot_perf_box_name"
17812   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17814   include:
17815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17820   layout:
17821     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17822     layout: "plot-throughput"
17823
17824 - type: "plot"
17825   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17826   algorithm: "plot_perf_box_name"
17827   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17828   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17829   include:
17830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17835   layout:
17836     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17837     layout: "plot-throughput"
17838
17839 - type: "plot"
17840   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17841   algorithm: "plot_perf_box_name"
17842   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17844   include:
17845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17850   layout:
17851     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17852     layout: "plot-throughput"
17853
17854 - type: "plot"
17855   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17856   algorithm: "plot_perf_box_name"
17857   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17858   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17859   include:
17860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17865   layout:
17866     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17867     layout: "plot-throughput"
17868
17869 - type: "plot"
17870   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17871   algorithm: "plot_perf_box_name"
17872   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17874   include:
17875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17880   layout:
17881     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17882     layout: "plot-throughput"
17883
17884 - type: "plot"
17885   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17886   algorithm: "plot_perf_box_name"
17887   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17888   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17889   include:
17890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17895   layout:
17896     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17897     layout: "plot-throughput"
17898
17899 - type: "plot"
17900   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17901   algorithm: "plot_perf_box_name"
17902   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17904   include:
17905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17909   layout:
17910     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17911     layout: "plot-throughput"
17912
17913 - type: "plot"
17914   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17915   algorithm: "plot_perf_box_name"
17916   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17918   include:
17919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17923   layout:
17924     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17925     layout: "plot-throughput"
17926
17927 - type: "plot"
17928   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17929   algorithm: "plot_perf_box_name"
17930   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17932   include:
17933     - "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"
17934     - "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"
17935     - "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"
17936     - "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"
17937   layout:
17938     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17939     layout: "plot-throughput"
17940
17941 - type: "plot"
17942   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17943   algorithm: "plot_perf_box_name"
17944   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17946   include:
17947     - "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"
17948     - "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"
17949     - "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"
17950     - "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"
17951   layout:
17952     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17953     layout: "plot-throughput"
17954
17955 - type: "plot"
17956   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17957   algorithm: "plot_perf_box_name"
17958   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17960   include:
17961     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17962     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17963     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17964     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17965     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17966     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17967   layout:
17968     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17969     layout: "plot-throughput"
17970
17971 - type: "plot"
17972   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17973   algorithm: "plot_perf_box_name"
17974   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17976   include:
17977     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17978     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17979     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17980     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17981     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17982     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17983   layout:
17984     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17985     layout: "plot-throughput"
17986
17987 ################################################################################
17988
17989 # Packet Speedup
17990
17991 - type: "plot"
17992   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17993   algorithm: "plot_tsa_name"
17994   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17995   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17996   include:
17997     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17998     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17999     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18000     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18001   layout:
18002     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18003     layout: "plot-throughput-speedup-analysis"
18004
18005 - type: "plot"
18006   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18007   algorithm: "plot_tsa_name"
18008   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18010   include:
18011     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18012     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18013     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18014     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18015   layout:
18016     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18017     layout: "plot-throughput-speedup-analysis"
18018
18019 - type: "plot"
18020   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18021   algorithm: "plot_tsa_name"
18022   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18024   include:
18025     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18026     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18027     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18028     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18029   layout:
18030     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18031     layout: "plot-throughput-speedup-analysis"
18032
18033 - type: "plot"
18034   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18035   algorithm: "plot_tsa_name"
18036   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18038   include:
18039     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18040     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18041     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18042     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18043   layout:
18044     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18045     layout: "plot-throughput-speedup-analysis"
18046
18047 - type: "plot"
18048   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18049   algorithm: "plot_tsa_name"
18050   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18052   include:
18053     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18054     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18055     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18056     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18057   layout:
18058     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18059     layout: "plot-throughput-speedup-analysis"
18060
18061 - type: "plot"
18062   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18063   algorithm: "plot_tsa_name"
18064   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18066   include:
18067     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18068     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18069     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18070     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18071   layout:
18072     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18073     layout: "plot-throughput-speedup-analysis"
18074
18075 - type: "plot"
18076   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18077   algorithm: "plot_tsa_name"
18078   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18079   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18080   include:
18081     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18082     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18083     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18084     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18085     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18086     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18087   layout:
18088     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18089     layout: "plot-throughput-speedup-analysis"
18090
18091 - type: "plot"
18092   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18093   algorithm: "plot_tsa_name"
18094   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18096   include:
18097     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18098     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18099     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18100     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18101     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18102     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18103   layout:
18104     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18105     layout: "plot-throughput-speedup-analysis"
18106
18107 - type: "plot"
18108   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18109   algorithm: "plot_tsa_name"
18110   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18112   include:
18113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18117   layout:
18118     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18119     layout: "plot-throughput-speedup-analysis"
18120
18121 - type: "plot"
18122   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18123   algorithm: "plot_tsa_name"
18124   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18126   include:
18127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18131   layout:
18132     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18133     layout: "plot-throughput-speedup-analysis"
18134
18135 - type: "plot"
18136   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18137   algorithm: "plot_tsa_name"
18138   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18140   include:
18141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18144   layout:
18145     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18146     layout: "plot-throughput-speedup-analysis"
18147
18148 - type: "plot"
18149   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18150   algorithm: "plot_tsa_name"
18151   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18153   include:
18154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18157   layout:
18158     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18159     layout: "plot-throughput-speedup-analysis"
18160
18161 - type: "plot"
18162   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18163   algorithm: "plot_tsa_name"
18164   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18165   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18166   include:
18167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18172   layout:
18173     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18174     layout: "plot-throughput-speedup-analysis"
18175
18176 - type: "plot"
18177   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18178   algorithm: "plot_tsa_name"
18179   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18180   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18181   include:
18182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18187   layout:
18188     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18189     layout: "plot-throughput-speedup-analysis"
18190
18191 - type: "plot"
18192   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18193   algorithm: "plot_tsa_name"
18194   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18195   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18196   include:
18197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18200   layout:
18201     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18202     layout: "plot-throughput-speedup-analysis"
18203
18204 - type: "plot"
18205   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18206   algorithm: "plot_tsa_name"
18207   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18209   include:
18210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18213   layout:
18214     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18215     layout: "plot-throughput-speedup-analysis"
18216
18217 - type: "plot"
18218   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18219   algorithm: "plot_tsa_name"
18220   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18221   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18222   include:
18223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18229   layout:
18230     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18231     layout: "plot-throughput-speedup-analysis"
18232
18233 - type: "plot"
18234   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18235   algorithm: "plot_tsa_name"
18236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18238   include:
18239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18245   layout:
18246     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18247     layout: "plot-throughput-speedup-analysis"
18248
18249 - type: "plot"
18250   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18251   algorithm: "plot_tsa_name"
18252   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18253   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18254   include:
18255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18261   layout:
18262     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18263     layout: "plot-throughput-speedup-analysis"
18264
18265 - type: "plot"
18266   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18267   algorithm: "plot_tsa_name"
18268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18270   include:
18271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18277   layout:
18278     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18279     layout: "plot-throughput-speedup-analysis"
18280
18281 - type: "plot"
18282   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18283   algorithm: "plot_tsa_name"
18284   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18286   include:
18287     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18288     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18289   layout:
18290     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18291     layout: "plot-throughput-speedup-analysis"
18292
18293 - type: "plot"
18294   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18295   algorithm: "plot_tsa_name"
18296   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18297   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18298   include:
18299     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18300     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18301   layout:
18302     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18303     layout: "plot-throughput-speedup-analysis"
18304
18305 - type: "plot"
18306   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18307   algorithm: "plot_tsa_name"
18308   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18310   include:
18311     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18312     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18313     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18314     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18315     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18316     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18317   layout:
18318     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18319     layout: "plot-throughput-speedup-analysis"
18320
18321 - type: "plot"
18322   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18323   algorithm: "plot_tsa_name"
18324   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18326   include:
18327     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18328     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18329     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18330     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18331     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18332     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18333   layout:
18334     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18335     layout: "plot-throughput-speedup-analysis"
18336
18337 - type: "plot"
18338   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18339   algorithm: "plot_tsa_name"
18340   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18342   include:
18343     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18344     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18345     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18346     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18347     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18348     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18349   layout:
18350     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18351     layout: "plot-throughput-speedup-analysis"
18352
18353 - type: "plot"
18354   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18355   algorithm: "plot_tsa_name"
18356   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18358   include:
18359     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18361     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18363     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18365   layout:
18366     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18367     layout: "plot-throughput-speedup-analysis"
18368
18369 - type: "plot"
18370   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18371   algorithm: "plot_tsa_name"
18372   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18374   include:
18375     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18376     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18381   layout:
18382     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18383     layout: "plot-throughput-speedup-analysis"
18384
18385 - type: "plot"
18386   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18387   algorithm: "plot_tsa_name"
18388   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18390   include:
18391     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18397   layout:
18398     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18399     layout: "plot-throughput-speedup-analysis"
18400
18401 - type: "plot"
18402   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18403   algorithm: "plot_tsa_name"
18404   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18406   include:
18407     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18409     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18412   layout:
18413     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18414     layout: "plot-throughput-speedup-analysis"
18415
18416 - type: "plot"
18417   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18418   algorithm: "plot_tsa_name"
18419   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18421   include:
18422     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18423     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18424     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18425     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18426     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18427   layout:
18428     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18429     layout: "plot-throughput-speedup-analysis"
18430
18431 - type: "plot"
18432   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18433   algorithm: "plot_tsa_name"
18434   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18436   include:
18437     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18438     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18439     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18440     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18441     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18442   layout:
18443     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18444     layout: "plot-throughput-speedup-analysis"
18445
18446 - type: "plot"
18447   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18448   algorithm: "plot_tsa_name"
18449   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18450   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18451   include:
18452     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18453     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18454     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18455     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18456     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18457   layout:
18458     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18459     layout: "plot-throughput-speedup-analysis"
18460
18461 - type: "plot"
18462   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18463   algorithm: "plot_tsa_name"
18464   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18466   include:
18467     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18468     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18469     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18470     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18471     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18472   layout:
18473     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18474     layout: "plot-throughput-speedup-analysis"
18475
18476 - type: "plot"
18477   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18478   algorithm: "plot_tsa_name"
18479   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18480   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18481   include:
18482     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18483     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18484     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18485     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18486     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18487   layout:
18488     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18489     layout: "plot-throughput-speedup-analysis"
18490
18491 - type: "plot"
18492   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18493   algorithm: "plot_tsa_name"
18494   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18496   include:
18497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18499     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18500     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18501     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18502   layout:
18503     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18504     layout: "plot-throughput-speedup-analysis"
18505
18506 - type: "plot"
18507   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18508   algorithm: "plot_tsa_name"
18509   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18510   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18511   include:
18512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18514     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18515     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18516     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18517   layout:
18518     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18519     layout: "plot-throughput-speedup-analysis"
18520
18521 - type: "plot"
18522   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18523   algorithm: "plot_tsa_name"
18524   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18526   include:
18527     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18528     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18529     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18530     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18531     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18532   layout:
18533     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18534     layout: "plot-throughput-speedup-analysis"
18535
18536 - type: "plot"
18537   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18538   algorithm: "plot_tsa_name"
18539   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18541   include:
18542     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18543     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18544     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18547   layout:
18548     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18549     layout: "plot-throughput-speedup-analysis"
18550
18551 - type: "plot"
18552   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18553   algorithm: "plot_tsa_name"
18554   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18555   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18556   include:
18557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18563   layout:
18564     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18565     layout: "plot-throughput-speedup-analysis"
18566
18567 - type: "plot"
18568   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18569   algorithm: "plot_tsa_name"
18570   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18572   include:
18573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18579   layout:
18580     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18581     layout: "plot-throughput-speedup-analysis"
18582
18583 - type: "plot"
18584   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18585   algorithm: "plot_tsa_name"
18586   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18588   include:
18589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18593   layout:
18594     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18595     layout: "plot-throughput-speedup-analysis"
18596
18597 - type: "plot"
18598   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18599   algorithm: "plot_tsa_name"
18600   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18602   include:
18603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18607   layout:
18608     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18609     layout: "plot-throughput-speedup-analysis"
18610
18611 - type: "plot"
18612   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18613   algorithm: "plot_tsa_name"
18614   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18616   include:
18617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18623   layout:
18624     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18625     layout: "plot-throughput-speedup-analysis"
18626
18627 - type: "plot"
18628   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18629   algorithm: "plot_tsa_name"
18630   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18631   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18632   include:
18633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18639   layout:
18640     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18641     layout: "plot-throughput-speedup-analysis"
18642
18643 - type: "plot"
18644   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18645   algorithm: "plot_tsa_name"
18646   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18648   include:
18649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18653   layout:
18654     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18655     layout: "plot-throughput-speedup-analysis"
18656
18657 - type: "plot"
18658   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18659   algorithm: "plot_tsa_name"
18660   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18662   include:
18663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18667   layout:
18668     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18669     layout: "plot-throughput-speedup-analysis"
18670
18671 - type: "plot"
18672   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18673   algorithm: "plot_tsa_name"
18674   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18676   include:
18677     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18678     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18679     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18680     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18681     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18682     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18683   layout:
18684     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18685     layout: "plot-throughput-speedup-analysis"
18686
18687 - type: "plot"
18688   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18689   algorithm: "plot_tsa_name"
18690   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18692   include:
18693     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18694     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18695     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18696     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18697     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18698     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18699   layout:
18700     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18701     layout: "plot-throughput-speedup-analysis"
18702
18703 - type: "plot"
18704   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18705   algorithm: "plot_tsa_name"
18706   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18708   include:
18709     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18710     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18711     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18712     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18713   layout:
18714     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18715     layout: "plot-throughput-speedup-analysis"
18716
18717 - type: "plot"
18718   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18719   algorithm: "plot_tsa_name"
18720   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18722   include:
18723     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18724     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18725     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18726     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18727   layout:
18728     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18729     layout: "plot-throughput-speedup-analysis"
18730
18731 - type: "plot"
18732   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18733   algorithm: "plot_tsa_name"
18734   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18736   include:
18737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18742   layout:
18743     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18744     layout: "plot-throughput-speedup-analysis"
18745
18746 - type: "plot"
18747   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18748   algorithm: "plot_tsa_name"
18749   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18750   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18751   include:
18752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18754     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18757   layout:
18758     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18759     layout: "plot-throughput-speedup-analysis"
18760
18761 - type: "plot"
18762   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18763   algorithm: "plot_tsa_name"
18764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18766   include:
18767     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18768     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18769     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18770     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18772   layout:
18773     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18774     layout: "plot-throughput-speedup-analysis"
18775
18776 - type: "plot"
18777   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18778   algorithm: "plot_tsa_name"
18779   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18781   include:
18782     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18783     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18784     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18787   layout:
18788     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18789     layout: "plot-throughput-speedup-analysis"
18790
18791 - type: "plot"
18792   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18793   algorithm: "plot_tsa_name"
18794   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18796   include:
18797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18802   layout:
18803     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18804     layout: "plot-throughput-speedup-analysis"
18805
18806 - type: "plot"
18807   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18808   algorithm: "plot_tsa_name"
18809   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18811   include:
18812     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18817   layout:
18818     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18819     layout: "plot-throughput-speedup-analysis"
18820
18821 - type: "plot"
18822   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18823   algorithm: "plot_tsa_name"
18824   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18826   include:
18827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18832   layout:
18833     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18834     layout: "plot-throughput-speedup-analysis"
18835
18836 - type: "plot"
18837   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18838   algorithm: "plot_tsa_name"
18839   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18841   include:
18842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18847   layout:
18848     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18849     layout: "plot-throughput-speedup-analysis"
18850
18851 - type: "plot"
18852   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18853   algorithm: "plot_tsa_name"
18854   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18856   include:
18857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18861   layout:
18862     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18863     layout: "plot-throughput-speedup-analysis"
18864
18865 - type: "plot"
18866   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18867   algorithm: "plot_tsa_name"
18868   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18870   include:
18871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18875   layout:
18876     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18877     layout: "plot-throughput-speedup-analysis"
18878
18879 - type: "plot"
18880   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18881   algorithm: "plot_tsa_name"
18882   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18883   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18884   include:
18885     - "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"
18886     - "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"
18887     - "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"
18888     - "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"
18889   layout:
18890     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18891     layout: "plot-throughput-speedup-analysis"
18892
18893 - type: "plot"
18894   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18895   algorithm: "plot_tsa_name"
18896   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18897   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18898   include:
18899     - "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"
18900     - "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"
18901     - "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"
18902     - "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"
18903   layout:
18904     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18905     layout: "plot-throughput-speedup-analysis"
18906
18907 - type: "plot"
18908   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18909   algorithm: "plot_tsa_name"
18910   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18911   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18912   include:
18913     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18914     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18915     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18916     - "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"
18917     - "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"
18918     - "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"
18919   layout:
18920     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18921     layout: "plot-throughput-speedup-analysis"
18922
18923 - type: "plot"
18924   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18925   algorithm: "plot_tsa_name"
18926   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18927   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18928   include:
18929     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18930     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18931     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18932     - "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"
18933     - "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"
18934     - "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"
18935   layout:
18936     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18937     layout: "plot-throughput-speedup-analysis"
18938
18939 ################################################################################
18940
18941 # Packet Throughput - DPDK
18942
18943 # 2n-clx-xxv710
18944
18945 - type: "plot"
18946   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18947   algorithm: "plot_perf_box_name"
18948   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18949   data: "plot-dpdk-throughput-latency-2n-clx"
18950   include:
18951     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18952     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18953   layout:
18954     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18955     layout: "plot-throughput"
18956
18957 - type: "plot"
18958   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18959   algorithm: "plot_perf_box_name"
18960   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18961   data: "plot-dpdk-throughput-latency-2n-clx"
18962   include:
18963     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18964     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18965   layout:
18966     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18967     layout: "plot-throughput"
18968
18969 - type: "plot"
18970   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18971   algorithm: "plot_perf_box_name"
18972   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18973   data: "plot-dpdk-throughput-latency-2n-clx"
18974   include:
18975     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18976     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18977   layout:
18978     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18979     layout: "plot-throughput"
18980
18981 - type: "plot"
18982   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18983   algorithm: "plot_perf_box_name"
18984   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18985   data: "plot-dpdk-throughput-latency-2n-clx"
18986   include:
18987     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18988     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18989   layout:
18990     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18991     layout: "plot-throughput"
18992
18993 # 2n-clx-x710
18994
18995 - type: "plot"
18996   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18997   algorithm: "plot_perf_box_name"
18998   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18999   data: "plot-dpdk-throughput-latency-2n-clx"
19000   include:
19001     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19002     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19003   layout:
19004     title: "2n-clx-x710-64b-2t1c-base-ndr"
19005     layout: "plot-throughput"
19006
19007 - type: "plot"
19008   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19009   algorithm: "plot_perf_box_name"
19010   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19011   data: "plot-dpdk-throughput-latency-2n-clx"
19012   include:
19013     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19014     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19015   layout:
19016     title: "2n-clx-x710-64b-4t2c-base-ndr"
19017     layout: "plot-throughput"
19018
19019 - type: "plot"
19020   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19021   algorithm: "plot_perf_box_name"
19022   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19023   data: "plot-dpdk-throughput-latency-2n-clx"
19024   include:
19025     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19026     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19027   layout:
19028     title: "2n-clx-x710-64b-2t1c-base-pdr"
19029     layout: "plot-throughput"
19030
19031 - type: "plot"
19032   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19033   algorithm: "plot_perf_box_name"
19034   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19035   data: "plot-dpdk-throughput-latency-2n-clx"
19036   include:
19037     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19038     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19039   layout:
19040     title: "2n-clx-x710-64b-4t2c-base-pdr"
19041     layout: "plot-throughput"
19042
19043 ################################################################################
19044
19045 - type: "plot"
19046   title: "Latency by percentile: 2n-skx"
19047   algorithm: "plot_hdrh_lat_by_percentile"
19048   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19049   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19050   target-links: "../../_static/vpp"
19051   data: "plot-vpp-hdrh-lat-2n-skx"
19052   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19053   layout:
19054     layout: "plot-hdrh-latency-by-percentile"
19055
19056 - type: "plot"
19057   title: "Latency by percentile: 3n-skx"
19058   algorithm: "plot_hdrh_lat_by_percentile"
19059   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19060   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19061   target-links: "../../_static/vpp"
19062   data: "plot-vpp-hdrh-lat-3n-skx"
19063   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19064   layout:
19065     layout: "plot-hdrh-latency-by-percentile"
19066
19067 - type: "plot"
19068   title: "Latency by percentile: 2n-clx"
19069   algorithm: "plot_hdrh_lat_by_percentile"
19070   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19071   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19072   target-links: "../../_static/vpp"
19073   data: "plot-vpp-hdrh-lat-2n-clx"
19074   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19075   layout:
19076     layout: "plot-hdrh-latency-by-percentile"
19077
19078 - type: "plot"
19079   title: "Latency by percentile: 3n-hsw"
19080   algorithm: "plot_hdrh_lat_by_percentile"
19081   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19082   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19083   target-links: "../../_static/vpp"
19084   data: "plot-vpp-hdrh-lat-3n-hsw"
19085   filter: "'1T1C' and 'NIC_Intel-XL710'"
19086   layout:
19087     layout: "plot-hdrh-latency-by-percentile"
19088
19089 - type: "plot"
19090   title: "Latency by percentile: 3n-tsh"
19091   algorithm: "plot_hdrh_lat_by_percentile"
19092   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19093   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19094   target-links: "../../_static/vpp"
19095   data: "plot-vpp-hdrh-lat-3n-tsh"
19096   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19097   layout:
19098     layout: "plot-hdrh-latency-by-percentile"
19099
19100 - type: "plot"
19101   title: "Latency by percentile: DPDK 2n-skx"
19102   algorithm: "plot_hdrh_lat_by_percentile"
19103   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19104   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19105   target-links: "../../_static/dpdk"
19106   data: "plot-dpdk-hdrh-lat-2n-skx"
19107   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19108   layout:
19109     layout: "plot-hdrh-latency-by-percentile"
19110
19111 - type: "plot"
19112   title: "Latency by percentile: DPDK 3n-skx"
19113   algorithm: "plot_hdrh_lat_by_percentile"
19114   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19115   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19116   target-links: "../../_static/dpdk"
19117   data: "plot-dpdk-hdrh-lat-3n-skx"
19118   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19119   layout:
19120     layout: "plot-hdrh-latency-by-percentile"
19121
19122 - type: "plot"
19123   title: "Latency by percentile: DPDK 2n-clx"
19124   algorithm: "plot_hdrh_lat_by_percentile"
19125   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19126   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19127   target-links: "../../_static/dpdk"
19128   data: "plot-dpdk-hdrh-lat-2n-clx"
19129   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19130   layout:
19131     layout: "plot-hdrh-latency-by-percentile"
19132
19133 - type: "plot"
19134   title: "Latency by percentile: DPDK 3n-hsw"
19135   algorithm: "plot_hdrh_lat_by_percentile"
19136   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19137   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19138   target-links: "../../_static/dpdk"
19139   data: "plot-dpdk-hdrh-lat-3n-hsw"
19140   filter: "'1T1C' and 'NIC_Intel-XL710'"
19141   layout:
19142     layout: "plot-hdrh-latency-by-percentile"
19143
19144 - type: "plot"
19145   title: "Latency by percentile: DPDK 3n-tsh"
19146   algorithm: "plot_hdrh_lat_by_percentile"
19147   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19148   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19149   target-links: "../../_static/dpdk"
19150   data: "plot-dpdk-hdrh-lat-3n-tsh"
19151   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19152   layout:
19153     layout: "plot-hdrh-latency-by-percentile"