Report 2001: 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         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
278         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
279         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
280         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
281
282     plot-vpp-hdrh-lat-3n-skx:
283       csit-vpp-perf-verify-2001-3n-skx:
284         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
285
286     plot-vpp-nfv-3n-skx-ndrpdr:
287       # TODO: Add data
288       csit-vpp-perf-verify-2001-3n-skx:
289         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
290
291     plot-vpp-nfv-3n-skx-mrr:
292       csit-vpp-perf-verify-2001-3n-skx:
293         - 50  # MRR sel
294
295     plot-dpdk-throughput-latency-3n-skx:
296       csit-dpdk-perf-verify-2001-3n-skx:
297         - 29  # NDRPDR sel xxv710
298         - 33  # NDRPDR sel xxv710
299         - 34  # NDRPDR sel xxv710
300         - 35  # NDRPDR sel xxv710
301         - 36  # NDRPDR sel xxv710
302         - 37  # NDRPDR sel xxv710
303         - 41  # NDRPDR sel xxv710
304         - 42  # NDRPDR sel xxv710
305         - 43  # NDRPDR sel xxv710
306         - 45  # NDRPDR sel xxv710
307         - 30  # NDRPDR sel x710
308         - 31  # NDRPDR sel x710
309         - 32  # NDRPDR sel x710
310         - 38  # NDRPDR sel x710
311         - 39  # NDRPDR sel x710
312         - 40  # NDRPDR sel x710
313         - 44  # NDRPDR sel x710
314         - 46  # NDRPDR sel x710
315         - 47  # NDRPDR sel x710
316         - 48  # NDRPDR sel x710
317
318     plot-dpdk-hdrh-lat-3n-skx:
319       csit-dpdk-perf-verify-2001-3n-skx:
320         - 29  # NDRPDR sel xxv710
321
322     # 2n-skx
323
324     plot-vpp-throughput-lat-tsa-2n-skx:
325       csit-vpp-perf-verify-2001-2n-skx:
326         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
327         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
328         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
329         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
330         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
331         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
332         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
333         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
334         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
335         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
336
337     plot-vpp-hdrh-lat-2n-skx:
338       csit-vpp-perf-verify-2001-2n-skx:
339         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
340
341     plot-vpp-http-server-performance:
342       csit-vpp-perf-verify-2001-2n-clx:
343         - 80  # TCP
344         - 82  # TCP
345         - 83  # TCP
346         - 85  # TCP
347         - 86  # TCP
348         - 87  # TCP
349         - 88  # TCP
350         - 89  # TCP
351         - 90  # TCP
352         - 91  # TCP
353
354     plot-vpp-soak-2n-skx:
355       csit-vpp-perf-verify-2001-2n-skx:
356         - 181  # Soak
357         - 182  # Soak
358
359     plot-vpp-nfv-2n-skx-ndrpdr:
360       # TODO: Replace the data
361       csit-vpp-perf-verify-2001-2n-skx:
362         - 30  # NFV
363         - 31  # NFV
364
365     plot-vpp-nfv-2n-skx-mrr:
366       # TODO: Replace the data
367       # csit-vpp-perf-verify-2001-2n-skx:
368       csit-vpp-perf-verify-1908-2n-skx:
369         - 71  # NFV MRR
370
371     plot-vpp-nfv-reconf-2n-skx:
372       csit-vpp-perf-verify-2001-2n-skx:
373         - 169  # Reconf
374         - 171  # Reconf
375         - 172  # Reconf
376         - 173  # Reconf
377         - 174  # Reconf
378         - 175  # Reconf
379         - 176  # Reconf
380         - 177  # Reconf
381         - 178  # Reconf
382         - 179  # Reconf
383
384     plot-dpdk-throughput-latency-2n-skx:
385       csit-dpdk-perf-verify-2001-2n-skx:
386         - 35  # NDRPDR sel xxv710
387         - 36  # NDRPDR sel xxv710
388         - 37  # NDRPDR sel xxv710
389         - 41  # NDRPDR sel xxv710
390         - 42  # NDRPDR sel xxv710
391         - 43  # NDRPDR sel xxv710
392         - 46  # NDRPDR sel xxv710
393         - 47  # NDRPDR sel xxv710
394         - 52  # NDRPDR sel xxv710
395         - 53  # NDRPDR sel xxv710
396         - 38  # NDRPDR sel x710
397         - 39  # NDRPDR sel x710
398         - 40  # NDRPDR sel x710
399         - 44  # NDRPDR sel x710
400         - 45  # NDRPDR sel x710
401         - 48  # NDRPDR sel x710
402         - 49  # NDRPDR sel x710
403         - 50  # NDRPDR sel x710
404         - 51  # NDRPDR sel x710
405         - 54  # NDRPDR sel x710
406
407     plot-dpdk-hdrh-lat-2n-skx:
408       csit-dpdk-perf-verify-2001-2n-skx:
409         - 35  # NDRPDR sel xxv710
410
411     # 2n-clx
412
413     plot-vpp-throughput-lat-tsa-2n-clx:
414       csit-vpp-perf-verify-2001-2n-clx:
415         - 28  # NDRPDR sel
416         - 29  # NDRPDR sel
417         - 32  # NDRPDR sel
418         - 40  # NDRPDR sel
419         - 43  # NDRPDR sel
420         - 44  # NDRPDR sel
421         - 45  # NDRPDR sel
422         - 47  # NDRPDR sel
423         - 48  # NDRPDR sel
424         - 49  # NDRPDR sel
425
426     plot-vpp-hdrh-lat-2n-clx:
427       csit-vpp-perf-verify-2001-2n-clx:
428         - 28  # NDRPDR sel
429
430     plot-vpp-nfv-2n-clx-ndrpdr:
431       csit-vpp-perf-verify-2001-2n-clx:
432         - 28  # NDRPDR sel
433         - 29  # NDRPDR sel
434         - 32  # NDRPDR sel
435         - 40  # NDRPDR sel
436         - 43  # NDRPDR sel
437         - 44  # NDRPDR sel
438         - 45  # NDRPDR sel
439         - 47  # NDRPDR sel
440         - 48  # NDRPDR sel
441         - 49  # NDRPDR sel
442
443     plot-vpp-nfv-2n-clx-mrr:
444       csit-vpp-perf-verify-2001-2n-clx:
445         - 39  # MRR
446
447     plot-vpp-nfv-reconf-2n-clx:
448       csit-vpp-perf-verify-2001-2n-clx:
449         - 68  # Reconf
450         - 69  # Reconf
451         - 70  # Reconf
452         - 71  # Reconf
453         - 72  # Reconf
454         - 73  # Reconf
455         - 74  # Reconf
456         - 75  # Reconf
457         - 76  # Reconf
458         - 77  # Reconf
459
460     plot-vpp-soak-2n-clx:
461       csit-vpp-perf-verify-2001-2n-clx:
462         - 93  # Soak
463         - 94  # Soak
464
465     plot-dpdk-throughput-latency-2n-clx:
466       csit-dpdk-perf-verify-2001-2n-clx:
467         - 15  # NDRPDR sel
468         - 16  # NDRPDR sel
469         - 17  # NDRPDR sel
470         - 18  # NDRPDR sel
471         - 19  # NDRPDR sel
472         - 20  # NDRPDR sel
473         - 21  # NDRPDR sel
474         - 22  # NDRPDR sel
475         - 23  # NDRPDR sel
476         - 24  # NDRPDR sel
477         - 25  # NDRPDR sel
478         - 26  # NDRPDR sel
479         - 27  # NDRPDR sel
480         - 28  # NDRPDR sel
481         - 29  # NDRPDR sel
482         - 30  # NDRPDR sel
483         - 31  # NDRPDR sel
484         - 32  # NDRPDR sel
485         - 33  # NDRPDR sel
486         - 34  # NDRPDR sel
487
488
489     plot-dpdk-hdrh-lat-2n-clx:
490       csit-dpdk-perf-verify-2001-2n-clx:
491         - 15  # NDRPDR sel
492
493     # 3n-tsh
494
495     plot-vpp-throughput-lat-tsa-3n-tsh:
496       csit-vpp-perf-verify-2001-3n-tsh:
497         - 3   # NDRPDR sel
498         - 4   # NDRPDR sel
499         - 7   # NDRPDR sel
500         - 8   # NDRPDR sel
501         - 10  # NDRPDR sel
502         - 12  # NDRPDR sel
503         - 13  # NDRPDR sel
504         - 14  # NDRPDR sel
505         - 15  # NDRPDR sel
506         - 21  # NDRPDR sel
507
508     plot-vpp-hdrh-lat-3n-tsh:
509       csit-vpp-perf-verify-2001-3n-tsh:
510         - 10  # NDRPDR sel
511
512     plot-dpdk-throughput-latency-3n-tsh:
513       csit-dpdk-perf-verify-2001-3n-tsh:
514         - 3   # NDRPDR sel
515         - 4   # NDRPDR sel
516         - 5   # NDRPDR sel
517         - 9   # NDRPDR sel
518         - 10  # NDRPDR sel
519         - 11  # NDRPDR sel
520         - 12  # NDRPDR sel
521         - 14  # NDRPDR sel
522         - 15  # NDRPDR sel
523         - 18  # NDRPDR sel
524
525     plot-dpdk-hdrh-lat-3n-tsh:
526       csit-dpdk-perf-verify-2001-3n-tsh:
527         - 3   # NDRPDR sel
528
529     # 3n-dnv
530
531     plot-vpp-throughput-lat-tsa-3n-dnv:
532       csit-vpp-perf-verify-2001-3n-dnv:
533         - 5   # NDRPDR sel
534         - 6   # NDRPDR sel
535         - 7   # NDRPDR sel
536         - 8   # NDRPDR sel
537         - 9   # NDRPDR sel
538         - 10  # NDRPDR sel
539         - 12  # NDRPDR sel
540         - 16  # NDRPDR sel
541         - 17  # NDRPDR sel
542         - 18  # NDRPDR sel
543
544     plot-dpdk-throughput-latency-3n-dnv:
545       csit-dpdk-perf-verify-2001-3n-dnv:
546         - 12  # NDRPDR sel
547         - 13  # NDRPDR sel
548         - 14  # NDRPDR sel
549         - 15  # NDRPDR sel
550         - 16  # NDRPDR sel
551         - 17  # NDRPDR sel
552         - 18  # NDRPDR sel
553         - 19  # NDRPDR sel
554         - 20  # NDRPDR sel
555         - 22  # NDRPDR sel
556
557     # 2n-dnv
558
559     plot-vpp-throughput-lat-tsa-2n-dnv:
560       csit-vpp-perf-verify-2001-2n-dnv:
561         - 4   # NDRPDR sel
562         - 5   # NDRPDR sel
563         - 6   # NDRPDR sel
564         - 7   # NDRPDR sel
565         - 8   # NDRPDR sel
566         - 9   # NDRPDR sel
567         - 10  # NDRPDR sel
568         - 11  # NDRPDR sel
569         - 13  # NDRPDR sel
570         - 16  # NDRPDR sel
571
572     plot-dpdk-throughput-latency-2n-dnv:
573       csit-dpdk-perf-verify-2001-2n-dnv:
574         - 9   # NDRPDR sel
575         - 10  # NDRPDR sel
576         - 11  # NDRPDR sel
577         - 12  # NDRPDR sel
578         - 13  # NDRPDR sel
579         - 14  # NDRPDR sel
580         - 15  # NDRPDR sel
581         - 16  # NDRPDR sel
582         - 17  # NDRPDR sel
583         - 18  # NDRPDR sel
584
585     ###########################################################################
586     # Simple tables (only one data set):
587
588     # NIC Comparisons
589
590     vpp-nic-comparison-3n-skx:
591       # TODO: Add the data
592       csit-vpp-perf-verify-2001-3n-skx:
593         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
594         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
595         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
596         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
597         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
598         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
599         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
600
601     vpp-nic-comparison-2n-skx:
602       csit-vpp-perf-verify-2001-2n-skx:
603         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
604         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
605         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
606         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
607         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
608         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
609         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
610         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
611         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
612         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
613
614     vpp-nic-comparison-3n-skx-mrr:
615       csit-vpp-perf-verify-2001-3n-skx:
616         - 50  # MRR sel
617         - 53  # MRR sel addition
618
619     vpp-nic-comparison-2n-skx-mrr:
620       csit-vpp-perf-verify-2001-2n-skx:
621         - 101 # MRR sel
622         - 128 # MRR sel addition
623
624     # Results
625
626     vpp-perf-results-3n-hsw:
627       csit-vpp-perf-verify-2001-3n-hsw:
628         - 18  # NDRPDR full
629         - 20  # NDRPDR full
630         - 28  # NDRPDR full
631         - 35  # NDRPDR full
632         - 42  # NDRPDR full
633         - 46  # NDRPDR full
634         - 47  # NDRPDR full
635         - 48  # NDRPDR full
636         - 49  # NDRPDR full
637         - 50  # NDRPDR full
638         - 51  # NDRPDR full
639         - 52  # NDRPDR full
640         - 53  # NDRPDR full
641         - 54  # NDRPDR full
642         - 55  # NDRPDR full
643         - 56  # NDRPDR full
644         - 57  # NDRPDR full
645         - 58  # NDRPDR full
646         - 59  # NDRPDR full
647         - 61  # NDRPDR full
648         - 62  # NDRPDR full
649         - 63  # NDRPDR full
650         - 64  # NDRPDR full
651         - 65  # NDRPDR full
652         - 67  # NDRPDR full
653         - 70  # NDRPDR full
654         - 72  # NDRPDR full
655         - 73  # NDRPDR full
656         - 76  # NDRPDR full
657         - 77  # NDRPDR full
658         - 78  # NDRPDR full
659         - 79  # NDRPDR full
660         - 81  # NDRPDR full
661         - 82  # NDRPDR full
662         - 84  # NDRPDR full
663         - 85  # NDRPDR full
664
665     vpp-perf-results-3n-skx:
666       # TODO: Add data
667       csit-vpp-perf-verify-2001-3n-skx:
668         - 82  # NDRPDR full - crypto-1
669         - 85  # NDRPDR full - l2-2
670         - 87  # NDRPDR full - ip6-1
671         - 88  # NDRPDR full - ip6-2
672         - 90  # NDRPDR full - memif
673         - 95  # NDRPDR full - l2-1
674         - 96  # NDRPDR full - ip4-2
675         - 97  # NDRPDR full - vhost-1
676         - 102 # NDRPDR full - crypto-2
677         - 104 # NDRPDR full - ip4tunnels-1
678         - 105 # NDRPDR full - ip4tunnels-2
679         - 106 # NDRPDR full - ip4tunnels-3
680         - 107 # NDRPDR full - ip6tunnels-1
681         - 108 # NDRPDR full - ip4-1
682         - 109 # NDRPDR full - crypto-3
683         - 110 # NDRPDR full - crypto-4
684         - 111 # NDRPDR full - ip4-2
685         - 112 # NDRPDR full - ip4-4
686         - 113 # NDRPDR full - ip4-5
687         - 114 # NDRPDR full - ip4-6
688         - 115 # NDRPDR full - ip4-7
689         - 116 # NDRPDR full - ip4-8
690         - 117 # NDRPDR full - ip4-9
691         - 118 # NDRPDR full - srv6-1
692         - 119 # NDRPDR full - srv6-2
693         - 120 # NDRPDR full - l2-3
694         - 123 # NDRPDR full - l2-4
695         - 124 # NDRPDR full - l2-7
696         - 125 # NDRPDR full - vhost-2
697         - 128 # NDRPDR full - l2-8
698         - 129 # NDRPDR full - l2-9
699         - 131 # NDRPDR full - l2-11
700
701     vpp-perf-results-2n-skx:
702       csit-vpp-perf-verify-2001-2n-skx:
703         - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
704         - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
705         - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
706         - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
707         - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
708         - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
709         - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
710         - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
711         - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
712         - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
713         - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
714         - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
715         - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
716         - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
717
718     vpp-perf-results-2n-clx:
719       csit-vpp-perf-verify-2001-2n-clx:
720         - 53  # NDRPDR full
721         - 54  # NDRPDR full
722         - 55  # NDRPDR full
723         - 56  # NDRPDR full
724         - 57  # NDRPDR full
725         - 58  # NDRPDR full
726         - 59  # NDRPDR full
727         - 60  # NDRPDR full
728         - 61  # NDRPDR full
729         - 62  # NDRPDR full
730         - 63  # NDRPDR full
731         - 64  # NDRPDR full
732         - 65  # NDRPDR full
733         - 66  # NDRPDR full
734         - 67  # NDRPDR full
735
736     vpp-perf-results-3n-tsh:
737       csit-vpp-perf-verify-2001-3n-tsh:
738         - 10  # NDRPDR sel
739
740     vpp-perf-results-3n-dnv:
741       csit-vpp-perf-verify-2001-3n-dnv:
742         - 19  # NDRPDR full
743         - 20  # NDRPDR full
744         - 21  # NDRPDR full
745         - 22  # NDRPDR full
746         - 23  # NDRPDR full
747         - 24  # NDRPDR full
748         - 25  # NDRPDR full
749         - 26  # NDRPDR full
750         - 37  # NDRPDR full
751         - 38  # NDRPDR full
752         - 39  # NDRPDR full
753
754     vpp-perf-results-2n-dnv:
755       csit-vpp-perf-verify-2001-2n-dnv:
756         - 21  # NDRPDR full
757         - 22  # NDRPDR full
758         - 25  # NDRPDR full
759         - 26  # NDRPDR full
760         - 27  # NDRPDR full
761         - 28  # NDRPDR full
762
763     vpp-mrr-results-3n-hsw:
764       csit-vpp-perf-verify-2001-3n-hsw:
765         - 17  # MRR sel
766
767     vpp-mrr-results-3n-skx:
768       csit-vpp-perf-verify-2001-3n-skx:
769         - 50  # MRR sel
770         - 53  # MRR sel addition
771
772     vpp-mrr-results-2n-skx:
773       csit-vpp-perf-verify-2001-2n-skx:
774         - 101 # MRR sel
775         - 128 # MRR sel addition
776
777     vpp-mrr-results-2n-clx:
778       csit-vpp-perf-verify-2001-2n-clx:
779         - 39  # MRR
780
781     vpp-mrr-results-3n-tsh:
782       csit-vpp-perf-verify-2001-3n-tsh:
783         - 9   # MRR sel
784
785     vpp-mrr-results-3n-dnv:
786       csit-vpp-perf-verify-2001-3n-dnv:
787         - 11  # MRR sel
788
789     vpp-mrr-results-2n-dnv:
790       csit-vpp-perf-verify-2001-2n-dnv:
791         - 12  # MRR sel
792
793     vpp-device-results-ubuntu:
794       csit-vpp-device-2001-ubuntu1804-1n-skx:
795         - 57
796
797     dpdk-perf-results-3n-hsw:
798       csit-dpdk-perf-verify-2001-3n-hsw:
799         - 25  # NDRPDR full
800         - 26  # NDRPDR full
801
802     dpdk-perf-results-3n-skx:
803       csit-dpdk-perf-verify-2001-3n-skx:
804         - 29  # NDRPDR sel xxv710
805         - 30  # NDRPDR sel x710
806
807     dpdk-perf-results-2n-skx:
808       csit-dpdk-perf-verify-2001-2n-skx:
809         - 35  # NDRPDR sel xxv710
810         - 38  # NDRPDR sel x710
811
812     dpdk-perf-results-2n-clx:
813       csit-dpdk-perf-verify-2001-2n-clx:
814         - 15  # NDRPDR sel
815         - 34  # NDRPDR sel
816
817     dpdk-perf-results-2n-dnv:
818       csit-dpdk-perf-verify-2001-2n-dnv:
819         - 16  # NDRPDR sel
820
821     dpdk-perf-results-3n-dnv:
822       csit-dpdk-perf-verify-2001-3n-dnv:
823         - 12  # NDRPDR sel
824
825     dpdk-perf-results-3n-tsh:
826       csit-dpdk-perf-verify-2001-3n-tsh:
827         - 3   # NDRPDR sel
828
829 ###########################################################################
830     # Tables (more than one data set)
831
832     # Performance changes
833
834     vpp-perf-changes-2n-skx-old1908_0:
835       csit-vpp-perf-verify-1908-2n-skx:
836         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
837         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
838         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
839         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
840         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
841         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
842         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
843         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
844         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
845         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
846     vpp-perf-changes-2n-skx-old1908_1:
847       csit-vpp-perf-verify-1908_1-2n-skx:
848         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
849         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
850         - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
851         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
852         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
853         - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
854         - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
855         - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
856         - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
857         - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
858     vpp-perf-changes-2n-skx-new1908_1:
859       csit-vpp-perf-verify-1908_1-2n-skx:
860         - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
861         - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
862         - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
863         - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
864         - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
865         - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
866         - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
867         - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
868         - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
869         - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
870     vpp-perf-changes-2n-skx-new1908_2:
871       csit-vpp-perf-verify-1908_2-2n-skx:
872         - 1   # NDRPDR sel
873         - 2   # NDRPDR sel
874         - 3   # NDRPDR sel
875         - 4   # NDRPDR sel
876         - 5   # NDRPDR sel
877         - 6   # NDRPDR sel
878         - 7   # NDRPDR sel
879         - 8   # NDRPDR sel
880         - 9   # NDRPDR sel
881         - 10  # NDRPDR sel
882     vpp-perf-changes-2n-skx-new2001_0:
883       csit-vpp-perf-verify-2001-2n-skx:
884         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
885         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
886         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
887         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
888         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
889         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
890         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
891         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
892         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
893         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
894
895     vpp-perf-changes-3n-skx-old1908_0:
896       csit-vpp-perf-verify-1908-3n-skx:
897         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
898         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
899         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
900         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
901         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
902         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
903         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
904         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
905         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
906         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
907     vpp-perf-changes-3n-skx-old1908_1:
908       csit-vpp-perf-verify-1908_1-3n-skx:
909         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
910         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
911         - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
912         - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
913         - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
914         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
915         - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
916         - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
917         - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
918         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
919     vpp-perf-changes-3n-skx-new1908_1:
920       csit-vpp-perf-verify-1908_1-3n-skx:
921         - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
922         - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
923         - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
924         - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
925         - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
926         - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
927         - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
928         - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
929         - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
930         - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
931     vpp-perf-changes-3n-skx-new1908_2:
932       csit-vpp-perf-verify-1908_2-3n-skx:
933         - 1   # NDRPDR sel
934         - 2   # NDRPDR sel
935     vpp-perf-changes-3n-skx-new2001_0:
936       csit-vpp-perf-verify-2001-3n-skx:
937         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
938         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
939         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
940         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
941         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
942         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
943         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
944
945     vpp-perf-changes-2n-clx-new1908_1:
946       csit-vpp-perf-verify-1908_1-2n-clx:
947         - 5  # NDRPDR sel
948         - 6  # NDRPDR sel
949         - 7  # NDRPDR sel
950         - 8  # NDRPDR sel
951         - 9  # NDRPDR sel
952     vpp-perf-changes-2n-clx-new1908_2:
953       csit-vpp-perf-verify-1908_2-2n-clx:
954         - 4  # NDRPDR sel
955         - 5  # NDRPDR sel
956         - 6  # NDRPDR sel
957         - 7  # NDRPDR sel
958         - 8  # NDRPDR sel
959
960     vpp-performance-changes-3n-hsw-h1:
961       csit-vpp-perf-verify-1904-3n-hsw:
962         - 11  # NDRPDR sel
963         - 12  # NDRPDR sel
964         - 20  # NDRPDR sel
965         - 21  # NDRPDR sel
966         - 23  # NDRPDR sel
967         - 24  # NDRPDR sel
968         - 25  # NDRPDR sel
969         - 26  # NDRPDR sel
970         - 29  # NDRPDR sel
971         - 30  # NDRPDR sel
972     vpp-performance-changes-3n-hsw-ref:
973       csit-vpp-perf-verify-1908-3n-hsw:
974         - 12  # NDRPDR sel
975         - 13  # NDRPDR sel
976         - 14  # NDRPDR sel
977         - 15  # NDRPDR sel
978         - 16  # NDRPDR sel
979         - 17  # NDRPDR sel
980         - 18  # NDRPDR sel
981         - 19  # NDRPDR sel
982         - 20  # NDRPDR sel
983         - 21  # NDRPDR sel
984     vpp-performance-changes-3n-hsw-cmp:
985       csit-vpp-perf-verify-2001-3n-hsw:
986         - 21  # NDRPDR sel
987         - 22  # NDRPDR sel
988         - 23  # NDRPDR sel
989         - 24  # NDRPDR sel
990         - 25  # NDRPDR sel
991         - 29  # NDRPDR sel
992         - 30  # NDRPDR sel
993         - 31  # NDRPDR sel
994         - 32  # NDRPDR sel
995         - 34  # NDRPDR sel
996
997     vpp-performance-changes-3n-skx-h1:
998       csit-vpp-perf-verify-1904-3n-skx:
999         - 8   # NDRPDR sel
1000         - 9   # NDRPDR sel
1001         - 10  # NDRPDR sel
1002         - 11  # NDRPDR sel
1003         - 12  # NDRPDR sel
1004         - 14  # NDRPDR sel
1005         - 16  # NDRPDR sel
1006         - 21  # NDRPDR sel
1007         - 23  # NDRPDR sel
1008         - 25  # NDRPDR sel
1009     vpp-performance-changes-3n-skx-ref:
1010       csit-vpp-perf-verify-1908-3n-skx:
1011         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
1012         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
1013         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
1014         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
1015         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
1016         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
1017         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
1018         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
1019         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
1020         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
1021     vpp-performance-changes-3n-skx-cmp:
1022       # TODO: Add the data
1023       csit-vpp-perf-verify-2001-3n-skx:
1024         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1025         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1026         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1027         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1028         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1029         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1030         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1031
1032     vpp-performance-changes-2n-skx-h1:
1033       csit-vpp-perf-verify-1904-2n-skx:
1034         - 12  # NDRPDR sel
1035         - 14  # NDRPDR sel
1036         - 16  # NDRPDR sel
1037         - 17  # NDRPDR sel
1038         - 18  # NDRPDR sel
1039         - 21  # NDRPDR sel
1040         - 27  # NDRPDR sel
1041         - 30  # NDRPDR sel
1042         - 31  # NDRPDR sel
1043         - 32  # NDRPDR sel
1044     vpp-performance-changes-2n-skx-ref:
1045       csit-vpp-perf-verify-1908-2n-skx:
1046         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
1047         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
1048         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
1049         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
1050         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
1051         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
1052         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
1053         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
1054         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
1055         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
1056     vpp-performance-changes-2n-skx-cmp:
1057       csit-vpp-perf-verify-2001-2n-skx:
1058         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1059         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1060         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1061         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1062         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1063         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1064         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1065         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1066         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1067         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1068
1069     vpp-performance-changes-nfv-2n-skx-ref:
1070       csit-vpp-perf-verify-1908-2n-skx:
1071         - 22  # NFV
1072         - 31  # NFV
1073         - 32  # NFV
1074     vpp-performance-changes-nfv-2n-skx-cmp:
1075       # TODO: Add the data
1076       csit-vpp-perf-verify-2001-2n-skx:
1077         - 30  # NFV
1078         - 31  # NFV
1079
1080     vpp-performance-changes-2n-dnv-ref:
1081       csit-vpp-perf-verify-1908-2n-dnv:
1082         - 1   # NDRPDR sel
1083         - 2   # NDRPDR sel
1084         - 3   # NDRPDR sel
1085         - 4   # NDRPDR sel
1086         - 5   # NDRPDR sel
1087         - 6   # NDRPDR sel
1088         - 7   # NDRPDR sel
1089         - 8   # NDRPDR sel
1090         - 9   # NDRPDR sel
1091         - 10  # NDRPDR sel
1092     vpp-performance-changes-2n-dnv-cmp:
1093       csit-vpp-perf-verify-2001-2n-dnv:
1094         - 4   # NDRPDR sel
1095         - 5   # NDRPDR sel
1096         - 6   # NDRPDR sel
1097         - 7   # NDRPDR sel
1098         - 8   # NDRPDR sel
1099         - 9   # NDRPDR sel
1100         - 10  # NDRPDR sel
1101         - 11  # NDRPDR sel
1102         - 13  # NDRPDR sel
1103         - 16  # NDRPDR sel
1104
1105     vpp-performance-changes-3n-dnv-ref:
1106       csit-vpp-perf-verify-1908-3n-dnv:
1107         - 6   # NDRPDR sel
1108         - 7   # NDRPDR sel
1109         - 8   # NDRPDR sel
1110         - 9   # NDRPDR sel
1111         - 10  # NDRPDR sel
1112         - 12  # NDRPDR sel
1113         - 13  # NDRPDR sel
1114         - 14  # NDRPDR sel
1115         - 15  # NDRPDR sel
1116         - 16  # NDRPDR sel
1117     vpp-performance-changes-3n-dnv-cmp:
1118       csit-vpp-perf-verify-2001-3n-dnv:
1119         - 5   # NDRPDR sel
1120         - 6   # NDRPDR sel
1121         - 7   # NDRPDR sel
1122         - 8   # NDRPDR sel
1123         - 9   # NDRPDR sel
1124         - 10  # NDRPDR sel
1125         - 12  # NDRPDR sel
1126         - 16  # NDRPDR sel
1127         - 17  # NDRPDR sel
1128         - 18  # NDRPDR sel
1129
1130     vpp-performance-changes-3n-tsh-ref:
1131       csit-vpp-perf-verify-1908-3n-tsh:
1132         - 7   # NDRPDR sel
1133         - 8   # NDRPDR sel
1134         - 9   # NDRPDR sel
1135         - 10  # NDRPDR sel
1136         - 11  # NDRPDR sel
1137         - 12  # NDRPDR sel
1138         - 13  # NDRPDR sel
1139         - 14  # NDRPDR sel
1140         - 15  # NDRPDR sel
1141         - 16  # NDRPDR sel
1142     vpp-performance-changes-3n-tsh-cmp:
1143       csit-vpp-perf-verify-2001-3n-tsh:
1144         - 3   # NDRPDR sel
1145         - 4   # NDRPDR sel
1146         - 7   # NDRPDR sel
1147         - 8   # NDRPDR sel
1148         - 10  # NDRPDR sel
1149         - 12  # NDRPDR sel
1150         - 13  # NDRPDR sel
1151         - 14  # NDRPDR sel
1152         - 15  # NDRPDR sel
1153         - 21  # NDRPDR sel
1154
1155     vpp-soak-vs-ndr-2n-skx-ref:
1156       csit-vpp-perf-verify-2001-2n-skx:
1157         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1158         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1159         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1160         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1161         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1162         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1163         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1164         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1165         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1166         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1167     vpp-soak-vs-ndr-2n-skx-cmp:
1168       csit-vpp-perf-verify-2001-2n-skx:
1169         - 181  # Soak
1170         - 182  # Soak
1171     vpp-soak-vs-ndr-2n-skx:
1172       csit-vpp-perf-verify-2001-2n-skx:
1173         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1174         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1175         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1176         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1177         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1178         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1179         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1180         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1181         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1182         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1183         - 181  # Soak
1184         - 182  # Soak
1185
1186     vpp-soak-vs-ndr-2n-clx-ref:
1187       csit-vpp-perf-verify-2001-2n-clx:
1188         - 28  # NDRPDR sel
1189         - 29  # NDRPDR sel
1190         - 32  # NDRPDR sel
1191         - 40  # NDRPDR sel
1192         - 43  # NDRPDR sel
1193         - 44  # NDRPDR sel
1194         - 45  # NDRPDR sel
1195         - 47  # NDRPDR sel
1196         - 48  # NDRPDR sel
1197         - 49  # NDRPDR sel
1198     vpp-soak-vs-ndr-2n-clx-cmp:
1199       csit-vpp-perf-verify-2001-2n-clx:
1200         - 93  # SOAK
1201         - 94  # Soak
1202     vpp-soak-vs-ndr-2n-clx:
1203       csit-vpp-perf-verify-2001-2n-clx:
1204         - 28  # NDRPDR sel
1205         - 29  # NDRPDR sel
1206         - 32  # NDRPDR sel
1207         - 40  # NDRPDR sel
1208         - 43  # NDRPDR sel
1209         - 44  # NDRPDR sel
1210         - 45  # NDRPDR sel
1211         - 47  # NDRPDR sel
1212         - 48  # NDRPDR sel
1213         - 49  # NDRPDR sel
1214         - 93  # SOAK
1215         - 94  # Soak
1216
1217     vpp-performance-changes-3n-hsw-mrr-h1:
1218       csit-vpp-perf-verify-1904-3n-hsw:
1219         - 9   # MRR sel
1220     vpp-performance-changes-3n-hsw-mrr-ref:
1221       csit-vpp-perf-verify-1908-3n-hsw:
1222         - 39  # MRR sel
1223     vpp-performance-changes-3n-hsw-mrr-cmp:
1224       csit-vpp-perf-verify-2001-3n-hsw:
1225         - 17  # MRR sel
1226
1227     vpp-performance-changes-3n-skx-mrr-h1:
1228       csit-vpp-perf-verify-1904-3n-skx:
1229         - 7   # MRR sel
1230     vpp-performance-changes-3n-skx-mrr-ref:
1231       csit-vpp-perf-verify-1908-3n-skx:
1232         - 36  # MRR sel
1233     vpp-performance-changes-3n-skx-mrr-cmp:
1234       csit-vpp-perf-verify-2001-3n-skx:
1235         - 50  # MRR sel
1236         - 53  # MRR sel addition
1237
1238     vpp-performance-changes-2n-skx-mrr-h1:
1239       csit-vpp-perf-verify-1904-2n-skx:
1240         - 11  # MRR sel
1241     vpp-performance-changes-2n-skx-mrr-ref:
1242       csit-vpp-perf-verify-1908-2n-skx:
1243         - 69  # MRR sel
1244     vpp-performance-changes-2n-skx-mrr-cmp:
1245       csit-vpp-perf-verify-2001-2n-skx:
1246         - 101 # MRR sel
1247         - 128 # MRR sel addition
1248
1249     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1250       csit-vpp-perf-verify-1908-2n-skx:
1251         - 71  # NFV MRR
1252     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1253       # TODO: Replace
1254       # csit-vpp-perf-verify-2001-2n-skx:
1255       csit-vpp-perf-verify-1908-2n-skx:
1256         - 71  # NFV MRR
1257
1258     vpp-performance-changes-2n-dnv-mrr-ref:
1259       csit-vpp-perf-verify-1908-2n-dnv:
1260         - 11  # MRR sel
1261     vpp-performance-changes-2n-dnv-mrr-cmp:
1262       csit-vpp-perf-verify-2001-2n-dnv:
1263         - 12  # MRR sel
1264
1265     vpp-performance-changes-3n-dnv-mrr-ref:
1266       csit-vpp-perf-verify-1908-3n-dnv:
1267         - 17  # MRR sel
1268     vpp-performance-changes-3n-dnv-mrr-cmp:
1269       csit-vpp-perf-verify-2001-3n-dnv:
1270         - 11  # MRR sel
1271
1272     vpp-performance-changes-3n-tsh-mrr-ref:
1273       csit-vpp-perf-verify-1908-3n-tsh:
1274         - 17  # MRR sel
1275     vpp-performance-changes-3n-tsh-mrr-cmp:
1276       csit-vpp-perf-verify-2001-3n-tsh:
1277         - 9   # MRR sel
1278
1279     dpdk-performance-changes-3n-hsw-h1:
1280       csit-dpdk-perf-verify-1904-3n-hsw:
1281         - 2   # NDRPDR sel
1282         - 3   # NDRPDR sel
1283         - 5   # NDRPDR sel
1284         - 6   # NDRPDR sel
1285         - 13  # NDRPDR sel
1286         - 14  # NDRPDR sel
1287         - 15  # NDRPDR sel
1288         - 18  # NDRPDR sel
1289         - 19  # NDRPDR sel
1290         - 20  # NDRPDR sel
1291     dpdk-performance-changes-3n-hsw-ref:
1292       csit-dpdk-perf-verify-1908-3n-hsw:
1293         - 2   # NDRPDR sel
1294         - 3   # NDRPDR sel
1295         - 4   # NDRPDR sel
1296         - 5   # NDRPDR sel
1297         - 6   # NDRPDR sel
1298         - 7   # NDRPDR sel
1299         - 8   # NDRPDR sel
1300         - 9   # NDRPDR sel
1301         - 10  # NDRPDR sel
1302         - 11  # NDRPDR sel
1303     dpdk-performance-changes-3n-hsw-cmp:
1304       csit-dpdk-perf-verify-2001-3n-hsw:
1305 #        - 4   # NDRPDR sel
1306 #        - 5   # NDRPDR sel
1307 #        - 6   # NDRPDR sel
1308 #        - 7   # NDRPDR sel
1309 #        - 8   # NDRPDR sel
1310 #        - 9   # NDRPDR sel
1311 #        - 10  # NDRPDR sel
1312 #        - 11  # NDRPDR sel
1313 #        - 12  # NDRPDR sel
1314 #        - 13  # NDRPDR sel
1315         - 15  # NDRPDR sel
1316         - 16  # NDRPDR sel
1317         - 17  # NDRPDR sel
1318         - 18  # NDRPDR sel
1319         - 19  # NDRPDR sel
1320         - 20  # NDRPDR sel
1321         - 21  # NDRPDR sel
1322         - 22  # NDRPDR sel
1323         - 23  # NDRPDR sel
1324         - 24  # NDRPDR sel
1325
1326     dpdk-performance-changes-3n-skx-h1:
1327       csit-dpdk-perf-verify-1904-3n-skx:
1328         - 2   # NDRPDR sel
1329         - 3   # NDRPDR sel
1330         - 4   # NDRPDR sel
1331         - 5   # NDRPDR sel
1332         - 6   # NDRPDR sel
1333         - 7   # NDRPDR sel
1334         - 11  # NDRPDR sel
1335         - 12  # NDRPDR sel
1336         - 13  # NDRPDR sel
1337         - 14  # NDRPDR sel
1338     dpdk-performance-changes-3n-skx-ref:
1339       csit-dpdk-perf-verify-1908-3n-skx:
1340         - 3   # NDRPDR sel
1341         - 4   # NDRPDR sel
1342         - 5   # NDRPDR sel
1343         - 6   # NDRPDR sel
1344         - 7   # NDRPDR sel
1345         - 8   # NDRPDR sel
1346         - 9   # NDRPDR sel
1347         - 10  # NDRPDR sel
1348         - 11  # NDRPDR sel
1349         - 12  # NDRPDR sel
1350     dpdk-performance-changes-3n-skx-cmp:
1351       csit-dpdk-perf-verify-2001-3n-skx:
1352         - 29  # NDRPDR sel xxv710
1353         - 33  # NDRPDR sel xxv710
1354         - 34  # NDRPDR sel xxv710
1355         - 35  # NDRPDR sel xxv710
1356         - 36  # NDRPDR sel xxv710
1357         - 37  # NDRPDR sel xxv710
1358         - 41  # NDRPDR sel xxv710
1359         - 42  # NDRPDR sel xxv710
1360         - 43  # NDRPDR sel xxv710
1361         - 45  # NDRPDR sel xxv710
1362         - 30  # NDRPDR sel x710
1363         - 31  # NDRPDR sel x710
1364         - 32  # NDRPDR sel x710
1365         - 38  # NDRPDR sel x710
1366         - 39  # NDRPDR sel x710
1367         - 40  # NDRPDR sel x710
1368         - 44  # NDRPDR sel x710
1369         - 46  # NDRPDR sel x710
1370         - 47  # NDRPDR sel x710
1371         - 48  # NDRPDR sel x710
1372
1373     dpdk-performance-changes-2n-skx-h1:
1374       csit-dpdk-perf-verify-1904-2n-skx:
1375         - 2   # NDRPDR sel
1376         - 3   # NDRPDR sel
1377         - 4   # NDRPDR sel
1378         - 5   # NDRPDR sel
1379         - 7   # NDRPDR sel
1380         - 8   # NDRPDR sel
1381         - 9   # NDRPDR sel
1382         - 10  # NDRPDR sel
1383         - 11  # NDRPDR sel
1384         - 12  # NDRPDR sel
1385     dpdk-performance-changes-2n-skx-ref:
1386       csit-dpdk-perf-verify-1908-2n-skx:
1387         - 2   # NDRPDR sel
1388         - 3   # NDRPDR sel
1389         - 4   # NDRPDR sel
1390         - 5   # NDRPDR sel
1391         - 7   # NDRPDR sel
1392         - 8   # NDRPDR sel
1393         - 9   # NDRPDR sel
1394         - 10  # NDRPDR sel
1395         - 11  # NDRPDR sel
1396         - 12  # NDRPDR sel
1397     dpdk-performance-changes-2n-skx-cmp:
1398       csit-dpdk-perf-verify-2001-2n-skx:
1399         - 35  # NDRPDR sel xxv710
1400         - 36  # NDRPDR sel xxv710
1401         - 37  # NDRPDR sel xxv710
1402         - 41  # NDRPDR sel xxv710
1403         - 42  # NDRPDR sel xxv710
1404         - 43  # NDRPDR sel xxv710
1405         - 46  # NDRPDR sel xxv710
1406         - 47  # NDRPDR sel xxv710
1407         - 52  # NDRPDR sel xxv710
1408         - 53  # NDRPDR sel xxv710
1409         - 38  # NDRPDR sel x710
1410         - 39  # NDRPDR sel x710
1411         - 40  # NDRPDR sel x710
1412         - 44  # NDRPDR sel x710
1413         - 45  # NDRPDR sel x710
1414         - 48  # NDRPDR sel x710
1415         - 49  # NDRPDR sel x710
1416         - 50  # NDRPDR sel x710
1417         - 51  # NDRPDR sel x710
1418         - 54  # NDRPDR sel x710
1419
1420     # Compare testbeds
1421
1422     vpp-compare-testbeds-ref:
1423       csit-vpp-perf-verify-2001-3n-hsw:
1424         - 21  # NDRPDR sel
1425         - 22  # NDRPDR sel
1426         - 23  # NDRPDR sel
1427         - 24  # NDRPDR sel
1428         - 25  # NDRPDR sel
1429         - 29  # NDRPDR sel
1430         - 30  # NDRPDR sel
1431         - 31  # NDRPDR sel
1432         - 32  # NDRPDR sel
1433         - 34  # NDRPDR sel
1434     vpp-compare-testbeds-cmp:
1435       # TODO: Add the data
1436       csit-vpp-perf-verify-2001-3n-skx:
1437         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1438         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1439         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1440         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1441         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1442         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1443         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1444
1445     vpp-compare-testbeds-skx-clx-ref:
1446       csit-vpp-perf-verify-2001-2n-skx:
1447         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1448         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1449         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1450         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1451         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1452         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1453         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1454         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1455         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1456         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1457     vpp-compare-testbeds-skx-clx-cmp:
1458       csit-vpp-perf-verify-2001-2n-clx:
1459         - 28  # NDRPDR sel
1460         - 29  # NDRPDR sel
1461         - 32  # NDRPDR sel
1462         - 40  # NDRPDR sel
1463         - 43  # NDRPDR sel
1464         - 44  # NDRPDR sel
1465         - 45  # NDRPDR sel
1466         - 47  # NDRPDR sel
1467         - 48  # NDRPDR sel
1468         - 49  # NDRPDR sel
1469
1470     vpp-compare-testbeds-hsw-clx-ref:
1471       csit-vpp-perf-verify-2001-3n-hsw:
1472         - 21  # NDRPDR sel
1473         - 22  # NDRPDR sel
1474         - 23  # NDRPDR sel
1475         - 24  # NDRPDR sel
1476         - 25  # NDRPDR sel
1477         - 29  # NDRPDR sel
1478         - 30  # NDRPDR sel
1479         - 31  # NDRPDR sel
1480         - 32  # NDRPDR sel
1481         - 34  # NDRPDR sel
1482     vpp-compare-testbeds-hsw-clx-cmp:
1483       csit-vpp-perf-verify-2001-2n-clx:
1484         - 28  # NDRPDR sel
1485         - 29  # NDRPDR sel
1486         - 32  # NDRPDR sel
1487         - 40  # NDRPDR sel
1488         - 43  # NDRPDR sel
1489         - 44  # NDRPDR sel
1490         - 45  # NDRPDR sel
1491         - 47  # NDRPDR sel
1492         - 48  # NDRPDR sel
1493         - 49  # NDRPDR sel
1494
1495     vpp-compare-testbeds-mrr-ref:
1496       csit-vpp-perf-verify-2001-3n-hsw:
1497         - 17  # MRR sel
1498     vpp-compare-testbeds-mrr-cmp:
1499       csit-vpp-perf-verify-2001-3n-skx:
1500         - 50  # MRR sel
1501         - 53  # MRR sel addition
1502
1503     vpp-compare-testbeds-mrr-skx-clx-ref:
1504       csit-vpp-perf-verify-2001-2n-skx:
1505         - 101 # MRR sel
1506         - 128 # MRR sel addition
1507     vpp-compare-testbeds-mrr-skx-clx-cmp:
1508       csit-vpp-perf-verify-2001-2n-clx:
1509         - 39  # MRR
1510
1511     vpp-compare-testbeds-mrr-hsw-clx-ref:
1512       csit-vpp-perf-verify-2001-3n-hsw:
1513         - 17  # MRR sel
1514     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1515       csit-vpp-perf-verify-2001-2n-clx:
1516         - 39  # MRR
1517
1518     dpdk-compare-testbeds-ref:
1519       csit-dpdk-perf-verify-2001-3n-hsw:
1520         - 4   # NDRPDR sel
1521         - 5   # NDRPDR sel
1522         - 6   # NDRPDR sel
1523         - 7   # NDRPDR sel
1524         - 8   # NDRPDR sel
1525         - 9   # NDRPDR sel
1526         - 10  # NDRPDR sel
1527         - 11  # NDRPDR sel
1528         - 12  # NDRPDR sel
1529         - 13  # NDRPDR sel
1530         - 15  # NDRPDR sel
1531         - 16  # NDRPDR sel
1532         - 17  # NDRPDR sel
1533         - 18  # NDRPDR sel
1534         - 19  # NDRPDR sel
1535         - 20  # NDRPDR sel
1536         - 21  # NDRPDR sel
1537         - 22  # NDRPDR sel
1538         - 23  # NDRPDR sel
1539         - 24  # NDRPDR sel
1540     dpdk-compare-testbeds-cmp:
1541       csit-dpdk-perf-verify-2001-3n-skx:
1542         - 29  # NDRPDR sel xxv710
1543         - 33  # NDRPDR sel xxv710
1544         - 34  # NDRPDR sel xxv710
1545         - 35  # NDRPDR sel xxv710
1546         - 36  # NDRPDR sel xxv710
1547         - 37  # NDRPDR sel xxv710
1548         - 41  # NDRPDR sel xxv710
1549         - 42  # NDRPDR sel xxv710
1550         - 43  # NDRPDR sel xxv710
1551         - 45  # NDRPDR sel xxv710
1552         - 30  # NDRPDR sel x710
1553         - 31  # NDRPDR sel x710
1554         - 32  # NDRPDR sel x710
1555         - 38  # NDRPDR sel x710
1556         - 39  # NDRPDR sel x710
1557         - 40  # NDRPDR sel x710
1558         - 44  # NDRPDR sel x710
1559         - 46  # NDRPDR sel x710
1560         - 47  # NDRPDR sel x710
1561         - 48  # NDRPDR sel x710
1562
1563     dpdk-compare-testbeds-skx-clx-ref:
1564       csit-dpdk-perf-verify-2001-2n-skx:
1565         - 35  # NDRPDR sel xxv710
1566         - 36  # NDRPDR sel xxv710
1567         - 37  # NDRPDR sel xxv710
1568         - 41  # NDRPDR sel xxv710
1569         - 42  # NDRPDR sel xxv710
1570         - 43  # NDRPDR sel xxv710
1571         - 46  # NDRPDR sel xxv710
1572         - 47  # NDRPDR sel xxv710
1573         - 52  # NDRPDR sel xxv710
1574         - 53  # NDRPDR sel xxv710
1575         - 38  # NDRPDR sel x710
1576         - 39  # NDRPDR sel x710
1577         - 40  # NDRPDR sel x710
1578         - 44  # NDRPDR sel x710
1579         - 45  # NDRPDR sel x710
1580         - 48  # NDRPDR sel x710
1581         - 49  # NDRPDR sel x710
1582         - 50  # NDRPDR sel x710
1583         - 51  # NDRPDR sel x710
1584         - 54  # NDRPDR sel x710
1585     dpdk-compare-testbeds-skx-clx-cmp:
1586       csit-dpdk-perf-verify-2001-2n-clx:
1587         - 15  # NDRPDR sel
1588         - 16  # NDRPDR sel
1589         - 17  # NDRPDR sel
1590         - 18  # NDRPDR sel
1591         - 19  # NDRPDR sel
1592         - 20  # NDRPDR sel
1593         - 21  # NDRPDR sel
1594         - 22  # NDRPDR sel
1595         - 23  # NDRPDR sel
1596         - 24  # NDRPDR sel
1597         - 25  # NDRPDR sel
1598         - 26  # NDRPDR sel
1599         - 27  # NDRPDR sel
1600         - 28  # NDRPDR sel
1601         - 29  # NDRPDR sel
1602         - 30  # NDRPDR sel
1603         - 31  # NDRPDR sel
1604         - 32  # NDRPDR sel
1605         - 33  # NDRPDR sel
1606         - 34  # NDRPDR sel
1607
1608     # Compare topologies
1609
1610     vpp-compare-topologies-ref:
1611       # TODO: Add the data
1612       csit-vpp-perf-verify-2001-3n-skx:
1613         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1614         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1615         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1616         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1617         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1618         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1619         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1620     vpp-compare-topologies-cmp:
1621       csit-vpp-perf-verify-2001-2n-skx:
1622         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1623         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1624         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1625         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1626         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1627         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1628         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1629         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1630         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1631         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1632
1633     vpp-compare-topologies-mrr-ref:
1634       csit-vpp-perf-verify-2001-3n-skx:
1635         - 50  # MRR sel
1636         - 53  # MRR sel addition
1637     vpp-compare-topologies-mrr-cmp:
1638       csit-vpp-perf-verify-2001-2n-skx:
1639         - 101 # MRR sel
1640         - 128 # MRR sel addition
1641
1642     dpdk-compare-topologies-ref:
1643       csit-dpdk-perf-verify-2001-3n-skx:
1644         - 29  # NDRPDR sel xxv710
1645         - 33  # NDRPDR sel xxv710
1646         - 34  # NDRPDR sel xxv710
1647         - 35  # NDRPDR sel xxv710
1648         - 36  # NDRPDR sel xxv710
1649         - 37  # NDRPDR sel xxv710
1650         - 41  # NDRPDR sel xxv710
1651         - 42  # NDRPDR sel xxv710
1652         - 43  # NDRPDR sel xxv710
1653         - 45  # NDRPDR sel xxv710
1654         - 30  # NDRPDR sel x710
1655         - 31  # NDRPDR sel x710
1656         - 32  # NDRPDR sel x710
1657         - 38  # NDRPDR sel x710
1658         - 39  # NDRPDR sel x710
1659         - 40  # NDRPDR sel x710
1660         - 44  # NDRPDR sel x710
1661         - 46  # NDRPDR sel x710
1662         - 47  # NDRPDR sel x710
1663         - 48  # NDRPDR sel x710
1664     dpdk-compare-topologies-cmp:
1665       csit-dpdk-perf-verify-2001-2n-skx:
1666         - 35  # NDRPDR sel xxv710
1667         - 36  # NDRPDR sel xxv710
1668         - 37  # NDRPDR sel xxv710
1669         - 41  # NDRPDR sel xxv710
1670         - 42  # NDRPDR sel xxv710
1671         - 43  # NDRPDR sel xxv710
1672         - 46  # NDRPDR sel xxv710
1673         - 47  # NDRPDR sel xxv710
1674         - 52  # NDRPDR sel xxv710
1675         - 53  # NDRPDR sel xxv710
1676         - 38  # NDRPDR sel x710
1677         - 39  # NDRPDR sel x710
1678         - 40  # NDRPDR sel x710
1679         - 44  # NDRPDR sel x710
1680         - 45  # NDRPDR sel x710
1681         - 48  # NDRPDR sel x710
1682         - 49  # NDRPDR sel x710
1683         - 50  # NDRPDR sel x710
1684         - 51  # NDRPDR sel x710
1685         - 54  # NDRPDR sel x710
1686
1687   plot-layouts:
1688
1689     plot-soak-throughput:
1690       titlefont:
1691         size: 18
1692       xaxis:
1693         title: "<b>Test Cases [Index]</b>"
1694         titlefont:
1695           size: 16
1696         autorange: True
1697         fixedrange: False
1698         gridcolor: "rgb(230, 230, 230)"
1699         linecolor: "rgb(220, 220, 220)"
1700         linewidth: 1
1701         showgrid: True
1702         showline: True
1703         showticklabels: True
1704         tickcolor: "rgb(220, 220, 220)"
1705         tickmode: "linear"
1706         tickfont:
1707           size: 16
1708         zeroline: False
1709       yaxis:
1710         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1711         titlefont:
1712           size: 16
1713         gridcolor: "rgb(230, 230, 230)"
1714         hoverformat: ".4r"
1715         tickformat: ".3r"
1716         linecolor: "rgb(220, 220, 220)"
1717         linewidth: 1
1718         showgrid: True
1719         showline: True
1720         showticklabels: True
1721         tickcolor: "rgb(220, 220, 220)"
1722         tickfont:
1723           size: 16
1724         zeroline: False
1725         range: [0,50]
1726       autosize: False
1727       margin:
1728         t: 50
1729         b: 0
1730         l: 80
1731         r: 20
1732       showlegend: True
1733       legend:
1734         orientation: "h"
1735         font:
1736           size: 16
1737       width: 700
1738       height: 900
1739       paper_bgcolor: "#fff"
1740       plot_bgcolor: "#fff"
1741       hoverlabel:
1742         namelength: -1
1743
1744     plot-service-density:
1745       titlefont:
1746         size: 18
1747       xaxis:
1748         side: "top"
1749         autorange: True
1750         fixedrange: False
1751         showgrid: False
1752         showline: False
1753         showticklabels: False
1754         ticks: ""
1755         ticklen: 0
1756         tickwidth: 0
1757         zeroline: False
1758       yaxis:
1759         autorange: "reversed"
1760         showgrid: False
1761         showline: False
1762         showticklabels: False
1763         ticks: ""
1764         ticklen: 0
1765         tickwidth: 0
1766         zeroline: False
1767       showlegend: False
1768       paper_bgcolor: "#fff"
1769       plot_bgcolor: "#fff"
1770       width: 700
1771       height: 700
1772       hoverlabel:
1773         namelength: -1
1774
1775     plot-cps:
1776       titlefont:
1777         size: 18
1778       xaxis:
1779         title: "<b>Test Cases [Index]</b>"
1780         titlefont:
1781           size: 16
1782         autorange: True
1783         fixedrange: False
1784         gridcolor: "rgb(230, 230, 230)"
1785         linecolor: "rgb(220, 220, 220)"
1786         linewidth: 1
1787         showgrid: True
1788         showline: True
1789         showticklabels: True
1790         tickcolor: "rgb(220, 220, 220)"
1791         tickmode: "linear"
1792         tickfont:
1793           size: 16
1794         zeroline: False
1795       yaxis:
1796         title: "<b>Connections Per Second [cps]</b>"
1797         titlefont:
1798           size: 16
1799         gridcolor: "rgb(230, 230, 230)"
1800         hoverformat: ".4s"
1801         linecolor: "rgb(220, 220, 220)"
1802         linewidth: 1
1803         rangemode: "tozero"
1804         showgrid: True
1805         showline: True
1806         showticklabels: True
1807         tickcolor: "rgb(220, 220, 220)"
1808         tickformat: ".3s"
1809         tickfont:
1810           size: 16
1811         zeroline: False
1812       boxmode: "group"
1813       boxgroupgap: 0.5
1814       autosize: False
1815       margin:
1816         t: 50
1817         b: 20
1818         l: 80
1819         r: 20
1820       showlegend: True
1821       legend:
1822         orientation: "h"
1823         font:
1824           size: 16
1825       width: 700
1826       height: 800
1827       paper_bgcolor: "#fff"
1828       plot_bgcolor: "#fff"
1829       hoverlabel:
1830         namelength: -1
1831
1832     plot-rps:
1833       titlefont:
1834         size: 18
1835       xaxis:
1836         title: "<b>Test Cases [Index]</b>"
1837         titlefont:
1838           size: 16
1839         autorange: True
1840         fixedrange: False
1841         gridcolor: "rgb(230, 230, 230)"
1842         linecolor: "rgb(220, 220, 220)"
1843         linewidth: 1
1844         showgrid: True
1845         showline: True
1846         showticklabels: True
1847         tickcolor: "rgb(220, 220, 220)"
1848         tickmode: "linear"
1849         tickfont:
1850           size: 16
1851         zeroline: False
1852       yaxis:
1853         title: "<b>Requests Per Second [rps]</b>"
1854         titlefont:
1855           size: 16
1856         gridcolor: "rgb(230, 230, 230)"
1857         hoverformat: ".4s"
1858         linecolor: "rgb(220, 220, 220)"
1859         linewidth: 1
1860         rangemode: "tozero"
1861         showgrid: True
1862         showline: True
1863         showticklabels: True
1864         tickcolor: "rgb(230, 230, 230)"
1865         tickformat: ".3s"
1866         tickfont:
1867           size: 16
1868         zeroline: False
1869       boxmode: "group"
1870       boxgroupgap: 0.5
1871       autosize: False
1872       margin:
1873         t: 50
1874         b: 20
1875         l: 80
1876         r: 20
1877       showlegend: True
1878       legend:
1879         orientation: "h"
1880         font:
1881           size: 16
1882       width: 700
1883       height: 800
1884       paper_bgcolor: "#fff"
1885       plot_bgcolor: "#fff"
1886       hoverlabel:
1887         namelength: -1
1888
1889     plot-hoststack:
1890       titlefont:
1891         size: 16
1892       xaxis:
1893         title: "<b>Test Cases [Index]</b>"
1894         titlefont:
1895           size: 14
1896         autorange: True
1897         fixedrange: False
1898         gridcolor: "rgb(230, 230, 230)"
1899         linecolor: "rgb(220, 220, 220)"
1900         linewidth: 1
1901         showgrid: True
1902         showline: True
1903         showticklabels: True
1904         tickcolor: "rgb(220, 220, 220)"
1905         tickmode: "linear"
1906         tickfont:
1907           size: 14
1908         zeroline: False
1909       yaxis:
1910         title: "<b>Bandwidth [Gbps]</b>"
1911         titlefont:
1912           size: 14
1913         gridcolor: "rgb(230, 230, 230)"
1914         hoverformat: ".4s"
1915         linecolor: "rgb(220, 220, 220)"
1916         linewidth: 1
1917         rangemode: "tozero"
1918         showgrid: True
1919         showline: True
1920         showticklabels: True
1921         tickcolor: "rgb(230, 230, 230)"
1922         tickformat: ".3s"
1923         tickfont:
1924           size: 14
1925         zeroline: False
1926       boxmode: "group"
1927       boxgroupgap: 0.5
1928       autosize: False
1929       margin:
1930         t: 50
1931         b: 20
1932         l: 80
1933         r: 20
1934       showlegend: True
1935       legend:
1936         orientation: "h"
1937         font:
1938           size: 14
1939       width: 700
1940       height: 800
1941       paper_bgcolor: "#fff"
1942       plot_bgcolor: "#fff"
1943       hoverlabel:
1944         namelength: -1
1945
1946     plot-throughput:
1947       titlefont:
1948         size: 18
1949       xaxis:
1950         title: "<b>Test Cases [Index]</b>"
1951         titlefont:
1952           size: 16
1953         autorange: True
1954         fixedrange: False
1955         gridcolor: "rgb(230, 230, 230)"
1956         linecolor: "rgb(220, 220, 220)"
1957         linewidth: 1
1958         showgrid: True
1959         showline: True
1960         showticklabels: True
1961         tickcolor: "rgb(220, 220, 220)"
1962         tickmode: "linear"
1963         tickfont:
1964           size: 16
1965         zeroline: False
1966       yaxis:
1967         title: "<b>Packet Throughput [Mpps]</b>"
1968         titlefont:
1969           size: 16
1970         gridcolor: "rgb(230, 230, 230)"
1971         hoverformat: ".4r"
1972         tickformat: ".3r"
1973         linecolor: "rgb(220, 220, 220)"
1974         linewidth: 1
1975         showgrid: True
1976         showline: True
1977         showticklabels: True
1978         tickcolor: "rgb(220, 220, 220)"
1979         tickfont:
1980           size: 16
1981         zeroline: False
1982         range: [0,50]
1983       autosize: False
1984       margin:
1985         t: 50
1986         b: 0
1987         l: 80
1988         r: 20
1989       showlegend: True
1990       legend:
1991         orientation: "h"
1992         font:
1993           size: 16
1994       width: 700
1995       height: 900
1996       paper_bgcolor: "#fff"
1997       plot_bgcolor: "#fff"
1998       hoverlabel:
1999         namelength: -1
2000
2001     plot-throughput-speedup-analysis:
2002       titlefont:
2003         size: 18
2004       xaxis:
2005         title: "<b>Number of Cores [Qty]</b>"
2006         titlefont:
2007           size: 16
2008         autorange: True
2009         fixedrange: False
2010         gridcolor: "rgb(230, 230, 230)"
2011         linecolor: "rgb(220, 220, 220)"
2012         linewidth: 1
2013         showgrid: True
2014         showline: True
2015         showticklabels: True
2016         tickcolor: "rgb(238, 238, 238)"
2017         tickmode: "linear"
2018         tickfont:
2019           size: 16
2020         zeroline: False
2021       yaxis:
2022         title: "<b>Packet Throughput [Mpps]</b>"
2023         titlefont:
2024           size: 16
2025         type: "linear"
2026         gridcolor: "rgb(230, 230, 230)"
2027         hoverformat: ".4s"
2028         linecolor: "rgb(220, 220, 220)"
2029         linewidth: 1
2030         showgrid: True
2031         showline: True
2032         showticklabels: True
2033         tickcolor: "rgb(220, 220, 220)"
2034         tickformat: ".4s"
2035         tickfont:
2036           size: 16
2037         zeroline: True
2038         rangemode: "tozero"
2039         range: [0,100]
2040       legend:
2041         orientation: "h"
2042         font:
2043           size: 16
2044         xanchor: "left"
2045         yanchor: "top"
2046         x: 0
2047         y: -0.2
2048         bgcolor: "rgba(255, 255, 255, 0)"
2049         bordercolor: "rgba(255, 255, 255, 0)"
2050         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2051       autosize: False
2052       margin:
2053           't': 50
2054           'b': 150
2055           'l': 85
2056           'r': 10
2057       showlegend: True
2058       width: 700
2059       height: 700
2060       paper_bgcolor: "#fff"
2061       plot_bgcolor: "#fff"
2062       hoverlabel:
2063         namelength: -1
2064       annotations: [
2065         {
2066           text: "_ _          __          ...",
2067           align: "left",
2068           showarrow: False,
2069           xref: "paper",
2070           yref: "paper",
2071           xanchor: "left",
2072           yanchor: "top",
2073           x: 0,
2074           y: -0.13,
2075           font: {
2076             family: "Consolas, Courier New",
2077             size: 15
2078           },
2079         },
2080         {
2081           text: "    Perfect     Measured     Limit",
2082           align: "left",
2083           showarrow: False,
2084           xref: "paper",
2085           yref: "paper",
2086           xanchor: "left",
2087           yanchor: "top",
2088           x: 0,
2089           y: -0.15,
2090           font: {
2091             family: "Consolas, Courier New",
2092             size: 15
2093           },
2094         },
2095       ]
2096
2097     plot-latency:
2098       titlefont:
2099         size: 18
2100       xaxis:
2101         title: "<b>Direction</b>"
2102         titlefont:
2103           size: 16
2104         autorange: True
2105         fixedrange: False
2106         gridcolor: "rgb(230, 230, 230)"
2107         linecolor: "rgb(220, 220, 220)"
2108         linewidth: 1
2109         showgrid: True
2110         showline: True
2111         showticklabels: False
2112         tickcolor: "rgb(220, 220, 220)"
2113         tickmode: "linear"
2114         tickfont:
2115           size: 16
2116         zeroline: False
2117       yaxis:
2118         title: "<b>Packet Latency [uSec]</b>"
2119         titlefont:
2120           size: 16
2121         type: "linear"
2122         gridcolor: "rgb(230, 230, 230)"
2123         hoverformat: ".4s"
2124         linecolor: "rgb(220, 220, 220)"
2125         linewidth: 1
2126         showgrid: True
2127         showline: True
2128         showticklabels: True
2129         tickcolor: "rgb(220, 220, 220)"
2130         tickformat: ".4s"
2131         tickfont:
2132           size: 16
2133         zeroline: True
2134         rangemode: "tozero"
2135       legend:
2136         orientation: "h"
2137         font:
2138           size: 16
2139         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2140       autosize: False
2141       margin:
2142           't': 50
2143           'b': 150
2144           'l': 80
2145           'r': 10
2146       showlegend: True
2147       width: 700
2148       height: 700
2149       paper_bgcolor: "#fff"
2150       plot_bgcolor: "#fff"
2151       hoverlabel:
2152         namelength: -1
2153
2154     plot-hdrh-latency:
2155       title:
2156         text: ""
2157         xanchor: "center"
2158         x: 0.5
2159         font:
2160           size: 16
2161       width: 700
2162       plot_bgcolor: "white"
2163       annotations:
2164         - font:
2165             size: 14
2166           showarrow: False
2167           text: "<b>Packet Latency [uSec]</b>"
2168           x: 1
2169           xanchor: "right"
2170           xref: "paper"
2171           y: -0.045
2172           yanchor: "top"
2173           yref: "paper"
2174         - font:
2175             size: 14
2176           showarrow: False
2177           text: "<b>Probability [%]</b>"
2178           textangle: 270
2179           x: -0.06
2180           xanchor: "center"
2181           xref: "paper"
2182           y: 0.5
2183           yanchor: "middle"
2184           yref: "paper"
2185         - font:
2186             size: 14
2187           showarrow: False
2188           text: "<b>Direction: E-W</b>"
2189           x: 0.24
2190           xanchor: "center"
2191           xref: "paper"
2192           y: 1.05
2193           yanchor: "bottom"
2194           yref: "paper"
2195         - font:
2196             size: 14
2197           showarrow: False
2198           text: "<b>Direction: W-E</b>"
2199           x: 0.74
2200           xanchor: "center"
2201           xref: "paper"
2202           y: 1.05
2203           yanchor: "bottom"
2204           yref: "paper"
2205
2206     plot-hdrh-latency-percentile:
2207       title:
2208         text: ""
2209         xanchor: "center"
2210         x: 0.5
2211         font:
2212           size: 18
2213       xaxis:
2214         type: "log"
2215         title: "<b>Percentile [%]</b>"
2216         titlefont:
2217           size: 16
2218         autorange: True
2219         fixedrange: False
2220         gridcolor: "rgb(230, 230, 230)"
2221         linecolor: "rgb(220, 220, 220)"
2222         linewidth: 1
2223         showgrid: True
2224         showline: True
2225         showticklabels: True
2226         tickcolor: "rgb(220, 220, 220)"
2227         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2228         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2229         tickfont:
2230           size: 16
2231       yaxis:
2232         title: "<b>Packet Latency [uSec]</b>"
2233         titlefont:
2234           size: 16
2235         gridcolor: "rgb(230, 230, 230)"
2236         linecolor: "rgb(220, 220, 220)"
2237         linewidth: 1
2238         showgrid: True
2239         showline: True
2240         showticklabels: True
2241         tickcolor: "rgb(220, 220, 220)"
2242         tickfont:
2243           size: 16
2244       autosize: False
2245       showlegend: True
2246       legend:
2247         traceorder: "normal"
2248         orientation: "h"
2249         font:
2250           size: 16
2251         xanchor: "left"
2252         yanchor: "top"
2253         x: 0
2254         y: -0.15
2255         bgcolor: "rgba(255, 255, 255, 0)"
2256         bordercolor: "rgba(255, 255, 255, 0)"
2257       width: 700
2258       height: 700
2259       paper_bgcolor: "white"
2260       plot_bgcolor: "white"
2261
2262     plot-hdrh-latency-by-percentile:
2263       title:
2264         text: "<b>Latency by Percentile Distribution</b>"
2265         xanchor: "center"
2266         x: 0.5
2267         font:
2268           size: 18
2269       showlegend: True
2270       legend:
2271         traceorder: "normal"
2272         orientation: "h"
2273         font:
2274           size: 16
2275         xanchor: "left"
2276         yanchor: "top"
2277         x: 0
2278         y: -0.2
2279         bgcolor: "rgba(255, 255, 255, 0)"
2280         bordercolor: "rgba(255, 255, 255, 0)"
2281       xaxis:
2282         type: "linear"
2283         title: "<b>Percentile [%]</b>"
2284         titlefont:
2285           size: 14
2286         autorange: False
2287         fixedrange: False
2288         range: [0, 100]
2289         gridcolor: "rgb(230, 230, 230)"
2290         linecolor: "rgb(220, 220, 220)"
2291         linewidth: 1
2292         showgrid: True
2293         showline: True
2294         showticklabels: True
2295         tickcolor: "rgb(220, 220, 220)"
2296         tickvals: [0, 25, 50, 75, 100]
2297         ticktext: [0, 25, 50, 75, 100]
2298         tickfont:
2299           size: 14
2300       yaxis:
2301         title: "<b>One-Way Latency per Direction [uSec]</b>"
2302         titlefont:
2303           size: 14
2304         gridcolor: "rgb(230, 230, 230)"
2305         linecolor: "rgb(220, 220, 220)"
2306         linewidth: 1
2307         showgrid: True
2308         showline: True
2309         showticklabels: True
2310         tickcolor: "rgb(220, 220, 220)"
2311         tickfont:
2312           size: 14
2313       width: 700
2314       height: 700
2315       paper_bgcolor: "white"
2316       plot_bgcolor: "white"
2317
2318 - type: "static"
2319   src-path: "{DIR[RST]}"
2320   dst-path: "{DIR[WORKING,SRC]}"
2321
2322 - type: "input"
2323   general:
2324     file-name: "output_info.xml.gz"
2325     file-format: ".gz"
2326     arch-file-format:
2327       - ".gz"
2328       - ".zip"
2329     download-path: "{job}/{build}/archives/{filename}"
2330     extract: "output.xml"
2331
2332     zip-file-name: "robot-plugin.zip"
2333     zip-file-format: ".zip"
2334     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2335     zip-extract: "robot-plugin/output.xml"
2336
2337   builds:
2338
2339     csit-vpp-perf-verify-1904-3n-hsw:
2340       - 9   # MRR sel
2341       - 11  # NDRPDR sel
2342       - 12  # NDRPDR sel
2343       - 20  # NDRPDR sel
2344       - 21  # NDRPDR sel
2345       - 23  # NDRPDR sel
2346       - 24  # NDRPDR sel
2347       - 25  # NDRPDR sel
2348       - 26  # NDRPDR sel
2349       - 29  # NDRPDR sel
2350       - 30  # NDRPDR sel
2351     csit-vpp-perf-verify-1908-3n-hsw:
2352       - 12  # NDRPDR sel
2353       - 13  # NDRPDR sel
2354       - 14  # NDRPDR sel
2355       - 15  # NDRPDR sel
2356       - 16  # NDRPDR sel
2357       - 17  # NDRPDR sel
2358       - 18  # NDRPDR sel
2359       - 19  # NDRPDR sel
2360       - 20  # NDRPDR sel
2361       - 21  # NDRPDR sel
2362       - 48  # NDRPDR sel vhost
2363       - 49  # NDRPDR sel vhost
2364       - 52  # NDRPDR sel vhost
2365       - 53  # NDRPDR sel vhost
2366       - 54  # NDRPDR sel vhost
2367       - 55  # NDRPDR sel vhost
2368       - 56  # NDRPDR sel vhost
2369       - 57  # NDRPDR sel vhost
2370       - 58  # NDRPDR sel vhost
2371       - 59  # NDRPDR sel vhost
2372       - 39  # MRR sel
2373     csit-vpp-perf-verify-2001-3n-hsw:
2374       - 21  # NDRPDR sel
2375       - 22  # NDRPDR sel
2376       - 23  # NDRPDR sel
2377       - 24  # NDRPDR sel
2378       - 25  # NDRPDR sel
2379       - 29  # NDRPDR sel
2380       - 30  # NDRPDR sel
2381       - 31  # NDRPDR sel
2382       - 32  # NDRPDR sel
2383       - 34  # NDRPDR sel
2384       - 17  # MRR sel
2385       - 18  # NDRPDR full
2386       - 20  # NDRPDR full
2387       - 28  # NDRPDR full
2388       - 35  # NDRPDR full
2389       - 42  # NDRPDR full
2390       - 46  # NDRPDR full
2391       - 47  # NDRPDR full
2392       - 48  # NDRPDR full
2393       - 49  # NDRPDR full
2394       - 50  # NDRPDR full
2395       - 51  # NDRPDR full
2396       - 52  # NDRPDR full
2397       - 53  # NDRPDR full
2398       - 54  # NDRPDR full
2399       - 55  # NDRPDR full
2400       - 56  # NDRPDR full
2401       - 57  # NDRPDR full
2402       - 58  # NDRPDR full
2403       - 59  # NDRPDR full
2404       - 61  # NDRPDR full
2405       - 62  # NDRPDR full
2406       - 63  # NDRPDR full
2407       - 64  # NDRPDR full
2408       - 65  # NDRPDR full
2409       - 67  # NDRPDR full
2410       - 70  # NDRPDR full
2411       - 72  # NDRPDR full
2412       - 73  # NDRPDR full
2413       - 76  # NDRPDR full
2414       - 77  # NDRPDR full
2415       - 78  # NDRPDR full
2416       - 79  # NDRPDR full
2417       - 81  # NDRPDR full
2418       - 82  # NDRPDR full
2419       - 84  # NDRPDR full
2420       - 85  # NDRPDR full
2421       - 103  # hoststack
2422       - 104  # hoststack
2423       - 105  # hoststack
2424       - 106  # hoststack
2425       - 107  # hoststack
2426       - 108  # hoststack
2427       - 109  # hoststack
2428       - 110  # hoststack
2429       - 111  # hoststack
2430       - 112  # hoststack
2431
2432     csit-vpp-perf-verify-1904-3n-skx:
2433       - 7   # MRR sel
2434       - 8   # NDRPDR sel
2435       - 9   # NDRPDR sel
2436       - 10  # NDRPDR sel
2437       - 11  # NDRPDR sel
2438       - 12  # NDRPDR sel
2439       - 14  # NDRPDR sel
2440       - 16  # NDRPDR sel
2441       - 21  # NDRPDR sel
2442       - 23  # NDRPDR sel
2443       - 25  # NDRPDR sel
2444     csit-vpp-perf-verify-1908-3n-skx:
2445       - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
2446       - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
2447       - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
2448       - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
2449       - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
2450       - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
2451       - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
2452       - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
2453       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2454       - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
2455       - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2456       - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2457       - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2458       - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2459       - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2460       - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2461       - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2462       - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2463       - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2464       - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2465       - 36  # MRR sel - old1908 - vpp build: 19.08-release
2466     csit-vpp-perf-verify-1908_1-3n-skx:
2467       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2468       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2469       - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2470       - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2471       - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2472       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2473       - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2474       - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2475       - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2476       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2477       - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2478       - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2479       - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2480       - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2481       - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2482       - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2483       - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2484       - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2485       - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2486       - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2487     csit-vpp-perf-verify-1908_2-3n-skx:
2488       - 1   # NDRPDR sel
2489       - 2   # NDRPDR sel
2490     csit-vpp-perf-verify-2001-3n-skx:
2491       - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2492       - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2493       - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2494       - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2495       - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2496       - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2497       - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2498       - 82  # NDRPDR full - crypto-1
2499       - 85  # NDRPDR full - l2-2
2500       - 87  # NDRPDR full - ip6-1
2501       - 88  # NDRPDR full - ip6-2
2502       - 90  # NDRPDR full - memif
2503       - 95  # NDRPDR full - l2-1
2504       - 96  # NDRPDR full - ip4-2
2505       - 97  # NDRPDR full - vhost-1
2506       - 102 # NDRPDR full - crypto-2
2507       - 104 # NDRPDR full - ip4tunnels-1
2508       - 105 # NDRPDR full - ip4tunnels-2
2509       - 106 # NDRPDR full - ip4tunnels-3
2510       - 107 # NDRPDR full - ip6tunnels-1
2511       - 108 # NDRPDR full - ip4-1
2512       - 109 # NDRPDR full - crypto-3
2513       - 110 # NDRPDR full - crypto-4
2514       - 111 # NDRPDR full - ip4-2
2515       - 112 # NDRPDR full - ip4-4
2516       - 113 # NDRPDR full - ip4-5
2517       - 114 # NDRPDR full - ip4-6
2518       - 115 # NDRPDR full - ip4-7
2519       - 116 # NDRPDR full - ip4-8
2520       - 117 # NDRPDR full - ip4-9
2521       - 118 # NDRPDR full - srv6-1
2522       - 119 # NDRPDR full - srv6-2
2523       - 120 # NDRPDR full - l2-3
2524       - 123 # NDRPDR full - l2-4
2525       - 124 # NDRPDR full - l2-7
2526       - 125 # NDRPDR full - vhost-2
2527       - 128 # NDRPDR full - l2-8
2528       - 129 # NDRPDR full - l2-9
2529       - 131 # NDRPDR full - l2-11
2530       - 50  # MRR sel
2531       - 53  # MRR sel addition
2532
2533     csit-vpp-perf-verify-1904-2n-skx:
2534       - 11  # MRR sel
2535       - 12  # NDRPDR sel
2536       - 14  # NDRPDR sel
2537       - 16  # NDRPDR sel
2538       - 17  # NDRPDR sel
2539       - 18  # NDRPDR sel
2540       - 21  # NDRPDR sel
2541       - 27  # NDRPDR sel
2542       - 30  # NDRPDR sel
2543       - 31  # NDRPDR sel
2544       - 32  # NDRPDR sel
2545     csit-vpp-perf-verify-1908-2n-skx:
2546       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2547       - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
2548       - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
2549       - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
2550       - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
2551       - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
2552       - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
2553       - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
2554       - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
2555       - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
2556       - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2557       - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2558       - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2559       - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2560       - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2561       - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2562       - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2563       - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2564       - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2565       - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2566       - 69  # MRR sel - old1908 - vpp build: 19.08-release
2567     csit-vpp-perf-verify-1908_1-2n-skx:
2568       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2569       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2570       - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2571       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2572       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2573       - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2574       - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2575       - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2576       - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2577       - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2578       - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2579       - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2580       - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2581       - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2582       - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2583       - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2584       - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2585       - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2586       - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2587       - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2588     csit-vpp-perf-verify-1908_2-2n-skx:
2589       - 1   # NDRPDR sel
2590       - 2   # NDRPDR sel
2591       - 3   # NDRPDR sel
2592       - 4   # NDRPDR sel
2593       - 5   # NDRPDR sel
2594       - 6   # NDRPDR sel
2595       - 7   # NDRPDR sel
2596       - 8   # NDRPDR sel
2597       - 9   # NDRPDR sel
2598       - 10  # NDRPDR sel
2599     csit-vpp-perf-verify-2001-2n-skx:
2600       - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2601       - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2602       - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2603       - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2604       - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2605       - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2606       - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2607       - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2608       - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2609       - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2610       - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2611       - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2612       - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2613       - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2614       - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2615       - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2616       - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2617       - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2618       - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2619       - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2620       - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2621       - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2622       - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2623       - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2624       - 101  # MRR sel - old
2625       - 128  # MRR sel addition - old
2626       - 169  # Reconf
2627       - 171  # Reconf
2628       - 172  # Reconf
2629       - 173  # Reconf
2630       - 174  # Reconf
2631       - 175  # Reconf
2632       - 176  # Reconf
2633       - 177  # Reconf
2634       - 178  # Reconf
2635       - 179  # Reconf
2636       - 181  # Soak
2637       - 182  # Soak
2638
2639     csit-vpp-perf-verify-1908_1-2n-clx:
2640       - 5  # NDRPDR sel
2641       - 6  # NDRPDR sel
2642       - 7  # NDRPDR sel
2643       - 8  # NDRPDR sel
2644       - 9  # NDRPDR sel
2645     csit-vpp-perf-verify-1908_2-2n-clx:
2646       - 4  # NDRPDR sel
2647       - 5  # NDRPDR sel
2648       - 6  # NDRPDR sel
2649       - 7  # NDRPDR sel
2650       - 8  # NDRPDR sel
2651     csit-vpp-perf-verify-2001-2n-clx:
2652       - 28  # NDRPDR sel
2653       - 29  # NDRPDR sel
2654       - 32  # NDRPDR sel
2655       - 40  # NDRPDR sel
2656       - 43  # NDRPDR sel
2657       - 44  # NDRPDR sel
2658       - 45  # NDRPDR sel
2659       - 47  # NDRPDR sel
2660       - 48  # NDRPDR sel
2661       - 49  # NDRPDR sel
2662       - 39  # MRR
2663       - 53  # NDRPDR full
2664       - 54  # NDRPDR full
2665       - 55  # NDRPDR full
2666       - 56  # NDRPDR full
2667       - 57  # NDRPDR full
2668       - 58  # NDRPDR full
2669       - 59  # NDRPDR full
2670       - 60  # NDRPDR full
2671       - 61  # NDRPDR full
2672       - 62  # NDRPDR full
2673       - 63  # NDRPDR full
2674       - 64  # NDRPDR full
2675       - 65  # NDRPDR full
2676       - 66  # NDRPDR full
2677       - 67  # NDRPDR full
2678       - 68  # Reconf
2679       - 69  # Reconf
2680       - 70  # Reconf
2681       - 71  # Reconf
2682       - 72  # Reconf
2683       - 73  # Reconf
2684       - 74  # Reconf
2685       - 75  # Reconf
2686       - 76  # Reconf
2687       - 77  # Reconf
2688       - 80  # TCP
2689       - 82  # TCP
2690       - 83  # TCP
2691       - 85  # TCP
2692       - 86  # TCP
2693       - 87  # TCP
2694       - 88  # TCP
2695       - 89  # TCP
2696       - 90  # TCP
2697       - 91  # TCP
2698       - 93  # Soak
2699       - 94  # Soak
2700
2701     csit-vpp-perf-verify-1908-3n-tsh:
2702       - 7   # NDRPDR sel
2703       - 8   # NDRPDR sel
2704       - 9   # NDRPDR sel
2705       - 10  # NDRPDR sel
2706       - 11  # NDRPDR sel
2707       - 12  # NDRPDR sel
2708       - 13  # NDRPDR sel
2709       - 14  # NDRPDR sel
2710       - 15  # NDRPDR sel
2711       - 16  # NDRPDR sel
2712       - 17  # MRR sel
2713     csit-vpp-perf-verify-2001-3n-tsh:
2714       - 3   # NDRPDR sel
2715       - 4   # NDRPDR sel
2716       - 7   # NDRPDR sel
2717       - 8   # NDRPDR sel
2718       - 10  # NDRPDR sel
2719       - 12  # NDRPDR sel
2720       - 13  # NDRPDR sel
2721       - 14  # NDRPDR sel
2722       - 15  # NDRPDR sel
2723       - 21  # NDRPDR sel
2724       - 9   # MRR sel
2725
2726     csit-vpp-perf-verify-1908-3n-dnv:
2727       - 6   # NDRPDR sel
2728       - 7   # NDRPDR sel
2729       - 8   # NDRPDR sel
2730       - 9   # NDRPDR sel
2731       - 10  # NDRPDR sel
2732       - 12  # NDRPDR sel
2733       - 13  # NDRPDR sel
2734       - 14  # NDRPDR sel
2735       - 15  # NDRPDR sel
2736       - 16  # NDRPDR sel
2737       - 17  # MRR sel
2738     csit-vpp-perf-verify-2001-3n-dnv:
2739       - 5   # NDRPDR sel
2740       - 6   # NDRPDR sel
2741       - 7   # NDRPDR sel
2742       - 8   # NDRPDR sel
2743       - 9   # NDRPDR sel
2744       - 10  # NDRPDR sel
2745       - 12  # NDRPDR sel
2746       - 16  # NDRPDR sel
2747       - 17  # NDRPDR sel
2748       - 18  # NDRPDR sel
2749       - 11  # MRR sel
2750       - 19  # NDRPDR full
2751       - 20  # NDRPDR full
2752       - 21  # NDRPDR full
2753       - 22  # NDRPDR full
2754       - 23  # NDRPDR full
2755       - 24  # NDRPDR full
2756       - 25  # NDRPDR full
2757       - 26  # NDRPDR full
2758       - 37  # NDRPDR full
2759       - 38  # NDRPDR full
2760       - 39  # NDRPDR full
2761
2762     csit-vpp-perf-verify-1908-2n-dnv:
2763       - 1   # NDRPDR sel
2764       - 2   # NDRPDR sel
2765       - 3   # NDRPDR sel
2766       - 4   # NDRPDR sel
2767       - 5   # NDRPDR sel
2768       - 6   # NDRPDR sel
2769       - 7   # NDRPDR sel
2770       - 8   # NDRPDR sel
2771       - 9   # NDRPDR sel
2772       - 10  # NDRPDR sel
2773       - 11  # MRR sel
2774     csit-vpp-perf-verify-2001-2n-dnv:
2775       - 4   # NDRPDR sel
2776       - 5   # NDRPDR sel
2777       - 6   # NDRPDR sel
2778       - 7   # NDRPDR sel
2779       - 8   # NDRPDR sel
2780       - 9   # NDRPDR sel
2781       - 10  # NDRPDR sel
2782       - 11  # NDRPDR sel
2783       - 13  # NDRPDR sel
2784       - 16  # NDRPDR sel
2785       - 12  # MRR sel
2786       - 21  # NDRPDR full
2787       - 22  # NDRPDR full
2788       - 25  # NDRPDR full
2789       - 26  # NDRPDR full
2790       - 27  # NDRPDR full
2791       - 28  # NDRPDR full
2792
2793     csit-dpdk-perf-verify-1904-3n-hsw:
2794       - 2   # NDRPDR sel
2795       - 3   # NDRPDR sel
2796       - 5   # NDRPDR sel
2797       - 6   # NDRPDR sel
2798       - 13  # NDRPDR sel
2799       - 14  # NDRPDR sel
2800       - 15  # NDRPDR sel
2801       - 18  # NDRPDR sel
2802       - 19  # NDRPDR sel
2803       - 20  # NDRPDR sel
2804     csit-dpdk-perf-verify-1908-3n-hsw:
2805       - 2   # NDRPDR sel
2806       - 3   # NDRPDR sel
2807       - 4   # NDRPDR sel
2808       - 5   # NDRPDR sel
2809       - 6   # NDRPDR sel
2810       - 7   # NDRPDR sel
2811       - 8   # NDRPDR sel
2812       - 9   # NDRPDR sel
2813       - 10  # NDRPDR sel
2814       - 11  # NDRPDR sel
2815     csit-dpdk-perf-verify-2001-3n-hsw:
2816       - 4   # NDRPDR sel
2817       - 5   # NDRPDR sel
2818       - 6   # NDRPDR sel
2819       - 7   # NDRPDR sel
2820       - 8   # NDRPDR sel
2821       - 9   # NDRPDR sel
2822       - 10  # NDRPDR sel
2823       - 11  # NDRPDR sel
2824       - 12  # NDRPDR sel
2825       - 13  # NDRPDR sel
2826       - 15  # NDRPDR sel
2827       - 16  # NDRPDR sel
2828       - 17  # NDRPDR sel
2829       - 18  # NDRPDR sel
2830       - 19  # NDRPDR sel
2831       - 20  # NDRPDR sel
2832       - 21  # NDRPDR sel
2833       - 22  # NDRPDR sel
2834       - 23  # NDRPDR sel
2835       - 24  # NDRPDR sel
2836       - 25  # NDRPDR full
2837       - 26  # NDRPDR full
2838
2839     csit-dpdk-perf-verify-1904-3n-skx:
2840       - 2   # NDRPDR sel
2841       - 3   # NDRPDR sel
2842       - 4   # NDRPDR sel
2843       - 5   # NDRPDR sel
2844       - 6   # NDRPDR sel
2845       - 7   # NDRPDR sel
2846       - 11  # NDRPDR sel
2847       - 12  # NDRPDR sel
2848       - 13  # NDRPDR sel
2849       - 14  # NDRPDR sel
2850     csit-dpdk-perf-verify-1908-3n-skx:
2851       - 3   # NDRPDR sel
2852       - 4   # NDRPDR sel
2853       - 5   # NDRPDR sel
2854       - 6   # NDRPDR sel
2855       - 7   # NDRPDR sel
2856       - 8   # NDRPDR sel
2857       - 9   # NDRPDR sel
2858       - 10  # NDRPDR sel
2859       - 11  # NDRPDR sel
2860       - 12  # NDRPDR sel
2861     csit-dpdk-perf-verify-2001-3n-skx:
2862       - 29  # NDRPDR sel xxv710
2863       - 33  # NDRPDR sel xxv710
2864       - 34  # NDRPDR sel xxv710
2865       - 35  # NDRPDR sel xxv710
2866       - 36  # NDRPDR sel xxv710
2867       - 37  # NDRPDR sel xxv710
2868       - 41  # NDRPDR sel xxv710
2869       - 42  # NDRPDR sel xxv710
2870       - 43  # NDRPDR sel xxv710
2871       - 45  # NDRPDR sel xxv710
2872       - 30  # NDRPDR sel x710
2873       - 31  # NDRPDR sel x710
2874       - 32  # NDRPDR sel x710
2875       - 38  # NDRPDR sel x710
2876       - 39  # NDRPDR sel x710
2877       - 40  # NDRPDR sel x710
2878       - 44  # NDRPDR sel x710
2879       - 46  # NDRPDR sel x710
2880       - 47  # NDRPDR sel x710
2881       - 48  # NDRPDR sel x710
2882
2883     csit-dpdk-perf-verify-1904-2n-skx:
2884       - 2   # NDRPDR sel
2885       - 3   # NDRPDR sel
2886       - 4   # NDRPDR sel
2887       - 5   # NDRPDR sel
2888       - 7   # NDRPDR sel
2889       - 8   # NDRPDR sel
2890       - 9   # NDRPDR sel
2891       - 10  # NDRPDR sel
2892       - 11  # NDRPDR sel
2893       - 12  # NDRPDR sel
2894     csit-dpdk-perf-verify-1908-2n-skx:
2895       - 2   # NDRPDR sel
2896       - 3   # NDRPDR sel
2897       - 4   # NDRPDR sel
2898       - 5   # NDRPDR sel
2899       - 7   # NDRPDR sel
2900       - 8   # NDRPDR sel
2901       - 9   # NDRPDR sel
2902       - 10  # NDRPDR sel
2903       - 11  # NDRPDR sel
2904       - 12  # NDRPDR sel
2905     csit-dpdk-perf-verify-2001-2n-skx:
2906       - 35  # NDRPDR sel xxv710
2907       - 36  # NDRPDR sel xxv710
2908       - 37  # NDRPDR sel xxv710
2909       - 41  # NDRPDR sel xxv710
2910       - 42  # NDRPDR sel xxv710
2911       - 43  # NDRPDR sel xxv710
2912       - 46  # NDRPDR sel xxv710
2913       - 47  # NDRPDR sel xxv710
2914       - 52  # NDRPDR sel xxv710
2915       - 53  # NDRPDR sel xxv710
2916       - 38  # NDRPDR sel x710
2917       - 39  # NDRPDR sel x710
2918       - 40  # NDRPDR sel x710
2919       - 44  # NDRPDR sel x710
2920       - 45  # NDRPDR sel x710
2921       - 48  # NDRPDR sel x710
2922       - 49  # NDRPDR sel x710
2923       - 50  # NDRPDR sel x710
2924       - 51  # NDRPDR sel x710
2925       - 54  # NDRPDR sel x710
2926
2927     csit-dpdk-perf-verify-2001-2n-clx:
2928       - 15  # NDRPDR sel
2929       - 16  # NDRPDR sel
2930       - 17  # NDRPDR sel
2931       - 18  # NDRPDR sel
2932       - 19  # NDRPDR sel
2933       - 20  # NDRPDR sel
2934       - 21  # NDRPDR sel
2935       - 22  # NDRPDR sel
2936       - 23  # NDRPDR sel
2937       - 24  # NDRPDR sel
2938       - 25  # NDRPDR sel
2939       - 26  # NDRPDR sel
2940       - 27  # NDRPDR sel
2941       - 28  # NDRPDR sel
2942       - 29  # NDRPDR sel
2943       - 30  # NDRPDR sel
2944       - 31  # NDRPDR sel
2945       - 32  # NDRPDR sel
2946       - 33  # NDRPDR sel
2947       - 34  # NDRPDR sel
2948
2949     csit-dpdk-perf-verify-2001-2n-dnv:
2950       - 9   # NDRPDR sel
2951       - 10  # NDRPDR sel
2952       - 11  # NDRPDR sel
2953       - 12  # NDRPDR sel
2954       - 13  # NDRPDR sel
2955       - 14  # NDRPDR sel
2956       - 15  # NDRPDR sel
2957       - 16  # NDRPDR sel
2958       - 17  # NDRPDR sel
2959       - 18  # NDRPDR sel
2960
2961     csit-dpdk-perf-verify-2001-3n-dnv:
2962       - 12  # NDRPDR sel
2963       - 13  # NDRPDR sel
2964       - 14  # NDRPDR sel
2965       - 15  # NDRPDR sel
2966       - 16  # NDRPDR sel
2967       - 17  # NDRPDR sel
2968       - 18  # NDRPDR sel
2969       - 19  # NDRPDR sel
2970       - 20  # NDRPDR sel
2971       - 22  # NDRPDR sel
2972
2973     csit-dpdk-perf-verify-2001-3n-tsh:
2974       - 3   # NDRPDR sel
2975       - 4   # NDRPDR sel
2976       - 5   # NDRPDR sel
2977       - 9   # NDRPDR sel
2978       - 10  # NDRPDR sel
2979       - 11  # NDRPDR sel
2980       - 12  # NDRPDR sel
2981       - 14  # NDRPDR sel
2982       - 15  # NDRPDR sel
2983       - 18  # NDRPDR sel
2984
2985     csit-vpp-device-2001-ubuntu1804-1n-skx:
2986       - 57
2987
2988 - type: "output"
2989   output: "report"
2990   format:
2991     html:
2992     - full
2993 #    pdf:
2994 #    - minimal
2995
2996 ################################################################################
2997 ###                               T A B L E S                                ###
2998 ################################################################################
2999
3000 # VPP Soak vs NDR - 2n-skx
3001 - type: "table"
3002   title: "VPP Soak vs NDR 2n-skx"
3003   algorithm: "table_soak_vs_ndr"
3004   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3005   reference:
3006     title: "NDR"
3007     data: "vpp-soak-vs-ndr-2n-skx-ref"
3008   compare:
3009     title: "Soak"
3010     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3011   data: "vpp-soak-vs-ndr-2n-skx"
3012   include-tests: "NDR"
3013   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3014   parameters:
3015     - "throughput"
3016     - "name"
3017     - "parent"
3018
3019 # VPP Soak vs NDR - 2n-clx
3020 - type: "table"
3021   title: "VPP Soak vs NDR 2n-clx"
3022   algorithm: "table_soak_vs_ndr"
3023   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3024   reference:
3025     title: "NDR"
3026     data: "vpp-soak-vs-ndr-2n-clx-ref"
3027   compare:
3028     title: "Soak"
3029     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3030   data: "vpp-soak-vs-ndr-2n-clx"
3031   include-tests: "NDR"
3032   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3033   parameters:
3034     - "throughput"
3035     - "name"
3036     - "parent"
3037
3038 ################################################################################
3039
3040 # VPP Compare NICs 3n-skx 2t1c ndr
3041 - type: "table"
3042   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3043   algorithm: "table_comparison"
3044   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3045   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3046   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3047   columns:
3048     - title: "x710"
3049       data-set: "vpp-nic-comparison-3n-skx"
3050       tag: "NIC_Intel-X710"
3051     - title: "xxv710"
3052       data-set: "vpp-nic-comparison-3n-skx"
3053       tag: "NIC_Intel-XXV710"
3054   comparisons:
3055     - title: "Diff"
3056       reference: 1
3057       compare: 2
3058   legend:
3059     - "Legend to Table:"
3060     - "x710, xxv710 - NICs tested."
3061     - "Diff - difference between x710 and xxv710 NIC."
3062
3063 # VPP Compare NICs 3n-skx 4t2c ndr
3064 - type: "table"
3065   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3066   algorithm: "table_comparison"
3067   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3068   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3069   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3070   columns:
3071     - title: "x710"
3072       data-set: "vpp-nic-comparison-3n-skx"
3073       tag: "NIC_Intel-X710"
3074     - title: "xxv710"
3075       data-set: "vpp-nic-comparison-3n-skx"
3076       tag: "NIC_Intel-XXV710"
3077   comparisons:
3078     - title: "Diff"
3079       reference: 1
3080       compare: 2
3081   legend:
3082     - "Legend to Table:"
3083     - "x710, xxv710 - NICs tested."
3084     - "Diff - difference between x710 and xxv710 NIC."
3085
3086 # VPP Compare NICs 3n-skx 2t1c pdr
3087 - type: "table"
3088   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3089   algorithm: "table_comparison"
3090   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3091   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3092   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3093   columns:
3094     - title: "x710"
3095       data-set: "vpp-nic-comparison-3n-skx"
3096       tag: "NIC_Intel-X710"
3097     - title: "xxv710"
3098       data-set: "vpp-nic-comparison-3n-skx"
3099       tag: "NIC_Intel-XXV710"
3100   comparisons:
3101     - title: "Diff"
3102       reference: 1
3103       compare: 2
3104   legend:
3105     - "Legend to Table:"
3106     - "x710, xxv710 - NICs tested."
3107     - "Diff - difference between x710 and xxv710 NIC."
3108
3109 # VPP Compare NICs 3n-skx 4t2c pdr
3110 - type: "table"
3111   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3112   algorithm: "table_comparison"
3113   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3114   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3115   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3116   columns:
3117     - title: "x710"
3118       data-set: "vpp-nic-comparison-3n-skx"
3119       tag: "NIC_Intel-X710"
3120     - title: "xxv710"
3121       data-set: "vpp-nic-comparison-3n-skx"
3122       tag: "NIC_Intel-XXV710"
3123   comparisons:
3124     - title: "Diff"
3125       reference: 1
3126       compare: 2
3127   legend:
3128     - "Legend to Table:"
3129     - "x710, xxv710 - NICs tested."
3130     - "Diff - difference between x710 and xxv710 NIC."
3131
3132 # VPP Compare NICs 3n-skx 2t1c mrr
3133 - type: "table"
3134   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3135   algorithm: "table_comparison"
3136   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3137   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3138   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3139   columns:
3140     - title: "x710"
3141       data-set: "vpp-nic-comparison-3n-skx-mrr"
3142       tag: "NIC_Intel-X710"
3143     - title: "xxv710"
3144       data-set: "vpp-nic-comparison-3n-skx-mrr"
3145       tag: "NIC_Intel-XXV710"
3146   comparisons:
3147     - title: "Diff"
3148       reference: 1
3149       compare: 2
3150   legend:
3151     - "Legend to Table:"
3152     - "x710, xxv710 - NICs tested."
3153     - "Diff - difference between x710 and xxv710 NIC."
3154
3155 # VPP Compare NICs 3n-skx 4t2c mrr
3156 - type: "table"
3157   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3158   algorithm: "table_comparison"
3159   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3160   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3161   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3162   columns:
3163     - title: "x710"
3164       data-set: "vpp-nic-comparison-3n-skx-mrr"
3165       tag: "NIC_Intel-X710"
3166     - title: "xxv710"
3167       data-set: "vpp-nic-comparison-3n-skx-mrr"
3168       tag: "NIC_Intel-XXV710"
3169   comparisons:
3170     - title: "Diff"
3171       reference: 1
3172       compare: 2
3173   legend:
3174     - "Legend to Table:"
3175     - "x710, xxv710 - NICs tested."
3176     - "Diff - difference between x710 and xxv710 NIC."
3177
3178 # VPP Compare NICs 3n-skx 8t4c mrr
3179 - type: "table"
3180   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3181   algorithm: "table_comparison"
3182   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3183   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3184   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3185   columns:
3186     - title: "x710"
3187       data-set: "vpp-nic-comparison-3n-skx-mrr"
3188       tag: "NIC_Intel-X710"
3189     - title: "xxv710"
3190       data-set: "vpp-nic-comparison-3n-skx-mrr"
3191       tag: "NIC_Intel-XXV710"
3192   comparisons:
3193     - title: "Diff"
3194       reference: 1
3195       compare: 2
3196   legend:
3197     - "Legend to Table:"
3198     - "x710, xxv710 - NICs tested."
3199     - "Diff - difference between x710 and xxv710 NIC."
3200
3201 # VPP Compare NICs 2n-skx 2t1c ndr
3202 - type: "table"
3203   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3204   algorithm: "table_comparison"
3205   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3206   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3207   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3208   columns:
3209     - title: "x710"
3210       data-set: "vpp-nic-comparison-2n-skx"
3211       tag: "NIC_Intel-X710"
3212     - title: "xxv710"
3213       data-set: "vpp-nic-comparison-2n-skx"
3214       tag: "NIC_Intel-XXV710"
3215   comparisons:
3216     - title: "Diff"
3217       reference: 1
3218       compare: 2
3219   legend:
3220     - "Legend to Table:"
3221     - "x710, xxv710 - NICs tested."
3222     - "Diff - difference between x710 and xxv710 NIC."
3223
3224 # VPP Compare NICs 2n-skx 4t2c ndr
3225 - type: "table"
3226   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3227   algorithm: "table_comparison"
3228   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3229   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3230   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3231   columns:
3232     - title: "x710"
3233       data-set: "vpp-nic-comparison-2n-skx"
3234       tag: "NIC_Intel-X710"
3235     - title: "xxv710"
3236       data-set: "vpp-nic-comparison-2n-skx"
3237       tag: "NIC_Intel-XXV710"
3238   comparisons:
3239     - title: "Diff"
3240       reference: 1
3241       compare: 2
3242   legend:
3243     - "Legend to Table:"
3244     - "x710, xxv710 - NICs tested."
3245     - "Diff - difference between x710 and xxv710 NIC."
3246
3247 # VPP Compare NICs 2n-skx 2t1c pdr
3248 - type: "table"
3249   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3250   algorithm: "table_comparison"
3251   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3252   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3253   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3254   columns:
3255     - title: "x710"
3256       data-set: "vpp-nic-comparison-2n-skx"
3257       tag: "NIC_Intel-X710"
3258     - title: "xxv710"
3259       data-set: "vpp-nic-comparison-2n-skx"
3260       tag: "NIC_Intel-XXV710"
3261   comparisons:
3262     - title: "Diff"
3263       reference: 1
3264       compare: 2
3265   legend:
3266     - "Legend to Table:"
3267     - "x710, xxv710 - NICs tested."
3268     - "Diff - difference between x710 and xxv710 NIC."
3269
3270 # VPP Compare NICs 2n-skx 4t2c pdr
3271 - type: "table"
3272   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3273   algorithm: "table_comparison"
3274   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3275   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3276   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3277   columns:
3278     - title: "x710"
3279       data-set: "vpp-nic-comparison-2n-skx"
3280       tag: "NIC_Intel-X710"
3281     - title: "xxv710"
3282       data-set: "vpp-nic-comparison-2n-skx"
3283       tag: "NIC_Intel-XXV710"
3284   comparisons:
3285     - title: "Diff"
3286       reference: 1
3287       compare: 2
3288   legend:
3289     - "Legend to Table:"
3290     - "x710, xxv710 - NICs tested."
3291     - "Diff - difference between x710 and xxv710 NIC."
3292
3293 # VPP Compare NICs 2n-skx 2t1c mrr
3294 - type: "table"
3295   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3296   algorithm: "table_comparison"
3297   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3298   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3299   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3300   columns:
3301     - title: "x710"
3302       data-set: "vpp-nic-comparison-2n-skx-mrr"
3303       tag: "NIC_Intel-X710"
3304     - title: "xxv710"
3305       data-set: "vpp-nic-comparison-2n-skx-mrr"
3306       tag: "NIC_Intel-XXV710"
3307   comparisons:
3308     - title: "Diff"
3309       reference: 1
3310       compare: 2
3311   legend:
3312     - "Legend to Table:"
3313     - "x710, xxv710 - NICs tested."
3314     - "Diff - difference between x710 and xxv710 NIC."
3315
3316 # VPP Compare NICs 2n-skx 4t2c mrr
3317 - type: "table"
3318   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3319   algorithm: "table_comparison"
3320   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3321   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3322   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3323   columns:
3324     - title: "x710"
3325       data-set: "vpp-nic-comparison-2n-skx-mrr"
3326       tag: "NIC_Intel-X710"
3327     - title: "xxv710"
3328       data-set: "vpp-nic-comparison-2n-skx-mrr"
3329       tag: "NIC_Intel-XXV710"
3330   comparisons:
3331     - title: "Diff"
3332       reference: 1
3333       compare: 2
3334   legend:
3335     - "Legend to Table:"
3336     - "x710, xxv710 - NICs tested."
3337     - "Diff - difference between x710 and xxv710 NIC."
3338
3339 # VPP Compare NICs 2n-skx 8t4c mrr
3340 - type: "table"
3341   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3342   algorithm: "table_comparison"
3343   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3344   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3345   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3346   columns:
3347     - title: "x710"
3348       data-set: "vpp-nic-comparison-2n-skx-mrr"
3349       tag: "NIC_Intel-X710"
3350     - title: "xxv710"
3351       data-set: "vpp-nic-comparison-2n-skx-mrr"
3352       tag: "NIC_Intel-XXV710"
3353   comparisons:
3354     - title: "Diff"
3355       reference: 1
3356       compare: 2
3357   legend:
3358     - "Legend to Table:"
3359     - "x710, xxv710 - NICs tested."
3360     - "Diff - difference between x710 and xxv710 NIC."
3361
3362 ################################################################################
3363 # VPP
3364
3365 # VPP Performance changes 2n-skx-xxv710 2t1c ndr
3366 - type: "table"
3367   title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3368   algorithm: "table_comparison"
3369   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3370   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3371   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3372   columns:
3373     - title: "1908.1"
3374       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3375     - title: "1908.2"
3376       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3377   comparisons:
3378     - title: "Diff"
3379       reference: 1
3380       compare: 2
3381   legend:
3382     - "Legend to Table:"
3383     - "1908.1, 1908.2 - VPP versions tested."
3384     - "Diff - difference between the previous and the current VPP version."
3385
3386 # VPP Performance changes 2n-skx-xxv710 2t1c pdr
3387 - type: "table"
3388   title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3389   algorithm: "table_comparison"
3390   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3391   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3392   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3393   columns:
3394     - title: "1908.1"
3395       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3396     - title: "1908.2"
3397       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3398   comparisons:
3399     - title: "Diff"
3400       reference: 1
3401       compare: 2
3402   legend:
3403     - "Legend to Table:"
3404     - "1908.1, 1908.2 - VPP versions tested."
3405     - "Diff - difference between the previous and the current VPP version."
3406
3407 # VPP Performance changes 3n-skx-xxv710 2t1c ndr
3408 - type: "table"
3409   title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3410   algorithm: "table_comparison"
3411   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3412   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3413   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3414   columns:
3415     - title: "1908.1"
3416       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3417     - title: "1908.2"
3418       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3419   comparisons:
3420     - title: "Diff"
3421       reference: 1
3422       compare: 2
3423   legend:
3424     - "Legend to Table:"
3425     - "1908.1, 1908.2 - VPP versions tested."
3426     - "Diff - difference between the previous and the current VPP version."
3427
3428 # VPP Performance changes 3n-skx-xxv710 2t1c pdr
3429 - type: "table"
3430   title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3431   algorithm: "table_comparison"
3432   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3433   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3434   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3435   columns:
3436     - title: "1908.1"
3437       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3438     - title: "1908.2"
3439       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3440   comparisons:
3441     - title: "Diff"
3442       reference: 1
3443       compare: 2
3444   legend:
3445     - "Legend to Table:"
3446     - "1908.1, 1908.2 - VPP versions tested."
3447     - "Diff - difference between the previous and the current VPP version."
3448
3449 # VPP Performance changes 2n-clx-xxv710 2t1c ndr
3450 - type: "table"
3451   title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3452   algorithm: "table_comparison"
3453   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3454   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3455   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3456   columns:
3457     - title: "1908.1"
3458       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3459     - title: "1908.2"
3460       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3461   comparisons:
3462     - title: "Diff"
3463       reference: 1
3464       compare: 2
3465   legend:
3466     - "Legend to Table:"
3467     - "1908.1, 1908.2 - VPP versions tested."
3468     - "Diff - difference between the previous and the current VPP version."
3469
3470 # VPP Performance changes 2n-clx-xxv710 2t1c pdr
3471 - type: "table"
3472   title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3473   algorithm: "table_comparison"
3474   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3476   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3477   columns:
3478     - title: "1908.1"
3479       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3480     - title: "1908.2"
3481       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3482   comparisons:
3483     - title: "Diff"
3484       reference: 1
3485       compare: 2
3486   legend:
3487     - "Legend to Table:"
3488     - "1908.1, 1908.2 - VPP versions tested."
3489     - "Diff - difference between the previous and the current VPP version."
3490
3491 # VPP Performance Changes 3n-hsw 1t1c pdr
3492 - type: "table"
3493   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3494   algorithm: "table_comparison"
3495   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3496   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3497   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3498   columns:
3499     - title: "1904"
3500       data-set: "vpp-performance-changes-3n-hsw-h1"
3501     - title: "1908"
3502       data-set: "vpp-performance-changes-3n-hsw-ref"
3503     - title: "2001"
3504       data-set: "vpp-performance-changes-3n-hsw-cmp"
3505   comparisons:
3506     - title: "Diff"
3507       reference: 2
3508       compare: 3
3509   legend:
3510     - "Legend to Table"
3511     - "1904, 1908, 2001 - VPP versions tested."
3512     - "Diff - difference between 1908 and 2001 VPP version."
3513
3514 # VPP Performance Changes 3n-hsw 2t2c pdr
3515 - type: "table"
3516   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3517   algorithm: "table_comparison"
3518   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3519   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3520   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3521   columns:
3522     - title: "1904"
3523       data-set: "vpp-performance-changes-3n-hsw-h1"
3524     - title: "1908"
3525       data-set: "vpp-performance-changes-3n-hsw-ref"
3526     - title: "2001"
3527       data-set: "vpp-performance-changes-3n-hsw-cmp"
3528   comparisons:
3529     - title: "Diff"
3530       reference: 2
3531       compare: 3
3532   legend:
3533     - "Legend to Table"
3534     - "1904, 1908, 2001 - VPP versions tested."
3535     - "Diff - difference between 1908 and 2001 VPP version."
3536
3537 # VPP Performance Changes 3n-hsw 1t1c ndr
3538 - type: "table"
3539   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3540   algorithm: "table_comparison"
3541   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3542   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3543   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3544   columns:
3545     - title: "1904"
3546       data-set: "vpp-performance-changes-3n-hsw-h1"
3547     - title: "1908"
3548       data-set: "vpp-performance-changes-3n-hsw-ref"
3549     - title: "2001"
3550       data-set: "vpp-performance-changes-3n-hsw-cmp"
3551   comparisons:
3552     - title: "Diff"
3553       reference: 2
3554       compare: 3
3555   legend:
3556     - "Legend to Table"
3557     - "1904, 1908, 2001 - VPP versions tested."
3558     - "Diff - difference between 1908 and 2001 VPP version."
3559
3560 # VPP Performance Changes 3n-hsw 2t2c ndr
3561 - type: "table"
3562   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3563   algorithm: "table_comparison"
3564   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3565   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3566   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3567   columns:
3568     - title: "1904"
3569       data-set: "vpp-performance-changes-3n-hsw-h1"
3570     - title: "1908"
3571       data-set: "vpp-performance-changes-3n-hsw-ref"
3572     - title: "2001"
3573       data-set: "vpp-performance-changes-3n-hsw-cmp"
3574   comparisons:
3575     - title: "Diff"
3576       reference: 2
3577       compare: 3
3578   legend:
3579     - "Legend to Table"
3580     - "1904, 1908, 2001 - VPP versions tested."
3581     - "Diff - difference between 1908 and 2001 VPP version."
3582
3583 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3584 - type: "table"
3585   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3586   algorithm: "table_comparison"
3587   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3589   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3590   rca:
3591     - title: "RCA1"
3592       data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3593     - title: "RCA2"
3594       data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3595   columns:
3596     - title: "1908.0-1"
3597       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3598       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3599     - title: "1908.1-1"
3600       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3601     - title: "1908.1-2"
3602       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3603     - title: "2001.0-2"
3604       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3605   comparisons:
3606     - title: "Diff1"
3607       reference: 2
3608       reference-alt: 1
3609       compare: 3
3610     - title: "Diff2"
3611       reference: 3
3612       compare: 4
3613   legend:
3614     - 'Legend to Table:'
3615     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3616     - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3617     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3618     - 'RCA1 - root cause analysis reference for Diff1.'
3619     - 'RCA2 - root cause analysis reference for Diff2.'
3620
3621 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3622 - type: "table"
3623   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3624   algorithm: "table_comparison"
3625   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3626   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3627   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3628   rca:
3629     - title: "RCA1"
3630       data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3631     - title: "RCA2"
3632       data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3633   columns:
3634     - title: "1908.0-1"
3635       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3636       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3637     - title: "1908.1-1"
3638       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3639     - title: "1908.1-2"
3640       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3641     - title: "2001.0-2"
3642       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3643   comparisons:
3644     - title: "Diff1"
3645       reference: 2
3646       reference-alt: 1
3647       compare: 3
3648     - title: "Diff2"
3649       reference: 3
3650       compare: 4
3651   legend:
3652     - 'Legend to Table:'
3653     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3654     - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3655     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3656     - 'RCA1 - root cause analysis reference for Diff1.'
3657     - 'RCA2 - root cause analysis reference for Diff2.'
3658
3659 # VPP Performance Changes 3n-skx 2t1c pdr
3660 - type: "table"
3661   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3662   algorithm: "table_comparison"
3663   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3664   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3665   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3666   columns:
3667     - title: "1904"
3668       data-set: "vpp-performance-changes-3n-skx-h1"
3669       tag: "NIC_Intel-X710"
3670     - title: "1908"
3671       data-set: "vpp-performance-changes-3n-skx-ref"
3672       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3673       tag: "NIC_Intel-XXV710"
3674     - title: "2001"
3675       data-set: "vpp-performance-changes-3n-skx-cmp"
3676       tag: "NIC_Intel-XXV710"
3677   comparisons:
3678     - title: "Diff"
3679       reference: 2
3680       compare: 3
3681   legend:
3682     - "Legend to Table"
3683     - "1904, 1908, 2001 - VPP versions tested."
3684     - "Diff - difference between 1908 and 2001 VPP version."
3685
3686 # VPP Performance Changes 3n-skx 4t2c pdr
3687 - type: "table"
3688   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3689   algorithm: "table_comparison"
3690   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3692   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3693   columns:
3694     - title: "1904"
3695       data-set: "vpp-performance-changes-3n-skx-h1"
3696       tag: "NIC_Intel-X710"
3697     - title: "1908"
3698       data-set: "vpp-performance-changes-3n-skx-ref"
3699       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3700       tag: "NIC_Intel-XXV710"
3701     - title: "2001"
3702       data-set: "vpp-performance-changes-3n-skx-cmp"
3703       tag: "NIC_Intel-XXV710"
3704   comparisons:
3705     - title: "Diff"
3706       reference: 2
3707       compare: 3
3708   legend:
3709     - "Legend to Table"
3710     - "1904, 1908, 2001 - VPP versions tested."
3711     - "Diff - difference between 1908 and 2001 VPP version."
3712
3713 # VPP Performance Changes 3n-skx 2t1c ndr
3714 - type: "table"
3715   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3716   algorithm: "table_comparison"
3717   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3718   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3719   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3720   columns:
3721     - title: "1904"
3722       data-set: "vpp-performance-changes-3n-skx-h1"
3723       tag: "NIC_Intel-X710"
3724     - title: "1908"
3725       data-set: "vpp-performance-changes-3n-skx-ref"
3726       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3727       tag: "NIC_Intel-XXV710"
3728     - title: "2001"
3729       data-set: "vpp-performance-changes-3n-skx-cmp"
3730       tag: "NIC_Intel-XXV710"
3731   comparisons:
3732     - title: "Diff"
3733       reference: 2
3734       compare: 3
3735   legend:
3736     - "Legend to Table"
3737     - "1904, 1908, 2001 - VPP versions tested."
3738     - "Diff - difference between 1908 and 2001 VPP version."
3739
3740 # VPP Performance Changes 3n-skx 4t2c ndr
3741 - type: "table"
3742   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3743   algorithm: "table_comparison"
3744   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3746   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3747   columns:
3748     - title: "1904"
3749       data-set: "vpp-performance-changes-3n-skx-h1"
3750       tag: "NIC_Intel-X710"
3751     - title: "1908"
3752       data-set: "vpp-performance-changes-3n-skx-ref"
3753       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3754       tag: "NIC_Intel-XXV710"
3755     - title: "2001"
3756       data-set: "vpp-performance-changes-3n-skx-cmp"
3757       tag: "NIC_Intel-XXV710"
3758   comparisons:
3759     - title: "Diff"
3760       reference: 2
3761       compare: 3
3762   legend:
3763     - "Legend to Table"
3764     - "1904, 1908, 2001 - VPP versions tested."
3765     - "Diff - difference between 1908 and 2001 VPP version."
3766
3767 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3768 - type: "table"
3769   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3770   algorithm: "table_comparison"
3771   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3772   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3773   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3774   rca:
3775     - title: "RCA1"
3776       data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3777     - title: "RCA2"
3778       data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3779   columns:
3780     - title: "1908.0-1"
3781       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3782       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3783     - title: "1908.1-1"
3784       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3785     - title: "1908.1-2"
3786       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3787     - title: "2001.0-2"
3788       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3789   comparisons:
3790     - title: "Diff1"
3791       reference: 2
3792       reference-alt: 1
3793       compare: 3
3794     - title: "Diff2"
3795       reference: 3
3796       compare: 4
3797   legend:
3798     - 'Legend to Table:'
3799     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3800     - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3801     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3802     - 'RCA1 - root cause analysis reference for Diff1.'
3803     - 'RCA2 - root cause analysis reference for Diff2.'
3804
3805 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3806 - type: "table"
3807   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3808   algorithm: "table_comparison"
3809   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3810   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3811   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3812   rca:
3813     - title: "RCA1"
3814       data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3815     - title: "RCA2"
3816       data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3817   columns:
3818     - title: "1908.0-1"
3819       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3820       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3821     - title: "1908.1-1"
3822       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3823     - title: "1908.1-2"
3824       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3825     - title: "2001.0-2"
3826       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3827   comparisons:
3828     - title: "Diff1"
3829       reference: 2
3830       reference-alt: 1
3831       compare: 3
3832     - title: "Diff2"
3833       reference: 3
3834       compare: 4
3835   legend:
3836     - 'Legend to Table:'
3837     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3838     - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3839     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3840     - 'RCA1 - root cause analysis reference for Diff1.'
3841     - 'RCA2 - root cause analysis reference for Diff2.'
3842
3843 # VPP Performance Changes 2n-skx 2t1c pdr
3844 - type: "table"
3845   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3846   algorithm: "table_comparison"
3847   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3848   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3849   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3850   columns:
3851     - title: "1904"
3852       data-set: "vpp-performance-changes-2n-skx-h1"
3853       tag: "NIC_Intel-X710"
3854     - title: "1908"
3855       data-set: "vpp-performance-changes-2n-skx-ref"
3856       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3857       tag: "NIC_Intel-XXV710"
3858     - title: "2001"
3859       data-set: "vpp-performance-changes-2n-skx-cmp"
3860       tag: "NIC_Intel-XXV710"
3861   comparisons:
3862     - title: "Diff"
3863       reference: 2
3864       compare: 3
3865   legend:
3866     - "Legend to Table"
3867     - "1904, 1908, 2001 - VPP versions tested."
3868     - "Diff - difference between 1908 and 2001 VPP version."
3869
3870 # VPP Performance Changes 2n-skx 4t2c pdr
3871 - type: "table"
3872   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3873   algorithm: "table_comparison"
3874   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3875   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3876   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3877   columns:
3878     - title: "1904"
3879       data-set: "vpp-performance-changes-2n-skx-h1"
3880       tag: "NIC_Intel-X710"
3881     - title: "1908"
3882       data-set: "vpp-performance-changes-2n-skx-ref"
3883       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3884       tag: "NIC_Intel-XXV710"
3885     - title: "2001"
3886       data-set: "vpp-performance-changes-2n-skx-cmp"
3887       tag: "NIC_Intel-XXV710"
3888   comparisons:
3889     - title: "Diff"
3890       reference: 2
3891       compare: 3
3892   legend:
3893     - "Legend to Table"
3894     - "1904, 1908, 2001 - VPP versions tested."
3895     - "Diff - difference between 1908 and 2001 VPP version."
3896
3897 # VPP Performance Changes 2n-skx 2t1c ndr
3898 - type: "table"
3899   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3900   algorithm: "table_comparison"
3901   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3902   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3903   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3904   columns:
3905     - title: "1904"
3906       data-set: "vpp-performance-changes-2n-skx-h1"
3907       tag: "NIC_Intel-X710"
3908     - title: "1908"
3909       data-set: "vpp-performance-changes-2n-skx-ref"
3910       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3911       tag: "NIC_Intel-XXV710"
3912     - title: "2001"
3913       data-set: "vpp-performance-changes-2n-skx-cmp"
3914       tag: "NIC_Intel-XXV710"
3915   comparisons:
3916     - title: "Diff"
3917       reference: 2
3918       compare: 3
3919   legend:
3920     - "Legend to Table"
3921     - "1904, 1908, 2001 - VPP versions tested."
3922     - "Diff - difference between 1908 and 2001 VPP version."
3923
3924 # VPP Performance Changes 2n-skx 4t2c ndr
3925 - type: "table"
3926   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3927   algorithm: "table_comparison"
3928   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3929   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3930   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3931   columns:
3932     - title: "1904"
3933       data-set: "vpp-performance-changes-2n-skx-h1"
3934       tag: "NIC_Intel-X710"
3935     - title: "1908"
3936       data-set: "vpp-performance-changes-2n-skx-ref"
3937       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3938       tag: "NIC_Intel-XXV710"
3939     - title: "2001"
3940       data-set: "vpp-performance-changes-2n-skx-cmp"
3941       tag: "NIC_Intel-XXV710"
3942   comparisons:
3943     - title: "Diff"
3944       reference: 2
3945       compare: 3
3946   legend:
3947     - "Legend to Table"
3948     - "1904, 1908, 2001 - VPP versions tested."
3949     - "Diff - difference between 1908 and 2001 VPP version."
3950
3951 # VPP Performance Changes 2n-dnv 1t1c pdr
3952 - type: "table"
3953   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3954   algorithm: "table_comparison"
3955   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3956   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3957   filter: "'1T1C'"
3958   columns:
3959     - title: "1908"
3960       data-set: "vpp-performance-changes-2n-dnv-ref"
3961     - title: "2001"
3962       data-set: "vpp-performance-changes-2n-dnv-cmp"
3963   comparisons:
3964     - title: "Diff"
3965       reference: 1
3966       compare: 2
3967   legend:
3968     - "Legend to Table"
3969     - "1908, 2001 - VPP versions tested."
3970     - "Diff - difference between 1908 and 2001 VPP version."
3971
3972 # VPP Performance Changes 2n-dnv 2t2c pdr
3973 - type: "table"
3974   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3975   algorithm: "table_comparison"
3976   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3977   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3978   filter: "'2T2C'"
3979   columns:
3980     - title: "1908"
3981       data-set: "vpp-performance-changes-2n-dnv-ref"
3982     - title: "2001"
3983       data-set: "vpp-performance-changes-2n-dnv-cmp"
3984   comparisons:
3985     - title: "Diff"
3986       reference: 1
3987       compare: 2
3988   legend:
3989     - "Legend to Table"
3990     - "1908, 2001 - VPP versions tested."
3991     - "Diff - difference between 1908 and 2001 VPP version."
3992
3993 # VPP Performance Changes 2n-dnv 1t1c ndr
3994 - type: "table"
3995   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3996   algorithm: "table_comparison"
3997   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3998   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3999   filter: "'1T1C'"
4000   columns:
4001     - title: "1908"
4002       data-set: "vpp-performance-changes-2n-dnv-ref"
4003     - title: "2001"
4004       data-set: "vpp-performance-changes-2n-dnv-cmp"
4005   comparisons:
4006     - title: "Diff"
4007       reference: 1
4008       compare: 2
4009   legend:
4010     - "Legend to Table"
4011     - "1908, 2001 - VPP versions tested."
4012     - "Diff - difference between 1908 and 2001 VPP version."
4013
4014 # VPP Performance Changes 2n-dnv 2t2c ndr
4015 - type: "table"
4016   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4017   algorithm: "table_comparison"
4018   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4019   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4020   filter: "'2T2C'"
4021   columns:
4022     - title: "1908"
4023       data-set: "vpp-performance-changes-2n-dnv-ref"
4024     - title: "2001"
4025       data-set: "vpp-performance-changes-2n-dnv-cmp"
4026   comparisons:
4027     - title: "Diff"
4028       reference: 1
4029       compare: 2
4030   legend:
4031     - "Legend to Table"
4032     - "1908, 2001 - VPP versions tested."
4033     - "Diff - difference between 1908 and 2001 VPP version."
4034
4035 # VPP Performance Changes 3n-dnv 1t1c pdr
4036 - type: "table"
4037   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4038   algorithm: "table_comparison"
4039   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4040   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4041   filter: "'1T1C'"
4042   columns:
4043     - title: "1908"
4044       data-set: "vpp-performance-changes-3n-dnv-ref"
4045     - title: "2001"
4046       data-set: "vpp-performance-changes-3n-dnv-cmp"
4047   comparisons:
4048     - title: "Diff"
4049       reference: 1
4050       compare: 2
4051   legend:
4052     - "Legend to Table"
4053     - "1908, 2001 - VPP versions tested."
4054     - "Diff - difference between 1908 and 2001 VPP version."
4055
4056 # VPP Performance Changes 3n-dnv 2t2c pdr
4057 - type: "table"
4058   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4059   algorithm: "table_comparison"
4060   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4061   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4062   filter: "'2T2C'"
4063   columns:
4064     - title: "1908"
4065       data-set: "vpp-performance-changes-3n-dnv-ref"
4066     - title: "2001"
4067       data-set: "vpp-performance-changes-3n-dnv-cmp"
4068   comparisons:
4069     - title: "Diff"
4070       reference: 1
4071       compare: 2
4072   legend:
4073     - "Legend to Table"
4074     - "1908, 2001 - VPP versions tested."
4075     - "Diff - difference between 1908 and 2001 VPP version."
4076
4077 # VPP Performance Changes 3n-dnv 1t1c ndr
4078 - type: "table"
4079   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4080   algorithm: "table_comparison"
4081   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4083   filter: "'1T1C'"
4084   columns:
4085     - title: "1908"
4086       data-set: "vpp-performance-changes-3n-dnv-ref"
4087     - title: "2001"
4088       data-set: "vpp-performance-changes-3n-dnv-cmp"
4089   comparisons:
4090     - title: "Diff"
4091       reference: 1
4092       compare: 2
4093   legend:
4094     - "Legend to Table"
4095     - "1908, 2001 - VPP versions tested."
4096     - "Diff - difference between 1908 and 2001 VPP version."
4097
4098 # VPP Performance Changes 3n-dnv 2t2c ndr
4099 - type: "table"
4100   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4101   algorithm: "table_comparison"
4102   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4103   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4104   filter: "'2T2C'"
4105   columns:
4106     - title: "1908"
4107       data-set: "vpp-performance-changes-3n-dnv-ref"
4108     - title: "2001"
4109       data-set: "vpp-performance-changes-3n-dnv-cmp"
4110   comparisons:
4111     - title: "Diff"
4112       reference: 1
4113       compare: 2
4114   legend:
4115     - "Legend to Table"
4116     - "1908, 2001 - VPP versions tested."
4117     - "Diff - difference between 1908 and 2001 VPP version."
4118
4119 # VPP Performance Changes 3n-tsh 1t1c pdr
4120 - type: "table"
4121   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4122   algorithm: "table_comparison"
4123   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4124   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4125   filter: "'1T1C'"
4126   columns:
4127     - title: "1908"
4128       data-set: "vpp-performance-changes-3n-tsh-ref"
4129     - title: "2001"
4130       data-set: "vpp-performance-changes-3n-tsh-cmp"
4131   comparisons:
4132     - title: "Diff"
4133       reference: 1
4134       compare: 2
4135   legend:
4136     - "Legend to Table"
4137     - "1908, 2001 - VPP versions tested."
4138     - "Diff - difference between 1908 and 2001 VPP version."
4139
4140 # VPP Performance Changes 3n-tsh 2t2c pdr
4141 - type: "table"
4142   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4143   algorithm: "table_comparison"
4144   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4145   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4146   filter: "'2T2C'"
4147   columns:
4148     - title: "1908"
4149       data-set: "vpp-performance-changes-3n-tsh-ref"
4150     - title: "2001"
4151       data-set: "vpp-performance-changes-3n-tsh-cmp"
4152   comparisons:
4153     - title: "Diff"
4154       reference: 1
4155       compare: 2
4156   legend:
4157     - "Legend to Table"
4158     - "1908, 2001 - VPP versions tested."
4159     - "Diff - difference between 1908 and 2001 VPP version."
4160
4161 # VPP Performance Changes 3n-tsh 1t1c ndr
4162 - type: "table"
4163   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4164   algorithm: "table_comparison"
4165   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4166   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4167   filter: "'1T1C'"
4168   columns:
4169     - title: "1908"
4170       data-set: "vpp-performance-changes-3n-tsh-ref"
4171     - title: "2001"
4172       data-set: "vpp-performance-changes-3n-tsh-cmp"
4173   comparisons:
4174     - title: "Diff"
4175       reference: 1
4176       compare: 2
4177   legend:
4178     - "Legend to Table"
4179     - "1908, 2001 - VPP versions tested."
4180     - "Diff - difference between 1908 and 2001 VPP version."
4181
4182 # VPP Performance Changes 3n-tsh 2t2c ndr
4183 - type: "table"
4184   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4185   algorithm: "table_comparison"
4186   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4188   filter: "'2T2C'"
4189   columns:
4190     - title: "1908"
4191       data-set: "vpp-performance-changes-3n-tsh-ref"
4192     - title: "2001"
4193       data-set: "vpp-performance-changes-3n-tsh-cmp"
4194   comparisons:
4195     - title: "Diff"
4196       reference: 1
4197       compare: 2
4198   legend:
4199     - "Legend to Table"
4200     - "1908, 2001 - VPP versions tested."
4201     - "Diff - difference between 1908 and 2001 VPP version."
4202
4203 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4204 - type: "table"
4205   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4206   algorithm: "table_comparison"
4207   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4208   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4209   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4210   columns:
4211     - title: "3n-hsw xl710"
4212       data-set: "vpp-compare-testbeds-ref"
4213       tag: "NIC_Intel-XL710"
4214     - title: "3n-skx xxv710"
4215       data-set: "vpp-compare-testbeds-cmp"
4216       tag: "NIC_Intel-XXV710"
4217   comparisons:
4218     - title: "Diff"
4219       reference: 1
4220       compare: 2
4221   legend:
4222     - "Legend to Table"
4223     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4224     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4225
4226 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4227 - type: "table"
4228   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4229   algorithm: "table_comparison"
4230   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4231   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4232   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4233   columns:
4234     - title: "3n-hsw xl710"
4235       data-set: "vpp-compare-testbeds-ref"
4236       tag: "NIC_Intel-XL710"
4237     - title: "3n-skx xxv710"
4238       data-set: "vpp-compare-testbeds-cmp"
4239       tag: "NIC_Intel-XXV710"
4240   comparisons:
4241     - title: "Diff"
4242       reference: 1
4243       compare: 2
4244   legend:
4245     - "Legend to Table"
4246     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4247     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4248
4249 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4250 - type: "table"
4251   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4252   algorithm: "table_comparison"
4253   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4254   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4255   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4256   columns:
4257     - title: "3n-hsw xl710"
4258       data-set: "vpp-compare-testbeds-ref"
4259       tag: "NIC_Intel-XL710"
4260     - title: "3n-skx xxv710"
4261       data-set: "vpp-compare-testbeds-cmp"
4262       tag: "NIC_Intel-XXV710"
4263   comparisons:
4264     - title: "Diff"
4265       reference: 1
4266       compare: 2
4267   legend:
4268     - "Legend to Table"
4269     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4270     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4271
4272 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4273 - type: "table"
4274   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4275   algorithm: "table_comparison"
4276   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4277   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4278   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4279   columns:
4280     - title: "3n-hsw xl710"
4281       data-set: "vpp-compare-testbeds-ref"
4282       tag: "NIC_Intel-XL710"
4283     - title: "3n-skx xxv710"
4284       data-set: "vpp-compare-testbeds-cmp"
4285       tag: "NIC_Intel-XXV710"
4286   comparisons:
4287     - title: "Diff"
4288       reference: 1
4289       compare: 2
4290   legend:
4291     - "Legend to Table"
4292     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4293     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4294
4295 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4296 - type: "table"
4297   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4298   algorithm: "table_comparison"
4299   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4300   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4301   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4302   columns:
4303     - title: "2n-skx"
4304       data-set: "vpp-compare-testbeds-skx-clx-ref"
4305     - title: "2n-clx"
4306       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4307   comparisons:
4308     - title: "Diff"
4309       reference: 1
4310       compare: 2
4311   legend:
4312     - "Legend to Table"
4313     - "2n-skx, 2n-clx - testbeds and NICs tested."
4314     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4315
4316 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4317 - type: "table"
4318   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4319   algorithm: "table_comparison"
4320   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4321   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4322   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4323   columns:
4324     - title: "2n-skx"
4325       data-set: "vpp-compare-testbeds-skx-clx-ref"
4326     - title: "2n-clx"
4327       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4328   comparisons:
4329     - title: "Diff"
4330       reference: 1
4331       compare: 2
4332   legend:
4333     - "Legend to Table"
4334     - "2n-skx, 2n-clx - testbeds and NICs tested."
4335     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4336
4337 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4338 - type: "table"
4339   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4340   algorithm: "table_comparison"
4341   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4342   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4343   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4344   columns:
4345     - title: "2n-skx"
4346       data-set: "vpp-compare-testbeds-skx-clx-ref"
4347     - title: "2n-clx"
4348       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4349   comparisons:
4350     - title: "Diff"
4351       reference: 1
4352       compare: 2
4353   legend:
4354     - "Legend to Table"
4355     - "2n-skx, 2n-clx - testbeds and NICs tested."
4356     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4357
4358 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4359 - type: "table"
4360   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4361   algorithm: "table_comparison"
4362   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4363   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4364   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4365   columns:
4366     - title: "2n-skx"
4367       data-set: "vpp-compare-testbeds-skx-clx-ref"
4368     - title: "2n-clx"
4369       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4370   comparisons:
4371     - title: "Diff"
4372       reference: 1
4373       compare: 2
4374   legend:
4375     - "Legend to Table"
4376     - "2n-skx, 2n-clx - testbeds and NICs tested."
4377     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4378
4379 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4380 - type: "table"
4381   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4382   algorithm: "table_comparison"
4383   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4384   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4385   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4386   columns:
4387     - title: "3n-hsw xl710"
4388       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4389       tag: "NIC_Intel-XL710"
4390     - title: "2n-clx xxv710"
4391       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4392       tag: "NIC_Intel-XXV710"
4393   comparisons:
4394     - title: "Diff"
4395       reference: 1
4396       compare: 2
4397   legend:
4398     - "Legend to Table"
4399     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4400     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4401
4402 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4403 - type: "table"
4404   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4405   algorithm: "table_comparison"
4406   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4407   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4408   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4409   columns:
4410     - title: "3n-hsw xl710"
4411       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4412       tag: "NIC_Intel-XL710"
4413     - title: "2n-clx xxv710"
4414       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4415       tag: "NIC_Intel-XXV710"
4416   comparisons:
4417     - title: "Diff"
4418       reference: 1
4419       compare: 2
4420   legend:
4421     - "Legend to Table"
4422     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4423     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4424
4425 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4426 - type: "table"
4427   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4428   algorithm: "table_comparison"
4429   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4430   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4431   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4432   columns:
4433     - title: "3n-hsw xl710"
4434       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4435       tag: "NIC_Intel-XL710"
4436     - title: "2n-clx xxv710"
4437       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4438       tag: "NIC_Intel-XXV710"
4439   comparisons:
4440     - title: "Diff"
4441       reference: 1
4442       compare: 2
4443   legend:
4444     - "Legend to Table"
4445     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4446     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4447
4448 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4449 - type: "table"
4450   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4451   algorithm: "table_comparison"
4452   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4453   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4454   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4455   columns:
4456     - title: "3n-hsw xl710"
4457       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4458       tag: "NIC_Intel-XL710"
4459     - title: "2n-clx xxv710"
4460       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4461       tag: "NIC_Intel-XXV710"
4462   comparisons:
4463     - title: "Diff"
4464       reference: 1
4465       compare: 2
4466   legend:
4467     - "Legend to Table"
4468     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4469     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4470
4471 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4472 - type: "table"
4473   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4474   algorithm: "table_comparison"
4475   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4476   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4477   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4478   columns:
4479     - title: "3n-skx"
4480       data-set: "vpp-compare-topologies-ref"
4481     - title: "2n-skx"
4482       data-set: "vpp-compare-topologies-cmp"
4483   comparisons:
4484     - title: "Diff"
4485       reference: 1
4486       compare: 2
4487   legend:
4488     - "Legend to Table"
4489     - "3n-skx, 2n-skx - topologies tested."
4490     - "Diff - difference between 3n-skx and 2n-skx topologies."
4491
4492 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4493 - type: "table"
4494   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4495   algorithm: "table_comparison"
4496   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4497   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4498   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4499   columns:
4500     - title: "3n-skx"
4501       data-set: "vpp-compare-topologies-ref"
4502     - title: "2n-skx"
4503       data-set: "vpp-compare-topologies-cmp"
4504   comparisons:
4505     - title: "Diff"
4506       reference: 1
4507       compare: 2
4508   legend:
4509     - "Legend to Table"
4510     - "3n-skx, 2n-skx - topologies tested."
4511     - "Diff - difference between 3n-skx and 2n-skx topologies."
4512
4513 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4514 - type: "table"
4515   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4516   algorithm: "table_comparison"
4517   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4518   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4519   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4520   columns:
4521     - title: "3n-skx"
4522       data-set: "vpp-compare-topologies-ref"
4523     - title: "2n-skx"
4524       data-set: "vpp-compare-topologies-cmp"
4525   comparisons:
4526     - title: "Diff"
4527       reference: 1
4528       compare: 2
4529   legend:
4530     - "Legend to Table"
4531     - "3n-skx, 2n-skx - topologies tested."
4532     - "Diff - difference between 3n-skx and 2n-skx topologies."
4533
4534 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4535 - type: "table"
4536   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4537   algorithm: "table_comparison"
4538   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4539   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4540   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4541   columns:
4542     - title: "3n-skx"
4543       data-set: "vpp-compare-topologies-ref"
4544     - title: "2n-skx"
4545       data-set: "vpp-compare-topologies-cmp"
4546   comparisons:
4547     - title: "Diff"
4548       reference: 1
4549       compare: 2
4550   legend:
4551     - "Legend to Table"
4552     - "3n-skx, 2n-skx - topologies tested."
4553     - "Diff - difference between 3n-skx and 2n-skx topologies."
4554
4555 # VPP Performance Changes 3n-hsw 1t1c mrr
4556 - type: "table"
4557   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4558   algorithm: "table_comparison"
4559   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4560   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4561   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4562   columns:
4563     - title: "1904"
4564       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4565     - title: "1908"
4566       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4567     - title: "2001"
4568       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4569   comparisons:
4570     - title: "Diff"
4571       reference: 2
4572       compare: 3
4573   legend:
4574     - "Legend to Table"
4575     - "1904, 1908, 2001 - VPP versions tested."
4576     - "Diff - difference between 1908 and 2001 VPP version."
4577
4578 # VPP Performance Changes 3n-hsw 2t2c mrr
4579 - type: "table"
4580   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4581   algorithm: "table_comparison"
4582   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4583   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4584   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4585   columns:
4586     - title: "1904"
4587       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4588     - title: "1908"
4589       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4590     - title: "2001"
4591       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4592   comparisons:
4593     - title: "Diff"
4594       reference: 2
4595       compare: 3
4596   legend:
4597     - "Legend to Table"
4598     - "1904, 1908, 2001 - VPP versions tested."
4599     - "Diff - difference between 1908 and 2001 VPP version."
4600
4601 # VPP Performance Changes 3n-hsw 4t4c mrr
4602 - type: "table"
4603   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4604   algorithm: "table_comparison"
4605   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4606   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4607   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4608   columns:
4609     - title: "1904"
4610       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4611     - title: "1908"
4612       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4613     - title: "2001"
4614       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4615   comparisons:
4616     - title: "Diff"
4617       reference: 2
4618       compare: 3
4619   legend:
4620     - "Legend to Table"
4621     - "1904, 1908, 2001 - VPP versions tested."
4622     - "Diff - difference between 1908 and 2001 VPP version."
4623
4624 # VPP Performance Changes 3n-skx 2t1c mrr
4625 - type: "table"
4626   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4627   algorithm: "table_comparison"
4628   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4629   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4630   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4631   columns:
4632     - title: "1904"
4633       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4634     - title: "1908"
4635       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4636     - title: "2001"
4637       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4638   comparisons:
4639     - title: "Diff"
4640       reference: 2
4641       compare: 3
4642   legend:
4643     - "Legend to Table"
4644     - "1904, 1908, 2001 - VPP versions tested."
4645     - "Diff - difference between 1908 and 2001 VPP version."
4646
4647 # VPP Performance Changes 3n-skx 4t2c mrr
4648 - type: "table"
4649   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4650   algorithm: "table_comparison"
4651   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4652   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4653   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4654   columns:
4655     - title: "1904"
4656       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4657     - title: "1908"
4658       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4659     - title: "2001"
4660       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4661   comparisons:
4662     - title: "Diff"
4663       reference: 2
4664       compare: 3
4665   legend:
4666     - "Legend to Table"
4667     - "1904, 1908, 2001 - VPP versions tested."
4668     - "Diff - difference between 1908 and 2001 VPP version."
4669
4670 # VPP Performance Changes 3n-skx 8t4c mrr
4671 - type: "table"
4672   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4673   algorithm: "table_comparison"
4674   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4675   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4676   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4677   columns:
4678     - title: "1904"
4679       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4680     - title: "1908"
4681       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4682     - title: "2001"
4683       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4684   comparisons:
4685     - title: "Diff"
4686       reference: 2
4687       compare: 3
4688   legend:
4689     - "Legend to Table"
4690     - "1904, 1908, 2001 - VPP versions tested."
4691     - "Diff - difference between 1908 and 2001 VPP version."
4692
4693 # VPP Performance Changes 2n-skx 2t1c mrr
4694 - type: "table"
4695   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4696   algorithm: "table_comparison"
4697   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4698   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4699   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4700   columns:
4701     - title: "1904"
4702       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4703     - title: "1908"
4704       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4705     - title: "2001"
4706       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4707   comparisons:
4708     - title: "Diff"
4709       reference: 2
4710       compare: 3
4711   legend:
4712     - "Legend to Table"
4713     - "1904, 1908, 2001 - VPP versions tested."
4714     - "Diff - difference between 1908 and 2001 VPP version."
4715
4716 # VPP Performance Changes 2n-skx 4t2c mrr
4717 - type: "table"
4718   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4719   algorithm: "table_comparison"
4720   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4721   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4722   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4723   columns:
4724     - title: "1904"
4725       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4726     - title: "1908"
4727       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4728     - title: "2001"
4729       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4730   comparisons:
4731     - title: "Diff"
4732       reference: 2
4733       compare: 3
4734   legend:
4735     - "Legend to Table"
4736     - "1904, 1908, 2001 - VPP versions tested."
4737     - "Diff - difference between 1908 and 2001 VPP version."
4738
4739 # VPP Performance Changes 2n-skx 8t4c mrr
4740 - type: "table"
4741   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4742   algorithm: "table_comparison"
4743   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4744   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4745   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4746   columns:
4747     - title: "1904"
4748       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4749     - title: "1908"
4750       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4751     - title: "2001"
4752       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4753   comparisons:
4754     - title: "Diff"
4755       reference: 2
4756       compare: 3
4757   legend:
4758     - "Legend to Table"
4759     - "1904, 1908, 2001 - VPP versions tested."
4760     - "Diff - difference between 1908 and 2001 VPP version."
4761
4762 # VPP Performance Changes 2n-dnv 1t1c mrr
4763 - type: "table"
4764   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4765   algorithm: "table_comparison"
4766   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4768   filter: "'1T1C'"
4769   columns:
4770     - title: "1908"
4771       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4772     - title: "2001"
4773       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4774   comparisons:
4775     - title: "Diff"
4776       reference: 1
4777       compare: 2
4778   legend:
4779     - "Legend to Table"
4780     - "1908, 2001 - VPP versions tested."
4781     - "Diff - difference between 1908 and 2001 VPP version."
4782
4783 # VPP Performance Changes 2n-dnv 2t2c mrr
4784 - type: "table"
4785   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4786   algorithm: "table_comparison"
4787   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4788   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4789   filter: "'2T2C'"
4790   columns:
4791     - title: "1908"
4792       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4793     - title: "2001"
4794       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4795   comparisons:
4796     - title: "Diff"
4797       reference: 1
4798       compare: 2
4799   legend:
4800     - "Legend to Table"
4801     - "1908, 2001 - VPP versions tested."
4802     - "Diff - difference between 1908 and 2001 VPP version."
4803
4804 # VPP Performance Changes 2n-dnv 4t4c mrr
4805 - type: "table"
4806   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4807   algorithm: "table_comparison"
4808   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4809   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4810   filter: "'4T4C'"
4811   columns:
4812     - title: "1908"
4813       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4814     - title: "2001"
4815       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4816   comparisons:
4817     - title: "Diff"
4818       reference: 1
4819       compare: 2
4820   legend:
4821     - "Legend to Table"
4822     - "1908, 2001 - VPP versions tested."
4823     - "Diff - difference between 1908 and 2001 VPP version."
4824
4825 # VPP Performance Changes 3n-dnv 1t1c mrr
4826 - type: "table"
4827   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4828   algorithm: "table_comparison"
4829   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4830   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4831   filter: "'1T1C'"
4832   columns:
4833     - title: "1908"
4834       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4835     - title: "2001"
4836       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4837   comparisons:
4838     - title: "Diff"
4839       reference: 1
4840       compare: 2
4841   legend:
4842     - "Legend to Table"
4843     - "1908, 2001 - VPP versions tested."
4844     - "Diff - difference between 1908 and 2001 VPP version."
4845
4846 # VPP Performance Changes 3n-dnv 2t2c mrr
4847 - type: "table"
4848   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4849   algorithm: "table_comparison"
4850   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4851   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4852   filter: "'2T2C'"
4853   columns:
4854     - title: "1908"
4855       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4856     - title: "2001"
4857       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4858   comparisons:
4859     - title: "Diff"
4860       reference: 1
4861       compare: 2
4862   legend:
4863     - "Legend to Table"
4864     - "1908, 2001 - VPP versions tested."
4865     - "Diff - difference between 1908 and 2001 VPP version."
4866
4867 # VPP Performance Changes 3n-dnv 4t4c mrr
4868 - type: "table"
4869   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4870   algorithm: "table_comparison"
4871   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4872   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4873   filter: "'4T4C'"
4874   columns:
4875     - title: "1908"
4876       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4877     - title: "2001"
4878       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4879   comparisons:
4880     - title: "Diff"
4881       reference: 1
4882       compare: 2
4883   legend:
4884     - "Legend to Table"
4885     - "1908, 2001 - VPP versions tested."
4886     - "Diff - difference between 1908 and 2001 VPP version."
4887
4888 # VPP Performance Changes 3n-tsh 1t1c mrr
4889 - type: "table"
4890   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4891   algorithm: "table_comparison"
4892   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4893   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4894   filter: "'1T1C'"
4895   columns:
4896     - title: "1908"
4897       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4898     - title: "2001"
4899       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4900   comparisons:
4901     - title: "Diff"
4902       reference: 1
4903       compare: 2
4904   legend:
4905     - "Legend to Table"
4906     - "1908, 2001 - VPP versions tested."
4907     - "Diff - difference between 1908 and 2001 VPP version."
4908
4909 # VPP Performance Changes 3n-tsh 2t2c mrr
4910 - type: "table"
4911   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4912   algorithm: "table_comparison"
4913   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4914   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4915   filter: "'2T2C'"
4916   columns:
4917     - title: "1908"
4918       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4919     - title: "2001"
4920       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4921   comparisons:
4922     - title: "Diff"
4923       reference: 1
4924       compare: 2
4925   legend:
4926     - "Legend to Table"
4927     - "1908, 2001 - VPP versions tested."
4928     - "Diff - difference between 1908 and 2001 VPP version."
4929
4930 # VPP Performance Changes 3n-tsh 4t4c mrr
4931 - type: "table"
4932   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4933   algorithm: "table_comparison"
4934   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4935   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4936   filter: "'4T4C'"
4937   columns:
4938     - title: "1908"
4939       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4940     - title: "2001"
4941       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4942   comparisons:
4943     - title: "Diff"
4944       reference: 1
4945       compare: 2
4946   legend:
4947     - "Legend to Table"
4948     - "1908, 2001 - VPP versions tested."
4949     - "Diff - difference between 1908 and 2001 VPP version."
4950
4951 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4952 - type: "table"
4953   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4954   algorithm: "table_comparison"
4955   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4956   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4957   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4958   columns:
4959     - title: "3n-hsw xl710"
4960       data-set: "vpp-compare-testbeds-mrr-ref"
4961       tag: "NIC_Intel-XL710"
4962     - title: "3n-skx xxv710"
4963       data-set: "vpp-compare-testbeds-mrr-cmp"
4964       tag: "NIC_Intel-XXV710"
4965   comparisons:
4966     - title: "Diff"
4967       reference: 1
4968       compare: 2
4969   legend:
4970     - "Legend to Table"
4971     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4972     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4973
4974 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4975 - type: "table"
4976   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4977   algorithm: "table_comparison"
4978   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4979   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4980   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4981   columns:
4982     - title: "3n-hsw xl710"
4983       data-set: "vpp-compare-testbeds-mrr-ref"
4984       tag: "NIC_Intel-XL710"
4985     - title: "3n-skx xxv710"
4986       data-set: "vpp-compare-testbeds-mrr-cmp"
4987       tag: "NIC_Intel-XXV710"
4988   comparisons:
4989     - title: "Diff"
4990       reference: 1
4991       compare: 2
4992   legend:
4993     - "Legend to Table"
4994     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4995     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4996
4997 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4998 - type: "table"
4999   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5000   algorithm: "table_comparison"
5001   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5002   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5003   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5004   columns:
5005     - title: "3n-hsw xl710"
5006       data-set: "vpp-compare-testbeds-mrr-ref"
5007       tag: "NIC_Intel-XL710"
5008     - title: "3n-skx xxv710"
5009       data-set: "vpp-compare-testbeds-mrr-cmp"
5010       tag: "NIC_Intel-XXV710"
5011   comparisons:
5012     - title: "Diff"
5013       reference: 1
5014       compare: 2
5015   legend:
5016     - "Legend to Table"
5017     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5018     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5019
5020 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5021 - type: "table"
5022   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5023   algorithm: "table_comparison"
5024   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5025   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5026   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5027   columns:
5028     - title: "2n-skx"
5029       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5030     - title: "2n-clx"
5031       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5032   comparisons:
5033     - title: "Diff"
5034       reference: 1
5035       compare: 2
5036   legend:
5037     - "Legend to Table"
5038     - "2n-skx, 2n-clx - testbeds and NICs tested."
5039     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5040
5041 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5042 - type: "table"
5043   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5044   algorithm: "table_comparison"
5045   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5046   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5047   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5048   columns:
5049     - title: "2n-skx"
5050       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5051     - title: "2n-clx"
5052       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5053   comparisons:
5054     - title: "Diff"
5055       reference: 1
5056       compare: 2
5057   legend:
5058     - "Legend to Table"
5059     - "2n-skx, 2n-clx - testbeds and NICs tested."
5060     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5061
5062 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5063 - type: "table"
5064   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5065   algorithm: "table_comparison"
5066   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5067   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5068   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5069   columns:
5070     - title: "2n-skx"
5071       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5072     - title: "2n-clx"
5073       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5074   comparisons:
5075     - title: "Diff"
5076       reference: 1
5077       compare: 2
5078   legend:
5079     - "Legend to Table"
5080     - "2n-skx, 2n-clx - testbeds and NICs tested."
5081     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5082
5083 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5084 - type: "table"
5085   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5086   algorithm: "table_comparison"
5087   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5088   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5089   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5090   columns:
5091     - title: "3n-skx"
5092       data-set: "vpp-compare-topologies-mrr-ref"
5093     - title: "2n-skx"
5094       data-set: "vpp-compare-topologies-mrr-cmp"
5095   comparisons:
5096     - title: "Diff"
5097       reference: 1
5098       compare: 2
5099   legend:
5100     - "Legend to Table"
5101     - "3n-skx, 2n-skx - topologies tested."
5102     - "Diff - difference between 3n-skx and 2n-skx topologies."
5103
5104 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5105 - type: "table"
5106   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5107   algorithm: "table_comparison"
5108   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5109   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5110   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5111   columns:
5112     - title: "3n-skx"
5113       data-set: "vpp-compare-topologies-mrr-ref"
5114     - title: "2n-skx"
5115       data-set: "vpp-compare-topologies-mrr-cmp"
5116   comparisons:
5117     - title: "Diff"
5118       reference: 1
5119       compare: 2
5120   legend:
5121     - "Legend to Table"
5122     - "3n-skx, 2n-skx - topologies tested."
5123     - "Diff - difference between 3n-skx and 2n-skx topologies."
5124
5125 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5126 - type: "table"
5127   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5128   algorithm: "table_comparison"
5129   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5130   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5131   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5132   columns:
5133     - title: "3n-skx"
5134       data-set: "vpp-compare-topologies-mrr-ref"
5135     - title: "2n-skx"
5136       data-set: "vpp-compare-topologies-mrr-cmp"
5137   comparisons:
5138     - title: "Diff"
5139       reference: 1
5140       compare: 2
5141   legend:
5142     - "Legend to Table"
5143     - "3n-skx, 2n-skx - topologies tested."
5144     - "Diff - difference between 3n-skx and 2n-skx topologies."
5145
5146 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5147 - type: "table"
5148   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5149   algorithm: "table_comparison"
5150   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5151   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5152   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5153   columns:
5154     - title: "3n-hsw xl710"
5155       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5156       tag: "NIC_Intel-XL710"
5157     - title: "2n-clx xxv710"
5158       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5159       tag: "NIC_Intel-XXV710"
5160   comparisons:
5161     - title: "Diff"
5162       reference: 1
5163       compare: 2
5164   legend:
5165     - "Legend to Table"
5166     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5167     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5168
5169 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5170 - type: "table"
5171   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5172   algorithm: "table_comparison"
5173   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5174   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5175   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5176   columns:
5177     - title: "3n-hsw xl710"
5178       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5179       tag: "NIC_Intel-XL710"
5180     - title: "2n-clx xxv710"
5181       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5182       tag: "NIC_Intel-XXV710"
5183   comparisons:
5184     - title: "Diff"
5185       reference: 1
5186       compare: 2
5187   legend:
5188     - "Legend to Table"
5189     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5190     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5191
5192 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5193 - type: "table"
5194   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5195   algorithm: "table_comparison"
5196   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5197   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5198   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5199   columns:
5200     - title: "3n-hsw xl710"
5201       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5202       tag: "NIC_Intel-XL710"
5203     - title: "2n-clx xxv710"
5204       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5205       tag: "NIC_Intel-XXV710"
5206   comparisons:
5207     - title: "Diff"
5208       reference: 1
5209       compare: 2
5210   legend:
5211     - "Legend to Table"
5212     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5213     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5214
5215 # Detailed Test Results - VPP Performance Results 3n-hsw
5216 - type: "table"
5217   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5218   algorithm: "table_merged_details"
5219   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5220   columns:
5221     - title: " |prein| Test Name |preout| "
5222       data: "data name"
5223     - 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| "
5224       data: "data msg"
5225   data: "vpp-perf-results-3n-hsw"
5226   filter: "all"
5227   parameters:
5228   - "name"
5229   - "parent"
5230   - "msg"
5231
5232 # Detailed Test Results - VPP Performance Results 3n-skx
5233 - type: "table"
5234   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5235   algorithm: "table_merged_details"
5236   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5237   columns:
5238     - title: " |prein| Test Name |preout| "
5239       data: "data name"
5240     - 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| "
5241       data: "data msg"
5242   data: "vpp-perf-results-3n-skx"
5243   filter: "all"
5244   remove-ndr: True  # Temporary solution: remove NDR results from test message
5245   parameters:
5246   - "name"
5247   - "parent"
5248   - "msg"
5249
5250 # Detailed Test Results - VPP Performance Results 2n-skx
5251 - type: "table"
5252   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5253   algorithm: "table_merged_details"
5254   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5255   columns:
5256     - title: " |prein| Test Name |preout| "
5257       data: "data name"
5258     - 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| "
5259       data: "data msg"
5260   data: "vpp-perf-results-2n-skx"
5261   filter: "all"
5262   remove-ndr: True  # Temporary solution: remove NDR results from test message
5263   parameters:
5264   - "name"
5265   - "parent"
5266   - "msg"
5267
5268 # Detailed Test Results - VPP Performance Results 2n-clx
5269 - type: "table"
5270   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5271   algorithm: "table_merged_details"
5272   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5273   columns:
5274     - title: " |prein| Test Name |preout| "
5275       data: "data name"
5276     - 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| "
5277       data: "data msg"
5278   data: "vpp-perf-results-2n-clx"
5279   filter: "all"
5280   parameters:
5281   - "name"
5282   - "parent"
5283   - "msg"
5284
5285 # Detailed Test Results - VPP Performance Results 3n-tsh
5286 - type: "table"
5287   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5288   algorithm: "table_merged_details"
5289   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5290   columns:
5291     - title: " |prein| Test Name |preout| "
5292       data: "data name"
5293     - 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| "
5294       data: "data msg"
5295   data: "vpp-perf-results-3n-tsh"
5296   filter: "all"
5297   parameters:
5298   - "name"
5299   - "parent"
5300   - "msg"
5301
5302 # Detailed Test Results - VPP Performance Results 3n-dnv
5303 - type: "table"
5304   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5305   algorithm: "table_merged_details"
5306   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5307   columns:
5308     - title: " |prein| Test Name |preout| "
5309       data: "data name"
5310     - 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| "
5311       data: "data msg"
5312   data: "vpp-perf-results-3n-dnv"
5313   filter: "all"
5314   parameters:
5315   - "name"
5316   - "parent"
5317   - "msg"
5318
5319 # Detailed Test Results - VPP Performance Results 2n-dnv
5320 - type: "table"
5321   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5322   algorithm: "table_merged_details"
5323   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5324   columns:
5325     - title: " |prein| Test Name |preout| "
5326       data: "data name"
5327     - 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| "
5328       data: "data msg"
5329   data: "vpp-perf-results-2n-dnv"
5330   filter: "all"
5331   parameters:
5332   - "name"
5333   - "parent"
5334   - "msg"
5335
5336 # Test configuration - VPP Performance Test Configs 3n-hsw
5337 - type: "table"
5338   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5339   algorithm: "table_merged_details"
5340   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5341   columns:
5342     - title: " |prein| Test Name |preout| "
5343       data: "data name"
5344     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5345       data: "data conf-history"
5346   data: "vpp-perf-results-3n-hsw"
5347   filter: "all"
5348   parameters:
5349   - "parent"
5350   - "name"
5351   - "conf-history"
5352
5353 # Test configuration - VPP Performance Test Configs 3n-skx
5354 - type: "table"
5355   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5356   algorithm: "table_merged_details"
5357   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5358   columns:
5359     - title: " |prein| Test Name |preout| "
5360       data: "data name"
5361     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5362       data: "data conf-history"
5363   data: "vpp-perf-results-3n-skx"
5364   filter: "all"
5365   parameters:
5366   - "parent"
5367   - "name"
5368   - "conf-history"
5369
5370 # Test configuration - VPP Performance Test Configs 2n-skx
5371 - type: "table"
5372   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5373   algorithm: "table_merged_details"
5374   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5375   columns:
5376     - title: " |prein| Test Name |preout| "
5377       data: "data name"
5378     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5379       data: "data conf-history"
5380   data: "vpp-perf-results-2n-skx"
5381   filter: "all"
5382   parameters:
5383   - "parent"
5384   - "name"
5385   - "conf-history"
5386
5387 # Test configuration - VPP Performance Test Configs 2n-clx
5388 - type: "table"
5389   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5390   algorithm: "table_merged_details"
5391   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5392   columns:
5393     - title: " |prein| Test Name |preout| "
5394       data: "data name"
5395     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5396       data: "data conf-history"
5397   data: "vpp-perf-results-2n-clx"
5398   filter: "all"
5399   parameters:
5400   - "parent"
5401   - "name"
5402   - "conf-history"
5403
5404 # Test configuration - VPP Performance Test Configs 3n-tsh
5405 - type: "table"
5406   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5407   algorithm: "table_merged_details"
5408   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5409   columns:
5410     - title: " |prein| Test Name |preout| "
5411       data: "data name"
5412     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5413       data: "data conf-history"
5414   data: "vpp-perf-results-3n-tsh"
5415   filter: "all"
5416   parameters:
5417   - "parent"
5418   - "name"
5419   - "conf-history"
5420
5421 # Test configuration - VPP Performance Test Configs 3n-dnv
5422 - type: "table"
5423   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5424   algorithm: "table_merged_details"
5425   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5426   columns:
5427     - title: " |prein| Test Name |preout| "
5428       data: "data name"
5429     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5430       data: "data conf-history"
5431   data: "vpp-perf-results-3n-dnv"
5432   filter: "all"
5433   parameters:
5434   - "parent"
5435   - "name"
5436   - "conf-history"
5437
5438 # Test configuration - VPP Performance Test Configs 2n-dnv
5439 - type: "table"
5440   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5441   algorithm: "table_merged_details"
5442   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5443   columns:
5444     - title: " |prein| Test Name |preout| "
5445       data: "data name"
5446     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5447       data: "data conf-history"
5448   data: "vpp-perf-results-2n-dnv"
5449   filter: "all"
5450   parameters:
5451   - "parent"
5452   - "name"
5453   - "conf-history"
5454
5455 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5456 - type: "table"
5457   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5458   algorithm: "table_oper_data_html"
5459   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5460   data: "vpp-perf-results-3n-hsw"
5461   filter: "all"
5462
5463 # Test Operational Data - VPP Performance Operational Data 3n-skx
5464 - type: "table"
5465   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5466   algorithm: "table_oper_data_html"
5467   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5468   data: "vpp-perf-results-3n-skx"
5469   filter: "all"
5470
5471 # Test Operational Data - VPP Performance Operational Data 2n-skx
5472 - type: "table"
5473   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5474   algorithm: "table_oper_data_html"
5475   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5476   data: "vpp-perf-results-2n-skx"
5477   filter: "all"
5478
5479 # Test Operational Data - VPP Performance Operational Data 2n-clx
5480 - type: "table"
5481   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5482   algorithm: "table_oper_data_html"
5483   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5484   data: "vpp-perf-results-2n-clx"
5485   filter: "all"
5486
5487 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5488 - type: "table"
5489   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5490   algorithm: "table_oper_data_html"
5491   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5492   data: "vpp-perf-results-3n-tsh"
5493   filter: "all"
5494
5495 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5496 - type: "table"
5497   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5498   algorithm: "table_oper_data_html"
5499   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5500   data: "vpp-perf-results-3n-dnv"
5501   filter: "all"
5502
5503 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5504 - type: "table"
5505   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5506   algorithm: "table_oper_data_html"
5507   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5508   data: "vpp-perf-results-2n-dnv"
5509   filter: "all"
5510
5511 # Detailed Test Results - VPP MRR Results 3n-hsw
5512 - type: "table"
5513   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5514   algorithm: "table_merged_details"
5515   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5516   columns:
5517     - title: " |prein| Test Name |preout| "
5518       data: "data name"
5519     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5520       data: "data msg"
5521   data: "vpp-mrr-results-3n-hsw"
5522   filter: "all"
5523   parameters:
5524   - "name"
5525   - "parent"
5526   - "msg"
5527
5528 # Detailed Test Results - VPP MRR Results 3n-skx
5529 - type: "table"
5530   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5531   algorithm: "table_merged_details"
5532   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5533   columns:
5534     - title: " |prein| Test Name |preout| "
5535       data: "data name"
5536     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5537       data: "data msg"
5538   data: "vpp-mrr-results-3n-skx"
5539   filter: "all"
5540   parameters:
5541   - "name"
5542   - "parent"
5543   - "msg"
5544
5545 # Detailed Test Results - VPP MRR Results 2n-skx
5546 - type: "table"
5547   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5548   algorithm: "table_merged_details"
5549   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5550   columns:
5551     - title: " |prein| Test Name |preout| "
5552       data: "data name"
5553     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5554       data: "data msg"
5555   data: "vpp-mrr-results-2n-skx"
5556   filter: "all"
5557   parameters:
5558   - "name"
5559   - "parent"
5560   - "msg"
5561
5562 # Detailed Test Results - VPP MRR Results 2n-clx
5563 - type: "table"
5564   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5565   algorithm: "table_merged_details"
5566   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5567   columns:
5568     - title: " |prein| Test Name |preout| "
5569       data: "data name"
5570     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5571       data: "data msg"
5572   data: "vpp-mrr-results-2n-clx"
5573   filter: "all"
5574   parameters:
5575   - "name"
5576   - "parent"
5577   - "msg"
5578
5579 # Detailed Test Results - VPP MRR Results 3n-tsh
5580 - type: "table"
5581   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5582   algorithm: "table_merged_details"
5583   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5584   columns:
5585     - title: " |prein| Test Name |preout| "
5586       data: "data name"
5587     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5588       data: "data msg"
5589   data: "vpp-mrr-results-3n-tsh"
5590   filter: "all"
5591   parameters:
5592   - "name"
5593   - "parent"
5594   - "msg"
5595
5596 # Detailed Test Results - VPP MRR Results 3n-dnv
5597 - type: "table"
5598   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5599   algorithm: "table_merged_details"
5600   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5601   columns:
5602     - title: " |prein| Test Name |preout| "
5603       data: "data name"
5604     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5605       data: "data msg"
5606   data: "vpp-mrr-results-3n-dnv"
5607   filter: "all"
5608   parameters:
5609   - "name"
5610   - "parent"
5611   - "msg"
5612
5613 # Detailed Test Results - VPP MRR Results 2n-dnv
5614 - type: "table"
5615   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5616   algorithm: "table_merged_details"
5617   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5618   columns:
5619     - title: " |prein| Test Name |preout| "
5620       data: "data name"
5621     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5622       data: "data msg"
5623   data: "vpp-mrr-results-2n-dnv"
5624   filter: "all"
5625   parameters:
5626   - "name"
5627   - "parent"
5628   - "msg"
5629
5630 # Test configuration - VPP MRR Test Configs 3n-hsw
5631 - type: "table"
5632   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5633   algorithm: "table_merged_details"
5634   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5635   columns:
5636     - title: " |prein| Test Name |preout| "
5637       data: "data name"
5638     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5639       data: "data conf-history"
5640   data: "vpp-mrr-results-3n-hsw"
5641   filter: "all"
5642   parameters:
5643   - "parent"
5644   - "name"
5645   - "conf-history"
5646
5647 # Test configuration - VPP MRR Test Configs 3n-skx
5648 - type: "table"
5649   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5650   algorithm: "table_merged_details"
5651   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5652   columns:
5653     - title: " |prein| Test Name |preout| "
5654       data: "data name"
5655     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5656       data: "data conf-history"
5657   data: "vpp-mrr-results-3n-skx"
5658   filter: "all"
5659   parameters:
5660   - "parent"
5661   - "name"
5662   - "conf-history"
5663
5664 # Test configuration - VPP MRR Test Configs 2n-skx
5665 - type: "table"
5666   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5667   algorithm: "table_merged_details"
5668   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5669   columns:
5670     - title: " |prein| Test Name |preout| "
5671       data: "data name"
5672     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5673       data: "data conf-history"
5674   data: "vpp-mrr-results-2n-skx"
5675   filter: "all"
5676   parameters:
5677   - "parent"
5678   - "name"
5679   - "conf-history"
5680
5681 # Test configuration - VPP MRR Test Configs 2n-clx
5682 - type: "table"
5683   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5684   algorithm: "table_merged_details"
5685   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5686   columns:
5687     - title: " |prein| Test Name |preout| "
5688       data: "data name"
5689     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5690       data: "data conf-history"
5691   data: "vpp-mrr-results-2n-clx"
5692   filter: "all"
5693   parameters:
5694   - "parent"
5695   - "name"
5696   - "conf-history"
5697
5698 # Test configuration - VPP MRR Test Configs 3n-tsh
5699 - type: "table"
5700   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5701   algorithm: "table_merged_details"
5702   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5703   columns:
5704     - title: " |prein| Test Name |preout| "
5705       data: "data name"
5706     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5707       data: "data conf-history"
5708   data: "vpp-mrr-results-3n-tsh"
5709   filter: "all"
5710   parameters:
5711   - "parent"
5712   - "name"
5713   - "conf-history"
5714
5715 # Test configuration - VPP MRR Test Configs 3n-dnv
5716 - type: "table"
5717   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5718   algorithm: "table_merged_details"
5719   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5720   columns:
5721     - title: " |prein| Test Name |preout| "
5722       data: "data name"
5723     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5724       data: "data conf-history"
5725   data: "vpp-mrr-results-3n-dnv"
5726   filter: "all"
5727   parameters:
5728   - "parent"
5729   - "name"
5730   - "conf-history"
5731
5732 # Test configuration - VPP MRR Test Configs 2n-dnv
5733 - type: "table"
5734   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5735   algorithm: "table_merged_details"
5736   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5737   columns:
5738     - title: " |prein| Test Name |preout| "
5739       data: "data name"
5740     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5741       data: "data conf-history"
5742   data: "vpp-mrr-results-2n-dnv"
5743   filter: "all"
5744   parameters:
5745   - "parent"
5746   - "name"
5747   - "conf-history"
5748
5749 # Detailed Test Results - VPP Device Results - Ubuntu
5750 - type: "table"
5751   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5752   algorithm: "table_merged_details"
5753   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5754   columns:
5755     - title: " |prein| Test Name |preout| "
5756       data: "data name"
5757     - title: " |prein| Status |preout| "
5758       data: "data status"
5759   data: "vpp-device-results-ubuntu"
5760   filter: "all"
5761   parameters:
5762   - "name"
5763   - "parent"
5764   - "doc"
5765   - "status"
5766
5767 # Test configuration - VPP Device Test Configs - Ubuntu
5768 - type: "table"
5769   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5770   algorithm: "table_merged_details"
5771   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5772   columns:
5773     - title: " |prein| Test Name |preout| "
5774       data: "data name"
5775     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5776       data: "data conf-history"
5777   data: "vpp-device-results-ubuntu"
5778   filter: "all"
5779   parameters:
5780   - "parent"
5781   - "name"
5782   - "conf-history"
5783
5784 ################################################################################
5785
5786 # DPDK Performance Changes 3n-hsw 1t1c pdr
5787 - type: "table"
5788   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5789   algorithm: "table_comparison"
5790   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5791   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5792   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5793   columns:
5794     - title: "1904"
5795       data-set: "dpdk-performance-changes-3n-hsw-h1"
5796     - title: "1908"
5797       data-set: "dpdk-performance-changes-3n-hsw-ref"
5798     - title: "2001"
5799       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5800   comparisons:
5801     - title: "Diff"
5802       reference: 2
5803       compare: 3
5804   legend:
5805     - "Legend to Table"
5806     - "1904, 1908, 2001 - DPDK versions tested."
5807     - "Diff - difference between 1908 and 2001 DPDK version."
5808
5809 # DPDK Performance Changes 3n-hsw 2t2c pdr
5810 - type: "table"
5811   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5812   algorithm: "table_comparison"
5813   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5814   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5815   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5816   columns:
5817     - title: "1904"
5818       data-set: "dpdk-performance-changes-3n-hsw-h1"
5819     - title: "1908"
5820       data-set: "dpdk-performance-changes-3n-hsw-ref"
5821     - title: "2001"
5822       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5823   comparisons:
5824     - title: "Diff"
5825       reference: 2
5826       compare: 3
5827   legend:
5828     - "Legend to Table"
5829     - "1904, 1908, 2001 - DPDK versions tested."
5830     - "Diff - difference between 1908 and 2001 DPDK version."
5831
5832 # DPDK Performance Changes 3n-hsw 1t1c pdr
5833 - type: "table"
5834   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5835   algorithm: "table_comparison"
5836   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5837   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5838   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5839   columns:
5840     - title: "1904"
5841       data-set: "dpdk-performance-changes-3n-hsw-h1"
5842     - title: "1908"
5843       data-set: "dpdk-performance-changes-3n-hsw-ref"
5844     - title: "2001"
5845       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5846   comparisons:
5847     - title: "Diff"
5848       reference: 2
5849       compare: 3
5850   legend:
5851     - "Legend to Table"
5852     - "1904, 1908, 2001 - DPDK versions tested."
5853     - "Diff - difference between 1908 and 2001 DPDK version."
5854
5855 # DPDK Performance Changes 3n-hsw 2t2c ndr
5856 - type: "table"
5857   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5858   algorithm: "table_comparison"
5859   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5860   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5861   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5862   columns:
5863     - title: "1904"
5864       data-set: "dpdk-performance-changes-3n-hsw-h1"
5865     - title: "1908"
5866       data-set: "dpdk-performance-changes-3n-hsw-ref"
5867     - title: "2001"
5868       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5869   comparisons:
5870     - title: "Diff"
5871       reference: 2
5872       compare: 3
5873   legend:
5874     - "Legend to Table"
5875     - "1904, 1908, 2001 - DPDK versions tested."
5876     - "Diff - difference between 1908 and 2001 DPDK version."
5877
5878 # DPDK Performance Changes 3n-skx 2t1c pdr
5879 - type: "table"
5880   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5881   algorithm: "table_comparison"
5882   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5883   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5884   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5885   columns:
5886     - title: "1904"
5887       data-set: "dpdk-performance-changes-3n-skx-h1"
5888     - title: "1908"
5889       data-set: "dpdk-performance-changes-3n-skx-ref"
5890     - title: "2001"
5891       data-set: "dpdk-performance-changes-3n-skx-cmp"
5892   comparisons:
5893     - title: "Diff"
5894       reference: 2
5895       compare: 3
5896   legend:
5897     - "Legend to Table"
5898     - "1904, 1908, 2001 - DPDK versions tested."
5899     - "Diff - difference between 1908 and 2001 DPDK version."
5900
5901 # DPDK Performance Changes 3n-skx 4t2c pdr
5902 - type: "table"
5903   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5904   algorithm: "table_comparison"
5905   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5906   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5907   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5908   columns:
5909     - title: "1904"
5910       data-set: "dpdk-performance-changes-3n-skx-h1"
5911     - title: "1908"
5912       data-set: "dpdk-performance-changes-3n-skx-ref"
5913     - title: "2001"
5914       data-set: "dpdk-performance-changes-3n-skx-cmp"
5915   comparisons:
5916     - title: "Diff"
5917       reference: 2
5918       compare: 3
5919   legend:
5920     - "Legend to Table"
5921     - "1904, 1908, 2001 - DPDK versions tested."
5922     - "Diff - difference between 1908 and 2001 DPDK version."
5923
5924 # DPDK Performance Changes 3n-skx 2t1c ndr
5925 - type: "table"
5926   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5927   algorithm: "table_comparison"
5928   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5929   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5930   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5931   columns:
5932     - title: "1904"
5933       data-set: "dpdk-performance-changes-3n-skx-h1"
5934     - title: "1908"
5935       data-set: "dpdk-performance-changes-3n-skx-ref"
5936     - title: "2001"
5937       data-set: "dpdk-performance-changes-3n-skx-cmp"
5938   comparisons:
5939     - title: "Diff"
5940       reference: 2
5941       compare: 3
5942   legend:
5943     - "Legend to Table"
5944     - "1904, 1908, 2001 - DPDK versions tested."
5945     - "Diff - difference between 1908 and 2001 DPDK version."
5946
5947 # DPDK Performance Changes 3n-skx 4t2c ndr
5948 - type: "table"
5949   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5950   algorithm: "table_comparison"
5951   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5952   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5953   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5954   columns:
5955     - title: "1904"
5956       data-set: "dpdk-performance-changes-3n-skx-h1"
5957     - title: "1908"
5958       data-set: "dpdk-performance-changes-3n-skx-ref"
5959     - title: "2001"
5960       data-set: "dpdk-performance-changes-3n-skx-cmp"
5961   comparisons:
5962     - title: "Diff"
5963       reference: 2
5964       compare: 3
5965   legend:
5966     - "Legend to Table"
5967     - "1904, 1908, 2001 - DPDK versions tested."
5968     - "Diff - difference between 1908 and 2001 DPDK version."
5969
5970 # DPDK Performance Changes 2n-skx 2t1c pdr
5971 - type: "table"
5972   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5973   algorithm: "table_comparison"
5974   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5976   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5977   columns:
5978     - title: "1904"
5979       data-set: "dpdk-performance-changes-2n-skx-h1"
5980     - title: "1908"
5981       data-set: "dpdk-performance-changes-2n-skx-ref"
5982     - title: "2001"
5983       data-set: "dpdk-performance-changes-2n-skx-cmp"
5984   comparisons:
5985     - title: "Diff"
5986       reference: 2
5987       compare: 3
5988   legend:
5989     - "Legend to Table"
5990     - "1904, 1908, 2001 - DPDK versions tested."
5991     - "Diff - difference between 1908 and 2001 DPDK version."
5992
5993 # DPDK Performance Changes 2n-skx 4t2c pdr
5994 - type: "table"
5995   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5996   algorithm: "table_comparison"
5997   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5998   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5999   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6000   columns:
6001     - title: "1904"
6002       data-set: "dpdk-performance-changes-2n-skx-h1"
6003     - title: "1908"
6004       data-set: "dpdk-performance-changes-2n-skx-ref"
6005     - title: "2001"
6006       data-set: "dpdk-performance-changes-2n-skx-cmp"
6007   comparisons:
6008     - title: "Diff"
6009       reference: 2
6010       compare: 3
6011   legend:
6012     - "Legend to Table"
6013     - "1904, 1908, 2001 - DPDK versions tested."
6014     - "Diff - difference between 1908 and 2001 DPDK version."
6015
6016 # DPDK Performance Changes 2n-skx 2t1c ndr
6017 - type: "table"
6018   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6019   algorithm: "table_comparison"
6020   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6021   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6022   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6023   columns:
6024     - title: "1904"
6025       data-set: "dpdk-performance-changes-2n-skx-h1"
6026     - title: "1908"
6027       data-set: "dpdk-performance-changes-2n-skx-ref"
6028     - title: "2001"
6029       data-set: "dpdk-performance-changes-2n-skx-cmp"
6030   comparisons:
6031     - title: "Diff"
6032       reference: 2
6033       compare: 3
6034   legend:
6035     - "Legend to Table"
6036     - "1904, 1908, 2001 - DPDK versions tested."
6037     - "Diff - difference between 1908 and 2001 DPDK version."
6038
6039 # DPDK Performance Changes 2n-skx 4t2c ndr
6040 - type: "table"
6041   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6042   algorithm: "table_comparison"
6043   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6044   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6045   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6046   columns:
6047     - title: "1904"
6048       data-set: "dpdk-performance-changes-2n-skx-h1"
6049     - title: "1908"
6050       data-set: "dpdk-performance-changes-2n-skx-ref"
6051     - title: "2001"
6052       data-set: "dpdk-performance-changes-2n-skx-cmp"
6053   comparisons:
6054     - title: "Diff"
6055       reference: 2
6056       compare: 3
6057   legend:
6058     - "Legend to Table"
6059     - "1904, 1908, 2001 - DPDK versions tested."
6060     - "Diff - difference between 1908 and 2001 DPDK version."
6061
6062 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6063 - type: "table"
6064   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6065   algorithm: "table_comparison"
6066   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6067   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6068   filter: "'NIC_Intel-X710'"
6069   columns:
6070     - title: "3n-hsw x710"
6071       data-set: "dpdk-compare-testbeds-ref"
6072     - title: "3n-skx x710"
6073       data-set: "dpdk-compare-testbeds-cmp"
6074   comparisons:
6075     - title: "Diff"
6076       reference: 1
6077       compare: 2
6078   legend:
6079     - "Legend to Table"
6080     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6081     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6082
6083 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6084 - type: "table"
6085   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6086   algorithm: "table_comparison"
6087   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6088   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6089   filter: "'NIC_Intel-X710'"
6090   columns:
6091     - title: "3n-hsw x710"
6092       data-set: "dpdk-compare-testbeds-ref"
6093     - title: "3n-skx x710"
6094       data-set: "dpdk-compare-testbeds-cmp"
6095   comparisons:
6096     - title: "Diff"
6097       reference: 1
6098       compare: 2
6099   legend:
6100     - "Legend to Table"
6101     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6102     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6103
6104 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6105 - type: "table"
6106   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6107   algorithm: "table_comparison"
6108   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6110   filter: "'NIC_Intel-XXV710'"
6111   columns:
6112     - title: "2n-skx"
6113       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6114     - title: "2n-clx"
6115       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6116   comparisons:
6117     - title: "Diff"
6118       reference: 1
6119       compare: 2
6120   legend:
6121     - "Legend to Table"
6122     - "2n-skx, 2n-clx - testbeds and NICs tested."
6123     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6124
6125 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6126 - type: "table"
6127   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6128   algorithm: "table_comparison"
6129   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6130   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6131   filter: "'NIC_Intel-XXV710'"
6132   columns:
6133     - title: "2n-skx"
6134       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6135     - title: "2n-clx"
6136       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6137   comparisons:
6138     - title: "Diff"
6139       reference: 1
6140       compare: 2
6141   legend:
6142     - "Legend to Table"
6143     - "2n-skx, 2n-clx - testbeds and NICs tested."
6144     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6145
6146 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6147 - type: "table"
6148   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6149   algorithm: "table_comparison"
6150   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6151   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6152   filter: "'NIC_Intel-XXV710'"
6153   columns:
6154     - title: "3n-skx"
6155       data-set: "dpdk-compare-topologies-ref"
6156     - title: "2n-skx"
6157       data-set: "dpdk-compare-topologies-cmp"
6158   comparisons:
6159     - title: "Diff"
6160       reference: 1
6161       compare: 2
6162   legend:
6163     - "Legend to Table"
6164     - "3n-skx, 2n-skx - topologies tested."
6165     - "Diff - difference between 3n-skx and 2n-skx topologies."
6166
6167 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6168 - type: "table"
6169   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6170   algorithm: "table_comparison"
6171   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6172   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6173   filter: "'NIC_Intel-XXV710'"
6174   columns:
6175     - title: "3n-skx"
6176       data-set: "dpdk-compare-topologies-ref"
6177     - title: "2n-skx"
6178       data-set: "dpdk-compare-topologies-cmp"
6179   comparisons:
6180     - title: "Diff"
6181       reference: 1
6182       compare: 2
6183   legend:
6184     - "Legend to Table"
6185     - "3n-skx, 2n-skx - topologies tested."
6186     - "Diff - difference between 3n-skx and 2n-skx topologies."
6187
6188 # Detailed Test Results - DPDK Performance Results 3n-hsw
6189 - type: "table"
6190   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6191   algorithm: "table_merged_details"
6192   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6193   columns:
6194     - title: " |prein| Test Name |preout| "
6195       data: "data name"
6196     - 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| "
6197       data: "data msg"
6198   data: "dpdk-perf-results-3n-hsw"
6199   filter: "all"
6200   parameters:
6201   - "name"
6202   - "parent"
6203   - "msg"
6204
6205 # Detailed Test Results - DPDK Performance Results 3n-skx
6206 - type: "table"
6207   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6208   algorithm: "table_merged_details"
6209   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6210   columns:
6211     - title: " |prein| Test Name |preout| "
6212       data: "data name"
6213     - 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| "
6214       data: "data msg"
6215   data: "dpdk-perf-results-3n-skx"
6216   filter: "all"
6217   remove-ndr: True  # Temporary solution: remove NDR results from test message
6218   parameters:
6219   - "name"
6220   - "parent"
6221   - "msg"
6222
6223 # Detailed Test Results - DPDK Performance Results 2n-skx
6224 - type: "table"
6225   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6226   algorithm: "table_merged_details"
6227   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6228   columns:
6229     - title: " |prein| Test Name |preout| "
6230       data: "data name"
6231     - 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| "
6232       data: "data msg"
6233   data: "dpdk-perf-results-2n-skx"
6234   filter: "all"
6235   remove-ndr: True  # Temporary solution: remove NDR results from test message
6236   parameters:
6237   - "name"
6238   - "parent"
6239   - "msg"
6240
6241 # Detailed Test Results - DPDK Performance Results 2n-clx
6242 - type: "table"
6243   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6244   algorithm: "table_merged_details"
6245   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6246   columns:
6247     - title: " |prein| Test Name |preout| "
6248       data: "data name"
6249     - 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| "
6250       data: "data msg"
6251   data: "dpdk-perf-results-2n-clx"
6252   filter: "all"
6253   parameters:
6254   - "name"
6255   - "parent"
6256   - "msg"
6257
6258 # Detailed Test Results - DPDK Performance Results 2n-dnv
6259 - type: "table"
6260   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6261   algorithm: "table_merged_details"
6262   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6263   columns:
6264     - title: " |prein| Test Name |preout| "
6265       data: "data name"
6266     - 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| "
6267       data: "data msg"
6268   data: "dpdk-perf-results-2n-dnv"
6269   filter: "all"
6270   parameters:
6271   - "name"
6272   - "parent"
6273   - "msg"
6274
6275 # Detailed Test Results - DPDK Performance Results 3n-dnv
6276 - type: "table"
6277   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6278   algorithm: "table_merged_details"
6279   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6280   columns:
6281     - title: " |prein| Test Name |preout| "
6282       data: "data name"
6283     - 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| "
6284       data: "data msg"
6285   data: "dpdk-perf-results-3n-dnv"
6286   filter: "all"
6287   parameters:
6288   - "name"
6289   - "parent"
6290   - "msg"
6291
6292 # Detailed Test Results - DPDK Performance Results 3n-tsh
6293 - type: "table"
6294   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6295   algorithm: "table_merged_details"
6296   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6297   columns:
6298     - title: " |prein| Test Name |preout| "
6299       data: "data name"
6300     - 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| "
6301       data: "data msg"
6302   data: "dpdk-perf-results-3n-tsh"
6303   filter: "all"
6304   parameters:
6305   - "name"
6306   - "parent"
6307   - "msg"
6308
6309 ################################################################################
6310 ###                                F I L E S                                 ###
6311 ################################################################################
6312
6313 # VPP Performance Results
6314 - type: "file"
6315   title: "VPP Performance Results"
6316   algorithm: "file_details_split"
6317   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6318   dir-tables:
6319     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6320     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6321     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6322     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6323     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6324     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6325     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6326   data:
6327     - "vpp-perf-results-2n-skx"
6328     - "vpp-perf-results-3n-skx"
6329     - "vpp-perf-results-2n-clx"
6330     - "vpp-perf-results-3n-hsw"
6331     - "vpp-perf-results-3n-tsh"
6332     - "vpp-perf-results-2n-dnv"
6333     - "vpp-perf-results-3n-dnv"
6334   filter: "all"
6335   data-start-level: 4
6336   order-chapters:
6337     level-1:
6338       - "l2"
6339       - "ip4"
6340       - "ip6"
6341       - "srv6"
6342       - "ip4_tunnels"
6343       - "ip6_tunnels"
6344       - "vm_vhost"
6345       - "container_memif"
6346       - "crypto"
6347       - "vts"
6348       - "lb"
6349       - "nfv_density"
6350       - "hoststack"
6351     level-2:
6352       - "2n-skx"
6353       - "3n-skx"
6354       - "2n-clx"
6355       - "3n-hsw"
6356       - "3n-tsh"
6357       - "2n-dnv"
6358       - "3n-dnv"
6359     level-3:
6360       - "xl710"
6361       - "x520"
6362       - "xxv710"
6363       - "x710"
6364       - "x553"
6365       - "cx556a"
6366       - "vic1227"
6367       - "vic1385"
6368
6369 # VPP Performance Configuration
6370 - type: "file"
6371   title: "VPP Performance Configuration"
6372   algorithm: "file_details_split"
6373   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6374   dir-tables:
6375     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6376     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6377     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6378     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6379     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6380     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6381     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6382   data:
6383     - "vpp-perf-results-2n-skx"
6384     - "vpp-perf-results-3n-skx"
6385     - "vpp-perf-results-2n-clx"
6386     - "vpp-perf-results-3n-hsw"
6387     - "vpp-perf-results-3n-tsh"
6388     - "vpp-perf-results-2n-dnv"
6389     - "vpp-perf-results-3n-dnv"
6390   filter: "all"
6391   data-start-level: 4
6392   order-chapters:
6393     level-1:
6394       - "l2"
6395       - "ip4"
6396       - "ip6"
6397       - "srv6"
6398       - "ip4_tunnels"
6399       - "ip6_tunnels"
6400       - "vm_vhost"
6401       - "container_memif"
6402       - "crypto"
6403       - "vts"
6404       - "lb"
6405       - "nfv_density"
6406       - "hoststack"
6407     level-2:
6408       - "2n-skx"
6409       - "3n-skx"
6410       - "2n-clx"
6411       - "3n-hsw"
6412       - "3n-tsh"
6413       - "2n-dnv"
6414       - "3n-dnv"
6415     level-3:
6416       - "xl710"
6417       - "x520"
6418       - "xxv710"
6419       - "x710"
6420       - "x553"
6421       - "cx556a"
6422       - "vic1227"
6423       - "vic1385"
6424
6425 # VPP Performance Operational
6426 - type: "file"
6427   title: "VPP Performance Operational"
6428   algorithm: "file_details_split_html"
6429   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6430   dir-tables:
6431     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6432     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6433     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6434     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6435     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6436     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6437     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6438   data:
6439     - "vpp-perf-results-2n-skx"
6440     - "vpp-perf-results-3n-skx"
6441     - "vpp-perf-results-2n-clx"
6442     - "vpp-perf-results-3n-hsw"
6443     - "vpp-perf-results-3n-tsh"
6444     - "vpp-perf-results-2n-dnv"
6445     - "vpp-perf-results-3n-dnv"
6446   filter: "all"
6447   data-start-level: 4
6448   order-chapters:
6449     level-1:
6450       - "l2"
6451       - "ip4"
6452       - "ip6"
6453       - "srv6"
6454       - "ip4_tunnels"
6455       - "ip6_tunnels"
6456       - "vm_vhost"
6457       - "container_memif"
6458       - "crypto"
6459       - "vts"
6460       - "lb"
6461       - "nfv_density"
6462       - "hoststack"
6463     level-2:
6464       - "2n-skx"
6465       - "3n-skx"
6466       - "2n-clx"
6467       - "3n-hsw"
6468       - "3n-tsh"
6469       - "2n-dnv"
6470       - "3n-dnv"
6471     level-3:
6472       - "xl710"
6473       - "x520"
6474       - "xxv710"
6475       - "x710"
6476       - "x553"
6477       - "cx556a"
6478       - "vic1227"
6479       - "vic1385"
6480
6481 # VPP MRR Results
6482 - type: "file"
6483   title: "VPP MRR Results"
6484   algorithm: "file_details_split"
6485   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6486   dir-tables:
6487     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6488     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6489     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6490     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6491     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6492     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6493     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6494   data:
6495     - "vpp-mrr-results-2n-skx"
6496     - "vpp-mrr-results-3n-skx"
6497     - "vpp-mrr-results-2n-clx"
6498     - "vpp-mrr-results-3n-hsw"
6499     - "vpp-mrr-results-3n-tsh"
6500     - "vpp-mrr-results-2n-dnv"
6501     - "vpp-mrr-results-3n-dnv"
6502   filter: "all"
6503   data-start-level: 4
6504   order-chapters:
6505     level-1:
6506       - "l2"
6507       - "ip4"
6508       - "ip6"
6509       - "srv6"
6510       - "ip4_tunnels"
6511       - "ip6_tunnels"
6512       - "vm_vhost"
6513       - "container_memif"
6514       - "crypto"
6515       - "vts"
6516       - "lb"
6517       - "nfv_density"
6518       - "hoststack"
6519     level-2:
6520       - "2n-skx"
6521       - "3n-skx"
6522       - "2n-clx"
6523       - "3n-hsw"
6524       - "3n-tsh"
6525       - "2n-dnv"
6526       - "3n-dnv"
6527     level-3:
6528       - "xl710"
6529       - "x520"
6530       - "xxv710"
6531       - "x710"
6532       - "x553"
6533       - "cx556a"
6534       - "vic1227"
6535       - "vic1385"
6536
6537 # VPP MRR Configuration
6538 - type: "file"
6539   title: "VPP MRR Configuration"
6540   algorithm: "file_details_split"
6541   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6542   dir-tables:
6543     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6544     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6545     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6546     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6547     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6548     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6549     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6550   data:
6551     - "vpp-mrr-results-2n-skx"
6552     - "vpp-mrr-results-3n-skx"
6553     - "vpp-mrr-results-2n-clx"
6554     - "vpp-mrr-results-3n-hsw"
6555     - "vpp-mrr-results-3n-tsh"
6556     - "vpp-mrr-results-2n-dnv"
6557     - "vpp-mrr-results-3n-dnv"
6558   filter: "all"
6559   data-start-level: 4
6560   order-chapters:
6561     level-1:
6562       - "l2"
6563       - "ip4"
6564       - "ip6"
6565       - "srv6"
6566       - "ip4_tunnels"
6567       - "ip6_tunnels"
6568       - "vm_vhost"
6569       - "container_memif"
6570       - "crypto"
6571       - "vts"
6572       - "lb"
6573       - "nfv_density"
6574       - "hoststack"
6575     level-2:
6576       - "2n-skx"
6577       - "3n-skx"
6578       - "2n-clx"
6579       - "3n-hsw"
6580       - "3n-tsh"
6581       - "2n-dnv"
6582       - "3n-dnv"
6583     level-3:
6584       - "xl710"
6585       - "x520"
6586       - "xxv710"
6587       - "x710"
6588       - "x553"
6589       - "cx556a"
6590       - "vic1227"
6591       - "vic1385"
6592
6593 # VPP Device Results - Ubuntu
6594 - type: "file"
6595   title: "VPP Device Results - Ubuntu"
6596   algorithm: "file_test_results"
6597   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6598   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6599   data: "vpp-device-results-ubuntu"
6600   filter: "all"
6601   data-start-level: 4
6602
6603 # VPP Device Configuration - Ubuntu
6604 - type: "file"
6605   title: "VPP Device Configuration - Ubuntu"
6606   algorithm: "file_test_results"
6607   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6608   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6609   data: "vpp-device-results-ubuntu"
6610   filter: "all"
6611   data-start-level: 4
6612
6613 # DPDK Performance Results 3n-hsw
6614 - type: "file"
6615   title: "DPDK Performance Results 3n-hsw"
6616   algorithm: "file_test_results"
6617   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6618   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6619   data: "dpdk-perf-results-3n-hsw"
6620   filter: "all"
6621   data-start-level: 4
6622
6623 # DPDK Performance Results 3n-skx
6624 - type: "file"
6625   title: "DPDK Performance Results 3n-skx"
6626   algorithm: "file_test_results"
6627   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6628   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6629   data: "dpdk-perf-results-3n-skx"
6630   filter: "all"
6631   data-start-level: 4
6632
6633 # DPDK Performance Results 2n-skx
6634 - type: "file"
6635   title: "DPDK Performance Results 2n-skx"
6636   algorithm: "file_test_results"
6637   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6638   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6639   data: "dpdk-perf-results-2n-skx"
6640   filter: "all"
6641   data-start-level: 4
6642
6643 # DPDK Performance Results 2n-clx
6644 - type: "file"
6645   title: "DPDK Performance Results 2n-clx"
6646   algorithm: "file_test_results"
6647   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6648   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6649   data: "dpdk-perf-results-2n-clx"
6650   filter: "all"
6651   data-start-level: 4
6652
6653 # DPDK Performance Results 2n-dnv
6654 - type: "file"
6655   title: "DPDK Performance Results 2n-dnv"
6656   algorithm: "file_test_results"
6657   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6658   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6659   data: "dpdk-perf-results-2n-dnv"
6660   filter: "all"
6661   data-start-level: 4
6662
6663 # DPDK Performance Results 3n-dnv
6664 - type: "file"
6665   title: "DPDK Performance Results 3n-dnv"
6666   algorithm: "file_test_results"
6667   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6668   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6669   data: "dpdk-perf-results-3n-dnv"
6670   filter: "all"
6671   data-start-level: 4
6672
6673 # DPDK Performance Results 3n-tsh
6674 - type: "file"
6675   title: "DPDK Performance Results 3n-tsh"
6676   algorithm: "file_test_results"
6677   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6678   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6679   data: "dpdk-perf-results-3n-tsh"
6680   filter: "all"
6681   data-start-level: 4
6682
6683 ################################################################################
6684 ###                                P L O T S                                 ###
6685 ################################################################################
6686
6687 # Hoststack tests 3n-hsw
6688
6689 - type: "plot"
6690   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6691   algorithm: "plot_perf_box_name"
6692   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6693   data: "plot-vpp-hoststack-3n-hsw"
6694   include:
6695     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6696     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6697   layout:
6698     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6699     layout: "plot-hoststack"
6700
6701 - type: "plot"
6702   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6703   algorithm: "plot_perf_box_name"
6704   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6705   data: "plot-vpp-hoststack-3n-hsw"
6706   include:
6707     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6708     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6709   layout:
6710     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6711     layout: "plot-hoststack"
6712
6713 - type: "plot"
6714   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6715   algorithm: "plot_perf_box_name"
6716   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6717   data: "plot-vpp-hoststack-3n-hsw"
6718   include:
6719     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6720     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6721     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6722     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6723   layout:
6724     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6725     layout: "plot-hoststack"
6726
6727 # Plots VPP HTTP Server Performance
6728 - type: "plot"
6729   title: "VPP HTTP Server Performance"
6730   algorithm: "plot_http_server_perf_box"
6731   output-file-type: ".html"
6732   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6733   data:
6734     "plot-vpp-http-server-performance"
6735   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6736   parameters:
6737   - "result"
6738   - "name"
6739   traces:
6740     hoverinfo: "y+name"
6741     boxpoints: "outliers"
6742     whiskerwidth: 0
6743   layout:
6744     title: "VPP HTTP Server Performance"
6745     layout:
6746       "plot-cps"
6747
6748 - type: "plot"
6749   title: "VPP HTTP Server Performance"
6750   algorithm: "plot_http_server_perf_box"
6751   output-file-type: ".html"
6752   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6753   data:
6754     "plot-vpp-http-server-performance"
6755   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6756   parameters:
6757   - "result"
6758   - "name"
6759   traces:
6760     hoverinfo: "y+name"
6761     boxpoints: "outliers"
6762     whiskerwidth: 0
6763   layout:
6764     title: "VPP HTTP Server Performance"
6765     layout:
6766       "plot-rps"
6767
6768 ################################################################################
6769
6770 # Soak Test (PLRsearch), boxes - 2n-clx
6771 - type: "plot"
6772   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6773   algorithm: "plot_perf_box_name"
6774   output-file-type: ".html"
6775   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6776   data: "plot-vpp-soak-2n-clx"
6777   include:
6778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6784   layout:
6785     title: "30 Minutes Soak Test (PLRsearch)"
6786     layout: "plot-soak-throughput"
6787
6788 # Soak Test (PLRsearch), boxes - 2n-clx
6789 - type: "plot"
6790   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6791   algorithm: "plot_perf_box_name"
6792   output-file-type: ".html"
6793   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6794   data: "plot-vpp-soak-2n-clx"
6795   include:
6796     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6797     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6801     - "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"
6802   layout:
6803     title: "30 Minutes Soak Test (PLRsearch)"
6804     layout: "plot-soak-throughput"
6805
6806 # Soak Test (PLRsearch), boxes - 2n-skx
6807 - type: "plot"
6808   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6809   algorithm: "plot_perf_box_name"
6810   output-file-type: ".html"
6811   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6812   data: "plot-vpp-soak-2n-skx"
6813   include:
6814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6815     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6820   layout:
6821     title: "30 Minutes Soak Test (PLRsearch)"
6822     layout: "plot-soak-throughput"
6823
6824 # Soak Test (PLRsearch), boxes - 2n-skx
6825 - type: "plot"
6826   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6827   algorithm: "plot_perf_box_name"
6828   output-file-type: ".html"
6829   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6830   data: "plot-vpp-soak-2n-skx"
6831   include:
6832     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6833     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6834     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6835     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6837     - "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"
6838   layout:
6839     title: "30 Minutes Soak Test (PLRsearch)"
6840     layout: "plot-soak-throughput"
6841
6842 ###############################################################################
6843
6844 # Reconf tests 2n-skx
6845
6846 - type: "plot"
6847   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6848   algorithm: "plot_nf_reconf_box_name"
6849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6850   data: "plot-vpp-nfv-reconf-2n-skx"
6851   include:
6852     - "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"
6853     - "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"
6854     - "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"
6855     - "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"
6856     - "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"
6857     - "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"
6858   layout:
6859     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6860     layout: "plot-throughput"
6861
6862 - type: "plot"
6863   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6864   algorithm: "plot_nf_reconf_box_name"
6865   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6866   data: "plot-vpp-nfv-reconf-2n-skx"
6867   include:
6868     - "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"
6869     - "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"
6870     - "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"
6871     - "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"
6872     - "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"
6873     - "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"
6874   layout:
6875     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6876     layout: "plot-throughput"
6877
6878 - type: "plot"
6879   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6880   algorithm: "plot_nf_reconf_box_name"
6881   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6882   data: "plot-vpp-nfv-reconf-2n-skx"
6883   include:
6884     - "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"
6885     - "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"
6886     - "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"
6887     - "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"
6888     - "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"
6889     - "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"
6890   layout:
6891     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6892     layout: "plot-throughput"
6893
6894 ###############################################################################
6895
6896 # Reconf tests 2n-clx
6897
6898 - type: "plot"
6899   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6900   algorithm: "plot_nf_reconf_box_name"
6901   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6902   data: "plot-vpp-nfv-reconf-2n-clx"
6903   include:
6904     - "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"
6905     - "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"
6906     - "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"
6907     - "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"
6908   layout:
6909     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6910     layout: "plot-throughput"
6911
6912 - type: "plot"
6913   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6914   algorithm: "plot_nf_reconf_box_name"
6915   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6916   data: "plot-vpp-nfv-reconf-2n-clx"
6917   include:
6918     - "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"
6919     - "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"
6920     - "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"
6921     - "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"
6922   layout:
6923     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6924     layout: "plot-throughput"
6925
6926 - type: "plot"
6927   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6928   algorithm: "plot_nf_reconf_box_name"
6929   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6930   data: "plot-vpp-nfv-reconf-2n-clx"
6931   include:
6932     - "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"
6933     - "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"
6934     - "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"
6935     - "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"
6936   layout:
6937     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6938     layout: "plot-throughput"
6939
6940 ################################################################################
6941 ## Plots - NF Density - VSC - MRR 64b
6942 #- type: "plot"
6943 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6944 #  algorithm: "plot_nf_heatmap"
6945 #  output-file-type: ".html"
6946 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6947 #  data: "plot-vpp-nfv-2n-skx-mrr"
6948 #  filter: "'NIC_Intel-XXV710' and
6949 #           'NF_DENSITY' and
6950 #           'VHOST' and
6951 #           not 'VXLAN' and
6952 #           'CHAIN' and
6953 #           'NF_VPPIP4' and
6954 #           '64B' and
6955 #           '2T1C' and
6956 #           'MRR'"
6957 #  parameters:
6958 #  - "result"
6959 #  - "name"
6960 #  - "tags"
6961 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6962 #  x-axis: "X = VNFs per Service Chain"
6963 #  y-axis: "Y = Number of Service Chains"
6964 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6965 #  layout:
6966 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6967 #    layout: "plot-service-density"
6968 #
6969 #- type: "plot"
6970 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6971 #  algorithm: "plot_nf_heatmap"
6972 #  output-file-type: ".html"
6973 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6974 #  data: "plot-vpp-nfv-2n-skx-mrr"
6975 #  filter: "'NIC_Intel-XXV710' and
6976 #           'NF_DENSITY' and
6977 #           'VHOST' and
6978 #           not 'VXLAN' and
6979 #           'CHAIN' and
6980 #           'NF_VPPIP4' and
6981 #           '64B' and
6982 #           '4T2C' and
6983 #           'MRR'"
6984 #  parameters:
6985 #  - "result"
6986 #  - "name"
6987 #  - "tags"
6988 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6989 #  x-axis: "X = VNFs per Service Chain"
6990 #  y-axis: "Y = Number of Service Chains"
6991 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6992 #  layout:
6993 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6994 #    layout: "plot-service-density"
6995 #
6996 #- type: "plot"
6997 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6998 #  algorithm: "plot_nf_heatmap"
6999 #  output-file-type: ".html"
7000 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7001 #  data: "plot-vpp-nfv-2n-skx-mrr"
7002 #  filter: "'NIC_Intel-XXV710' and
7003 #           'NF_DENSITY' and
7004 #           'VHOST' and
7005 #           not 'VXLAN' and
7006 #           'CHAIN' and
7007 #           'NF_VPPIP4' and
7008 #           '64B' and
7009 #           '8T4C' and
7010 #           'MRR'"
7011 #  parameters:
7012 #  - "result"
7013 #  - "name"
7014 #  - "tags"
7015 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7016 #  x-axis: "X = VNFs per Service Chain"
7017 #  y-axis: "Y = Number of Service Chains"
7018 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7019 #  layout:
7020 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7021 #    layout: "plot-service-density"
7022 #
7023 ## Plots - NF Density - VSC - MRR IMIX
7024 #- type: "plot"
7025 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7026 #  algorithm: "plot_nf_heatmap"
7027 #  output-file-type: ".html"
7028 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7029 #  data: "plot-vpp-nfv-2n-skx-mrr"
7030 #  filter: "'NIC_Intel-XXV710' and
7031 #           'NF_DENSITY' and
7032 #           'VHOST' and
7033 #           not 'VXLAN' and
7034 #           'CHAIN' and
7035 #           'NF_VPPIP4' and
7036 #           'IMIX' and
7037 #           '2T1C' and
7038 #           'MRR'"
7039 #  parameters:
7040 #  - "result"
7041 #  - "name"
7042 #  - "tags"
7043 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7044 #  x-axis: "X = VNFs per Service Chain"
7045 #  y-axis: "Y = Number of Service Chains"
7046 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7047 #  layout:
7048 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7049 #    layout: "plot-service-density"
7050 #
7051 #- type: "plot"
7052 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7053 #  algorithm: "plot_nf_heatmap"
7054 #  output-file-type: ".html"
7055 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7056 #  data: "plot-vpp-nfv-2n-skx-mrr"
7057 #  filter: "'NIC_Intel-XXV710' and
7058 #           'NF_DENSITY' and
7059 #           'VHOST' and
7060 #           not 'VXLAN' and
7061 #           'CHAIN' and
7062 #           'NF_VPPIP4' and
7063 #           'IMIX' and
7064 #           '4T2C' and
7065 #           'MRR'"
7066 #  parameters:
7067 #  - "result"
7068 #  - "name"
7069 #  - "tags"
7070 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7071 #  x-axis: "X = VNFs per Service Chain"
7072 #  y-axis: "Y = Number of Service Chains"
7073 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7074 #  layout:
7075 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7076 #    layout: "plot-service-density"
7077 #
7078 #- type: "plot"
7079 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7080 #  algorithm: "plot_nf_heatmap"
7081 #  output-file-type: ".html"
7082 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7083 #  data: "plot-vpp-nfv-2n-skx-mrr"
7084 #  filter: "'NIC_Intel-XXV710' and
7085 #           'NF_DENSITY' and
7086 #           'VHOST' and
7087 #           not 'VXLAN' and
7088 #           'CHAIN' and
7089 #           'NF_VPPIP4' and
7090 #           'IMIX' and
7091 #           '8T4C' and
7092 #           'MRR'"
7093 #  parameters:
7094 #  - "result"
7095 #  - "name"
7096 #  - "tags"
7097 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7098 #  x-axis: "X = VNFs per Service Chain"
7099 #  y-axis: "Y = Number of Service Chains"
7100 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7101 #  layout:
7102 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7103 #    layout: "plot-service-density"
7104 #
7105 ## Plots - NF Density - VSC - NDR 64b
7106 #- type: "plot"
7107 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7108 #  algorithm: "plot_nf_heatmap"
7109 #  output-file-type: ".html"
7110 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7111 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7112 #  filter: "'NIC_Intel-XXV710' and
7113 #           'NF_DENSITY' and
7114 #           'VHOST' and
7115 #           not 'VXLAN' and
7116 #           'CHAIN' and
7117 #           'NF_VPPIP4' and
7118 #           '64B' and
7119 #           '2T1C' and
7120 #           'NDRPDR'"
7121 #  parameters:
7122 #  - "throughput"
7123 #  - "name"
7124 #  - "tags"
7125 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7126 #  x-axis: "X = VNFs per Service Chain"
7127 #  y-axis: "Y = Number of Service Chains"
7128 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7129 #  layout:
7130 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7131 #    layout: "plot-service-density"
7132 #
7133 #- type: "plot"
7134 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7135 #  algorithm: "plot_nf_heatmap"
7136 #  output-file-type: ".html"
7137 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7138 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7139 #  filter: "'NIC_Intel-XXV710' and
7140 #           'NF_DENSITY' and
7141 #           'VHOST' and
7142 #           not 'VXLAN' and
7143 #           'CHAIN' and
7144 #           'NF_VPPIP4' and
7145 #           '64B' and
7146 #           '4T2C' and
7147 #           'NDRPDR'"
7148 #  parameters:
7149 #  - "throughput"
7150 #  - "name"
7151 #  - "tags"
7152 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7153 #  x-axis: "X = VNFs per Service Chain"
7154 #  y-axis: "Y = Number of Service Chains"
7155 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7156 #  layout:
7157 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7158 #    layout: "plot-service-density"
7159 #
7160 #- type: "plot"
7161 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7162 #  algorithm: "plot_nf_heatmap"
7163 #  output-file-type: ".html"
7164 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7165 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7166 #  filter: "'NIC_Intel-XXV710' and
7167 #           'NF_DENSITY' and
7168 #           'VHOST' and
7169 #           not 'VXLAN' and
7170 #           'CHAIN' and
7171 #           'NF_VPPIP4' and
7172 #           '64B' and
7173 #           '8T4C' and
7174 #           'NDRPDR'"
7175 #  parameters:
7176 #  - "throughput"
7177 #  - "name"
7178 #  - "tags"
7179 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7180 #  x-axis: "X = VNFs per Service Chain"
7181 #  y-axis: "Y = Number of Service Chains"
7182 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7183 #  layout:
7184 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7185 #    layout: "plot-service-density"
7186 #
7187 ## Plots - NF Density - VSC - NDR IMIX
7188 #- type: "plot"
7189 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7190 #  algorithm: "plot_nf_heatmap"
7191 #  output-file-type: ".html"
7192 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7193 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7194 #  filter: "'NIC_Intel-XXV710' and
7195 #           'NF_DENSITY' and
7196 #           'VHOST' and
7197 #           not 'VXLAN' and
7198 #           'CHAIN' and
7199 #           'NF_VPPIP4' and
7200 #           'IMIX' and
7201 #           '2T1C' and
7202 #           'NDRPDR'"
7203 #  parameters:
7204 #  - "throughput"
7205 #  - "name"
7206 #  - "tags"
7207 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7208 #  x-axis: "X = VNFs per Service Chain"
7209 #  y-axis: "Y = Number of Service Chains"
7210 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7211 #  layout:
7212 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7213 #    layout: "plot-service-density"
7214 #
7215 #- type: "plot"
7216 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7217 #  algorithm: "plot_nf_heatmap"
7218 #  output-file-type: ".html"
7219 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7220 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7221 #  filter: "'NIC_Intel-XXV710' and
7222 #           'NF_DENSITY' and
7223 #           'VHOST' and
7224 #           not 'VXLAN' and
7225 #           'CHAIN' and
7226 #           'NF_VPPIP4' and
7227 #           'IMIX' and
7228 #           '4T2C' and
7229 #           'NDRPDR'"
7230 #  parameters:
7231 #  - "throughput"
7232 #  - "name"
7233 #  - "tags"
7234 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7235 #  x-axis: "X = VNFs per Service Chain"
7236 #  y-axis: "Y = Number of Service Chains"
7237 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7238 #  layout:
7239 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7240 #    layout: "plot-service-density"
7241 #
7242 #- type: "plot"
7243 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7244 #  algorithm: "plot_nf_heatmap"
7245 #  output-file-type: ".html"
7246 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7247 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7248 #  filter: "'NIC_Intel-XXV710' and
7249 #           'NF_DENSITY' and
7250 #           'VHOST' and
7251 #           not 'VXLAN' and
7252 #           'CHAIN' and
7253 #           'NF_VPPIP4' and
7254 #           'IMIX' and
7255 #           '8T4C' and
7256 #           'NDRPDR'"
7257 #  parameters:
7258 #  - "throughput"
7259 #  - "name"
7260 #  - "tags"
7261 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7262 #  x-axis: "X = VNFs per Service Chain"
7263 #  y-axis: "Y = Number of Service Chains"
7264 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7265 #  layout:
7266 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7267 #    layout: "plot-service-density"
7268 #
7269 ## Plots - NF Density - VSC - PDR 64b
7270 #- type: "plot"
7271 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7272 #  algorithm: "plot_nf_heatmap"
7273 #  output-file-type: ".html"
7274 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7275 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7276 #  filter: "'NIC_Intel-XXV710' and
7277 #           'NF_DENSITY' and
7278 #           'VHOST' and
7279 #           not 'VXLAN' and
7280 #           'CHAIN' and
7281 #           'NF_VPPIP4' and
7282 #           '64B' and
7283 #           '2T1C' and
7284 #           'NDRPDR'"
7285 #  parameters:
7286 #  - "throughput"
7287 #  - "name"
7288 #  - "tags"
7289 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7290 #  x-axis: "X = VNFs per Service Chain"
7291 #  y-axis: "Y = Number of Service Chains"
7292 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7293 #  layout:
7294 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7295 #    layout: "plot-service-density"
7296 #
7297 #- type: "plot"
7298 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7299 #  algorithm: "plot_nf_heatmap"
7300 #  output-file-type: ".html"
7301 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7302 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7303 #  filter: "'NIC_Intel-XXV710' and
7304 #           'NF_DENSITY' and
7305 #           'VHOST' and
7306 #           not 'VXLAN' and
7307 #           'CHAIN' and
7308 #           'NF_VPPIP4' and
7309 #           '64B' and
7310 #           '4T2C' and
7311 #           'NDRPDR'"
7312 #  parameters:
7313 #  - "throughput"
7314 #  - "name"
7315 #  - "tags"
7316 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7317 #  x-axis: "X = VNFs per Service Chain"
7318 #  y-axis: "Y = Number of Service Chains"
7319 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7320 #  layout:
7321 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7322 #    layout: "plot-service-density"
7323 #
7324 #- type: "plot"
7325 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7326 #  algorithm: "plot_nf_heatmap"
7327 #  output-file-type: ".html"
7328 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7329 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7330 #  filter: "'NIC_Intel-XXV710' and
7331 #           'NF_DENSITY' and
7332 #           'VHOST' and
7333 #           not 'VXLAN' and
7334 #           'CHAIN' and
7335 #           'NF_VPPIP4' and
7336 #           '64B' and
7337 #           '8T4C' and
7338 #           'NDRPDR'"
7339 #  parameters:
7340 #  - "throughput"
7341 #  - "name"
7342 #  - "tags"
7343 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7344 #  x-axis: "X = VNFs per Service Chain"
7345 #  y-axis: "Y = Number of Service Chains"
7346 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7347 #  layout:
7348 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7349 #    layout: "plot-service-density"
7350 #
7351 ## Plots - NF Density - VSC - PDR IMIX
7352 #- type: "plot"
7353 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7354 #  algorithm: "plot_nf_heatmap"
7355 #  output-file-type: ".html"
7356 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7357 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7358 #  filter: "'NIC_Intel-XXV710' and
7359 #           'NF_DENSITY' and
7360 #           'VHOST' and
7361 #           not 'VXLAN' and
7362 #           'CHAIN' and
7363 #           'NF_VPPIP4' and
7364 #           'IMIX' and
7365 #           '2T1C' and
7366 #           'NDRPDR'"
7367 #  parameters:
7368 #  - "throughput"
7369 #  - "name"
7370 #  - "tags"
7371 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7372 #  x-axis: "X = VNFs per Service Chain"
7373 #  y-axis: "Y = Number of Service Chains"
7374 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7375 #  layout:
7376 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7377 #    layout: "plot-service-density"
7378 #
7379 #- type: "plot"
7380 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7381 #  algorithm: "plot_nf_heatmap"
7382 #  output-file-type: ".html"
7383 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7384 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7385 #  filter: "'NIC_Intel-XXV710' and
7386 #           'NF_DENSITY' and
7387 #           'VHOST' and
7388 #           not 'VXLAN' and
7389 #           'CHAIN' and
7390 #           'NF_VPPIP4' and
7391 #           'IMIX' and
7392 #           '4T2C' and
7393 #           'NDRPDR'"
7394 #  parameters:
7395 #  - "throughput"
7396 #  - "name"
7397 #  - "tags"
7398 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7399 #  x-axis: "X = VNFs per Service Chain"
7400 #  y-axis: "Y = Number of Service Chains"
7401 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7402 #  layout:
7403 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7404 #    layout: "plot-service-density"
7405 #
7406 #- type: "plot"
7407 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7408 #  algorithm: "plot_nf_heatmap"
7409 #  output-file-type: ".html"
7410 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7411 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7412 #  filter: "'NIC_Intel-XXV710' and
7413 #           'NF_DENSITY' and
7414 #           'VHOST' and
7415 #           not 'VXLAN' and
7416 #           'CHAIN' and
7417 #           'NF_VPPIP4' and
7418 #           'IMIX' and
7419 #           '8T4C' and
7420 #           'NDRPDR'"
7421 #  parameters:
7422 #  - "throughput"
7423 #  - "name"
7424 #  - "tags"
7425 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7426 #  x-axis: "X = VNFs per Service Chain"
7427 #  y-axis: "Y = Number of Service Chains"
7428 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7429 #  layout:
7430 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7431 #    layout: "plot-service-density"
7432 #
7433 ################################################################################
7434 ## Plots - NF Density - VSC - MRR 64b
7435 #- type: "plot"
7436 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7437 #  algorithm: "plot_nf_heatmap"
7438 #  output-file-type: ".html"
7439 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7440 #  data: "plot-vpp-nfv-2n-skx-mrr"
7441 #  filter: "'NIC_Intel-XXV710' and
7442 #           'NF_DENSITY' and
7443 #           'VHOST' and
7444 #           'VXLAN' and
7445 #           'CHAIN' and
7446 #           '118' and
7447 #           '2T1C' and
7448 #           'MRR'"
7449 #  parameters:
7450 #  - "result"
7451 #  - "name"
7452 #  - "tags"
7453 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7454 #  x-axis: "X = VNFs per Service Chain"
7455 #  y-axis: "Y = Number of Service Chains"
7456 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7457 #  layout:
7458 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7459 #    layout: "plot-service-density"
7460 #
7461 #- type: "plot"
7462 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7463 #  algorithm: "plot_nf_heatmap"
7464 #  output-file-type: ".html"
7465 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7466 #  data: "plot-vpp-nfv-2n-skx-mrr"
7467 #  filter: "'NIC_Intel-XXV710' and
7468 #           'NF_DENSITY' and
7469 #           'VHOST' and
7470 #           'VXLAN' and
7471 #           'CHAIN' and
7472 #           '118' and
7473 #           '4T2C' and
7474 #           'MRR'"
7475 #  parameters:
7476 #  - "result"
7477 #  - "name"
7478 #  - "tags"
7479 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7480 #  x-axis: "X = VNFs per Service Chain"
7481 #  y-axis: "Y = Number of Service Chains"
7482 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7483 #  layout:
7484 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7485 #    layout: "plot-service-density"
7486 #
7487 #- type: "plot"
7488 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7489 #  algorithm: "plot_nf_heatmap"
7490 #  output-file-type: ".html"
7491 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7492 #  data: "plot-vpp-nfv-2n-skx-mrr"
7493 #  filter: "'NIC_Intel-XXV710' and
7494 #           'NF_DENSITY' and
7495 #           'VHOST' and
7496 #           'VXLAN' and
7497 #           'CHAIN' and
7498 #           '118' and
7499 #           '8T4C' and
7500 #           'MRR'"
7501 #  parameters:
7502 #  - "result"
7503 #  - "name"
7504 #  - "tags"
7505 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7506 #  x-axis: "X = VNFs per Service Chain"
7507 #  y-axis: "Y = Number of Service Chains"
7508 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7509 #  layout:
7510 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7511 #    layout: "plot-service-density"
7512 #
7513 ## Plots - NF Density - VSC - MRR IMIX
7514 #- type: "plot"
7515 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7516 #  algorithm: "plot_nf_heatmap"
7517 #  output-file-type: ".html"
7518 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7519 #  data: "plot-vpp-nfv-2n-skx-mrr"
7520 #  filter: "'NIC_Intel-XXV710' and
7521 #           'NF_DENSITY' and
7522 #           'VHOST' and
7523 #           'VXLAN' and
7524 #           'CHAIN' and
7525 #           'IMIX' and
7526 #           '2T1C' and
7527 #           'MRR'"
7528 #  parameters:
7529 #  - "result"
7530 #  - "name"
7531 #  - "tags"
7532 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7533 #  x-axis: "X = VNFs per Service Chain"
7534 #  y-axis: "Y = Number of Service Chains"
7535 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7536 #  layout:
7537 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7538 #    layout: "plot-service-density"
7539 #
7540 #- type: "plot"
7541 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7542 #  algorithm: "plot_nf_heatmap"
7543 #  output-file-type: ".html"
7544 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7545 #  data: "plot-vpp-nfv-2n-skx-mrr"
7546 #  filter: "'NIC_Intel-XXV710' and
7547 #           'NF_DENSITY' and
7548 #           'VHOST' and
7549 #           'VXLAN' and
7550 #           'CHAIN' and
7551 #           'IMIX' and
7552 #           '4T2C' and
7553 #           'MRR'"
7554 #  parameters:
7555 #  - "result"
7556 #  - "name"
7557 #  - "tags"
7558 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7559 #  x-axis: "X = VNFs per Service Chain"
7560 #  y-axis: "Y = Number of Service Chains"
7561 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7562 #  layout:
7563 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7564 #    layout: "plot-service-density"
7565 #
7566 #- type: "plot"
7567 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7568 #  algorithm: "plot_nf_heatmap"
7569 #  output-file-type: ".html"
7570 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7571 #  data: "plot-vpp-nfv-2n-skx-mrr"
7572 #  filter: "'NIC_Intel-XXV710' and
7573 #           'NF_DENSITY' and
7574 #           'VHOST' and
7575 #           'VXLAN' and
7576 #           'CHAIN' and
7577 #           'IMIX' and
7578 #           '8T4C' and
7579 #           'MRR'"
7580 #  parameters:
7581 #  - "result"
7582 #  - "name"
7583 #  - "tags"
7584 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7585 #  x-axis: "X = VNFs per Service Chain"
7586 #  y-axis: "Y = Number of Service Chains"
7587 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7588 #  layout:
7589 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7590 #    layout: "plot-service-density"
7591 #
7592 ## Plots - NF Density - VSC - NDR 64b
7593 #- type: "plot"
7594 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7595 #  algorithm: "plot_nf_heatmap"
7596 #  output-file-type: ".html"
7597 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7598 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7599 #  filter: "'NIC_Intel-XXV710' and
7600 #           'NF_DENSITY' and
7601 #           'VHOST' and
7602 #           'VXLAN' and
7603 #           'CHAIN' and
7604 #           '118' and
7605 #           '2T1C' and
7606 #           'NDRPDR'"
7607 #  parameters:
7608 #  - "throughput"
7609 #  - "name"
7610 #  - "tags"
7611 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7612 #  x-axis: "X = VNFs per Service Chain"
7613 #  y-axis: "Y = Number of Service Chains"
7614 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7615 #  layout:
7616 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7617 #    layout: "plot-service-density"
7618 #
7619 #- type: "plot"
7620 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7621 #  algorithm: "plot_nf_heatmap"
7622 #  output-file-type: ".html"
7623 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7624 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7625 #  filter: "'NIC_Intel-XXV710' and
7626 #           'NF_DENSITY' and
7627 #           'VHOST' and
7628 #           'VXLAN' and
7629 #           'CHAIN' and
7630 #           '118' and
7631 #           '4T2C' and
7632 #           'NDRPDR'"
7633 #  parameters:
7634 #  - "throughput"
7635 #  - "name"
7636 #  - "tags"
7637 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7638 #  x-axis: "X = VNFs per Service Chain"
7639 #  y-axis: "Y = Number of Service Chains"
7640 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7641 #  layout:
7642 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7643 #    layout: "plot-service-density"
7644 #
7645 #- type: "plot"
7646 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7647 #  algorithm: "plot_nf_heatmap"
7648 #  output-file-type: ".html"
7649 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7650 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7651 #  filter: "'NIC_Intel-XXV710' and
7652 #           'NF_DENSITY' and
7653 #           'VHOST' and
7654 #           'VXLAN' and
7655 #           'CHAIN' and
7656 #           '118' and
7657 #           '8T4C' and
7658 #           'NDRPDR'"
7659 #  parameters:
7660 #  - "throughput"
7661 #  - "name"
7662 #  - "tags"
7663 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7664 #  x-axis: "X = VNFs per Service Chain"
7665 #  y-axis: "Y = Number of Service Chains"
7666 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7667 #  layout:
7668 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7669 #    layout: "plot-service-density"
7670 #
7671 ## Plots - NF Density - VSC - NDR IMIX
7672 #- type: "plot"
7673 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7674 #  algorithm: "plot_nf_heatmap"
7675 #  output-file-type: ".html"
7676 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7677 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7678 #  filter: "'NIC_Intel-XXV710' and
7679 #           'NF_DENSITY' and
7680 #           'VHOST' and
7681 #           'VXLAN' and
7682 #           'CHAIN' and
7683 #           'IMIX' and
7684 #           '2T1C' and
7685 #           'NDRPDR'"
7686 #  parameters:
7687 #  - "throughput"
7688 #  - "name"
7689 #  - "tags"
7690 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7691 #  x-axis: "X = VNFs per Service Chain"
7692 #  y-axis: "Y = Number of Service Chains"
7693 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7694 #  layout:
7695 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7696 #    layout: "plot-service-density"
7697 #
7698 #- type: "plot"
7699 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7700 #  algorithm: "plot_nf_heatmap"
7701 #  output-file-type: ".html"
7702 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7703 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7704 #  filter: "'NIC_Intel-XXV710' and
7705 #           'NF_DENSITY' and
7706 #           'VHOST' and
7707 #           'VXLAN' and
7708 #           'CHAIN' and
7709 #           'IMIX' and
7710 #           '4T2C' and
7711 #           'NDRPDR'"
7712 #  parameters:
7713 #  - "throughput"
7714 #  - "name"
7715 #  - "tags"
7716 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7717 #  x-axis: "X = VNFs per Service Chain"
7718 #  y-axis: "Y = Number of Service Chains"
7719 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7720 #  layout:
7721 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7722 #    layout: "plot-service-density"
7723 #
7724 #- type: "plot"
7725 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7726 #  algorithm: "plot_nf_heatmap"
7727 #  output-file-type: ".html"
7728 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7729 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7730 #  filter: "'NIC_Intel-XXV710' and
7731 #           'NF_DENSITY' and
7732 #           'VHOST' and
7733 #           'VXLAN' and
7734 #           'CHAIN' and
7735 #           'IMIX' and
7736 #           '8T4C' and
7737 #           'NDRPDR'"
7738 #  parameters:
7739 #  - "throughput"
7740 #  - "name"
7741 #  - "tags"
7742 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7743 #  x-axis: "X = VNFs per Service Chain"
7744 #  y-axis: "Y = Number of Service Chains"
7745 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7746 #  layout:
7747 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7748 #    layout: "plot-service-density"
7749 #
7750 ## Plots - NF Density - VSC - PDR 64b
7751 #- type: "plot"
7752 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7753 #  algorithm: "plot_nf_heatmap"
7754 #  output-file-type: ".html"
7755 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7756 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7757 #  filter: "'NIC_Intel-XXV710' and
7758 #           'NF_DENSITY' and
7759 #           'VHOST' and
7760 #           'VXLAN' and
7761 #           'CHAIN' and
7762 #           '118' and
7763 #           '2T1C' and
7764 #           'NDRPDR'"
7765 #  parameters:
7766 #  - "throughput"
7767 #  - "name"
7768 #  - "tags"
7769 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7770 #  x-axis: "X = VNFs per Service Chain"
7771 #  y-axis: "Y = Number of Service Chains"
7772 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7773 #  layout:
7774 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7775 #    layout: "plot-service-density"
7776 #
7777 #- type: "plot"
7778 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7779 #  algorithm: "plot_nf_heatmap"
7780 #  output-file-type: ".html"
7781 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7782 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7783 #  filter: "'NIC_Intel-XXV710' and
7784 #           'NF_DENSITY' and
7785 #           'VHOST' and
7786 #           'VXLAN' and
7787 #           'CHAIN' and
7788 #           '118' and
7789 #           '4T2C' and
7790 #           'NDRPDR'"
7791 #  parameters:
7792 #  - "throughput"
7793 #  - "name"
7794 #  - "tags"
7795 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7796 #  x-axis: "X = VNFs per Service Chain"
7797 #  y-axis: "Y = Number of Service Chains"
7798 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7799 #  layout:
7800 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7801 #    layout: "plot-service-density"
7802 #
7803 #- type: "plot"
7804 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7805 #  algorithm: "plot_nf_heatmap"
7806 #  output-file-type: ".html"
7807 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7808 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7809 #  filter: "'NIC_Intel-XXV710' and
7810 #           'NF_DENSITY' and
7811 #           'VHOST' and
7812 #           'VXLAN' and
7813 #           'CHAIN' and
7814 #           '118' and
7815 #           '8T4C' and
7816 #           'NDRPDR'"
7817 #  parameters:
7818 #  - "throughput"
7819 #  - "name"
7820 #  - "tags"
7821 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7822 #  x-axis: "X = VNFs per Service Chain"
7823 #  y-axis: "Y = Number of Service Chains"
7824 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7825 #  layout:
7826 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7827 #    layout: "plot-service-density"
7828 #
7829 ## Plots - NF Density - VSC - PDR IMIX
7830 #- type: "plot"
7831 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7832 #  algorithm: "plot_nf_heatmap"
7833 #  output-file-type: ".html"
7834 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7835 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7836 #  filter: "'NIC_Intel-XXV710' and
7837 #           'NF_DENSITY' and
7838 #           'VHOST' and
7839 #           'VXLAN' and
7840 #           'CHAIN' and
7841 #           'IMIX' and
7842 #           '2T1C' and
7843 #           'NDRPDR'"
7844 #  parameters:
7845 #  - "throughput"
7846 #  - "name"
7847 #  - "tags"
7848 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7849 #  x-axis: "X = VNFs per Service Chain"
7850 #  y-axis: "Y = Number of Service Chains"
7851 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7852 #  layout:
7853 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7854 #    layout: "plot-service-density"
7855 #
7856 #- type: "plot"
7857 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7858 #  algorithm: "plot_nf_heatmap"
7859 #  output-file-type: ".html"
7860 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7861 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7862 #  filter: "'NIC_Intel-XXV710' and
7863 #           'NF_DENSITY' and
7864 #           'VHOST' and
7865 #           'VXLAN' and
7866 #           'CHAIN' and
7867 #           'IMIX' and
7868 #           '4T2C' and
7869 #           'NDRPDR'"
7870 #  parameters:
7871 #  - "throughput"
7872 #  - "name"
7873 #  - "tags"
7874 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7875 #  x-axis: "X = VNFs per Service Chain"
7876 #  y-axis: "Y = Number of Service Chains"
7877 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7878 #  layout:
7879 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7880 #    layout: "plot-service-density"
7881 #
7882 #- type: "plot"
7883 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7884 #  algorithm: "plot_nf_heatmap"
7885 #  output-file-type: ".html"
7886 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7887 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7888 #  filter: "'NIC_Intel-XXV710' and
7889 #           'NF_DENSITY' and
7890 #           'VHOST' and
7891 #           'VXLAN' and
7892 #           'CHAIN' and
7893 #           'IMIX' and
7894 #           '8T4C' and
7895 #           'NDRPDR'"
7896 #  parameters:
7897 #  - "throughput"
7898 #  - "name"
7899 #  - "tags"
7900 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7901 #  x-axis: "X = VNFs per Service Chain"
7902 #  y-axis: "Y = Number of Service Chains"
7903 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7904 #  layout:
7905 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7906 #    layout: "plot-service-density"
7907 #
7908 ################################################################################
7909 ## Plots - NF Density - CSC - MRR 64b
7910 #- type: "plot"
7911 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7912 #  algorithm: "plot_nf_heatmap"
7913 #  output-file-type: ".html"
7914 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7915 #  data: "plot-vpp-nfv-2n-skx-mrr"
7916 #  filter: "'NIC_Intel-XXV710' and
7917 #           'NF_DENSITY' and
7918 #           'DOCKER' and
7919 #           'CHAIN' and
7920 #           'NF_VPPIP4' and
7921 #           '64B' and
7922 #           '2T1C' and
7923 #           'MRR'"
7924 #  parameters:
7925 #  - "result"
7926 #  - "name"
7927 #  - "tags"
7928 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7929 #  x-axis: "X = CNFs per Service Chain"
7930 #  y-axis: "Y = Number of Service Chains"
7931 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7932 #  layout:
7933 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7934 #    layout: "plot-service-density"
7935 #
7936 #- type: "plot"
7937 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7938 #  algorithm: "plot_nf_heatmap"
7939 #  output-file-type: ".html"
7940 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7941 #  data: "plot-vpp-nfv-2n-skx-mrr"
7942 #  filter: "'NIC_Intel-XXV710' and
7943 #           'NF_DENSITY' and
7944 #           'DOCKER' and
7945 #           'CHAIN' and
7946 #           'NF_VPPIP4' and
7947 #           '64B' and
7948 #           '4T2C' and
7949 #           'MRR'"
7950 #  parameters:
7951 #  - "result"
7952 #  - "name"
7953 #  - "tags"
7954 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7955 #  x-axis: "X = CNFs per Service Chain"
7956 #  y-axis: "Y = Number of Service Chains"
7957 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7958 #  layout:
7959 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7960 #    layout: "plot-service-density"
7961 #
7962 #- type: "plot"
7963 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7964 #  algorithm: "plot_nf_heatmap"
7965 #  output-file-type: ".html"
7966 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7967 #  data: "plot-vpp-nfv-2n-skx-mrr"
7968 #  filter: "'NIC_Intel-XXV710' and
7969 #           'NF_DENSITY' and
7970 #           'DOCKER' and
7971 #           'CHAIN' and
7972 #           'NF_VPPIP4' and
7973 #           '64B' and
7974 #           '8T4C' and
7975 #           'MRR'"
7976 #  parameters:
7977 #  - "result"
7978 #  - "name"
7979 #  - "tags"
7980 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7981 #  x-axis: "X = CNFs per Service Chain"
7982 #  y-axis: "Y = Number of Service Chains"
7983 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7984 #  layout:
7985 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7986 #    layout: "plot-service-density"
7987 #
7988 ## Plots - NF Density - CSC - MRR IMIX
7989 #- type: "plot"
7990 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7991 #  algorithm: "plot_nf_heatmap"
7992 #  output-file-type: ".html"
7993 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7994 #  data: "plot-vpp-nfv-2n-skx-mrr"
7995 #  filter: "'NIC_Intel-XXV710' and
7996 #           'NF_DENSITY' and
7997 #           'DOCKER' and
7998 #           'CHAIN' and
7999 #           'NF_VPPIP4' and
8000 #           'IMIX' and
8001 #           '2T1C' and
8002 #           'MRR'"
8003 #  parameters:
8004 #  - "result"
8005 #  - "name"
8006 #  - "tags"
8007 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8008 #  x-axis: "X = CNFs per Service Chain"
8009 #  y-axis: "Y = Number of Service Chains"
8010 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8011 #  layout:
8012 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8013 #    layout: "plot-service-density"
8014 #
8015 #- type: "plot"
8016 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8017 #  algorithm: "plot_nf_heatmap"
8018 #  output-file-type: ".html"
8019 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8020 #  data: "plot-vpp-nfv-2n-skx-mrr"
8021 #  filter: "'NIC_Intel-XXV710' and
8022 #           'NF_DENSITY' and
8023 #           'DOCKER' and
8024 #           'CHAIN' and
8025 #           'NF_VPPIP4' and
8026 #           'IMIX' and
8027 #           '4T2C' and
8028 #           'MRR'"
8029 #  parameters:
8030 #  - "result"
8031 #  - "name"
8032 #  - "tags"
8033 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8034 #  x-axis: "X = CNFs per Service Chain"
8035 #  y-axis: "Y = Number of Service Chains"
8036 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8037 #  layout:
8038 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8039 #    layout: "plot-service-density"
8040 #
8041 #- type: "plot"
8042 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8043 #  algorithm: "plot_nf_heatmap"
8044 #  output-file-type: ".html"
8045 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8046 #  data: "plot-vpp-nfv-2n-skx-mrr"
8047 #  filter: "'NIC_Intel-XXV710' and
8048 #           'NF_DENSITY' and
8049 #           'DOCKER' and
8050 #           'CHAIN' and
8051 #           'NF_VPPIP4' and
8052 #           'IMIX' and
8053 #           '8T4C' and
8054 #           'MRR'"
8055 #  parameters:
8056 #  - "result"
8057 #  - "name"
8058 #  - "tags"
8059 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8060 #  x-axis: "X = CNFs per Service Chain"
8061 #  y-axis: "Y = Number of Service Chains"
8062 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8063 #  layout:
8064 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8065 #    layout: "plot-service-density"
8066 #
8067 ## Plots - NF Density - CSC - NDR 64b
8068 #- type: "plot"
8069 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8070 #  algorithm: "plot_nf_heatmap"
8071 #  output-file-type: ".html"
8072 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8073 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8074 #  filter: "'NIC_Intel-XXV710' and
8075 #           'NF_DENSITY' and
8076 #           'DOCKER' and
8077 #           'CHAIN' and
8078 #           'NF_VPPIP4' and
8079 #           '64B' and
8080 #           '2T1C' and
8081 #           'NDRPDR'"
8082 #  parameters:
8083 #  - "throughput"
8084 #  - "name"
8085 #  - "tags"
8086 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8087 #  x-axis: "X = CNFs per Service Chain"
8088 #  y-axis: "Y = Number of Service Chains"
8089 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8090 #  layout:
8091 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8092 #    layout: "plot-service-density"
8093 #
8094 #- type: "plot"
8095 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8096 #  algorithm: "plot_nf_heatmap"
8097 #  output-file-type: ".html"
8098 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8099 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8100 #  filter: "'NIC_Intel-XXV710' and
8101 #           'NF_DENSITY' and
8102 #           'DOCKER' and
8103 #           'CHAIN' and
8104 #           'NF_VPPIP4' and
8105 #           '64B' and
8106 #           '4T2C' and
8107 #           'NDRPDR'"
8108 #  parameters:
8109 #  - "throughput"
8110 #  - "name"
8111 #  - "tags"
8112 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8113 #  x-axis: "X = CNFs per Service Chain"
8114 #  y-axis: "Y = Number of Service Chains"
8115 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8116 #  layout:
8117 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8118 #    layout: "plot-service-density"
8119 #
8120 #- type: "plot"
8121 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8122 #  algorithm: "plot_nf_heatmap"
8123 #  output-file-type: ".html"
8124 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8125 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8126 #  filter: "'NIC_Intel-XXV710' and
8127 #           'NF_DENSITY' and
8128 #           'DOCKER' and
8129 #           'CHAIN' and
8130 #           'NF_VPPIP4' and
8131 #           '64B' and
8132 #           '8T4C' and
8133 #           'NDRPDR'"
8134 #  parameters:
8135 #  - "throughput"
8136 #  - "name"
8137 #  - "tags"
8138 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8139 #  x-axis: "X = CNFs per Service Chain"
8140 #  y-axis: "Y = Number of Service Chains"
8141 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8142 #  layout:
8143 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8144 #    layout: "plot-service-density"
8145 #
8146 ## Plots - NF Density - CSC - NDR IMIX
8147 #- type: "plot"
8148 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8149 #  algorithm: "plot_nf_heatmap"
8150 #  output-file-type: ".html"
8151 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8152 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8153 #  filter: "'NIC_Intel-XXV710' and
8154 #           'NF_DENSITY' and
8155 #           'DOCKER' and
8156 #           'CHAIN' and
8157 #           'NF_VPPIP4' and
8158 #           'IMIX' and
8159 #           '2T1C' and
8160 #           'NDRPDR'"
8161 #  parameters:
8162 #  - "throughput"
8163 #  - "name"
8164 #  - "tags"
8165 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8166 #  x-axis: "X = CNFs per Service Chain"
8167 #  y-axis: "Y = Number of Service Chains"
8168 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8169 #  layout:
8170 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8171 #    layout: "plot-service-density"
8172 #
8173 #- type: "plot"
8174 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8175 #  algorithm: "plot_nf_heatmap"
8176 #  output-file-type: ".html"
8177 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8178 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8179 #  filter: "'NIC_Intel-XXV710' and
8180 #           'NF_DENSITY' and
8181 #           'DOCKER' and
8182 #           'CHAIN' and
8183 #           'NF_VPPIP4' and
8184 #           'IMIX' and
8185 #           '4T2C' and
8186 #           'NDRPDR'"
8187 #  parameters:
8188 #  - "throughput"
8189 #  - "name"
8190 #  - "tags"
8191 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8192 #  x-axis: "X = CNFs per Service Chain"
8193 #  y-axis: "Y = Number of Service Chains"
8194 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8195 #  layout:
8196 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8197 #    layout: "plot-service-density"
8198 #
8199 #- type: "plot"
8200 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8201 #  algorithm: "plot_nf_heatmap"
8202 #  output-file-type: ".html"
8203 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8204 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8205 #  filter: "'NIC_Intel-XXV710' and
8206 #           'NF_DENSITY' and
8207 #           'DOCKER' and
8208 #           'CHAIN' and
8209 #           'NF_VPPIP4' and
8210 #           'IMIX' and
8211 #           '8T4C' and
8212 #           'NDRPDR'"
8213 #  parameters:
8214 #  - "throughput"
8215 #  - "name"
8216 #  - "tags"
8217 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8218 #  x-axis: "X = CNFs per Service Chain"
8219 #  y-axis: "Y = Number of Service Chains"
8220 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8221 #  layout:
8222 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8223 #    layout: "plot-service-density"
8224 #
8225 ## Plots - NF Density - CSC - PDR 64b
8226 #- type: "plot"
8227 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8228 #  algorithm: "plot_nf_heatmap"
8229 #  output-file-type: ".html"
8230 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8231 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8232 #  filter: "'NIC_Intel-XXV710' and
8233 #           'NF_DENSITY' and
8234 #           'DOCKER' and
8235 #           'CHAIN' and
8236 #           'NF_VPPIP4' and
8237 #           '64B' and
8238 #           '2T1C' and
8239 #           'NDRPDR'"
8240 #  parameters:
8241 #  - "throughput"
8242 #  - "name"
8243 #  - "tags"
8244 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8245 #  x-axis: "X = CNFs per Service Chain"
8246 #  y-axis: "Y = Number of Service Chains"
8247 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8248 #  layout:
8249 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8250 #    layout: "plot-service-density"
8251 #
8252 #- type: "plot"
8253 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8254 #  algorithm: "plot_nf_heatmap"
8255 #  output-file-type: ".html"
8256 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8257 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8258 #  filter: "'NIC_Intel-XXV710' and
8259 #           'NF_DENSITY' and
8260 #           'DOCKER' and
8261 #           'CHAIN' and
8262 #           'NF_VPPIP4' and
8263 #           '64B' and
8264 #           '4T2C' and
8265 #           'NDRPDR'"
8266 #  parameters:
8267 #  - "throughput"
8268 #  - "name"
8269 #  - "tags"
8270 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8271 #  x-axis: "X = CNFs per Service Chain"
8272 #  y-axis: "Y = Number of Service Chains"
8273 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8274 #  layout:
8275 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8276 #    layout: "plot-service-density"
8277 #
8278 #- type: "plot"
8279 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8280 #  algorithm: "plot_nf_heatmap"
8281 #  output-file-type: ".html"
8282 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8283 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8284 #  filter: "'NIC_Intel-XXV710' and
8285 #           'NF_DENSITY' and
8286 #           'DOCKER' and
8287 #           'CHAIN' and
8288 #           'NF_VPPIP4' and
8289 #           '64B' and
8290 #           '8T4C' and
8291 #           'NDRPDR'"
8292 #  parameters:
8293 #  - "throughput"
8294 #  - "name"
8295 #  - "tags"
8296 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8297 #  x-axis: "X = CNFs per Service Chain"
8298 #  y-axis: "Y = Number of Service Chains"
8299 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8300 #  layout:
8301 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8302 #    layout: "plot-service-density"
8303 #
8304 ## Plots - NF Density - CSC - PDR IMIX
8305 #- type: "plot"
8306 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8307 #  algorithm: "plot_nf_heatmap"
8308 #  output-file-type: ".html"
8309 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8310 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8311 #  filter: "'NIC_Intel-XXV710' and
8312 #           'NF_DENSITY' and
8313 #           'DOCKER' and
8314 #           'CHAIN' and
8315 #           'NF_VPPIP4' and
8316 #           'IMIX' and
8317 #           '2T1C' and
8318 #           'NDRPDR'"
8319 #  parameters:
8320 #  - "throughput"
8321 #  - "name"
8322 #  - "tags"
8323 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8324 #  x-axis: "X = CNFs per Service Chain"
8325 #  y-axis: "Y = Number of Service Chains"
8326 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8327 #  layout:
8328 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8329 #    layout: "plot-service-density"
8330 #
8331 #- type: "plot"
8332 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8333 #  algorithm: "plot_nf_heatmap"
8334 #  output-file-type: ".html"
8335 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8336 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8337 #  filter: "'NIC_Intel-XXV710' and
8338 #           'NF_DENSITY' and
8339 #           'DOCKER' and
8340 #           'CHAIN' and
8341 #           'NF_VPPIP4' and
8342 #           'IMIX' and
8343 #           '4T2C' and
8344 #           'NDRPDR'"
8345 #  parameters:
8346 #  - "throughput"
8347 #  - "name"
8348 #  - "tags"
8349 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8350 #  x-axis: "X = CNFs per Service Chain"
8351 #  y-axis: "Y = Number of Service Chains"
8352 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8353 #  layout:
8354 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8355 #    layout: "plot-service-density"
8356 #
8357 #- type: "plot"
8358 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8359 #  algorithm: "plot_nf_heatmap"
8360 #  output-file-type: ".html"
8361 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8362 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8363 #  filter: "'NIC_Intel-XXV710' and
8364 #           'NF_DENSITY' and
8365 #           'DOCKER' and
8366 #           'CHAIN' and
8367 #           'NF_VPPIP4' and
8368 #           'IMIX' and
8369 #           '8T4C' and
8370 #           'NDRPDR'"
8371 #  parameters:
8372 #  - "throughput"
8373 #  - "name"
8374 #  - "tags"
8375 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8376 #  x-axis: "X = CNFs per Service Chain"
8377 #  y-axis: "Y = Number of Service Chains"
8378 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8379 #  layout:
8380 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8381 #    layout: "plot-service-density"
8382 #
8383 ################################################################################
8384 #
8385 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8386 #- type: "plot"
8387 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8388 #  algorithm: "plot_nf_heatmap"
8389 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8390 #  data: "plot-vpp-nfv-3n-skx-mrr"
8391 #  filter: "'NIC_Intel-XXV710' and
8392 #           'NF_DENSITY' and
8393 #           'DOCKER' and
8394 #           'CHAIN' and
8395 #           'NF_VPPIP4' and
8396 #           'IPSEC' and
8397 #           'TNL_4' and
8398 #           'IMIX' and
8399 #           '2T1C' and
8400 #           'MRR'"
8401 #  parameters:
8402 #  - "result"
8403 #  - "name"
8404 #  - "tags"
8405 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8406 #  x-axis: "X = CNFs per Service Chain"
8407 #  y-axis: "Y = Number of Service Chains"
8408 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8409 #  layout:
8410 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8411 #    layout: "plot-service-density"
8412 #
8413 #- type: "plot"
8414 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8415 #  algorithm: "plot_nf_heatmap"
8416 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8417 #  data: "plot-vpp-nfv-3n-skx-mrr"
8418 #  filter: "'NIC_Intel-XXV710' and
8419 #           'NF_DENSITY' and
8420 #           'DOCKER' and
8421 #           'CHAIN' and
8422 #           'NF_VPPIP4' and
8423 #           'IPSEC' and
8424 #           'TNL_4' and
8425 #           'IMIX' and
8426 #           '4T2C' and
8427 #           'MRR'"
8428 #  parameters:
8429 #  - "result"
8430 #  - "name"
8431 #  - "tags"
8432 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8433 #  x-axis: "X = CNFs per Service Chain"
8434 #  y-axis: "Y = Number of Service Chains"
8435 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8436 #  layout:
8437 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8438 #    layout: "plot-service-density"
8439 #
8440 #- type: "plot"
8441 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8442 #  algorithm: "plot_nf_heatmap"
8443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8444 #  data: "plot-vpp-nfv-3n-skx-mrr"
8445 #  filter: "'NIC_Intel-XXV710' and
8446 #           'NF_DENSITY' and
8447 #           'DOCKER' and
8448 #           'CHAIN' and
8449 #           'NF_VPPIP4' and
8450 #           'IPSEC' and
8451 #           'TNL_4' and
8452 #           'IMIX' and
8453 #           '8T4C' and
8454 #           'MRR'"
8455 #  parameters:
8456 #  - "result"
8457 #  - "name"
8458 #  - "tags"
8459 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8460 #  x-axis: "X = CNFs per Service Chain"
8461 #  y-axis: "Y = Number of Service Chains"
8462 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8463 #  layout:
8464 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8465 #    layout: "plot-service-density"
8466
8467 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8468 - type: "plot"
8469   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8470   algorithm: "plot_nf_heatmap"
8471   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8472   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8473   filter: "'NIC_Intel-XXV710' and
8474            'NF_DENSITY' and
8475            'DOCKER' and
8476            'CHAIN' and
8477            'NF_VPPIP4' and
8478            'IPSEC' and
8479            'TNL_4' and
8480            'IMIX' and
8481            '2T1C' and
8482            'NDRPDR'"
8483   parameters:
8484   - "throughput"
8485   - "name"
8486   - "tags"
8487   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8488   x-axis: "X = CNFs per Service Chain"
8489   y-axis: "Y = Number of Service Chains"
8490   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8491   layout:
8492     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8493     layout: "plot-service-density"
8494
8495 - type: "plot"
8496   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8497   algorithm: "plot_nf_heatmap"
8498   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8499   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8500   filter: "'NIC_Intel-XXV710' and
8501            'NF_DENSITY' and
8502            'DOCKER' and
8503            'CHAIN' and
8504            'NF_VPPIP4' and
8505            'IPSEC' and
8506            'TNL_4' and
8507            'IMIX' and
8508            '4T2C' and
8509            'NDRPDR'"
8510   parameters:
8511   - "throughput"
8512   - "name"
8513   - "tags"
8514   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8515   x-axis: "X = CNFs per Service Chain"
8516   y-axis: "Y = Number of Service Chains"
8517   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8518   layout:
8519     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8520     layout: "plot-service-density"
8521
8522 - type: "plot"
8523   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8524   algorithm: "plot_nf_heatmap"
8525   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8526   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8527   filter: "'NIC_Intel-XXV710' and
8528            'NF_DENSITY' and
8529            'DOCKER' and
8530            'CHAIN' and
8531            'NF_VPPIP4' and
8532            'IPSEC' and
8533            'TNL_4' and
8534            'IMIX' and
8535            '8T4C' and
8536            'NDRPDR'"
8537   parameters:
8538   - "throughput"
8539   - "name"
8540   - "tags"
8541   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8542   x-axis: "X = CNFs per Service Chain"
8543   y-axis: "Y = Number of Service Chains"
8544   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8545   layout:
8546     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8547     layout: "plot-service-density"
8548
8549 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8550 - type: "plot"
8551   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8552   algorithm: "plot_nf_heatmap"
8553   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8554   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8555   filter: "'NIC_Intel-XXV710' and
8556            'NF_DENSITY' and
8557            'DOCKER' and
8558            'CHAIN' and
8559            'NF_VPPIP4' and
8560            'IPSEC' and
8561            'TNL_4' and
8562            'IMIX' and
8563            '2T1C' and
8564            'NDRPDR'"
8565   parameters:
8566   - "throughput"
8567   - "name"
8568   - "tags"
8569   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8570   x-axis: "X = CNFs per Service Chain"
8571   y-axis: "Y = Number of Service Chains"
8572   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8573   layout:
8574     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8575     layout: "plot-service-density"
8576
8577 - type: "plot"
8578   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8579   algorithm: "plot_nf_heatmap"
8580   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8581   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8582   filter: "'NIC_Intel-XXV710' and
8583            'NF_DENSITY' and
8584            'DOCKER' and
8585            'CHAIN' and
8586            'NF_VPPIP4' and
8587            'IPSEC' and
8588            'TNL_4' and
8589            'IMIX' and
8590            '4T2C' and
8591            'NDRPDR'"
8592   parameters:
8593   - "throughput"
8594   - "name"
8595   - "tags"
8596   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8597   x-axis: "X = CNFs per Service Chain"
8598   y-axis: "Y = Number of Service Chains"
8599   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8600   layout:
8601     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8602     layout: "plot-service-density"
8603
8604 - type: "plot"
8605   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8606   algorithm: "plot_nf_heatmap"
8607   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8608   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8609   filter: "'NIC_Intel-XXV710' and
8610            'NF_DENSITY' and
8611            'DOCKER' and
8612            'CHAIN' and
8613            'NF_VPPIP4' and
8614            'IPSEC' and
8615            'TNL_4' and
8616            'IMIX' and
8617            '8T4C' and
8618            'NDRPDR'"
8619   parameters:
8620   - "throughput"
8621   - "name"
8622   - "tags"
8623   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8624   x-axis: "X = CNFs per Service Chain"
8625   y-axis: "Y = Number of Service Chains"
8626   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8627   layout:
8628     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8629     layout: "plot-service-density"
8630
8631 ###############################################################################
8632
8633 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8634 - type: "plot"
8635   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8636   algorithm: "plot_nf_heatmap"
8637   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8638   data: "plot-vpp-nfv-3n-hsw-mrr"
8639   filter: "'NIC_Intel-XL710' and
8640            'NF_DENSITY' and
8641            'DOCKER' and
8642            'CHAIN' and
8643            'NF_VPPIP4' and
8644            'IMIX' and
8645            'TNL_4' and
8646            '1T1C' and
8647            'MRR'"
8648   parameters:
8649   - "result"
8650   - "name"
8651   - "tags"
8652   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8653   x-axis: "X = CNFs per Service Chain"
8654   y-axis: "Y = Number of Service Chains"
8655   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8656   layout:
8657     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8658     layout: "plot-service-density"
8659
8660 - type: "plot"
8661   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8662   algorithm: "plot_nf_heatmap"
8663   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8664   data: "plot-vpp-nfv-3n-hsw-mrr"
8665   filter: "'NIC_Intel-XL710' and
8666            'NF_DENSITY' and
8667            'DOCKER' and
8668            'CHAIN' and
8669            'NF_VPPIP4' and
8670            'IPSEC' and
8671            'TNL_4' and
8672            'IMIX' and
8673            '2T2C' and
8674            'MRR'"
8675   parameters:
8676   - "result"
8677   - "name"
8678   - "tags"
8679   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8680   x-axis: "X = CNFs per Service Chain"
8681   y-axis: "Y = Number of Service Chains"
8682   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8683   layout:
8684     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8685     layout: "plot-service-density"
8686
8687 - type: "plot"
8688   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8689   algorithm: "plot_nf_heatmap"
8690   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8691   data: "plot-vpp-nfv-3n-hsw-mrr"
8692   filter: "'NIC_Intel-XL710' and
8693            'NF_DENSITY' and
8694            'DOCKER' and
8695            'CHAIN' and
8696            'NF_VPPIP4' and
8697            'IPSEC' and
8698            'TNL_4' and
8699            'IMIX' and
8700            '4T4C' and
8701            'MRR'"
8702   parameters:
8703   - "result"
8704   - "name"
8705   - "tags"
8706   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8707   x-axis: "X = CNFs per Service Chain"
8708   y-axis: "Y = Number of Service Chains"
8709   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8710   layout:
8711     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8712     layout: "plot-service-density"
8713
8714 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8715 - type: "plot"
8716   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8717   algorithm: "plot_nf_heatmap"
8718   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8719   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8720   filter: "'NIC_Intel-XL710' and
8721            'NF_DENSITY' and
8722            'DOCKER' and
8723            'CHAIN' and
8724            'NF_VPPIP4' and
8725            'IPSEC' and
8726            'TNL_4' and
8727            'IMIX' and
8728            '1T1C' and
8729            'NDRPDR'"
8730   parameters:
8731   - "throughput"
8732   - "name"
8733   - "tags"
8734   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8735   x-axis: "X = CNFs per Service Chain"
8736   y-axis: "Y = Number of Service Chains"
8737   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8738   layout:
8739     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8740     layout: "plot-service-density"
8741
8742 - type: "plot"
8743   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8744   algorithm: "plot_nf_heatmap"
8745   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8746   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8747   filter: "'NIC_Intel-XL710' and
8748            'NF_DENSITY' and
8749            'DOCKER' and
8750            'CHAIN' and
8751            'NF_VPPIP4' and
8752            'IPSEC' and
8753            'TNL_4' and
8754            'IMIX' and
8755            '2T2C' and
8756            'NDRPDR'"
8757   parameters:
8758   - "throughput"
8759   - "name"
8760   - "tags"
8761   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8762   x-axis: "X = CNFs per Service Chain"
8763   y-axis: "Y = Number of Service Chains"
8764   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8765   layout:
8766     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8767     layout: "plot-service-density"
8768
8769 - type: "plot"
8770   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8771   algorithm: "plot_nf_heatmap"
8772   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8773   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8774   filter: "'NIC_Intel-XL710' and
8775            'NF_DENSITY' and
8776            'DOCKER' and
8777            'CHAIN' and
8778            'NF_VPPIP4' and
8779            'IPSEC' and
8780            'TNL_4' and
8781            'IMIX' and
8782            '4T4C' and
8783            'NDRPDR'"
8784   parameters:
8785   - "throughput"
8786   - "name"
8787   - "tags"
8788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8789   x-axis: "X = CNFs per Service Chain"
8790   y-axis: "Y = Number of Service Chains"
8791   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8792   layout:
8793     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8794     layout: "plot-service-density"
8795
8796 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8797 - type: "plot"
8798   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8799   algorithm: "plot_nf_heatmap"
8800   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8801   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8802   filter: "'NIC_Intel-XL710' and
8803            'NF_DENSITY' and
8804            'DOCKER' and
8805            'CHAIN' and
8806            'NF_VPPIP4' and
8807            'IPSEC' and
8808            'TNL_4' and
8809            'IMIX' and
8810            '1T1C' and
8811            'NDRPDR'"
8812   parameters:
8813   - "throughput"
8814   - "name"
8815   - "tags"
8816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8817   x-axis: "X = CNFs per Service Chain"
8818   y-axis: "Y = Number of Service Chains"
8819   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8820   layout:
8821     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8822     layout: "plot-service-density"
8823
8824 - type: "plot"
8825   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8826   algorithm: "plot_nf_heatmap"
8827   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8828   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8829   filter: "'NIC_Intel-XL710' and
8830            'NF_DENSITY' and
8831            'DOCKER' and
8832            'CHAIN' and
8833            'NF_VPPIP4' and
8834            'IPSEC' and
8835            'TNL_4' and
8836            'IMIX' and
8837            '2T2C' and
8838            'NDRPDR'"
8839   parameters:
8840   - "throughput"
8841   - "name"
8842   - "tags"
8843   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8844   x-axis: "X = CNFs per Service Chain"
8845   y-axis: "Y = Number of Service Chains"
8846   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8847   layout:
8848     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8849     layout: "plot-service-density"
8850
8851 - type: "plot"
8852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8853   algorithm: "plot_nf_heatmap"
8854   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8855   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8856   filter: "'NIC_Intel-XL710' and
8857            'NF_DENSITY' and
8858            'DOCKER' and
8859            'CHAIN' and
8860            'NF_VPPIP4' and
8861            'IPSEC' and
8862            'TNL_4' and
8863            'IMIX' and
8864            '4T4C' and
8865            'NDRPDR'"
8866   parameters:
8867   - "throughput"
8868   - "name"
8869   - "tags"
8870   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8871   x-axis: "X = CNFs per Service Chain"
8872   y-axis: "Y = Number of Service Chains"
8873   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8874   layout:
8875     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8876     layout: "plot-service-density"
8877
8878 ###############################################################################
8879
8880 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8881 #- type: "plot"
8882 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8883 #  algorithm: "plot_nf_heatmap"
8884 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8885 #  data: "plot-vpp-nfv-3n-skx-mrr"
8886 #  filter: "'NIC_Intel-XXV710' and
8887 #           'NF_DENSITY' and
8888 #           'DOCKER' and
8889 #           'CHAIN' and
8890 #           'NF_VPPIP4' and
8891 #           'IPSEC' and
8892 #           'TNL_1000' and
8893 #           'IMIX' and
8894 #           '2T1C' and
8895 #           'MRR'"
8896 #  parameters:
8897 #  - "result"
8898 #  - "name"
8899 #  - "tags"
8900 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8901 #  x-axis: "X = CNFs per Service Chain"
8902 #  y-axis: "Y = Number of Service Chains"
8903 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8904 #  layout:
8905 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8906 #    layout: "plot-service-density"
8907 #
8908 #- type: "plot"
8909 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8910 #  algorithm: "plot_nf_heatmap"
8911 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8912 #  data: "plot-vpp-nfv-3n-skx-mrr"
8913 #  filter: "'NIC_Intel-XXV710' and
8914 #           'NF_DENSITY' and
8915 #           'DOCKER' and
8916 #           'CHAIN' and
8917 #           'NF_VPPIP4' and
8918 #           'IPSEC' and
8919 #           'TNL_1000' and
8920 #           'IMIX' and
8921 #           '4T2C' and
8922 #           'MRR'"
8923 #  parameters:
8924 #  - "result"
8925 #  - "name"
8926 #  - "tags"
8927 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8928 #  x-axis: "X = CNFs per Service Chain"
8929 #  y-axis: "Y = Number of Service Chains"
8930 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8931 #  layout:
8932 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8933 #    layout: "plot-service-density"
8934 #
8935 #- type: "plot"
8936 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8937 #  algorithm: "plot_nf_heatmap"
8938 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8939 #  data: "plot-vpp-nfv-3n-skx-mrr"
8940 #  filter: "'NIC_Intel-XXV710' and
8941 #           'NF_DENSITY' and
8942 #           'DOCKER' and
8943 #           'CHAIN' and
8944 #           'NF_VPPIP4' and
8945 #           'IPSEC' and
8946 #           'TNL_1000' and
8947 #           'IMIX' and
8948 #           '8T4C' and
8949 #           'MRR'"
8950 #  parameters:
8951 #  - "result"
8952 #  - "name"
8953 #  - "tags"
8954 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8955 #  x-axis: "X = CNFs per Service Chain"
8956 #  y-axis: "Y = Number of Service Chains"
8957 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8958 #  layout:
8959 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8960 #    layout: "plot-service-density"
8961
8962 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8963 - type: "plot"
8964   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8965   algorithm: "plot_nf_heatmap"
8966   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8967   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8968   filter: "'NIC_Intel-XXV710' and
8969            'NF_DENSITY' and
8970            'DOCKER' and
8971            'CHAIN' and
8972            'NF_VPPIP4' and
8973            'IPSEC' and
8974            'TNL_1000' and
8975            'IMIX' and
8976            '2T1C' and
8977            'NDRPDR'"
8978   parameters:
8979   - "throughput"
8980   - "name"
8981   - "tags"
8982   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8983   x-axis: "X = CNFs per Service Chain"
8984   y-axis: "Y = Number of Service Chains"
8985   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8986   layout:
8987     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8988     layout: "plot-service-density"
8989
8990 - type: "plot"
8991   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8992   algorithm: "plot_nf_heatmap"
8993   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8994   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8995   filter: "'NIC_Intel-XXV710' and
8996            'NF_DENSITY' and
8997            'DOCKER' and
8998            'CHAIN' and
8999            'NF_VPPIP4' and
9000            'IPSEC' and
9001            'TNL_1000' and
9002            'IMIX' and
9003            '4T2C' and
9004            'NDRPDR'"
9005   parameters:
9006   - "throughput"
9007   - "name"
9008   - "tags"
9009   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9010   x-axis: "X = CNFs per Service Chain"
9011   y-axis: "Y = Number of Service Chains"
9012   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9013   layout:
9014     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9015     layout: "plot-service-density"
9016
9017 - type: "plot"
9018   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9019   algorithm: "plot_nf_heatmap"
9020   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9021   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9022   filter: "'NIC_Intel-XXV710' and
9023            'NF_DENSITY' and
9024            'DOCKER' and
9025            'CHAIN' and
9026            'NF_VPPIP4' and
9027            'IPSEC' and
9028            'TNL_1000' and
9029            'IMIX' and
9030            '8T4C' and
9031            'NDRPDR'"
9032   parameters:
9033   - "throughput"
9034   - "name"
9035   - "tags"
9036   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9037   x-axis: "X = CNFs per Service Chain"
9038   y-axis: "Y = Number of Service Chains"
9039   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9040   layout:
9041     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9042     layout: "plot-service-density"
9043
9044 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9045 - type: "plot"
9046   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9047   algorithm: "plot_nf_heatmap"
9048   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9049   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9050   filter: "'NIC_Intel-XXV710' and
9051            'NF_DENSITY' and
9052            'DOCKER' and
9053            'CHAIN' and
9054            'NF_VPPIP4' and
9055            'IPSEC' and
9056            'TNL_1000' and
9057            'IMIX' and
9058            '2T1C' and
9059            'NDRPDR'"
9060   parameters:
9061   - "throughput"
9062   - "name"
9063   - "tags"
9064   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9065   x-axis: "X = CNFs per Service Chain"
9066   y-axis: "Y = Number of Service Chains"
9067   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9068   layout:
9069     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9070     layout: "plot-service-density"
9071
9072 - type: "plot"
9073   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9074   algorithm: "plot_nf_heatmap"
9075   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9076   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9077   filter: "'NIC_Intel-XXV710' and
9078            'NF_DENSITY' and
9079            'DOCKER' and
9080            'CHAIN' and
9081            'NF_VPPIP4' and
9082            'IPSEC' and
9083            'TNL_1000' and
9084            'IMIX' and
9085            '4T2C' and
9086            'NDRPDR'"
9087   parameters:
9088   - "throughput"
9089   - "name"
9090   - "tags"
9091   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9092   x-axis: "X = CNFs per Service Chain"
9093   y-axis: "Y = Number of Service Chains"
9094   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9095   layout:
9096     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9097     layout: "plot-service-density"
9098
9099 - type: "plot"
9100   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9101   algorithm: "plot_nf_heatmap"
9102   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9103   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9104   filter: "'NIC_Intel-XXV710' and
9105            'NF_DENSITY' and
9106            'DOCKER' and
9107            'CHAIN' and
9108            'NF_VPPIP4' and
9109            'IPSEC' and
9110            'TNL_1000' and
9111            'IMIX' and
9112            '8T4C' and
9113            'NDRPDR'"
9114   parameters:
9115   - "throughput"
9116   - "name"
9117   - "tags"
9118   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9119   x-axis: "X = CNFs per Service Chain"
9120   y-axis: "Y = Number of Service Chains"
9121   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9122   layout:
9123     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9124     layout: "plot-service-density"
9125
9126 ###############################################################################
9127
9128 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9129 - type: "plot"
9130   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9131   algorithm: "plot_nf_heatmap"
9132   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9133   data: "plot-vpp-nfv-3n-hsw-mrr"
9134   filter: "'NIC_Intel-XL710' and
9135            'NF_DENSITY' and
9136            'DOCKER' and
9137            'CHAIN' and
9138            'NF_VPPIP4' and
9139            'IMIX' and
9140            'TNL_1000' and
9141            '1T1C' and
9142            'MRR'"
9143   parameters:
9144   - "result"
9145   - "name"
9146   - "tags"
9147   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9148   x-axis: "X = CNFs per Service Chain"
9149   y-axis: "Y = Number of Service Chains"
9150   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9151   layout:
9152     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9153     layout: "plot-service-density"
9154
9155 - type: "plot"
9156   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9157   algorithm: "plot_nf_heatmap"
9158   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9159   data: "plot-vpp-nfv-3n-hsw-mrr"
9160   filter: "'NIC_Intel-XL710' and
9161            'NF_DENSITY' and
9162            'DOCKER' and
9163            'CHAIN' and
9164            'NF_VPPIP4' and
9165            'IPSEC' and
9166            'TNL_1000' and
9167            'IMIX' and
9168            '2T2C' and
9169            'MRR'"
9170   parameters:
9171   - "result"
9172   - "name"
9173   - "tags"
9174   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9175   x-axis: "X = CNFs per Service Chain"
9176   y-axis: "Y = Number of Service Chains"
9177   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9178   layout:
9179     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9180     layout: "plot-service-density"
9181
9182 - type: "plot"
9183   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9184   algorithm: "plot_nf_heatmap"
9185   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9186   data: "plot-vpp-nfv-3n-hsw-mrr"
9187   filter: "'NIC_Intel-XL710' and
9188            'NF_DENSITY' and
9189            'DOCKER' and
9190            'CHAIN' and
9191            'NF_VPPIP4' and
9192            'IPSEC' and
9193            'TNL_1000' and
9194            'IMIX' and
9195            '4T4C' and
9196            'MRR'"
9197   parameters:
9198   - "result"
9199   - "name"
9200   - "tags"
9201   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9202   x-axis: "X = CNFs per Service Chain"
9203   y-axis: "Y = Number of Service Chains"
9204   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9205   layout:
9206     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9207     layout: "plot-service-density"
9208
9209 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9210 - type: "plot"
9211   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9212   algorithm: "plot_nf_heatmap"
9213   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9214   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9215   filter: "'NIC_Intel-XL710' and
9216            'NF_DENSITY' and
9217            'DOCKER' and
9218            'CHAIN' and
9219            'NF_VPPIP4' and
9220            'IPSEC' and
9221            'TNL_1000' and
9222            'IMIX' and
9223            '1T1C' and
9224            'NDRPDR'"
9225   parameters:
9226   - "throughput"
9227   - "name"
9228   - "tags"
9229   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9230   x-axis: "X = CNFs per Service Chain"
9231   y-axis: "Y = Number of Service Chains"
9232   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9233   layout:
9234     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9235     layout: "plot-service-density"
9236
9237 - type: "plot"
9238   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9239   algorithm: "plot_nf_heatmap"
9240   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9241   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9242   filter: "'NIC_Intel-XL710' and
9243            'NF_DENSITY' and
9244            'DOCKER' and
9245            'CHAIN' and
9246            'NF_VPPIP4' and
9247            'IPSEC' and
9248            'TNL_1000' and
9249            'IMIX' and
9250            '2T2C' and
9251            'NDRPDR'"
9252   parameters:
9253   - "throughput"
9254   - "name"
9255   - "tags"
9256   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9257   x-axis: "X = CNFs per Service Chain"
9258   y-axis: "Y = Number of Service Chains"
9259   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9260   layout:
9261     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9262     layout: "plot-service-density"
9263
9264 - type: "plot"
9265   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9266   algorithm: "plot_nf_heatmap"
9267   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9268   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9269   filter: "'NIC_Intel-XL710' and
9270            'NF_DENSITY' and
9271            'DOCKER' and
9272            'CHAIN' and
9273            'NF_VPPIP4' and
9274            'IPSEC' and
9275            'TNL_1000' and
9276            'IMIX' and
9277            '4T4C' and
9278            'NDRPDR'"
9279   parameters:
9280   - "throughput"
9281   - "name"
9282   - "tags"
9283   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9284   x-axis: "X = CNFs per Service Chain"
9285   y-axis: "Y = Number of Service Chains"
9286   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9287   layout:
9288     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9289     layout: "plot-service-density"
9290
9291 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9292 - type: "plot"
9293   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9294   algorithm: "plot_nf_heatmap"
9295   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9296   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9297   filter: "'NIC_Intel-XL710' and
9298            'NF_DENSITY' and
9299            'DOCKER' and
9300            'CHAIN' and
9301            'NF_VPPIP4' and
9302            'IPSEC' and
9303            'TNL_1000' and
9304            'IMIX' and
9305            '1T1C' and
9306            'NDRPDR'"
9307   parameters:
9308   - "throughput"
9309   - "name"
9310   - "tags"
9311   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9312   x-axis: "X = CNFs per Service Chain"
9313   y-axis: "Y = Number of Service Chains"
9314   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9315   layout:
9316     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9317     layout: "plot-service-density"
9318
9319 - type: "plot"
9320   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9321   algorithm: "plot_nf_heatmap"
9322   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9323   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9324   filter: "'NIC_Intel-XL710' and
9325            'NF_DENSITY' and
9326            'DOCKER' and
9327            'CHAIN' and
9328            'NF_VPPIP4' and
9329            'IPSEC' and
9330            'TNL_1000' and
9331            'IMIX' and
9332            '2T2C' and
9333            'NDRPDR'"
9334   parameters:
9335   - "throughput"
9336   - "name"
9337   - "tags"
9338   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9339   x-axis: "X = CNFs per Service Chain"
9340   y-axis: "Y = Number of Service Chains"
9341   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9342   layout:
9343     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9344     layout: "plot-service-density"
9345
9346 - type: "plot"
9347   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9348   algorithm: "plot_nf_heatmap"
9349   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9350   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9351   filter: "'NIC_Intel-XL710' and
9352            'NF_DENSITY' and
9353            'DOCKER' and
9354            'CHAIN' and
9355            'NF_VPPIP4' and
9356            'IPSEC' and
9357            'TNL_1000' and
9358            'IMIX' and
9359            '4T4C' and
9360            'NDRPDR'"
9361   parameters:
9362   - "throughput"
9363   - "name"
9364   - "tags"
9365   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9366   x-axis: "X = CNFs per Service Chain"
9367   y-axis: "Y = Number of Service Chains"
9368   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9369   layout:
9370     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9371     layout: "plot-service-density"
9372
9373 ###############################################################################
9374
9375 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9376 #- type: "plot"
9377 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9378 #  algorithm: "plot_nf_heatmap"
9379 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9380 #  data: "plot-vpp-nfv-3n-skx-mrr"
9381 #  filter: "'NIC_Intel-XXV710' and
9382 #           'NF_DENSITY' and
9383 #           'DOCKER' and
9384 #           'CHAIN' and
9385 #           'NF_VPPIP4' and
9386 #           'IPSEC' and
9387 #           'TNL_10000' and
9388 #           'IMIX' and
9389 #           '2T1C' and
9390 #           'MRR'"
9391 #  parameters:
9392 #  - "result"
9393 #  - "name"
9394 #  - "tags"
9395 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9396 #  x-axis: "X = CNFs per Service Chain"
9397 #  y-axis: "Y = Number of Service Chains"
9398 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9399 #  layout:
9400 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9401 #    layout: "plot-service-density"
9402 #
9403 #- type: "plot"
9404 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9405 #  algorithm: "plot_nf_heatmap"
9406 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9407 #  data: "plot-vpp-nfv-3n-skx-mrr"
9408 #  filter: "'NIC_Intel-XXV710' and
9409 #           'NF_DENSITY' and
9410 #           'DOCKER' and
9411 #           'CHAIN' and
9412 #           'NF_VPPIP4' and
9413 #           'IPSEC' and
9414 #           'TNL_10000' and
9415 #           'IMIX' and
9416 #           '4T2C' and
9417 #           'MRR'"
9418 #  parameters:
9419 #  - "result"
9420 #  - "name"
9421 #  - "tags"
9422 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9423 #  x-axis: "X = CNFs per Service Chain"
9424 #  y-axis: "Y = Number of Service Chains"
9425 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9426 #  layout:
9427 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9428 #    layout: "plot-service-density"
9429 #
9430 #- type: "plot"
9431 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9432 #  algorithm: "plot_nf_heatmap"
9433 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9434 #  data: "plot-vpp-nfv-3n-skx-mrr"
9435 #  filter: "'NIC_Intel-XXV710' and
9436 #           'NF_DENSITY' and
9437 #           'DOCKER' and
9438 #           'CHAIN' and
9439 #           'NF_VPPIP4' and
9440 #           'IPSEC' and
9441 #           'TNL_10000' and
9442 #           'IMIX' and
9443 #           '8T4C' and
9444 #           'MRR'"
9445 #  parameters:
9446 #  - "result"
9447 #  - "name"
9448 #  - "tags"
9449 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9450 #  x-axis: "X = CNFs per Service Chain"
9451 #  y-axis: "Y = Number of Service Chains"
9452 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9453 #  layout:
9454 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9455 #    layout: "plot-service-density"
9456
9457 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9458 - type: "plot"
9459   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9460   algorithm: "plot_nf_heatmap"
9461   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9462   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9463   filter: "'NIC_Intel-XXV710' and
9464            'NF_DENSITY' and
9465            'DOCKER' and
9466            'CHAIN' and
9467            'NF_VPPIP4' and
9468            'IPSEC' and
9469            'TNL_10000' and
9470            'IMIX' and
9471            '2T1C' and
9472            'NDRPDR'"
9473   parameters:
9474   - "throughput"
9475   - "name"
9476   - "tags"
9477   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9478   x-axis: "X = CNFs per Service Chain"
9479   y-axis: "Y = Number of Service Chains"
9480   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9481   layout:
9482     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9483     layout: "plot-service-density"
9484
9485 - type: "plot"
9486   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9487   algorithm: "plot_nf_heatmap"
9488   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9489   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9490   filter: "'NIC_Intel-XXV710' and
9491            'NF_DENSITY' and
9492            'DOCKER' and
9493            'CHAIN' and
9494            'NF_VPPIP4' and
9495            'IPSEC' and
9496            'TNL_10000' and
9497            'IMIX' and
9498            '4T2C' and
9499            'NDRPDR'"
9500   parameters:
9501   - "throughput"
9502   - "name"
9503   - "tags"
9504   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9505   x-axis: "X = CNFs per Service Chain"
9506   y-axis: "Y = Number of Service Chains"
9507   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9508   layout:
9509     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9510     layout: "plot-service-density"
9511
9512 - type: "plot"
9513   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9514   algorithm: "plot_nf_heatmap"
9515   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9516   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9517   filter: "'NIC_Intel-XXV710' and
9518            'NF_DENSITY' and
9519            'DOCKER' and
9520            'CHAIN' and
9521            'NF_VPPIP4' and
9522            'IPSEC' and
9523            'TNL_10000' and
9524            'IMIX' and
9525            '8T4C' and
9526            'NDRPDR'"
9527   parameters:
9528   - "throughput"
9529   - "name"
9530   - "tags"
9531   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9532   x-axis: "X = CNFs per Service Chain"
9533   y-axis: "Y = Number of Service Chains"
9534   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9535   layout:
9536     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9537     layout: "plot-service-density"
9538
9539 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9540 - type: "plot"
9541   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9542   algorithm: "plot_nf_heatmap"
9543   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9544   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9545   filter: "'NIC_Intel-XXV710' and
9546            'NF_DENSITY' and
9547            'DOCKER' and
9548            'CHAIN' and
9549            'NF_VPPIP4' and
9550            'IPSEC' and
9551            'TNL_10000' and
9552            'IMIX' and
9553            '2T1C' and
9554            'NDRPDR'"
9555   parameters:
9556   - "throughput"
9557   - "name"
9558   - "tags"
9559   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9560   x-axis: "X = CNFs per Service Chain"
9561   y-axis: "Y = Number of Service Chains"
9562   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9563   layout:
9564     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9565     layout: "plot-service-density"
9566
9567 - type: "plot"
9568   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9569   algorithm: "plot_nf_heatmap"
9570   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9571   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9572   filter: "'NIC_Intel-XXV710' and
9573            'NF_DENSITY' and
9574            'DOCKER' and
9575            'CHAIN' and
9576            'NF_VPPIP4' and
9577            'IPSEC' and
9578            'TNL_10000' and
9579            'IMIX' and
9580            '4T2C' and
9581            'NDRPDR'"
9582   parameters:
9583   - "throughput"
9584   - "name"
9585   - "tags"
9586   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9587   x-axis: "X = CNFs per Service Chain"
9588   y-axis: "Y = Number of Service Chains"
9589   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9590   layout:
9591     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9592     layout: "plot-service-density"
9593
9594 - type: "plot"
9595   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9596   algorithm: "plot_nf_heatmap"
9597   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9598   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9599   filter: "'NIC_Intel-XXV710' and
9600            'NF_DENSITY' and
9601            'DOCKER' and
9602            'CHAIN' and
9603            'NF_VPPIP4' and
9604            'IPSEC' and
9605            'TNL_10000' and
9606            'IMIX' and
9607            '8T4C' and
9608            'NDRPDR'"
9609   parameters:
9610   - "throughput"
9611   - "name"
9612   - "tags"
9613   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9614   x-axis: "X = CNFs per Service Chain"
9615   y-axis: "Y = Number of Service Chains"
9616   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9617   layout:
9618     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9619     layout: "plot-service-density"
9620
9621 ###############################################################################
9622
9623 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9624 - type: "plot"
9625   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9626   algorithm: "plot_nf_heatmap"
9627   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9628   data: "plot-vpp-nfv-3n-hsw-mrr"
9629   filter: "'NIC_Intel-XL710' and
9630            'NF_DENSITY' and
9631            'DOCKER' and
9632            'CHAIN' and
9633            'NF_VPPIP4' and
9634            'IMIX' and
9635            'TNL_10000' and
9636            '1T1C' and
9637            'MRR'"
9638   parameters:
9639   - "result"
9640   - "name"
9641   - "tags"
9642   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9643   x-axis: "X = CNFs per Service Chain"
9644   y-axis: "Y = Number of Service Chains"
9645   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9646   layout:
9647     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9648     layout: "plot-service-density"
9649
9650 - type: "plot"
9651   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9652   algorithm: "plot_nf_heatmap"
9653   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9654   data: "plot-vpp-nfv-3n-hsw-mrr"
9655   filter: "'NIC_Intel-XL710' and
9656            'NF_DENSITY' and
9657            'DOCKER' and
9658            'CHAIN' and
9659            'NF_VPPIP4' and
9660            'IPSEC' and
9661            'TNL_10000' and
9662            'IMIX' and
9663            '2T2C' and
9664            'MRR'"
9665   parameters:
9666   - "result"
9667   - "name"
9668   - "tags"
9669   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9670   x-axis: "X = CNFs per Service Chain"
9671   y-axis: "Y = Number of Service Chains"
9672   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9673   layout:
9674     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9675     layout: "plot-service-density"
9676
9677 - type: "plot"
9678   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9679   algorithm: "plot_nf_heatmap"
9680   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9681   data: "plot-vpp-nfv-3n-hsw-mrr"
9682   filter: "'NIC_Intel-XL710' and
9683            'NF_DENSITY' and
9684            'DOCKER' and
9685            'CHAIN' and
9686            'NF_VPPIP4' and
9687            'IPSEC' and
9688            'TNL_10000' and
9689            'IMIX' and
9690            '4T4C' and
9691            'MRR'"
9692   parameters:
9693   - "result"
9694   - "name"
9695   - "tags"
9696   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9697   x-axis: "X = CNFs per Service Chain"
9698   y-axis: "Y = Number of Service Chains"
9699   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9700   layout:
9701     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9702     layout: "plot-service-density"
9703
9704 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9705 - type: "plot"
9706   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9707   algorithm: "plot_nf_heatmap"
9708   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9709   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9710   filter: "'NIC_Intel-XL710' and
9711            'NF_DENSITY' and
9712            'DOCKER' and
9713            'CHAIN' and
9714            'NF_VPPIP4' and
9715            'IPSEC' and
9716            'TNL_10000' and
9717            'IMIX' and
9718            '1T1C' and
9719            'NDRPDR'"
9720   parameters:
9721   - "throughput"
9722   - "name"
9723   - "tags"
9724   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9725   x-axis: "X = CNFs per Service Chain"
9726   y-axis: "Y = Number of Service Chains"
9727   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9728   layout:
9729     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9730     layout: "plot-service-density"
9731
9732 - type: "plot"
9733   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9734   algorithm: "plot_nf_heatmap"
9735   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9736   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9737   filter: "'NIC_Intel-XL710' and
9738            'NF_DENSITY' and
9739            'DOCKER' and
9740            'CHAIN' and
9741            'NF_VPPIP4' and
9742            'IPSEC' and
9743            'TNL_10000' and
9744            'IMIX' and
9745            '2T2C' and
9746            'NDRPDR'"
9747   parameters:
9748   - "throughput"
9749   - "name"
9750   - "tags"
9751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9752   x-axis: "X = CNFs per Service Chain"
9753   y-axis: "Y = Number of Service Chains"
9754   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9755   layout:
9756     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9757     layout: "plot-service-density"
9758
9759 - type: "plot"
9760   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9761   algorithm: "plot_nf_heatmap"
9762   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9763   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9764   filter: "'NIC_Intel-XL710' and
9765            'NF_DENSITY' and
9766            'DOCKER' and
9767            'CHAIN' and
9768            'NF_VPPIP4' and
9769            'IPSEC' and
9770            'TNL_10000' and
9771            'IMIX' and
9772            '4T4C' and
9773            'NDRPDR'"
9774   parameters:
9775   - "throughput"
9776   - "name"
9777   - "tags"
9778   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9779   x-axis: "X = CNFs per Service Chain"
9780   y-axis: "Y = Number of Service Chains"
9781   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9782   layout:
9783     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9784     layout: "plot-service-density"
9785
9786 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9787 - type: "plot"
9788   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9789   algorithm: "plot_nf_heatmap"
9790   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9791   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9792   filter: "'NIC_Intel-XL710' and
9793            'NF_DENSITY' and
9794            'DOCKER' and
9795            'CHAIN' and
9796            'NF_VPPIP4' and
9797            'IPSEC' and
9798            'TNL_10000' and
9799            'IMIX' and
9800            '1T1C' and
9801            'NDRPDR'"
9802   parameters:
9803   - "throughput"
9804   - "name"
9805   - "tags"
9806   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9807   x-axis: "X = CNFs per Service Chain"
9808   y-axis: "Y = Number of Service Chains"
9809   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9810   layout:
9811     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9812     layout: "plot-service-density"
9813
9814 - type: "plot"
9815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9816   algorithm: "plot_nf_heatmap"
9817   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9818   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9819   filter: "'NIC_Intel-XL710' and
9820            'NF_DENSITY' and
9821            'DOCKER' and
9822            'CHAIN' and
9823            'NF_VPPIP4' and
9824            'IPSEC' and
9825            'TNL_10000' and
9826            'IMIX' and
9827            '2T2C' and
9828            'NDRPDR'"
9829   parameters:
9830   - "throughput"
9831   - "name"
9832   - "tags"
9833   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9834   x-axis: "X = CNFs per Service Chain"
9835   y-axis: "Y = Number of Service Chains"
9836   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9837   layout:
9838     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9839     layout: "plot-service-density"
9840
9841 - type: "plot"
9842   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9843   algorithm: "plot_nf_heatmap"
9844   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9845   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9846   filter: "'NIC_Intel-XL710' and
9847            'NF_DENSITY' and
9848            'DOCKER' and
9849            'CHAIN' and
9850            'NF_VPPIP4' and
9851            'IPSEC' and
9852            'TNL_10000' and
9853            'IMIX' and
9854            '4T4C' and
9855            'NDRPDR'"
9856   parameters:
9857   - "throughput"
9858   - "name"
9859   - "tags"
9860   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9861   x-axis: "X = CNFs per Service Chain"
9862   y-axis: "Y = Number of Service Chains"
9863   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9864   layout:
9865     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9866     layout: "plot-service-density"
9867
9868 ###############################################################################
9869
9870 # Plots - NF Density - CSP - MRR 64b
9871
9872 #- type: "plot"
9873 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9874 #  algorithm: "plot_nf_heatmap"
9875 #  output-file-type: ".html"
9876 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9877 #  data: "plot-vpp-nfv-2n-skx-mrr"
9878 #  filter: "'NIC_Intel-XXV710' and
9879 #           'NF_DENSITY' and
9880 #           'DOCKER' and
9881 #           'PIPELINE' and
9882 #           'NF_VPPIP4' and
9883 #           '64B' and
9884 #           '2T1C' and
9885 #           'MRR'"
9886 #  parameters:
9887 #  - "result"
9888 #  - "name"
9889 #  - "tags"
9890 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9891 #  x-axis: "X = CNFs per Service Pipeline"
9892 #  y-axis: "Y = Number of Service Pipelines"
9893 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9894 #  layout:
9895 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9896 #    layout: "plot-service-density"
9897 #
9898 #- type: "plot"
9899 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9900 #  algorithm: "plot_nf_heatmap"
9901 #  output-file-type: ".html"
9902 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9903 #  data: "plot-vpp-nfv-2n-skx-mrr"
9904 #  filter: "'NIC_Intel-XXV710' and
9905 #           'NF_DENSITY' and
9906 #           'DOCKER' and
9907 #           'PIPELINE' and
9908 #           'NF_VPPIP4' and
9909 #           '64B' and
9910 #           '4T2C' and
9911 #           'MRR'"
9912 #  parameters:
9913 #  - "result"
9914 #  - "name"
9915 #  - "tags"
9916 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9917 #  x-axis: "X = CNFs per Service Pipeline"
9918 #  y-axis: "Y = Number of Service Pipelines"
9919 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9920 #  layout:
9921 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9922 #    layout: "plot-service-density"
9923 #
9924 #- type: "plot"
9925 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9926 #  algorithm: "plot_nf_heatmap"
9927 #  output-file-type: ".html"
9928 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9929 #  data: "plot-vpp-nfv-2n-skx-mrr"
9930 #  filter: "'NIC_Intel-XXV710' and
9931 #           'NF_DENSITY' and
9932 #           'DOCKER' and
9933 #           'PIPELINE' and
9934 #           'NF_VPPIP4' and
9935 #           '64B' and
9936 #           '8T4C' and
9937 #           'MRR'"
9938 #  parameters:
9939 #  - "result"
9940 #  - "name"
9941 #  - "tags"
9942 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9943 #  x-axis: "X = CNFs per Service Pipeline"
9944 #  y-axis: "Y = Number of Service Pipelines"
9945 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9946 #  layout:
9947 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9948 #    layout: "plot-service-density"
9949 #
9950 ## Plots - NF Density - CSP - MRR IMIX
9951 #- type: "plot"
9952 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9953 #  algorithm: "plot_nf_heatmap"
9954 #  output-file-type: ".html"
9955 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9956 #  data: "plot-vpp-nfv-2n-skx-mrr"
9957 #  filter: "'NIC_Intel-XXV710' and
9958 #           'NF_DENSITY' and
9959 #           'DOCKER' and
9960 #           'PIPELINE' and
9961 #           'NF_VPPIP4' and
9962 #           'IMIX' and
9963 #           '2T1C' and
9964 #           'MRR'"
9965 #  parameters:
9966 #  - "result"
9967 #  - "name"
9968 #  - "tags"
9969 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9970 #  x-axis: "X = CNFs per Service Pipeline"
9971 #  y-axis: "Y = Number of Service Pipelines"
9972 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9973 #  layout:
9974 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9975 #    layout: "plot-service-density"
9976 #
9977 #- type: "plot"
9978 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9979 #  algorithm: "plot_nf_heatmap"
9980 #  output-file-type: ".html"
9981 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9982 #  data: "plot-vpp-nfv-2n-skx-mrr"
9983 #  filter: "'NIC_Intel-XXV710' and
9984 #           'NF_DENSITY' and
9985 #           'DOCKER' and
9986 #           'PIPELINE' and
9987 #           'NF_VPPIP4' and
9988 #           'IMIX' and
9989 #           '4T2C' and
9990 #           'MRR'"
9991 #  parameters:
9992 #  - "result"
9993 #  - "name"
9994 #  - "tags"
9995 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9996 #  x-axis: "X = CNFs per Service Pipeline"
9997 #  y-axis: "Y = Number of Service Pipelines"
9998 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9999 #  layout:
10000 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10001 #    layout: "plot-service-density"
10002 #
10003 #- type: "plot"
10004 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10005 #  algorithm: "plot_nf_heatmap"
10006 #  output-file-type: ".html"
10007 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10008 #  data: "plot-vpp-nfv-2n-skx-mrr"
10009 #  filter: "'NIC_Intel-XXV710' and
10010 #           'NF_DENSITY' and
10011 #           'DOCKER' and
10012 #           'PIPELINE' and
10013 #           'NF_VPPIP4' and
10014 #           'IMIX' and
10015 #           '8T4C' and
10016 #           'MRR'"
10017 #  parameters:
10018 #  - "result"
10019 #  - "name"
10020 #  - "tags"
10021 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10022 #  x-axis: "X = CNFs per Service Pipeline"
10023 #  y-axis: "Y = Number of Service Pipelines"
10024 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10025 #  layout:
10026 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10027 #    layout: "plot-service-density"
10028 #
10029 ## Plots - NF Density - CSP - NDR 64b
10030 #- type: "plot"
10031 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10032 #  algorithm: "plot_nf_heatmap"
10033 #  output-file-type: ".html"
10034 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10035 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10036 #  filter: "'NIC_Intel-XXV710' and
10037 #           'NF_DENSITY' and
10038 #           'DOCKER' and
10039 #           'PIPELINE' and
10040 #           'NF_VPPIP4' and
10041 #           '64B' and
10042 #           '2T1C' and
10043 #           'NDRPDR'"
10044 #  parameters:
10045 #  - "throughput"
10046 #  - "name"
10047 #  - "tags"
10048 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10049 #  x-axis: "X = CNFs per Service Pipeline"
10050 #  y-axis: "Y = Number of Service Pipelines"
10051 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10052 #  layout:
10053 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10054 #    layout: "plot-service-density"
10055 #
10056 #- type: "plot"
10057 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10058 #  algorithm: "plot_nf_heatmap"
10059 #  output-file-type: ".html"
10060 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10061 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10062 #  filter: "'NIC_Intel-XXV710' and
10063 #           'NF_DENSITY' and
10064 #           'DOCKER' and
10065 #           'PIPELINE' and
10066 #           'NF_VPPIP4' and
10067 #           '64B' and
10068 #           '4T2C' and
10069 #           'NDRPDR'"
10070 #  parameters:
10071 #  - "throughput"
10072 #  - "name"
10073 #  - "tags"
10074 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10075 #  x-axis: "X = CNFs per Service Pipeline"
10076 #  y-axis: "Y = Number of Service Pipelines"
10077 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10078 #  layout:
10079 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10080 #    layout: "plot-service-density"
10081 #
10082 #- type: "plot"
10083 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10084 #  algorithm: "plot_nf_heatmap"
10085 #  output-file-type: ".html"
10086 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10087 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10088 #  filter: "'NIC_Intel-XXV710' and
10089 #           'NF_DENSITY' and
10090 #           'DOCKER' and
10091 #           'PIPELINE' and
10092 #           'NF_VPPIP4' and
10093 #           '64B' and
10094 #           '8T4C' and
10095 #           'NDRPDR'"
10096 #  parameters:
10097 #  - "throughput"
10098 #  - "name"
10099 #  - "tags"
10100 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10101 #  x-axis: "X = CNFs per Service Pipeline"
10102 #  y-axis: "Y = Number of Service Pipelines"
10103 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10104 #  layout:
10105 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10106 #    layout: "plot-service-density"
10107 #
10108 ## Plots - NF Density - CSP - NDR IMIX
10109 #- type: "plot"
10110 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10111 #  algorithm: "plot_nf_heatmap"
10112 #  output-file-type: ".html"
10113 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10114 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10115 #  filter: "'NIC_Intel-XXV710' and
10116 #           'NF_DENSITY' and
10117 #           'DOCKER' and
10118 #           'PIPELINE' and
10119 #           'NF_VPPIP4' and
10120 #           'IMIX' and
10121 #           '2T1C' and
10122 #           'NDRPDR'"
10123 #  parameters:
10124 #  - "throughput"
10125 #  - "name"
10126 #  - "tags"
10127 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10128 #  x-axis: "X = CNFs per Service Pipeline"
10129 #  y-axis: "Y = Number of Service Pipelines"
10130 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10131 #  layout:
10132 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10133 #    layout: "plot-service-density"
10134 #
10135 #- type: "plot"
10136 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10137 #  algorithm: "plot_nf_heatmap"
10138 #  output-file-type: ".html"
10139 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10140 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10141 #  filter: "'NIC_Intel-XXV710' and
10142 #           'NF_DENSITY' and
10143 #           'DOCKER' and
10144 #           'PIPELINE' and
10145 #           'NF_VPPIP4' and
10146 #           'IMIX' and
10147 #           '4T2C' and
10148 #           'NDRPDR'"
10149 #  parameters:
10150 #  - "throughput"
10151 #  - "name"
10152 #  - "tags"
10153 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10154 #  x-axis: "X = CNFs per Service Pipeline"
10155 #  y-axis: "Y = Number of Service Pipelines"
10156 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10157 #  layout:
10158 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10159 #    layout: "plot-service-density"
10160 #
10161 #- type: "plot"
10162 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10163 #  algorithm: "plot_nf_heatmap"
10164 #  output-file-type: ".html"
10165 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10166 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10167 #  filter: "'NIC_Intel-XXV710' and
10168 #           'NF_DENSITY' and
10169 #           'DOCKER' and
10170 #           'PIPELINE' and
10171 #           'NF_VPPIP4' and
10172 #           'IMIX' and
10173 #           '8T4C' and
10174 #           'NDRPDR'"
10175 #  parameters:
10176 #  - "throughput"
10177 #  - "name"
10178 #  - "tags"
10179 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10180 #  x-axis: "X = CNFs per Service Pipeline"
10181 #  y-axis: "Y = Number of Service Pipelines"
10182 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10183 #  layout:
10184 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10185 #    layout: "plot-service-density"
10186 #
10187 ## Plots - NF Density - CSP - PDR 64b
10188 #- type: "plot"
10189 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10190 #  algorithm: "plot_nf_heatmap"
10191 #  output-file-type: ".html"
10192 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10193 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10194 #  filter: "'NIC_Intel-XXV710' and
10195 #           'NF_DENSITY' and
10196 #           'DOCKER' and
10197 #           'PIPELINE' and
10198 #           'NF_VPPIP4' and
10199 #           '64B' and
10200 #           '2T1C' and
10201 #           'NDRPDR'"
10202 #  parameters:
10203 #  - "throughput"
10204 #  - "name"
10205 #  - "tags"
10206 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10207 #  x-axis: "X = CNFs per Service Pipeline"
10208 #  y-axis: "Y = Number of Service Pipelines"
10209 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10210 #  layout:
10211 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10212 #    layout: "plot-service-density"
10213 #
10214 #- type: "plot"
10215 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10216 #  algorithm: "plot_nf_heatmap"
10217 #  output-file-type: ".html"
10218 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10219 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10220 #  filter: "'NIC_Intel-XXV710' and
10221 #           'NF_DENSITY' and
10222 #           'DOCKER' and
10223 #           'PIPELINE' and
10224 #           'NF_VPPIP4' and
10225 #           '64B' and
10226 #           '4T2C' and
10227 #           'NDRPDR'"
10228 #  parameters:
10229 #  - "throughput"
10230 #  - "name"
10231 #  - "tags"
10232 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10233 #  x-axis: "X = CNFs per Service Pipeline"
10234 #  y-axis: "Y = Number of Service Pipelines"
10235 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10236 #  layout:
10237 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10238 #    layout: "plot-service-density"
10239 #
10240 #- type: "plot"
10241 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10242 #  algorithm: "plot_nf_heatmap"
10243 #  output-file-type: ".html"
10244 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10245 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10246 #  filter: "'NIC_Intel-XXV710' and
10247 #           'NF_DENSITY' and
10248 #           'DOCKER' and
10249 #           'PIPELINE' and
10250 #           'NF_VPPIP4' and
10251 #           '64B' and
10252 #           '8T4C' and
10253 #           'NDRPDR'"
10254 #  parameters:
10255 #  - "throughput"
10256 #  - "name"
10257 #  - "tags"
10258 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10259 #  x-axis: "X = CNFs per Service Pipeline"
10260 #  y-axis: "Y = Number of Service Pipelines"
10261 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10262 #  layout:
10263 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10264 #    layout: "plot-service-density"
10265 #
10266 ## Plots - NF Density - CSP - PDR IMIX
10267 #- type: "plot"
10268 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10269 #  algorithm: "plot_nf_heatmap"
10270 #  output-file-type: ".html"
10271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10272 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10273 #  filter: "'NIC_Intel-XXV710' and
10274 #           'NF_DENSITY' and
10275 #           'DOCKER' and
10276 #           'PIPELINE' and
10277 #           'NF_VPPIP4' and
10278 #           'IMIX' and
10279 #           '2T1C' and
10280 #           'NDRPDR'"
10281 #  parameters:
10282 #  - "throughput"
10283 #  - "name"
10284 #  - "tags"
10285 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10286 #  x-axis: "X = CNFs per Service Pipeline"
10287 #  y-axis: "Y = Number of Service Pipelines"
10288 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10289 #  layout:
10290 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10291 #    layout: "plot-service-density"
10292 #
10293 #- type: "plot"
10294 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10295 #  algorithm: "plot_nf_heatmap"
10296 #  output-file-type: ".html"
10297 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10298 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10299 #  filter: "'NIC_Intel-XXV710' and
10300 #           'NF_DENSITY' and
10301 #           'DOCKER' and
10302 #           'PIPELINE' and
10303 #           'NF_VPPIP4' and
10304 #           'IMIX' and
10305 #           '4T2C' and
10306 #           'NDRPDR'"
10307 #  parameters:
10308 #  - "throughput"
10309 #  - "name"
10310 #  - "tags"
10311 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10312 #  x-axis: "X = CNFs per Service Pipeline"
10313 #  y-axis: "Y = Number of Service Pipelines"
10314 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10315 #  layout:
10316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10317 #    layout: "plot-service-density"
10318 #
10319 #- type: "plot"
10320 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10321 #  algorithm: "plot_nf_heatmap"
10322 #  output-file-type: ".html"
10323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10324 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10325 #  filter: "'NIC_Intel-XXV710' and
10326 #           'NF_DENSITY' and
10327 #           'DOCKER' and
10328 #           'PIPELINE' and
10329 #           'NF_VPPIP4' and
10330 #           'IMIX' and
10331 #           '8T4C' and
10332 #           'NDRPDR'"
10333 #  parameters:
10334 #  - "throughput"
10335 #  - "name"
10336 #  - "tags"
10337 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10338 #  x-axis: "X = CNFs per Service Pipeline"
10339 #  y-axis: "Y = Number of Service Pipelines"
10340 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10341 #  layout:
10342 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10343 #    layout: "plot-service-density"
10344
10345 ###############################################################################
10346 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10347
10348 - type: "plot"
10349   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10350   algorithm: "plot_nf_heatmap"
10351   output-file-type: ".html"
10352   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10353   data: "plot-vpp-nfv-2n-clx-mrr"
10354   filter: "'NIC_Intel-XXV710' and
10355            'NF_DENSITY' and
10356            'VHOST' and
10357            not 'VXLAN' and
10358            'CHAIN' and
10359            'NF_VPPIP4' and
10360            'IMIX' and
10361            '2T1C' and
10362            'MRR'"
10363   parameters:
10364   - "result"
10365   - "name"
10366   - "tags"
10367   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10368   x-axis: "X = VNFs per Service Chain"
10369   y-axis: "Y = Number of Service Chains"
10370   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10371   layout:
10372     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10373     layout: "plot-service-density"
10374
10375 - type: "plot"
10376   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10377   algorithm: "plot_nf_heatmap"
10378   output-file-type: ".html"
10379   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10380   data: "plot-vpp-nfv-2n-clx-mrr"
10381   filter: "'NIC_Intel-XXV710' and
10382            'NF_DENSITY' and
10383            'VHOST' and
10384            not 'VXLAN' and
10385            'CHAIN' and
10386            'NF_VPPIP4' and
10387            'IMIX' and
10388            '4T2C' and
10389            'MRR'"
10390   parameters:
10391   - "result"
10392   - "name"
10393   - "tags"
10394   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10395   x-axis: "X = VNFs per Service Chain"
10396   y-axis: "Y = Number of Service Chains"
10397   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10398   layout:
10399     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10400     layout: "plot-service-density"
10401
10402 - type: "plot"
10403   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10404   algorithm: "plot_nf_heatmap"
10405   output-file-type: ".html"
10406   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10407   data: "plot-vpp-nfv-2n-clx-mrr"
10408   filter: "'NIC_Intel-XXV710' and
10409            'NF_DENSITY' and
10410            'VHOST' and
10411            not 'VXLAN' and
10412            'CHAIN' and
10413            'NF_VPPIP4' and
10414            'IMIX' and
10415            '8T4C' and
10416            'MRR'"
10417   parameters:
10418   - "result"
10419   - "name"
10420   - "tags"
10421   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10422   x-axis: "X = VNFs per Service Chain"
10423   y-axis: "Y = Number of Service Chains"
10424   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10425   layout:
10426     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10427     layout: "plot-service-density"
10428
10429 # Plots - NF Density - VSC - NDR IMIX
10430 - type: "plot"
10431   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10432   algorithm: "plot_nf_heatmap"
10433   output-file-type: ".html"
10434   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10435   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10436   filter: "'NIC_Intel-XXV710' and
10437            'NF_DENSITY' and
10438            'VHOST' and
10439            not 'VXLAN' and
10440            'CHAIN' and
10441            'NF_VPPIP4' and
10442            'IMIX' and
10443            '2T1C' and
10444            'NDRPDR'"
10445   parameters:
10446   - "throughput"
10447   - "name"
10448   - "tags"
10449   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10450   x-axis: "X = VNFs per Service Chain"
10451   y-axis: "Y = Number of Service Chains"
10452   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10453   layout:
10454     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10455     layout: "plot-service-density"
10456
10457 - type: "plot"
10458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10459   algorithm: "plot_nf_heatmap"
10460   output-file-type: ".html"
10461   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10462   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10463   filter: "'NIC_Intel-XXV710' and
10464            'NF_DENSITY' and
10465            'VHOST' and
10466            not 'VXLAN' and
10467            'CHAIN' and
10468            'NF_VPPIP4' and
10469            'IMIX' and
10470            '4T2C' and
10471            'NDRPDR'"
10472   parameters:
10473   - "throughput"
10474   - "name"
10475   - "tags"
10476   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10477   x-axis: "X = VNFs per Service Chain"
10478   y-axis: "Y = Number of Service Chains"
10479   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10480   layout:
10481     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10482     layout: "plot-service-density"
10483
10484 - type: "plot"
10485   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10486   algorithm: "plot_nf_heatmap"
10487   output-file-type: ".html"
10488   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10489   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10490   filter: "'NIC_Intel-XXV710' and
10491            'NF_DENSITY' and
10492            'VHOST' and
10493            not 'VXLAN' and
10494            'CHAIN' and
10495            'NF_VPPIP4' and
10496            'IMIX' and
10497            '8T4C' and
10498            'NDRPDR'"
10499   parameters:
10500   - "throughput"
10501   - "name"
10502   - "tags"
10503   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10504   x-axis: "X = VNFs per Service Chain"
10505   y-axis: "Y = Number of Service Chains"
10506   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10507   layout:
10508     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10509     layout: "plot-service-density"
10510
10511 # Plots - NF Density - VSC - PDR IMIX
10512 - type: "plot"
10513   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10514   algorithm: "plot_nf_heatmap"
10515   output-file-type: ".html"
10516   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10517   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10518   filter: "'NIC_Intel-XXV710' and
10519            'NF_DENSITY' and
10520            'VHOST' and
10521            not 'VXLAN' and
10522            'CHAIN' and
10523            'NF_VPPIP4' and
10524            'IMIX' and
10525            '2T1C' and
10526            'NDRPDR'"
10527   parameters:
10528   - "throughput"
10529   - "name"
10530   - "tags"
10531   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10532   x-axis: "X = VNFs per Service Chain"
10533   y-axis: "Y = Number of Service Chains"
10534   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10535   layout:
10536     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10537     layout: "plot-service-density"
10538
10539 - type: "plot"
10540   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10541   algorithm: "plot_nf_heatmap"
10542   output-file-type: ".html"
10543   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10544   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10545   filter: "'NIC_Intel-XXV710' and
10546            'NF_DENSITY' and
10547            'VHOST' and
10548            not 'VXLAN' and
10549            'CHAIN' and
10550            'NF_VPPIP4' and
10551            'IMIX' and
10552            '4T2C' and
10553            'NDRPDR'"
10554   parameters:
10555   - "throughput"
10556   - "name"
10557   - "tags"
10558   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10559   x-axis: "X = VNFs per Service Chain"
10560   y-axis: "Y = Number of Service Chains"
10561   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10562   layout:
10563     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10564     layout: "plot-service-density"
10565
10566 - type: "plot"
10567   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10568   algorithm: "plot_nf_heatmap"
10569   output-file-type: ".html"
10570   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10571   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10572   filter: "'NIC_Intel-XXV710' and
10573            'NF_DENSITY' and
10574            'VHOST' and
10575            not 'VXLAN' and
10576            'CHAIN' and
10577            'NF_VPPIP4' and
10578            'IMIX' and
10579            '8T4C' and
10580            'NDRPDR'"
10581   parameters:
10582   - "throughput"
10583   - "name"
10584   - "tags"
10585   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10586   x-axis: "X = VNFs per Service Chain"
10587   y-axis: "Y = Number of Service Chains"
10588   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10589   layout:
10590     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10591     layout: "plot-service-density"
10592
10593 # Plots - NF Density - VSC - MRR IMIX
10594 - type: "plot"
10595   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10596   algorithm: "plot_nf_heatmap"
10597   output-file-type: ".html"
10598   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10599   data: "plot-vpp-nfv-2n-clx-mrr"
10600   filter: "'NIC_Intel-XXV710' and
10601            'NF_DENSITY' and
10602            'VHOST' and
10603            'VXLAN' and
10604            'CHAIN' and
10605            'IMIX' and
10606            '2T1C' and
10607            'MRR'"
10608   parameters:
10609   - "result"
10610   - "name"
10611   - "tags"
10612   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10613   x-axis: "X = VNFs per Service Chain"
10614   y-axis: "Y = Number of Service Chains"
10615   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10616   layout:
10617     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10618     layout: "plot-service-density"
10619
10620 - type: "plot"
10621   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10622   algorithm: "plot_nf_heatmap"
10623   output-file-type: ".html"
10624   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10625   data: "plot-vpp-nfv-2n-clx-mrr"
10626   filter: "'NIC_Intel-XXV710' and
10627            'NF_DENSITY' and
10628            'VHOST' and
10629            'VXLAN' and
10630            'CHAIN' and
10631            'IMIX' and
10632            '4T2C' and
10633            'MRR'"
10634   parameters:
10635   - "result"
10636   - "name"
10637   - "tags"
10638   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10639   x-axis: "X = VNFs per Service Chain"
10640   y-axis: "Y = Number of Service Chains"
10641   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10642   layout:
10643     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10644     layout: "plot-service-density"
10645
10646 - type: "plot"
10647   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10648   algorithm: "plot_nf_heatmap"
10649   output-file-type: ".html"
10650   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10651   data: "plot-vpp-nfv-2n-clx-mrr"
10652   filter: "'NIC_Intel-XXV710' and
10653            'NF_DENSITY' and
10654            'VHOST' and
10655            'VXLAN' and
10656            'CHAIN' and
10657            'IMIX' and
10658            '8T4C' and
10659            'MRR'"
10660   parameters:
10661   - "result"
10662   - "name"
10663   - "tags"
10664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10665   x-axis: "X = VNFs per Service Chain"
10666   y-axis: "Y = Number of Service Chains"
10667   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10668   layout:
10669     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10670     layout: "plot-service-density"
10671
10672 # Plots - NF Density - VSC - NDR IMIX
10673 - type: "plot"
10674   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10675   algorithm: "plot_nf_heatmap"
10676   output-file-type: ".html"
10677   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10678   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10679   filter: "'NIC_Intel-XXV710' and
10680            'NF_DENSITY' and
10681            'VHOST' and
10682            'VXLAN' and
10683            'CHAIN' and
10684            'IMIX' and
10685            '2T1C' and
10686            'NDRPDR'"
10687   parameters:
10688   - "throughput"
10689   - "name"
10690   - "tags"
10691   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10692   x-axis: "X = VNFs per Service Chain"
10693   y-axis: "Y = Number of Service Chains"
10694   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10695   layout:
10696     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10697     layout: "plot-service-density"
10698
10699 - type: "plot"
10700   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10701   algorithm: "plot_nf_heatmap"
10702   output-file-type: ".html"
10703   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10704   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10705   filter: "'NIC_Intel-XXV710' and
10706            'NF_DENSITY' and
10707            'VHOST' and
10708            'VXLAN' and
10709            'CHAIN' and
10710            'IMIX' and
10711            '4T2C' and
10712            'NDRPDR'"
10713   parameters:
10714   - "throughput"
10715   - "name"
10716   - "tags"
10717   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10718   x-axis: "X = VNFs per Service Chain"
10719   y-axis: "Y = Number of Service Chains"
10720   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10721   layout:
10722     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10723     layout: "plot-service-density"
10724
10725 - type: "plot"
10726   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10727   algorithm: "plot_nf_heatmap"
10728   output-file-type: ".html"
10729   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10730   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10731   filter: "'NIC_Intel-XXV710' and
10732            'NF_DENSITY' and
10733            'VHOST' and
10734            'VXLAN' and
10735            'CHAIN' and
10736            'IMIX' and
10737            '8T4C' and
10738            'NDRPDR'"
10739   parameters:
10740   - "throughput"
10741   - "name"
10742   - "tags"
10743   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10744   x-axis: "X = VNFs per Service Chain"
10745   y-axis: "Y = Number of Service Chains"
10746   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10747   layout:
10748     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10749     layout: "plot-service-density"
10750
10751 # Plots - NF Density - VSC - PDR IMIX
10752 - type: "plot"
10753   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10754   algorithm: "plot_nf_heatmap"
10755   output-file-type: ".html"
10756   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10757   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10758   filter: "'NIC_Intel-XXV710' and
10759            'NF_DENSITY' and
10760            'VHOST' and
10761            'VXLAN' and
10762            'CHAIN' and
10763            'IMIX' and
10764            '2T1C' and
10765            'NDRPDR'"
10766   parameters:
10767   - "throughput"
10768   - "name"
10769   - "tags"
10770   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10771   x-axis: "X = VNFs per Service Chain"
10772   y-axis: "Y = Number of Service Chains"
10773   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10774   layout:
10775     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10776     layout: "plot-service-density"
10777
10778 - type: "plot"
10779   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10780   algorithm: "plot_nf_heatmap"
10781   output-file-type: ".html"
10782   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10783   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10784   filter: "'NIC_Intel-XXV710' and
10785            'NF_DENSITY' and
10786            'VHOST' and
10787            'VXLAN' and
10788            'CHAIN' and
10789            'IMIX' and
10790            '4T2C' and
10791            'NDRPDR'"
10792   parameters:
10793   - "throughput"
10794   - "name"
10795   - "tags"
10796   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10797   x-axis: "X = VNFs per Service Chain"
10798   y-axis: "Y = Number of Service Chains"
10799   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10800   layout:
10801     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10802     layout: "plot-service-density"
10803
10804 - type: "plot"
10805   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10806   algorithm: "plot_nf_heatmap"
10807   output-file-type: ".html"
10808   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10809   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10810   filter: "'NIC_Intel-XXV710' and
10811            'NF_DENSITY' and
10812            'VHOST' and
10813            'VXLAN' and
10814            'CHAIN' and
10815            'IMIX' and
10816            '8T4C' and
10817            'NDRPDR'"
10818   parameters:
10819   - "throughput"
10820   - "name"
10821   - "tags"
10822   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10823   x-axis: "X = VNFs per Service Chain"
10824   y-axis: "Y = Number of Service Chains"
10825   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10826   layout:
10827     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10828     layout: "plot-service-density"
10829
10830 # Plots - NF Density - CSC - MRR IMIX
10831 - type: "plot"
10832   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10833   algorithm: "plot_nf_heatmap"
10834   output-file-type: ".html"
10835   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10836   data: "plot-vpp-nfv-2n-clx-mrr"
10837   filter: "'NIC_Intel-XXV710' and
10838            'NF_DENSITY' and
10839            'DOCKER' and
10840            'CHAIN' and
10841            'NF_VPPIP4' and
10842            'IMIX' and
10843            '2T1C' and
10844            'MRR'"
10845   parameters:
10846   - "result"
10847   - "name"
10848   - "tags"
10849   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10850   x-axis: "X = CNFs per Service Chain"
10851   y-axis: "Y = Number of Service Chains"
10852   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10853   layout:
10854     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10855     layout: "plot-service-density"
10856
10857 - type: "plot"
10858   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10859   algorithm: "plot_nf_heatmap"
10860   output-file-type: ".html"
10861   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10862   data: "plot-vpp-nfv-2n-clx-mrr"
10863   filter: "'NIC_Intel-XXV710' and
10864            'NF_DENSITY' and
10865            'DOCKER' and
10866            'CHAIN' and
10867            'NF_VPPIP4' and
10868            'IMIX' and
10869            '4T2C' and
10870            'MRR'"
10871   parameters:
10872   - "result"
10873   - "name"
10874   - "tags"
10875   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10876   x-axis: "X = CNFs per Service Chain"
10877   y-axis: "Y = Number of Service Chains"
10878   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10879   layout:
10880     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10881     layout: "plot-service-density"
10882
10883 - type: "plot"
10884   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10885   algorithm: "plot_nf_heatmap"
10886   output-file-type: ".html"
10887   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10888   data: "plot-vpp-nfv-2n-clx-mrr"
10889   filter: "'NIC_Intel-XXV710' and
10890            'NF_DENSITY' and
10891            'DOCKER' and
10892            'CHAIN' and
10893            'NF_VPPIP4' and
10894            'IMIX' and
10895            '8T4C' and
10896            'MRR'"
10897   parameters:
10898   - "result"
10899   - "name"
10900   - "tags"
10901   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10902   x-axis: "X = CNFs per Service Chain"
10903   y-axis: "Y = Number of Service Chains"
10904   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10905   layout:
10906     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10907     layout: "plot-service-density"
10908
10909 # Plots - NF Density - CSC - NDR IMIX
10910 - type: "plot"
10911   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10912   algorithm: "plot_nf_heatmap"
10913   output-file-type: ".html"
10914   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10915   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10916   filter: "'NIC_Intel-XXV710' and
10917            'NF_DENSITY' and
10918            'DOCKER' and
10919            'CHAIN' and
10920            'NF_VPPIP4' and
10921            'IMIX' and
10922            '2T1C' and
10923            'NDRPDR'"
10924   parameters:
10925   - "throughput"
10926   - "name"
10927   - "tags"
10928   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10929   x-axis: "X = CNFs per Service Chain"
10930   y-axis: "Y = Number of Service Chains"
10931   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10932   layout:
10933     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10934     layout: "plot-service-density"
10935
10936 - type: "plot"
10937   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10938   algorithm: "plot_nf_heatmap"
10939   output-file-type: ".html"
10940   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10941   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10942   filter: "'NIC_Intel-XXV710' and
10943            'NF_DENSITY' and
10944            'DOCKER' and
10945            'CHAIN' and
10946            'NF_VPPIP4' and
10947            'IMIX' and
10948            '4T2C' and
10949            'NDRPDR'"
10950   parameters:
10951   - "throughput"
10952   - "name"
10953   - "tags"
10954   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10955   x-axis: "X = CNFs per Service Chain"
10956   y-axis: "Y = Number of Service Chains"
10957   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10958   layout:
10959     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10960     layout: "plot-service-density"
10961
10962 - type: "plot"
10963   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10964   algorithm: "plot_nf_heatmap"
10965   output-file-type: ".html"
10966   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10967   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10968   filter: "'NIC_Intel-XXV710' and
10969            'NF_DENSITY' and
10970            'DOCKER' and
10971            'CHAIN' and
10972            'NF_VPPIP4' and
10973            'IMIX' and
10974            '8T4C' and
10975            'NDRPDR'"
10976   parameters:
10977   - "throughput"
10978   - "name"
10979   - "tags"
10980   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10981   x-axis: "X = CNFs per Service Chain"
10982   y-axis: "Y = Number of Service Chains"
10983   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10984   layout:
10985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10986     layout: "plot-service-density"
10987
10988 # Plots - NF Density - CSC - PDR IMIX
10989 - type: "plot"
10990   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10991   algorithm: "plot_nf_heatmap"
10992   output-file-type: ".html"
10993   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10994   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10995   filter: "'NIC_Intel-XXV710' and
10996            'NF_DENSITY' and
10997            'DOCKER' and
10998            'CHAIN' and
10999            'NF_VPPIP4' and
11000            'IMIX' and
11001            '2T1C' and
11002            'NDRPDR'"
11003   parameters:
11004   - "throughput"
11005   - "name"
11006   - "tags"
11007   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11008   x-axis: "X = CNFs per Service Chain"
11009   y-axis: "Y = Number of Service Chains"
11010   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11011   layout:
11012     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11013     layout: "plot-service-density"
11014
11015 - type: "plot"
11016   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11017   algorithm: "plot_nf_heatmap"
11018   output-file-type: ".html"
11019   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11020   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11021   filter: "'NIC_Intel-XXV710' and
11022            'NF_DENSITY' and
11023            'DOCKER' and
11024            'CHAIN' and
11025            'NF_VPPIP4' and
11026            'IMIX' and
11027            '4T2C' and
11028            'NDRPDR'"
11029   parameters:
11030   - "throughput"
11031   - "name"
11032   - "tags"
11033   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11034   x-axis: "X = CNFs per Service Chain"
11035   y-axis: "Y = Number of Service Chains"
11036   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11037   layout:
11038     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11039     layout: "plot-service-density"
11040
11041 - type: "plot"
11042   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11043   algorithm: "plot_nf_heatmap"
11044   output-file-type: ".html"
11045   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11046   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11047   filter: "'NIC_Intel-XXV710' and
11048            'NF_DENSITY' and
11049            'DOCKER' and
11050            'CHAIN' and
11051            'NF_VPPIP4' and
11052            'IMIX' and
11053            '8T4C' and
11054            'NDRPDR'"
11055   parameters:
11056   - "throughput"
11057   - "name"
11058   - "tags"
11059   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11060   x-axis: "X = CNFs per Service Chain"
11061   y-axis: "Y = Number of Service Chains"
11062   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11063   layout:
11064     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11065     layout: "plot-service-density"
11066
11067 # Plots - NF Density - CSP - MRR IMIX
11068 - type: "plot"
11069   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11070   algorithm: "plot_nf_heatmap"
11071   output-file-type: ".html"
11072   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11073   data: "plot-vpp-nfv-2n-clx-mrr"
11074   filter: "'NIC_Intel-XXV710' and
11075            'NF_DENSITY' and
11076            'DOCKER' and
11077            'PIPELINE' and
11078            'NF_VPPIP4' and
11079            'IMIX' and
11080            '2T1C' and
11081            'MRR'"
11082   parameters:
11083   - "result"
11084   - "name"
11085   - "tags"
11086   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11087   x-axis: "X = CNFs per Service Pipeline"
11088   y-axis: "Y = Number of Service Pipelines"
11089   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11090   layout:
11091     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11092     layout: "plot-service-density"
11093
11094 - type: "plot"
11095   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11096   algorithm: "plot_nf_heatmap"
11097   output-file-type: ".html"
11098   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11099   data: "plot-vpp-nfv-2n-clx-mrr"
11100   filter: "'NIC_Intel-XXV710' and
11101            'NF_DENSITY' and
11102            'DOCKER' and
11103            'PIPELINE' and
11104            'NF_VPPIP4' and
11105            'IMIX' and
11106            '4T2C' and
11107            'MRR'"
11108   parameters:
11109   - "result"
11110   - "name"
11111   - "tags"
11112   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11113   x-axis: "X = CNFs per Service Pipeline"
11114   y-axis: "Y = Number of Service Pipelines"
11115   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11116   layout:
11117     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11118     layout: "plot-service-density"
11119
11120 - type: "plot"
11121   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11122   algorithm: "plot_nf_heatmap"
11123   output-file-type: ".html"
11124   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11125   data: "plot-vpp-nfv-2n-clx-mrr"
11126   filter: "'NIC_Intel-XXV710' and
11127            'NF_DENSITY' and
11128            'DOCKER' and
11129            'PIPELINE' and
11130            'NF_VPPIP4' and
11131            'IMIX' and
11132            '8T4C' and
11133            'MRR'"
11134   parameters:
11135   - "result"
11136   - "name"
11137   - "tags"
11138   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11139   x-axis: "X = CNFs per Service Pipeline"
11140   y-axis: "Y = Number of Service Pipelines"
11141   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11142   layout:
11143     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11144     layout: "plot-service-density"
11145
11146 # Plots - NF Density - CSP - NDR IMIX
11147 - type: "plot"
11148   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11149   algorithm: "plot_nf_heatmap"
11150   output-file-type: ".html"
11151   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11152   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11153   filter: "'NIC_Intel-XXV710' and
11154            'NF_DENSITY' and
11155            'DOCKER' and
11156            'PIPELINE' and
11157            'NF_VPPIP4' and
11158            'IMIX' and
11159            '2T1C' and
11160            'NDRPDR'"
11161   parameters:
11162   - "throughput"
11163   - "name"
11164   - "tags"
11165   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11166   x-axis: "X = CNFs per Service Pipeline"
11167   y-axis: "Y = Number of Service Pipelines"
11168   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11169   layout:
11170     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11171     layout: "plot-service-density"
11172
11173 - type: "plot"
11174   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11175   algorithm: "plot_nf_heatmap"
11176   output-file-type: ".html"
11177   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11178   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11179   filter: "'NIC_Intel-XXV710' and
11180            'NF_DENSITY' and
11181            'DOCKER' and
11182            'PIPELINE' and
11183            'NF_VPPIP4' and
11184            'IMIX' and
11185            '4T2C' and
11186            'NDRPDR'"
11187   parameters:
11188   - "throughput"
11189   - "name"
11190   - "tags"
11191   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11192   x-axis: "X = CNFs per Service Pipeline"
11193   y-axis: "Y = Number of Service Pipelines"
11194   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11195   layout:
11196     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11197     layout: "plot-service-density"
11198
11199 - type: "plot"
11200   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11201   algorithm: "plot_nf_heatmap"
11202   output-file-type: ".html"
11203   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11204   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11205   filter: "'NIC_Intel-XXV710' and
11206            'NF_DENSITY' and
11207            'DOCKER' and
11208            'PIPELINE' and
11209            'NF_VPPIP4' and
11210            'IMIX' and
11211            '8T4C' and
11212            'NDRPDR'"
11213   parameters:
11214   - "throughput"
11215   - "name"
11216   - "tags"
11217   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11218   x-axis: "X = CNFs per Service Pipeline"
11219   y-axis: "Y = Number of Service Pipelines"
11220   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11221   layout:
11222     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11223     layout: "plot-service-density"
11224
11225 # Plots - NF Density - CSP - PDR IMIX
11226 - type: "plot"
11227   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11228   algorithm: "plot_nf_heatmap"
11229   output-file-type: ".html"
11230   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11231   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11232   filter: "'NIC_Intel-XXV710' and
11233            'NF_DENSITY' and
11234            'DOCKER' and
11235            'PIPELINE' and
11236            'NF_VPPIP4' and
11237            'IMIX' and
11238            '2T1C' and
11239            'NDRPDR'"
11240   parameters:
11241   - "throughput"
11242   - "name"
11243   - "tags"
11244   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11245   x-axis: "X = CNFs per Service Pipeline"
11246   y-axis: "Y = Number of Service Pipelines"
11247   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11248   layout:
11249     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11250     layout: "plot-service-density"
11251
11252 - type: "plot"
11253   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11254   algorithm: "plot_nf_heatmap"
11255   output-file-type: ".html"
11256   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11257   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11258   filter: "'NIC_Intel-XXV710' and
11259            'NF_DENSITY' and
11260            'DOCKER' and
11261            'PIPELINE' and
11262            'NF_VPPIP4' and
11263            'IMIX' and
11264            '4T2C' and
11265            'NDRPDR'"
11266   parameters:
11267   - "throughput"
11268   - "name"
11269   - "tags"
11270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11271   x-axis: "X = CNFs per Service Pipeline"
11272   y-axis: "Y = Number of Service Pipelines"
11273   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11274   layout:
11275     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11276     layout: "plot-service-density"
11277
11278 - type: "plot"
11279   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11280   algorithm: "plot_nf_heatmap"
11281   output-file-type: ".html"
11282   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11283   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11284   filter: "'NIC_Intel-XXV710' and
11285            'NF_DENSITY' and
11286            'DOCKER' and
11287            'PIPELINE' and
11288            'NF_VPPIP4' and
11289            'IMIX' and
11290            '8T4C' and
11291            'NDRPDR'"
11292   parameters:
11293   - "throughput"
11294   - "name"
11295   - "tags"
11296   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11297   x-axis: "X = CNFs per Service Pipeline"
11298   y-axis: "Y = Number of Service Pipelines"
11299   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11300   layout:
11301     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11302     layout: "plot-service-density"
11303
11304 ################################################################################
11305
11306 # Packet Throughput
11307
11308 - type: "plot"
11309   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11310   algorithm: "plot_perf_box_name"
11311   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11312   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11313   include:
11314     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11315     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11316     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11317     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11318   layout:
11319     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11320     layout: "plot-throughput"
11321
11322 - type: "plot"
11323   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11324   algorithm: "plot_perf_box_name"
11325   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11326   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11327   include:
11328     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11329     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11330     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11331     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11332   layout:
11333     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11334     layout: "plot-throughput"
11335
11336 - type: "plot"
11337   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11338   algorithm: "plot_perf_box_name"
11339   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11341   include:
11342     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11343     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11344     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11345     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11346   layout:
11347     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11348     layout: "plot-throughput"
11349
11350 - type: "plot"
11351   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11352   algorithm: "plot_perf_box_name"
11353   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11354   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11355   include:
11356     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11357     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11358     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11359     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11360   layout:
11361     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11362     layout: "plot-throughput"
11363
11364 - type: "plot"
11365   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11366   algorithm: "plot_perf_box_name"
11367   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11369   include:
11370     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11371     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11372     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11373     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11374     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11375   layout:
11376     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11377     layout: "plot-throughput"
11378
11379 - type: "plot"
11380   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11381   algorithm: "plot_perf_box_name"
11382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11384   include:
11385     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11386     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11387     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11388     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11389     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11390   layout:
11391     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11392     layout: "plot-throughput"
11393
11394 - type: "plot"
11395   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11396   algorithm: "plot_perf_box_name"
11397   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11399   include:
11400     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11401     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11402     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11403     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11404     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11405   layout:
11406     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11407     layout: "plot-throughput"
11408
11409 - type: "plot"
11410   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11411   algorithm: "plot_perf_box_name"
11412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11414   include:
11415     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11416     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11417     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11418     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11419     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11420   layout:
11421     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11422     layout: "plot-throughput"
11423
11424 - type: "plot"
11425   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11426   algorithm: "plot_perf_box_name"
11427   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11428   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11429   include:
11430     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11431     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11432     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11433     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11434     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11435   layout:
11436     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11437     layout: "plot-throughput"
11438
11439 - type: "plot"
11440   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11441   algorithm: "plot_perf_box_name"
11442   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11443   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11444   include:
11445     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11446     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11447     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11448     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11449     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11450   layout:
11451     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11452     layout: "plot-throughput"
11453
11454 - type: "plot"
11455   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11456   algorithm: "plot_perf_box_name"
11457   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11459   include:
11460     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11463     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11465     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11466   layout:
11467     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11468     layout: "plot-throughput"
11469
11470 - type: "plot"
11471   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11472   algorithm: "plot_perf_box_name"
11473   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11475   include:
11476     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11478     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11479     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11480     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11481     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11482   layout:
11483     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11484     layout: "plot-throughput"
11485
11486 - type: "plot"
11487   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11488   algorithm: "plot_perf_box_name"
11489   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11490   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11491   include:
11492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11496     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11497   layout:
11498     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11499     layout: "plot-throughput"
11500
11501 - type: "plot"
11502   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11503   algorithm: "plot_perf_box_name"
11504   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11505   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11506   include:
11507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11512   layout:
11513     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11514     layout: "plot-throughput"
11515
11516 - type: "plot"
11517   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11518   algorithm: "plot_perf_box_name"
11519   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11521   include:
11522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11525   layout:
11526     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11527     layout: "plot-throughput"
11528
11529 - type: "plot"
11530   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11531   algorithm: "plot_perf_box_name"
11532   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11533   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11534   include:
11535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11538   layout:
11539     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11540     layout: "plot-throughput"
11541
11542 - type: "plot"
11543   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11544   algorithm: "plot_perf_box_name"
11545   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11546   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11547   include:
11548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11553   layout:
11554     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11555     layout: "plot-throughput"
11556
11557 - type: "plot"
11558   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11559   algorithm: "plot_perf_box_name"
11560   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11561   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11562   include:
11563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11568   layout:
11569     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11570     layout: "plot-throughput"
11571
11572 - type: "plot"
11573   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11574   algorithm: "plot_perf_box_name"
11575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11577   include:
11578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11581   layout:
11582     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11583     layout: "plot-throughput"
11584
11585 - type: "plot"
11586   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11587   algorithm: "plot_perf_box_name"
11588   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11589   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11590   include:
11591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11594   layout:
11595     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11596     layout: "plot-throughput"
11597
11598 - type: "plot"
11599   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11600   algorithm: "plot_perf_box_name"
11601   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11603   include:
11604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11610   layout:
11611     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11612     layout: "plot-throughput"
11613
11614 - type: "plot"
11615   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11616   algorithm: "plot_perf_box_name"
11617   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11618   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11619   include:
11620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11626   layout:
11627     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11628     layout: "plot-throughput"
11629
11630 - type: "plot"
11631   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11632   algorithm: "plot_perf_box_name"
11633   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11634   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11635   include:
11636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11642   layout:
11643     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11644     layout: "plot-throughput"
11645
11646 - type: "plot"
11647   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11648   algorithm: "plot_perf_box_name"
11649   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11650   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11651   include:
11652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11658   layout:
11659     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11660     layout: "plot-throughput"
11661
11662 - type: "plot"
11663   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11664   algorithm: "plot_perf_box_name"
11665   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11666   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11667   include:
11668     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11669     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11670     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11671   layout:
11672     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11673     layout: "plot-throughput"
11674
11675 - type: "plot"
11676   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11677   algorithm: "plot_perf_box_name"
11678   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11679   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11680   include:
11681     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11682     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11683     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11684   layout:
11685     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11686     layout: "plot-throughput"
11687
11688 - type: "plot"
11689   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11690   algorithm: "plot_perf_box_name"
11691   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11693   include:
11694     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11697 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11698 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11699   layout:
11700     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11701     layout: "plot-throughput"
11702
11703 - type: "plot"
11704   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11705   algorithm: "plot_perf_box_name"
11706   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11708   include:
11709     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11712 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11713 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11714   layout:
11715     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11716     layout: "plot-throughput"
11717
11718 - type: "plot"
11719   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11720   algorithm: "plot_perf_box_name"
11721   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11723   include:
11724     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11729   layout:
11730     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11731     layout: "plot-throughput"
11732
11733 - type: "plot"
11734   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11735   algorithm: "plot_perf_box_name"
11736   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11738   include:
11739     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11744   layout:
11745     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11746     layout: "plot-throughput"
11747
11748 - type: "plot"
11749   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11750   algorithm: "plot_perf_box_name"
11751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11753   include:
11754     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11759   layout:
11760     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11761     layout: "plot-throughput"
11762
11763 - type: "plot"
11764   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11765   algorithm: "plot_perf_box_name"
11766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11768   include:
11769     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11774   layout:
11775     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11776     layout: "plot-throughput"
11777
11778 - type: "plot"
11779   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11780   algorithm: "plot_perf_box_name"
11781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11783   include:
11784     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11790   layout:
11791     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11792     layout: "plot-throughput"
11793
11794 - type: "plot"
11795   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11796   algorithm: "plot_perf_box_name"
11797   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11799   include:
11800     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11806   layout:
11807     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11808     layout: "plot-throughput"
11809
11810 - type: "plot"
11811   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11812   algorithm: "plot_perf_box_name"
11813   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11815   include:
11816     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11822   layout:
11823     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11824     layout: "plot-throughput"
11825
11826 - type: "plot"
11827   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11828   algorithm: "plot_perf_box_name"
11829   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11831   include:
11832     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11837     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11838   layout:
11839     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11840     layout: "plot-throughput"
11841
11842 - type: "plot"
11843   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11844   algorithm: "plot_perf_box_name"
11845   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11846   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11847   include:
11848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11853   layout:
11854     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11855     layout: "plot-throughput"
11856
11857 - type: "plot"
11858   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11859   algorithm: "plot_perf_box_name"
11860   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11861   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11862   include:
11863     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11868   layout:
11869     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11870     layout: "plot-throughput"
11871
11872 - type: "plot"
11873   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11874   algorithm: "plot_perf_box_name"
11875   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11876   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11877   include:
11878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11884   layout:
11885     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11886     layout: "plot-throughput"
11887
11888 - type: "plot"
11889   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11890   algorithm: "plot_perf_box_name"
11891   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11892   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11893   include:
11894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11900   layout:
11901     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11902     layout: "plot-throughput"
11903
11904 - type: "plot"
11905   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11906   algorithm: "plot_perf_box_name"
11907   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11908   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11909   include:
11910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11912     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11913     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11914     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11915   layout:
11916     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11917     layout: "plot-throughput"
11918
11919 - type: "plot"
11920   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11921   algorithm: "plot_perf_box_name"
11922   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11923   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11924   include:
11925     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11927     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11928     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11930   layout:
11931     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11932     layout: "plot-throughput"
11933
11934 - type: "plot"
11935   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11936   algorithm: "plot_perf_box_name"
11937   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11938   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11939   include:
11940     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11941     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11942     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11943     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11944     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11945     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11946   layout:
11947     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11948     layout: "plot-throughput"
11949
11950 - type: "plot"
11951   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11952   algorithm: "plot_perf_box_name"
11953   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11954   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11955   include:
11956     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11961     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11962   layout:
11963     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11964     layout: "plot-throughput"
11965
11966 - type: "plot"
11967   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11968   algorithm: "plot_perf_box_name"
11969   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11970   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11971   include:
11972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11977   layout:
11978     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11979     layout: "plot-throughput"
11980
11981 - type: "plot"
11982   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11983   algorithm: "plot_perf_box_name"
11984   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11985   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11986   include:
11987     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11988     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11989     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11990     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11992   layout:
11993     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11994     layout: "plot-throughput"
11995
11996 - type: "plot"
11997   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11998   algorithm: "plot_perf_box_name"
11999   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12000   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12001   include:
12002     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12003     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12008   layout:
12009     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12010     layout: "plot-throughput"
12011
12012 - type: "plot"
12013   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12014   algorithm: "plot_perf_box_name"
12015   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12016   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12017   include:
12018     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12019     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12024   layout:
12025     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12026     layout: "plot-throughput"
12027
12028 - type: "plot"
12029   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12030   algorithm: "plot_perf_box_name"
12031   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12032   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12033   include:
12034     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12036   layout:
12037     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12038     layout: "plot-throughput"
12039
12040 - type: "plot"
12041   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12042   algorithm: "plot_perf_box_name"
12043   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12044   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12045   include:
12046     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12047     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12048   layout:
12049     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12050     layout: "plot-throughput"
12051
12052 - type: "plot"
12053   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12054   algorithm: "plot_perf_box_name"
12055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12057   include:
12058     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12061     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12062   layout:
12063     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12064     layout: "plot-throughput"
12065
12066 - type: "plot"
12067   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12068   algorithm: "plot_perf_box_name"
12069   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12070   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12071   include:
12072     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12076   layout:
12077     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12078     layout: "plot-throughput"
12079
12080 - type: "plot"
12081   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12082   algorithm: "plot_perf_box_name"
12083   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12085   include:
12086     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12087     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12090   layout:
12091     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12092     layout: "plot-throughput"
12093
12094 - type: "plot"
12095   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12096   algorithm: "plot_perf_box_name"
12097   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12099   include:
12100     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12101     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12102     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12104   layout:
12105     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12106     layout: "plot-throughput"
12107
12108 - type: "plot"
12109   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12110   algorithm: "plot_perf_box_name"
12111   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12112   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12113   include:
12114     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12115     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12117     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12118   layout:
12119     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12120     layout: "plot-throughput"
12121
12122 - type: "plot"
12123   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12124   algorithm: "plot_perf_box_name"
12125   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12126   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12127   include:
12128     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12129     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12130     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12131     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12132   layout:
12133     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12134     layout: "plot-throughput"
12135
12136 - type: "plot"
12137   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12138   algorithm: "plot_perf_box_name"
12139   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12140   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12141   include:
12142     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12144     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12145     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12146   layout:
12147     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12148     layout: "plot-throughput"
12149
12150 - type: "plot"
12151   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12152   algorithm: "plot_perf_box_name"
12153   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12154   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12155   include:
12156     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12159     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12160   layout:
12161     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12162     layout: "plot-throughput"
12163
12164 - type: "plot"
12165   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12166   algorithm: "plot_perf_box_name"
12167   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12169   include:
12170     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12174     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12175     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12176   layout:
12177     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12178     layout: "plot-throughput"
12179
12180 - type: "plot"
12181   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12182   algorithm: "plot_perf_box_name"
12183   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12184   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12185   include:
12186     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12189     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12190     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12192   layout:
12193     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12194     layout: "plot-throughput"
12195
12196 - type: "plot"
12197   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12198   algorithm: "plot_perf_box_name"
12199   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12200   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12201   include:
12202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12207   layout:
12208     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12209     layout: "plot-throughput"
12210
12211 - type: "plot"
12212   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12213   algorithm: "plot_perf_box_name"
12214   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12215   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12216   include:
12217     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12218     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12219     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12222   layout:
12223     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12224     layout: "plot-throughput"
12225
12226 - type: "plot"
12227   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12228   algorithm: "plot_perf_box_name"
12229   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12230   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12231   include:
12232     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12234     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12237   layout:
12238     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12239     layout: "plot-throughput"
12240
12241 - type: "plot"
12242   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12243   algorithm: "plot_perf_box_name"
12244   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12245   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12246   include:
12247     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12252   layout:
12253     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12254     layout: "plot-throughput"
12255
12256 - type: "plot"
12257   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12258   algorithm: "plot_perf_box_name"
12259   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12260   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12261   include:
12262     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12265   layout:
12266     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12267     layout: "plot-throughput"
12268
12269 - type: "plot"
12270   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12271   algorithm: "plot_perf_box_name"
12272   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12273   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12274   include:
12275     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12278   layout:
12279     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12280     layout: "plot-throughput"
12281
12282 - type: "plot"
12283   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12284   algorithm: "plot_perf_box_name"
12285   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12287   include:
12288     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12291   layout:
12292     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12293     layout: "plot-throughput"
12294
12295 - type: "plot"
12296   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12297   algorithm: "plot_perf_box_name"
12298   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12300   include:
12301     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12302     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12303     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12304   layout:
12305     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12306     layout: "plot-throughput"
12307
12308 - type: "plot"
12309   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12310   algorithm: "plot_perf_box_name"
12311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12313   include:
12314     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12315     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12316     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12317     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12318     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12319   layout:
12320     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12321     layout: "plot-throughput"
12322
12323 - type: "plot"
12324   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12325   algorithm: "plot_perf_box_name"
12326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12328   include:
12329     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12332     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12333     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12334   layout:
12335     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12336     layout: "plot-throughput"
12337
12338 - type: "plot"
12339   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12340   algorithm: "plot_perf_box_name"
12341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12343   include:
12344     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12348     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12349   layout:
12350     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12351     layout: "plot-throughput"
12352
12353 - type: "plot"
12354   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12355   algorithm: "plot_perf_box_name"
12356   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12358   include:
12359     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12361     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12362     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12363     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12364   layout:
12365     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12366     layout: "plot-throughput"
12367
12368 - type: "plot"
12369   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12370   algorithm: "plot_perf_box_name"
12371   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12372   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12373   include:
12374     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12375     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12376     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12377     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12378     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12379   layout:
12380     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12381     layout: "plot-throughput"
12382
12383 - type: "plot"
12384   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12385   algorithm: "plot_perf_box_name"
12386   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12387   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12388   include:
12389     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12390     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12391     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12392     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12393     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12394   layout:
12395     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12396     layout: "plot-throughput"
12397
12398 - type: "plot"
12399   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12400   algorithm: "plot_perf_box_name"
12401   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12402   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12403   include:
12404     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12405     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12406     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12407     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12408     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12409   layout:
12410     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12411     layout: "plot-throughput"
12412
12413 - type: "plot"
12414   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12415   algorithm: "plot_perf_box_name"
12416   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12417   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12418   include:
12419     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12420     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12421     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12422     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12423     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12424   layout:
12425     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12426     layout: "plot-throughput"
12427
12428 - type: "plot"
12429   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12430   algorithm: "plot_perf_box_name"
12431   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12432   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12433   include:
12434     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12435     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12436     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12437     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12438     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12439   layout:
12440     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12441     layout: "plot-throughput"
12442
12443 - type: "plot"
12444   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12445   algorithm: "plot_perf_box_name"
12446   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12447   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12448   include:
12449     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12450     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12451     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12452     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12453     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12454   layout:
12455     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12456     layout: "plot-throughput"
12457
12458 - type: "plot"
12459   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12460   algorithm: "plot_perf_box_name"
12461   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12462   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12463   include:
12464     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12465     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12466     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12467     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12468     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12469     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12470   layout:
12471     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12472     layout: "plot-throughput"
12473
12474 - type: "plot"
12475   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12476   algorithm: "plot_perf_box_name"
12477   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12478   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12479   include:
12480     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12481     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12482     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12483     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12484     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12485     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12486   layout:
12487     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12488     layout: "plot-throughput"
12489
12490 - type: "plot"
12491   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12492   algorithm: "plot_perf_box_name"
12493   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12494   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12495   include:
12496     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12497     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12498     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12499     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12500   layout:
12501     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12502     layout: "plot-throughput"
12503
12504 - type: "plot"
12505   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12506   algorithm: "plot_perf_box_name"
12507   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12508   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12509   include:
12510     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12511     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12512     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12513     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12514   layout:
12515     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12516     layout: "plot-throughput"
12517
12518 - type: "plot"
12519   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12520   algorithm: "plot_perf_box_name"
12521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12523   include:
12524     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12525     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12526     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12527     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12528     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12529     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12530   layout:
12531     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12532     layout: "plot-throughput"
12533
12534 - type: "plot"
12535   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12536   algorithm: "plot_perf_box_name"
12537   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12539   include:
12540     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12541     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12542     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12543     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12544     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12545     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12546   layout:
12547     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12548     layout: "plot-throughput"
12549
12550 - type: "plot"
12551   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12552   algorithm: "plot_perf_box_name"
12553   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12555   include:
12556     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12557     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12558     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12559     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12560     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12561     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12562   layout:
12563     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12564     layout: "plot-throughput"
12565
12566 - type: "plot"
12567   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12568   algorithm: "plot_perf_box_name"
12569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12571   include:
12572     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12573     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12574     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12575     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12576     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12577     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12578   layout:
12579     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12580     layout: "plot-throughput"
12581
12582 - type: "plot"
12583   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12584   algorithm: "plot_perf_box_name"
12585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12587   include:
12588     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12589     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12590     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12591     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12592     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12593     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12594   layout:
12595     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12596     layout: "plot-throughput"
12597
12598 - type: "plot"
12599   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12600   algorithm: "plot_perf_box_name"
12601   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12603   include:
12604     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12605     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12606     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12607     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12608     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12609     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12610   layout:
12611     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12612     layout: "plot-throughput"
12613
12614 - type: "plot"
12615   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12616   algorithm: "plot_perf_box_name"
12617   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12618   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12619   include:
12620     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12621     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12622     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12623     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12624     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12625     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12626   layout:
12627     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12628     layout: "plot-throughput"
12629
12630 - type: "plot"
12631   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12632   algorithm: "plot_perf_box_name"
12633   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12634   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12635   include:
12636     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12637     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12638     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12639     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12640     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12641     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12642   layout:
12643     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12644     layout: "plot-throughput"
12645
12646 - type: "plot"
12647   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12648   algorithm: "plot_perf_box_name"
12649   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12650   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12651   include:
12652     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12653     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12654     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12655     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12656     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12657     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12658   layout:
12659     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12660     layout: "plot-throughput"
12661
12662 - type: "plot"
12663   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12664   algorithm: "plot_perf_box_name"
12665   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12666   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12667   include:
12668     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12669     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12670     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12671     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12672     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12673     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12674   layout:
12675     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12676     layout: "plot-throughput"
12677
12678 - type: "plot"
12679   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12680   algorithm: "plot_perf_box_name"
12681   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12683   include:
12684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12690   layout:
12691     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12692     layout: "plot-throughput"
12693
12694 - type: "plot"
12695   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12696   algorithm: "plot_perf_box_name"
12697   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12698   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12699   include:
12700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12705     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12706   layout:
12707     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12708     layout: "plot-throughput"
12709
12710 - type: "plot"
12711   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12712   algorithm: "plot_perf_box_name"
12713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12715   include:
12716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12722   layout:
12723     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12724     layout: "plot-throughput"
12725
12726 - type: "plot"
12727   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12728   algorithm: "plot_perf_box_name"
12729   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12730   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12731   include:
12732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12738   layout:
12739     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12740     layout: "plot-throughput"
12741
12742 - type: "plot"
12743   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12744   algorithm: "plot_perf_box_name"
12745   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12746   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12747   include:
12748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12754   layout:
12755     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12756     layout: "plot-throughput"
12757
12758 - type: "plot"
12759   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12760   algorithm: "plot_perf_box_name"
12761   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12762   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12763   include:
12764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12770   layout:
12771     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12772     layout: "plot-throughput"
12773
12774 - type: "plot"
12775   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12776   algorithm: "plot_perf_box_name"
12777   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12778   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12779   include:
12780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12784   layout:
12785     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12786     layout: "plot-throughput"
12787
12788 - type: "plot"
12789   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12790   algorithm: "plot_perf_box_name"
12791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12793   include:
12794     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12795     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12798   layout:
12799     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12800     layout: "plot-throughput"
12801
12802 - type: "plot"
12803   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12804   algorithm: "plot_perf_box_name"
12805   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12806   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12807   include:
12808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12812   layout:
12813     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12814     layout: "plot-throughput"
12815
12816 - type: "plot"
12817   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12818   algorithm: "plot_perf_box_name"
12819   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12820   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12821   include:
12822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12823     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12826   layout:
12827     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12828     layout: "plot-throughput"
12829
12830 - type: "plot"
12831   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12832   algorithm: "plot_perf_box_name"
12833   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12834   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12835   include:
12836     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12838     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12839     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12840     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12841     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12842   layout:
12843     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12844     layout: "plot-throughput"
12845
12846 - type: "plot"
12847   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12848   algorithm: "plot_perf_box_name"
12849   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12850   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12851   include:
12852     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12853     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12854     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12855     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12856     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12857     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12858   layout:
12859     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12860     layout: "plot-throughput"
12861
12862 - type: "plot"
12863   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12864   algorithm: "plot_perf_box_name"
12865   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12867   include:
12868     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12869     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12870     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12871     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12872     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12873   layout:
12874     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12875     layout: "plot-throughput"
12876
12877 - type: "plot"
12878   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12879   algorithm: "plot_perf_box_name"
12880   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12882   include:
12883     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12884     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12885     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12886     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12887     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12888   layout:
12889     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12890     layout: "plot-throughput"
12891
12892 - type: "plot"
12893   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12894   algorithm: "plot_perf_box_name"
12895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12897   include:
12898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12901     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12902     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12903   layout:
12904     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12905     layout: "plot-throughput"
12906
12907 - type: "plot"
12908   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12909   algorithm: "plot_perf_box_name"
12910   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12912   include:
12913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12915     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12916     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12917     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12918   layout:
12919     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12920     layout: "plot-throughput"
12921
12922 - type: "plot"
12923   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12924   algorithm: "plot_perf_box_name"
12925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12927   include:
12928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12930     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12931     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12932   layout:
12933     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12934     layout: "plot-throughput"
12935
12936 - type: "plot"
12937   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12938   algorithm: "plot_perf_box_name"
12939   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12940   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12941   include:
12942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12946   layout:
12947     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12948     layout: "plot-throughput"
12949
12950 - type: "plot"
12951   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12952   algorithm: "plot_perf_box_name"
12953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12955   include:
12956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12962   layout:
12963     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12964     layout: "plot-throughput"
12965
12966 - type: "plot"
12967   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12968   algorithm: "plot_perf_box_name"
12969   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12971   include:
12972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12978   layout:
12979     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12980     layout: "plot-throughput"
12981
12982 - type: "plot"
12983   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12984   algorithm: "plot_perf_box_name"
12985   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12986   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12987   include:
12988     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12990     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12992     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12993     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12994   layout:
12995     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12996     layout: "plot-throughput"
12997
12998 - type: "plot"
12999   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13000   algorithm: "plot_perf_box_name"
13001   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13003   include:
13004     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13005     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13006     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13008     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13009     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13010   layout:
13011     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13012     layout: "plot-throughput"
13013
13014 - type: "plot"
13015   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13016   algorithm: "plot_perf_box_name"
13017   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13019   include:
13020     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13022     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13025     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13026   layout:
13027     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13028     layout: "plot-throughput"
13029
13030 - type: "plot"
13031   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13032   algorithm: "plot_perf_box_name"
13033   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13035   include:
13036     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13040     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13041     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13042   layout:
13043     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13044     layout: "plot-throughput"
13045
13046 - type: "plot"
13047   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13048   algorithm: "plot_perf_box_name"
13049   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13051   include:
13052     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13055     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13056     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13057     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13058   layout:
13059     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13060     layout: "plot-throughput"
13061
13062 - type: "plot"
13063   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13064   algorithm: "plot_perf_box_name"
13065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13067   include:
13068     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13071     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13072     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13073     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13074   layout:
13075     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13076     layout: "plot-throughput"
13077
13078 - type: "plot"
13079   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13080   algorithm: "plot_perf_box_name"
13081   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13082   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13083   include:
13084     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13086     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13087     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13088   layout:
13089     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13090     layout: "plot-throughput"
13091
13092 - type: "plot"
13093   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13094   algorithm: "plot_perf_box_name"
13095   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13096   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13097   include:
13098     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13102   layout:
13103     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13104     layout: "plot-throughput"
13105
13106 - type: "plot"
13107   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13108   algorithm: "plot_perf_box_name"
13109   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13110   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13111   include:
13112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13117     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13118   layout:
13119     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13120     layout: "plot-throughput"
13121
13122 - type: "plot"
13123   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13124   algorithm: "plot_perf_box_name"
13125   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13126   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13127   include:
13128     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13130     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13131     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13132     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13133     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13134   layout:
13135     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13136     layout: "plot-throughput"
13137
13138 - type: "plot"
13139   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13140   algorithm: "plot_perf_box_name"
13141   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13142   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13143   include:
13144     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13145     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13146     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13147     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13148     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13149     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13150   layout:
13151     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13152     layout: "plot-throughput"
13153
13154 - type: "plot"
13155   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13156   algorithm: "plot_perf_box_name"
13157   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13158   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13159   include:
13160     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13161     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13162     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13163     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13164     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13165     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13166   layout:
13167     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13168     layout: "plot-throughput"
13169
13170 #- type: "plot"
13171 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13172 #  algorithm: "plot_perf_box_name"
13173 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13174 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13175 #  include:
13176 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13177 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13178 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13179 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13180 #  layout:
13181 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13182 #    layout: "plot-throughput"
13183 #
13184 #- type: "plot"
13185 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13186 #  algorithm: "plot_perf_box_name"
13187 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13188 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13189 #  include:
13190 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13191 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13192 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13193 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13194 #  layout:
13195 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13196 #    layout: "plot-throughput"
13197
13198 - type: "plot"
13199   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13200   algorithm: "plot_perf_box_name"
13201   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13202   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13203   include:
13204     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13205     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13206     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13207     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13210   layout:
13211     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13212     layout: "plot-throughput"
13213
13214 - type: "plot"
13215   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13216   algorithm: "plot_perf_box_name"
13217   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13218   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13219   include:
13220     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13226   layout:
13227     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13228     layout: "plot-throughput"
13229
13230 #- type: "plot"
13231 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13232 #  algorithm: "plot_perf_box_name"
13233 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13234 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13235 #  include:
13236 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13237 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13238 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13239 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13240 #  layout:
13241 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13242 #    layout: "plot-throughput"
13243 #
13244 #- type: "plot"
13245 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13246 #  algorithm: "plot_perf_box_name"
13247 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13248 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13249 #  include:
13250 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13251 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13252 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13253 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13254 #  layout:
13255 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13256 #    layout: "plot-throughput"
13257
13258 - type: "plot"
13259   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13260   algorithm: "plot_perf_box_name"
13261   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13262   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13263   include:
13264     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13265     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13266     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13267     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13268     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13269     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13270   layout:
13271     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13272     layout: "plot-throughput"
13273
13274 - type: "plot"
13275   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13276   algorithm: "plot_perf_box_name"
13277   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13278   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13279   include:
13280     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13281     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13282     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13283     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13284     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13285     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13286   layout:
13287     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13288     layout: "plot-throughput"
13289
13290 #- type: "plot"
13291 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13292 #  algorithm: "plot_perf_box_name"
13293 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13294 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13295 #  include:
13296 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13297 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13298 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13299 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13300 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13301 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13302 #  layout:
13303 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13304 #    layout: "plot-throughput"
13305 #
13306 #- type: "plot"
13307 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13308 #  algorithm: "plot_perf_box_name"
13309 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13310 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13311 #  include:
13312 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13313 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13314 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13315 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13316 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13317 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13318 #  layout:
13319 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13320 #    layout: "plot-throughput"
13321
13322 - type: "plot"
13323   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13324   algorithm: "plot_perf_box_name"
13325   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13326   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13327   include:
13328     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13329     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13330     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13331     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13332     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13333     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13334   layout:
13335     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13336     layout: "plot-throughput"
13337
13338 - type: "plot"
13339   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13340   algorithm: "plot_perf_box_name"
13341   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13342   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13343   include:
13344     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13345     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13346     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13347     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13348     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13349     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13350   layout:
13351     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13352     layout: "plot-throughput"
13353
13354 - type: "plot"
13355   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13356   algorithm: "plot_perf_box_name"
13357   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13359   include:
13360     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13361     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13362     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13363     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13364     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13365     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13366   layout:
13367     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13368     layout: "plot-throughput"
13369
13370 - type: "plot"
13371   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13372   algorithm: "plot_perf_box_name"
13373   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13375   include:
13376     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13377     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13378     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13379     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13380     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13381     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13382   layout:
13383     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13384     layout: "plot-throughput"
13385
13386 - type: "plot"
13387   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13388   algorithm: "plot_perf_box_name"
13389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13391   include:
13392     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13393     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13394     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13395     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13396     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13397     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13398   layout:
13399     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13400     layout: "plot-throughput"
13401
13402 - type: "plot"
13403   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13404   algorithm: "plot_perf_box_name"
13405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13407   include:
13408     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13409     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13410     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13411     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13412     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13413     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13414   layout:
13415     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13416     layout: "plot-throughput"
13417
13418 - type: "plot"
13419   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13420   algorithm: "plot_perf_box_name"
13421   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13422   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13423   include:
13424     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13425     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13426     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13427     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13428     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13429     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13430   layout:
13431     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13432     layout: "plot-throughput"
13433
13434 - type: "plot"
13435   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13436   algorithm: "plot_perf_box_name"
13437   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13438   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13439   include:
13440     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13441     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13442     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13443     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13444     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13445     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13446   layout:
13447     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13448     layout: "plot-throughput"
13449
13450 #- type: "plot"
13451 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13452 #  algorithm: "plot_perf_box_name"
13453 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13454 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13455 #  include:
13456 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13457 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13458 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13459 #  layout:
13460 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13461 #    layout: "plot-throughput"
13462 #
13463 #- type: "plot"
13464 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13465 #  algorithm: "plot_perf_box_name"
13466 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13467 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13468 #  include:
13469 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13470 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13471 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13472 #  layout:
13473 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13474 #    layout: "plot-throughput"
13475
13476 - type: "plot"
13477   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13478   algorithm: "plot_perf_box_name"
13479   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13480   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13481   include:
13482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13487   layout:
13488     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13489     layout: "plot-throughput"
13490
13491 - type: "plot"
13492   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13493   algorithm: "plot_perf_box_name"
13494   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13496   include:
13497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13502   layout:
13503     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13504     layout: "plot-throughput"
13505
13506 - type: "plot"
13507   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13508   algorithm: "plot_perf_box_name"
13509   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13510   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13511   include:
13512     - "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"
13513     - "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"
13514     - "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"
13515     - "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"
13516     - "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"
13517   layout:
13518     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13519     layout: "plot-throughput"
13520
13521 - type: "plot"
13522   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13523   algorithm: "plot_perf_box_name"
13524   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13525   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13526   include:
13527     - "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"
13528     - "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"
13529     - "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"
13530     - "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"
13531     - "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"
13532   layout:
13533     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13534     layout: "plot-throughput"
13535
13536 - type: "plot"
13537   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13538   algorithm: "plot_perf_box_name"
13539   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13540   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13541   include:
13542     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13545     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13546     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13547   layout:
13548     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13549     layout: "plot-throughput"
13550
13551 - type: "plot"
13552   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13553   algorithm: "plot_perf_box_name"
13554   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13555   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13556   include:
13557     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13560     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13561     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13562   layout:
13563     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13564     layout: "plot-throughput"
13565
13566 - type: "plot"
13567   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13568   algorithm: "plot_perf_box_name"
13569   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13570   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13571   include:
13572     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13575     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13576     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13577   layout:
13578     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13579     layout: "plot-throughput"
13580
13581 - type: "plot"
13582   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13583   algorithm: "plot_perf_box_name"
13584   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13585   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13586   include:
13587     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13588     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13589     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13590     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13591     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13592   layout:
13593     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13594     layout: "plot-throughput"
13595
13596 - type: "plot"
13597   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13598   algorithm: "plot_perf_box_name"
13599   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13600   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13601   include:
13602     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13603     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13604     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13605     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13606     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13607   layout:
13608     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13609     layout: "plot-throughput"
13610
13611 - type: "plot"
13612   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13613   algorithm: "plot_perf_box_name"
13614   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13615   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13616   include:
13617     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13618     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13619     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13620     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13621     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13622   layout:
13623     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13624     layout: "plot-throughput"
13625
13626 - type: "plot"
13627   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13628   algorithm: "plot_perf_box_name"
13629   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13630   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13631   include:
13632     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13633     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13634     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13635     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13636     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13637   layout:
13638     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13639     layout: "plot-throughput"
13640
13641 - type: "plot"
13642   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13643   algorithm: "plot_perf_box_name"
13644   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13645   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13646   include:
13647     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13648     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13649     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13650     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13651     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13652   layout:
13653     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13654     layout: "plot-throughput"
13655
13656 - type: "plot"
13657   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13658   algorithm: "plot_perf_box_name"
13659   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13661   include:
13662     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13663     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13664     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13665     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13666   layout:
13667     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13668     layout: "plot-throughput"
13669
13670 - type: "plot"
13671   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13672   algorithm: "plot_perf_box_name"
13673   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13675   include:
13676     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13677     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13678     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13679     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13680   layout:
13681     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13682     layout: "plot-throughput"
13683
13684 - type: "plot"
13685   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13686   algorithm: "plot_perf_box_name"
13687   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13689   include:
13690     - "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"
13691     - "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"
13692     - "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"
13693     - "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"
13694   layout:
13695     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13696     layout: "plot-throughput"
13697
13698 - type: "plot"
13699   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13700   algorithm: "plot_perf_box_name"
13701   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13703   include:
13704     - "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"
13705     - "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"
13706     - "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"
13707     - "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"
13708   layout:
13709     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13710     layout: "plot-throughput"
13711
13712 - type: "plot"
13713   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13714   algorithm: "plot_perf_box_name"
13715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13717   include:
13718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13721     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13722     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13723     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13724   layout:
13725     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13726     layout: "plot-throughput"
13727
13728 - type: "plot"
13729   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13730   algorithm: "plot_perf_box_name"
13731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13733   include:
13734     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13735     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13736     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13738     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13739     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13740   layout:
13741     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13742     layout: "plot-throughput"
13743
13744 - type: "plot"
13745   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13746   algorithm: "plot_perf_box_name"
13747   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13749   include:
13750     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13751     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13752     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13753     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13754     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13755     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13756   layout:
13757     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13758     layout: "plot-throughput"
13759
13760 - type: "plot"
13761   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13762   algorithm: "plot_perf_box_name"
13763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13765   include:
13766     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13767     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13768     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13769     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13770     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13771     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13772   layout:
13773     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13774     layout: "plot-throughput"
13775
13776 - type: "plot"
13777   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13778   algorithm: "plot_perf_box_name"
13779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13781   include:
13782     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13783     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13784     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13785     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13786     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13787     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13788   layout:
13789     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13790     layout: "plot-throughput"
13791
13792 - type: "plot"
13793   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13794   algorithm: "plot_perf_box_name"
13795   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13797   include:
13798     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13799     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13800     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13801     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13802     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13803     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13804   layout:
13805     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13806     layout: "plot-throughput"
13807
13808 - type: "plot"
13809   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13810   algorithm: "plot_perf_box_name"
13811   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13812   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13813   include:
13814     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13815     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13816     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13817     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13818     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13819   layout:
13820     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13821     layout: "plot-throughput"
13822
13823 - type: "plot"
13824   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13825   algorithm: "plot_perf_box_name"
13826   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13827   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13828   include:
13829     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13830     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13831     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13832     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13833     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13834   layout:
13835     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13836     layout: "plot-throughput"
13837
13838 - type: "plot"
13839   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13840   algorithm: "plot_perf_box_name"
13841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13843   include:
13844     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13845     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13846   layout:
13847     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13848     layout: "plot-throughput"
13849
13850 - type: "plot"
13851   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13852   algorithm: "plot_perf_box_name"
13853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13855   include:
13856     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13857     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13858   layout:
13859     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13860     layout: "plot-throughput"
13861
13862 - type: "plot"
13863   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13864   algorithm: "plot_perf_box_name"
13865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13867   include:
13868     - "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"
13869     - "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"
13870   layout:
13871     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13872     layout: "plot-throughput"
13873
13874 - type: "plot"
13875   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13876   algorithm: "plot_perf_box_name"
13877   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13879   include:
13880     - "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"
13881     - "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"
13882   layout:
13883     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13884     layout: "plot-throughput"
13885
13886 - type: "plot"
13887   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13888   algorithm: "plot_perf_box_name"
13889   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13891   include:
13892     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13893     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13894   layout:
13895     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13896     layout: "plot-throughput"
13897
13898 - type: "plot"
13899   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13900   algorithm: "plot_perf_box_name"
13901   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13903   include:
13904     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13905     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13906   layout:
13907     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13908     layout: "plot-throughput"
13909
13910 - type: "plot"
13911   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13912   algorithm: "plot_perf_box_name"
13913   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13915   include:
13916     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13917     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13918   layout:
13919     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13920     layout: "plot-throughput"
13921
13922 - type: "plot"
13923   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13924   algorithm: "plot_perf_box_name"
13925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13927   include:
13928     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13929     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13930   layout:
13931     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13932     layout: "plot-throughput"
13933
13934 - type: "plot"
13935   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13936   algorithm: "plot_perf_box_name"
13937   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13938   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13939   include:
13940     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13941     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13942     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13945     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13946   layout:
13947     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13948     layout: "plot-throughput"
13949
13950 - type: "plot"
13951   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13952   algorithm: "plot_perf_box_name"
13953   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13954   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13955   include:
13956     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13957     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13958     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13959     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13960     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13961     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13962   layout:
13963     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13964     layout: "plot-throughput"
13965
13966 - type: "plot"
13967   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13968   algorithm: "plot_perf_box_name"
13969   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13970   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13971   include:
13972     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13973     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13974     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13975     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13976     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13977     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13978   layout:
13979     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13980     layout: "plot-throughput"
13981
13982 - type: "plot"
13983   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13984   algorithm: "plot_perf_box_name"
13985   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13986   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13987   include:
13988     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13989     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13990     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13991     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13992     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13993     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13994   layout:
13995     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13996     layout: "plot-throughput"
13997
13998 #- type: "plot"
13999 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14000 #  algorithm: "plot_perf_box_name"
14001 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14002 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14003 #  include:
14004 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14005 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14006 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14007 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14008 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14009 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14010 #  layout:
14011 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14012 #    layout: "plot-throughput"
14013 #
14014 #- type: "plot"
14015 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14016 #  algorithm: "plot_perf_box_name"
14017 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14018 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14019 #  include:
14020 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14021 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14022 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14023 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14024 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14025 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14026 #  layout:
14027 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14028 #    layout: "plot-throughput"
14029
14030 - type: "plot"
14031   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14032   algorithm: "plot_perf_box_name"
14033   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14034   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14035   include:
14036     - "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"
14037     - "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"
14038     - "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"
14039     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14040     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14041     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14042   layout:
14043     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14044     layout: "plot-throughput"
14045
14046 - type: "plot"
14047   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14048   algorithm: "plot_perf_box_name"
14049   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14051   include:
14052     - "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"
14053     - "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"
14054     - "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"
14055     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14056     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14057     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14058   layout:
14059     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14060     layout: "plot-throughput"
14061
14062 ################################################################################
14063
14064 # Packet Speedup
14065
14066 - type: "plot"
14067   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14068   algorithm: "plot_tsa_name"
14069   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14071   include:
14072     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14073     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14074     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14075     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14076   layout:
14077     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14078     layout: "plot-throughput-speedup-analysis"
14079
14080 - type: "plot"
14081   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14082   algorithm: "plot_tsa_name"
14083   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14085   include:
14086     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14090   layout:
14091     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14092     layout: "plot-throughput-speedup-analysis"
14093
14094 - type: "plot"
14095   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14096   algorithm: "plot_tsa_name"
14097   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14099   include:
14100     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14101     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14102     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14104   layout:
14105     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14106     layout: "plot-throughput-speedup-analysis"
14107
14108 - type: "plot"
14109   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14110   algorithm: "plot_tsa_name"
14111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14113   include:
14114     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14118   layout:
14119     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14120     layout: "plot-throughput-speedup-analysis"
14121
14122 - type: "plot"
14123   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14124   algorithm: "plot_tsa_name"
14125   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14127   include:
14128     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14129     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14130     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14131     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14132     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14133   layout:
14134     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14135     layout: "plot-throughput-speedup-analysis"
14136
14137 - type: "plot"
14138   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14139   algorithm: "plot_tsa_name"
14140   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14141   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14142   include:
14143     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14144     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14145     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14146     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14147     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14148   layout:
14149     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14150     layout: "plot-throughput-speedup-analysis"
14151
14152 - type: "plot"
14153   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14154   algorithm: "plot_tsa_name"
14155   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14156   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14157   include:
14158     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14159     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14160     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14161     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14162     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14163   layout:
14164     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14165     layout: "plot-throughput-speedup-analysis"
14166
14167 - type: "plot"
14168   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14169   algorithm: "plot_tsa_name"
14170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14172   include:
14173     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14174     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14175     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14176     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14177     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14178   layout:
14179     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14180     layout: "plot-throughput-speedup-analysis"
14181
14182 - type: "plot"
14183   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14184   algorithm: "plot_tsa_name"
14185   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14187   include:
14188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14191     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14193     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14194   layout:
14195     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14196     layout: "plot-throughput-speedup-analysis"
14197
14198 - type: "plot"
14199   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14200   algorithm: "plot_tsa_name"
14201   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14202   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14203   include:
14204     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14205     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14208     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14209     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14210   layout:
14211     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14212     layout: "plot-throughput-speedup-analysis"
14213
14214 - type: "plot"
14215   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14216   algorithm: "plot_tsa_name"
14217   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14218   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14219   include:
14220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14225   layout:
14226     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14227     layout: "plot-throughput-speedup-analysis"
14228
14229 - type: "plot"
14230   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14231   algorithm: "plot_tsa_name"
14232   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14234   include:
14235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14240   layout:
14241     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14242     layout: "plot-throughput-speedup-analysis"
14243
14244 - type: "plot"
14245   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14246   algorithm: "plot_tsa_name"
14247   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14248   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14249   include:
14250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14253   layout:
14254     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14255     layout: "plot-throughput-speedup-analysis"
14256
14257 - type: "plot"
14258   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14259   algorithm: "plot_tsa_name"
14260   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14261   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14262   include:
14263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14266   layout:
14267     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14268     layout: "plot-throughput-speedup-analysis"
14269
14270 - type: "plot"
14271   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14272   algorithm: "plot_tsa_name"
14273   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14274   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14275   include:
14276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14281   layout:
14282     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14283     layout: "plot-throughput-speedup-analysis"
14284
14285 - type: "plot"
14286   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14287   algorithm: "plot_tsa_name"
14288   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14289   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14290   include:
14291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14296   layout:
14297     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14298     layout: "plot-throughput-speedup-analysis"
14299
14300 - type: "plot"
14301   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14302   algorithm: "plot_tsa_name"
14303   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14304   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14305   include:
14306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14309   layout:
14310     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14311     layout: "plot-throughput-speedup-analysis"
14312
14313 - type: "plot"
14314   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14315   algorithm: "plot_tsa_name"
14316   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14318   include:
14319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14322   layout:
14323     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14324     layout: "plot-throughput-speedup-analysis"
14325
14326 - type: "plot"
14327   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14328   algorithm: "plot_tsa_name"
14329   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14330   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14331   include:
14332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14338   layout:
14339     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14340     layout: "plot-throughput-speedup-analysis"
14341
14342 - type: "plot"
14343   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14344   algorithm: "plot_tsa_name"
14345   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14346   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14347   include:
14348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14354   layout:
14355     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14356     layout: "plot-throughput-speedup-analysis"
14357
14358 - type: "plot"
14359   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14360   algorithm: "plot_tsa_name"
14361   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14362   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14363   include:
14364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14370   layout:
14371     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14372     layout: "plot-throughput-speedup-analysis"
14373
14374 - type: "plot"
14375   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14376   algorithm: "plot_tsa_name"
14377   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14378   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14379   include:
14380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14386   layout:
14387     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14388     layout: "plot-throughput-speedup-analysis"
14389
14390 - type: "plot"
14391   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14392   algorithm: "plot_tsa_name"
14393   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14394   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14395   include:
14396     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14397     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14398     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14399   layout:
14400     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14401     layout: "plot-throughput-speedup-analysis"
14402
14403 - type: "plot"
14404   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14405   algorithm: "plot_tsa_name"
14406   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14407   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14408   include:
14409     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14410     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14411     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14412   layout:
14413     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14414     layout: "plot-throughput-speedup-analysis"
14415
14416 - type: "plot"
14417   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14418   algorithm: "plot_tsa_name"
14419   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14421   include:
14422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14425 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14426 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14427   layout:
14428     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14429     layout: "plot-throughput-speedup-analysis"
14430
14431 - type: "plot"
14432   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14433   algorithm: "plot_tsa_name"
14434   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14436   include:
14437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14440 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14441 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14442   layout:
14443     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14444     layout: "plot-throughput-speedup-analysis"
14445
14446 - type: "plot"
14447   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14448   algorithm: "plot_tsa_name"
14449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14451   include:
14452     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14455     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14457   layout:
14458     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14459     layout: "plot-throughput-speedup-analysis"
14460
14461 - type: "plot"
14462   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14463   algorithm: "plot_tsa_name"
14464   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14466   include:
14467     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14472   layout:
14473     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14474     layout: "plot-throughput-speedup-analysis"
14475
14476 - type: "plot"
14477   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14478   algorithm: "plot_tsa_name"
14479   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14481   include:
14482     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14487   layout:
14488     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14489     layout: "plot-throughput-speedup-analysis"
14490
14491 - type: "plot"
14492   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14493   algorithm: "plot_tsa_name"
14494   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14495   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14496   include:
14497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14502   layout:
14503     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14504     layout: "plot-throughput-speedup-analysis"
14505
14506 - type: "plot"
14507   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14508   algorithm: "plot_tsa_name"
14509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14511   include:
14512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14517     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14518   layout:
14519     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14520     layout: "plot-throughput-speedup-analysis"
14521
14522 - type: "plot"
14523   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14524   algorithm: "plot_tsa_name"
14525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14527   include:
14528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14533     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14534   layout:
14535     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14536     layout: "plot-throughput-speedup-analysis"
14537
14538 - type: "plot"
14539   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14540   algorithm: "plot_tsa_name"
14541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14543   include:
14544     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14545     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14546     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14547     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14548     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14549     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14550   layout:
14551     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14552     layout: "plot-throughput-speedup-analysis"
14553
14554 - type: "plot"
14555   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14556   algorithm: "plot_tsa_name"
14557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14559   include:
14560     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14561     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14562     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14563     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14564     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14565     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14566   layout:
14567     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14568     layout: "plot-throughput-speedup-analysis"
14569
14570 - type: "plot"
14571   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14572   algorithm: "plot_tsa_name"
14573   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14574   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14575   include:
14576     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14577     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14578   layout:
14579     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14587   include:
14588     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14589     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14590   layout:
14591     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14592     layout: "plot-throughput-speedup-analysis"
14593
14594 - type: "plot"
14595   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14596   algorithm: "plot_tsa_name"
14597   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14599   include:
14600     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14601     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14602     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14603     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14604   layout:
14605     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14606     layout: "plot-throughput-speedup-analysis"
14607
14608 - type: "plot"
14609   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14610   algorithm: "plot_tsa_name"
14611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14613   include:
14614     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14615     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14616     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14617     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14618   layout:
14619     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14620     layout: "plot-throughput-speedup-analysis"
14621
14622 - type: "plot"
14623   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14624   algorithm: "plot_tsa_name"
14625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14627   include:
14628     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14630     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14631     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14632   layout:
14633     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14634     layout: "plot-throughput-speedup-analysis"
14635
14636 - type: "plot"
14637   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14638   algorithm: "plot_tsa_name"
14639   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14641   include:
14642     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14646   layout:
14647     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14648     layout: "plot-throughput-speedup-analysis"
14649
14650 - type: "plot"
14651   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14652   algorithm: "plot_tsa_name"
14653   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14655   include:
14656     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14659     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14662   layout:
14663     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14664     layout: "plot-throughput-speedup-analysis"
14665
14666 - type: "plot"
14667   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14668   algorithm: "plot_tsa_name"
14669   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14671   include:
14672     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14674     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14678   layout:
14679     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14680     layout: "plot-throughput-speedup-analysis"
14681
14682 - type: "plot"
14683   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14684   algorithm: "plot_tsa_name"
14685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14687   include:
14688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14693   layout:
14694     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14695     layout: "plot-throughput-speedup-analysis"
14696
14697 - type: "plot"
14698   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14699   algorithm: "plot_tsa_name"
14700   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14702   include:
14703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14708   layout:
14709     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14710     layout: "plot-throughput-speedup-analysis"
14711
14712 - type: "plot"
14713   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14714   algorithm: "plot_tsa_name"
14715   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14717   include:
14718     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14723   layout:
14724     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14725     layout: "plot-throughput-speedup-analysis"
14726
14727 - type: "plot"
14728   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14729   algorithm: "plot_tsa_name"
14730   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14731   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14732   include:
14733     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14734     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14735     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14738   layout:
14739     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14740     layout: "plot-throughput-speedup-analysis"
14741
14742 - type: "plot"
14743   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14744   algorithm: "plot_tsa_name"
14745   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14746   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14747   include:
14748     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14749     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14750     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14751   layout:
14752     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14753     layout: "plot-throughput-speedup-analysis"
14754
14755 - type: "plot"
14756   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14757   algorithm: "plot_tsa_name"
14758   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14759   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14760   include:
14761     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14762     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14763     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14764   layout:
14765     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14766     layout: "plot-throughput-speedup-analysis"
14767
14768 - type: "plot"
14769   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14770   algorithm: "plot_tsa_name"
14771   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14773   include:
14774     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14775     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14776     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14777   layout:
14778     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14779     layout: "plot-throughput-speedup-analysis"
14780
14781 - type: "plot"
14782   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14783   algorithm: "plot_tsa_name"
14784   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14785   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14786   include:
14787     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14788     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14789     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14790   layout:
14791     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14792     layout: "plot-throughput-speedup-analysis"
14793
14794 - type: "plot"
14795   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14796   algorithm: "plot_tsa_name"
14797   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14799   include:
14800     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14801     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14802     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14803     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14805   layout:
14806     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14807     layout: "plot-throughput-speedup-analysis"
14808
14809 - type: "plot"
14810   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14811   algorithm: "plot_tsa_name"
14812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14814   include:
14815     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14816     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14817     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14818     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14819     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14820   layout:
14821     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14822     layout: "plot-throughput-speedup-analysis"
14823
14824 - type: "plot"
14825   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14826   algorithm: "plot_tsa_name"
14827   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14829   include:
14830     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14831     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14832     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14833     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14834     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14835   layout:
14836     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14837     layout: "plot-throughput-speedup-analysis"
14838
14839 - type: "plot"
14840   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14841   algorithm: "plot_tsa_name"
14842   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14843   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14844   include:
14845     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14846     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14847     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14848     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14849     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14850   layout:
14851     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14852     layout: "plot-throughput-speedup-analysis"
14853
14854 - type: "plot"
14855   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14856   algorithm: "plot_tsa_name"
14857   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14859   include:
14860     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14861     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14862     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14863     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14864     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14865     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14866   layout:
14867     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14868     layout: "plot-throughput-speedup-analysis"
14869
14870 - type: "plot"
14871   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14872   algorithm: "plot_tsa_name"
14873   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14874   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14875   include:
14876     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14877     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14878     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14879     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14882   layout:
14883     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14884     layout: "plot-throughput-speedup-analysis"
14885
14886 - type: "plot"
14887   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14888   algorithm: "plot_tsa_name"
14889   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14890   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14891   include:
14892     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14893     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14894     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14895     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14896   layout:
14897     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14898     layout: "plot-throughput-speedup-analysis"
14899
14900 - type: "plot"
14901   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14902   algorithm: "plot_tsa_name"
14903   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14905   include:
14906     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14907     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14908     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14909     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14910   layout:
14911     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14912     layout: "plot-throughput-speedup-analysis"
14913
14914 - type: "plot"
14915   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14916   algorithm: "plot_tsa_name"
14917   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14918   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14919   include:
14920     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14921     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14926   layout:
14927     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14928     layout: "plot-throughput-speedup-analysis"
14929
14930 - type: "plot"
14931   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14932   algorithm: "plot_tsa_name"
14933   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14934   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14935   include:
14936     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14937     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14938     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14939     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14942   layout:
14943     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14944     layout: "plot-throughput-speedup-analysis"
14945
14946 - type: "plot"
14947   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14948   algorithm: "plot_tsa_name"
14949   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14951   include:
14952     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14953     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14954     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14955     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14956     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14957     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14958   layout:
14959     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14960     layout: "plot-throughput-speedup-analysis"
14961
14962 - type: "plot"
14963   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14964   algorithm: "plot_tsa_name"
14965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14967   include:
14968     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14969     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14970     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14973     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14974   layout:
14975     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14976     layout: "plot-throughput-speedup-analysis"
14977
14978 - type: "plot"
14979   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14980   algorithm: "plot_tsa_name"
14981   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14983   include:
14984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14990   layout:
14991     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14992     layout: "plot-throughput-speedup-analysis"
14993
14994 - type: "plot"
14995   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14996   algorithm: "plot_tsa_name"
14997   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14999   include:
15000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15006   layout:
15007     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15008     layout: "plot-throughput-speedup-analysis"
15009
15010 - type: "plot"
15011   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15012   algorithm: "plot_tsa_name"
15013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15015   include:
15016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15022   layout:
15023     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15024     layout: "plot-throughput-speedup-analysis"
15025
15026 - type: "plot"
15027   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15028   algorithm: "plot_tsa_name"
15029   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15031   include:
15032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15038   layout:
15039     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15040     layout: "plot-throughput-speedup-analysis"
15041
15042 - type: "plot"
15043   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15044   algorithm: "plot_tsa_name"
15045   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15047   include:
15048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15054   layout:
15055     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15056     layout: "plot-throughput-speedup-analysis"
15057
15058 - type: "plot"
15059   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15060   algorithm: "plot_tsa_name"
15061   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15063   include:
15064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15070   layout:
15071     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15072     layout: "plot-throughput-speedup-analysis"
15073
15074 - type: "plot"
15075   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15076   algorithm: "plot_tsa_name"
15077   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15079   include:
15080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15084   layout:
15085     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15086     layout: "plot-throughput-speedup-analysis"
15087
15088 - type: "plot"
15089   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15090   algorithm: "plot_tsa_name"
15091   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15092   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15093   include:
15094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15098   layout:
15099     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15100     layout: "plot-throughput-speedup-analysis"
15101
15102 - type: "plot"
15103   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15104   algorithm: "plot_tsa_name"
15105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15107   include:
15108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15112   layout:
15113     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15114     layout: "plot-throughput-speedup-analysis"
15115
15116 - type: "plot"
15117   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15118   algorithm: "plot_tsa_name"
15119   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15121   include:
15122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15126   layout:
15127     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15128     layout: "plot-throughput-speedup-analysis"
15129
15130 - type: "plot"
15131   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15132   algorithm: "plot_tsa_name"
15133   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15134   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15135   include:
15136     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15137     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15138     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15139     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15140     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15141     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15142   layout:
15143     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15144     layout: "plot-throughput-speedup-analysis"
15145
15146 - type: "plot"
15147   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15148   algorithm: "plot_tsa_name"
15149   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15150   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15151   include:
15152     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15153     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15154     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15155     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15156     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15157     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15158   layout:
15159     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15160     layout: "plot-throughput-speedup-analysis"
15161
15162 - type: "plot"
15163   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15164   algorithm: "plot_tsa_name"
15165   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15167   include:
15168     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15169     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15170     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15171     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15172     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15173   layout:
15174     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15175     layout: "plot-throughput-speedup-analysis"
15176
15177 - type: "plot"
15178   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15179   algorithm: "plot_tsa_name"
15180   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15182   include:
15183     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15184     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15185     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15186     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15187     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15188   layout:
15189     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15190     layout: "plot-throughput-speedup-analysis"
15191
15192 - type: "plot"
15193   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15194   algorithm: "plot_tsa_name"
15195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15197   include:
15198     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15199     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15200     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15203   layout:
15204     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15205     layout: "plot-throughput-speedup-analysis"
15206
15207 - type: "plot"
15208   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15209   algorithm: "plot_tsa_name"
15210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15212   include:
15213     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15214     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15215     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15218   layout:
15219     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15220     layout: "plot-throughput-speedup-analysis"
15221
15222 - type: "plot"
15223   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15224   algorithm: "plot_tsa_name"
15225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15227   include:
15228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15232   layout:
15233     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15234     layout: "plot-throughput-speedup-analysis"
15235
15236 - type: "plot"
15237   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15238   algorithm: "plot_tsa_name"
15239   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15241   include:
15242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15246   layout:
15247     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15248     layout: "plot-throughput-speedup-analysis"
15249
15250 - type: "plot"
15251   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15252   algorithm: "plot_tsa_name"
15253   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15255   include:
15256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15262   layout:
15263     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15264     layout: "plot-throughput-speedup-analysis"
15265
15266 - type: "plot"
15267   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15268   algorithm: "plot_tsa_name"
15269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15271   include:
15272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15278   layout:
15279     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15280     layout: "plot-throughput-speedup-analysis"
15281
15282 - type: "plot"
15283   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15284   algorithm: "plot_tsa_name"
15285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15287   include:
15288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15294   layout:
15295     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15296     layout: "plot-throughput-speedup-analysis"
15297
15298 - type: "plot"
15299   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15300   algorithm: "plot_tsa_name"
15301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15303   include:
15304     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15305     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15310   layout:
15311     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15312     layout: "plot-throughput-speedup-analysis"
15313
15314 - type: "plot"
15315   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15316   algorithm: "plot_tsa_name"
15317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15319   include:
15320     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15321     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15322     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15323     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15324     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15326   layout:
15327     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15328     layout: "plot-throughput-speedup-analysis"
15329
15330 - type: "plot"
15331   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15332   algorithm: "plot_tsa_name"
15333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15335   include:
15336     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15337     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15338     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15339     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15342   layout:
15343     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15344     layout: "plot-throughput-speedup-analysis"
15345
15346 - type: "plot"
15347   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15348   algorithm: "plot_tsa_name"
15349   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15350   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15351   include:
15352     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15353     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15354     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15355     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15356     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15357     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15358   layout:
15359     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15360     layout: "plot-throughput-speedup-analysis"
15361
15362 - type: "plot"
15363   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15364   algorithm: "plot_tsa_name"
15365   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15366   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15367   include:
15368     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15369     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15370     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15371     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15372     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15373     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15374   layout:
15375     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15376     layout: "plot-throughput-speedup-analysis"
15377
15378 - type: "plot"
15379   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15380   algorithm: "plot_tsa_name"
15381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15383   include:
15384     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15385     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15386     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15387     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15388     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15389     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15390   layout:
15391     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15392     layout: "plot-throughput-speedup-analysis"
15393
15394 - type: "plot"
15395   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15396   algorithm: "plot_tsa_name"
15397   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15399   include:
15400     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15401     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15402     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15403     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15404     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15405     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15406   layout:
15407     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15408     layout: "plot-throughput-speedup-analysis"
15409
15410 - type: "plot"
15411   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15412   algorithm: "plot_tsa_name"
15413   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15414   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15415   include:
15416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15421   layout:
15422     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15423     layout: "plot-throughput-speedup-analysis"
15424
15425 - type: "plot"
15426   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15427   algorithm: "plot_tsa_name"
15428   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15429   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15430   include:
15431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15436   layout:
15437     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15438     layout: "plot-throughput-speedup-analysis"
15439
15440 - type: "plot"
15441   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15442   algorithm: "plot_tsa_name"
15443   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15444   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15445   include:
15446     - "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"
15447     - "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"
15448     - "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"
15449     - "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"
15450     - "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"
15451   layout:
15452     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15453     layout: "plot-throughput-speedup-analysis"
15454
15455 - type: "plot"
15456   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15457   algorithm: "plot_tsa_name"
15458   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15459   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15460   include:
15461     - "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"
15462     - "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"
15463     - "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"
15464     - "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"
15465     - "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"
15466   layout:
15467     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15468     layout: "plot-throughput-speedup-analysis"
15469
15470 - type: "plot"
15471   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15472   algorithm: "plot_tsa_name"
15473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15475   include:
15476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15481   layout:
15482     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15483     layout: "plot-throughput-speedup-analysis"
15484
15485 - type: "plot"
15486   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15487   algorithm: "plot_tsa_name"
15488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15490   include:
15491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15496   layout:
15497     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15498     layout: "plot-throughput-speedup-analysis"
15499
15500 - type: "plot"
15501   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15502   algorithm: "plot_tsa_name"
15503   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15504   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15505   include:
15506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15511   layout:
15512     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15513     layout: "plot-throughput-speedup-analysis"
15514
15515 - type: "plot"
15516   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15517   algorithm: "plot_tsa_name"
15518   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15519   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15520   include:
15521     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15522     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15526   layout:
15527     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15528     layout: "plot-throughput-speedup-analysis"
15529
15530 - type: "plot"
15531   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15532   algorithm: "plot_tsa_name"
15533   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15534   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15535   include:
15536     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15537     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15538     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15539     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15540     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15541   layout:
15542     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15543     layout: "plot-throughput-speedup-analysis"
15544
15545 - type: "plot"
15546   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15547   algorithm: "plot_tsa_name"
15548   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15549   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15550   include:
15551     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15552     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15553     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15554     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15555     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15556   layout:
15557     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15558     layout: "plot-throughput-speedup-analysis"
15559
15560 - type: "plot"
15561   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15562   algorithm: "plot_tsa_name"
15563   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15564   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15565   include:
15566     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15567     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15568     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15569     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15570     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15571   layout:
15572     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15573     layout: "plot-throughput-speedup-analysis"
15574
15575 - type: "plot"
15576   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15577   algorithm: "plot_tsa_name"
15578   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15579   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15580   include:
15581     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15582     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15583     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15584     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15585     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15586   layout:
15587     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15588     layout: "plot-throughput-speedup-analysis"
15589
15590 - type: "plot"
15591   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15592   algorithm: "plot_tsa_name"
15593   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15595   include:
15596     - "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"
15597     - "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"
15598     - "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"
15599     - "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"
15600   layout:
15601     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15602     layout: "plot-throughput-speedup-analysis"
15603
15604 - type: "plot"
15605   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15606   algorithm: "plot_tsa_name"
15607   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15609   include:
15610     - "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"
15611     - "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"
15612     - "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"
15613     - "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"
15614   layout:
15615     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15616     layout: "plot-throughput-speedup-analysis"
15617
15618 - type: "plot"
15619   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15620   algorithm: "plot_tsa_name"
15621   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15623   include:
15624     - "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"
15625     - "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"
15626     - "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"
15627     - "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"
15628   layout:
15629     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15630     layout: "plot-throughput-speedup-analysis"
15631
15632 - type: "plot"
15633   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15634   algorithm: "plot_tsa_name"
15635   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15637   include:
15638     - "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"
15639     - "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"
15640     - "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"
15641     - "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"
15642   layout:
15643     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15644     layout: "plot-throughput-speedup-analysis"
15645
15646 - type: "plot"
15647   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15648   algorithm: "plot_tsa_name"
15649   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15651   include:
15652     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15653     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15654     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15655     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15656     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15657     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15658   layout:
15659     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15660     layout: "plot-throughput-speedup-analysis"
15661
15662 - type: "plot"
15663   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15664   algorithm: "plot_tsa_name"
15665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15667   include:
15668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15674   layout:
15675     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15676     layout: "plot-throughput-speedup-analysis"
15677
15678 - type: "plot"
15679   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15680   algorithm: "plot_tsa_name"
15681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15683   include:
15684     - "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"
15685     - "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"
15686     - "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"
15687     - "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"
15688     - "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"
15689     - "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"
15690   layout:
15691     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15692     layout: "plot-throughput-speedup-analysis"
15693
15694 - type: "plot"
15695   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15696   algorithm: "plot_tsa_name"
15697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15699   include:
15700     - "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"
15701     - "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"
15702     - "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"
15703     - "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"
15704     - "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"
15705     - "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"
15706   layout:
15707     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15708     layout: "plot-throughput-speedup-analysis"
15709
15710 - type: "plot"
15711   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15712   algorithm: "plot_tsa_name"
15713   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15715   include:
15716     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15721     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15722   layout:
15723     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15724     layout: "plot-throughput-speedup-analysis"
15725
15726 - type: "plot"
15727   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15728   algorithm: "plot_tsa_name"
15729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15731   include:
15732     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15733     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15734     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15735     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15736     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15738   layout:
15739     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15740     layout: "plot-throughput-speedup-analysis"
15741
15742 - type: "plot"
15743   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15744   algorithm: "plot_tsa_name"
15745   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15747   include:
15748     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15749     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15750     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15751     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15752     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15753   layout:
15754     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15755     layout: "plot-throughput-speedup-analysis"
15756
15757 - type: "plot"
15758   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15759   algorithm: "plot_tsa_name"
15760   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15762   include:
15763     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15764     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15765     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15766     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15767     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15768   layout:
15769     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15770     layout: "plot-throughput-speedup-analysis"
15771
15772 - type: "plot"
15773   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15774   algorithm: "plot_tsa_name"
15775   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15777   include:
15778     - "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"
15779     - "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"
15780   layout:
15781     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15782     layout: "plot-throughput-speedup-analysis"
15783
15784 - type: "plot"
15785   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15786   algorithm: "plot_tsa_name"
15787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15789   include:
15790     - "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"
15791     - "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"
15792   layout:
15793     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15794     layout: "plot-throughput-speedup-analysis"
15795
15796 - type: "plot"
15797   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15798   algorithm: "plot_tsa_name"
15799   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15801   include:
15802     - "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"
15803     - "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"
15804   layout:
15805     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15806     layout: "plot-throughput-speedup-analysis"
15807
15808 - type: "plot"
15809   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15810   algorithm: "plot_tsa_name"
15811   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15812   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15813   include:
15814     - "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"
15815     - "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"
15816   layout:
15817     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15818     layout: "plot-throughput-speedup-analysis"
15819
15820 - type: "plot"
15821   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15822   algorithm: "plot_tsa_name"
15823   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15824   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15825   include:
15826     - "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"
15827     - "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"
15828     - "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"
15829     - "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"
15830     - "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"
15831     - "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"
15832   layout:
15833     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15834     layout: "plot-throughput-speedup-analysis"
15835
15836 - type: "plot"
15837   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15838   algorithm: "plot_tsa_name"
15839   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15840   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15841   include:
15842     - "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"
15843     - "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"
15844     - "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"
15845     - "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"
15846     - "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"
15847     - "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"
15848   layout:
15849     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15850     layout: "plot-throughput-speedup-analysis"
15851
15852 - type: "plot"
15853   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15854   algorithm: "plot_tsa_name"
15855   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15856   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15857   include:
15858     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15859     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15860     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15861     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15862     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15863   layout:
15864     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15865     layout: "plot-throughput-speedup-analysis"
15866
15867 - type: "plot"
15868   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15869   algorithm: "plot_tsa_name"
15870   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15871   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15872   include:
15873     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15874     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15875     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15876     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15877     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15878   layout:
15879     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15880     layout: "plot-throughput-speedup-analysis"
15881
15882 - type: "plot"
15883   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15884   algorithm: "plot_tsa_name"
15885   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15886   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15887   include:
15888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15893   layout:
15894     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15895     layout: "plot-throughput-speedup-analysis"
15896
15897 - type: "plot"
15898   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15899   algorithm: "plot_tsa_name"
15900   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15901   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15902   include:
15903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15908   layout:
15909     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15910     layout: "plot-throughput-speedup-analysis"
15911
15912 - type: "plot"
15913   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15914   algorithm: "plot_tsa_name"
15915   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15916   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15917   include:
15918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15921     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15922     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15924   layout:
15925     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15926     layout: "plot-throughput-speedup-analysis"
15927
15928 - type: "plot"
15929   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15930   algorithm: "plot_tsa_name"
15931   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15932   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15933   include:
15934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15940   layout:
15941     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15942     layout: "plot-throughput-speedup-analysis"
15943
15944 - type: "plot"
15945   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15946   algorithm: "plot_tsa_name"
15947   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15948   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15949   include:
15950     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15951     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15952     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15953     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15954   layout:
15955     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15956     layout: "plot-throughput-speedup-analysis"
15957
15958 - type: "plot"
15959   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15960   algorithm: "plot_tsa_name"
15961   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15962   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15963   include:
15964     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15965     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15966     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15967     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15968   layout:
15969     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15970     layout: "plot-throughput-speedup-analysis"
15971
15972 - type: "plot"
15973   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15974   algorithm: "plot_tsa_name"
15975   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15976   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15977   include:
15978     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15979     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15980     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15981     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15982     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15983   layout:
15984     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15985     layout: "plot-throughput-speedup-analysis"
15986
15987 - type: "plot"
15988   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15989   algorithm: "plot_tsa_name"
15990   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15991   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15992   include:
15993     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15994     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15995     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15996     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15997     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15998   layout:
15999     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16000     layout: "plot-throughput-speedup-analysis"
16001
16002 - type: "plot"
16003   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16004   algorithm: "plot_tsa_name"
16005   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16006   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16007   include:
16008     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16009     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16010     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16011     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16012     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16013     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16014   layout:
16015     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16016     layout: "plot-throughput-speedup-analysis"
16017
16018 - type: "plot"
16019   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16020   algorithm: "plot_tsa_name"
16021   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16022   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16023   include:
16024     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16025     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16026     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16027     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16028     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16029     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16030   layout:
16031     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16032     layout: "plot-throughput-speedup-analysis"
16033
16034 - type: "plot"
16035   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16036   algorithm: "plot_tsa_name"
16037   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16038   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16039   include:
16040     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16041     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16042     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16043     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16044   layout:
16045     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16046     layout: "plot-throughput-speedup-analysis"
16047
16048 - type: "plot"
16049   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16050   algorithm: "plot_tsa_name"
16051   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16052   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16053   include:
16054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16057     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16058   layout:
16059     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16060     layout: "plot-throughput-speedup-analysis"
16061
16062 - type: "plot"
16063   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16064   algorithm: "plot_tsa_name"
16065   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16066   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16067   include:
16068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16072     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16073     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16074   layout:
16075     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16076     layout: "plot-throughput-speedup-analysis"
16077
16078 - type: "plot"
16079   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16080   algorithm: "plot_tsa_name"
16081   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16082   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16083   include:
16084     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16085     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16086     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16087     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16088     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16089     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16090   layout:
16091     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16092     layout: "plot-throughput-speedup-analysis"
16093
16094 - type: "plot"
16095   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16096   algorithm: "plot_tsa_name"
16097   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16098   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16099   include:
16100     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16101     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16102     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16103     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16104     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16105     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16106   layout:
16107     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16108     layout: "plot-throughput-speedup-analysis"
16109
16110 - type: "plot"
16111   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16112   algorithm: "plot_tsa_name"
16113   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16114   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16115   include:
16116     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16117     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16118     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16119     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16120     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16121     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16122   layout:
16123     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16124     layout: "plot-throughput-speedup-analysis"
16125
16126 - type: "plot"
16127   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16128   algorithm: "plot_tsa_name"
16129   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16130   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16131   include:
16132     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16133     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16134     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16135     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16136     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16137     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16138   layout:
16139     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16140     layout: "plot-throughput-speedup-analysis"
16141
16142 - type: "plot"
16143   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16144   algorithm: "plot_tsa_name"
16145   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16146   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16147   include:
16148     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16149     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16150     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16151     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16152     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16153     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16154   layout:
16155     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16156     layout: "plot-throughput-speedup-analysis"
16157
16158 - type: "plot"
16159   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16160   algorithm: "plot_tsa_name"
16161   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16162   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16163   include:
16164     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16165     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16166     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16167     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16168     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16169     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16170   layout:
16171     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16172     layout: "plot-throughput-speedup-analysis"
16173
16174 - type: "plot"
16175   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16176   algorithm: "plot_tsa_name"
16177   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16178   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16179   include:
16180     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16181     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16182     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16183     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16184     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16185     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16186   layout:
16187     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16188     layout: "plot-throughput-speedup-analysis"
16189
16190 - type: "plot"
16191   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16192   algorithm: "plot_tsa_name"
16193   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16194   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16195   include:
16196     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16197     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16198     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16199     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16200     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16201     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16202   layout:
16203     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16204     layout: "plot-throughput-speedup-analysis"
16205
16206 - type: "plot"
16207   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16208   algorithm: "plot_tsa_name"
16209   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16210   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16211   include:
16212     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16213     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16214     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16215     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16216     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16217     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16218   layout:
16219     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16220     layout: "plot-throughput-speedup-analysis"
16221
16222 #- type: "plot"
16223 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16224 #  algorithm: "plot_tsa_name"
16225 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16226 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16227 #  include:
16228 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16229 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16230 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16231 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16232 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16233 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16234 #  layout:
16235 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16236 #    layout: "plot-throughput-speedup-analysis"
16237 #
16238 #- type: "plot"
16239 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16240 #  algorithm: "plot_tsa_name"
16241 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16242 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16243 #  include:
16244 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16245 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16246 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16247 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16248 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16249 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16250 #  layout:
16251 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16252 #    layout: "plot-throughput-speedup-analysis"
16253
16254 - type: "plot"
16255   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16256   algorithm: "plot_tsa_name"
16257   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16258   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16259   include:
16260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16265   layout:
16266     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16267     layout: "plot-throughput-speedup-analysis"
16268
16269 - type: "plot"
16270   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16271   algorithm: "plot_tsa_name"
16272   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16273   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16274   include:
16275     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16277     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16280   layout:
16281     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16282     layout: "plot-throughput-speedup-analysis"
16283
16284 - type: "plot"
16285   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16286   algorithm: "plot_tsa_name"
16287   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16288   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16289   include:
16290     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16293     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16296   layout:
16297     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16298     layout: "plot-throughput-speedup-analysis"
16299
16300 - type: "plot"
16301   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16302   algorithm: "plot_tsa_name"
16303   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16304   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16305   include:
16306     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16307     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16312   layout:
16313     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16314     layout: "plot-throughput-speedup-analysis"
16315
16316 - type: "plot"
16317   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16318   algorithm: "plot_tsa_name"
16319   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16320   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16321   include:
16322     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16323     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16324     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16325     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16326     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16327   layout:
16328     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16329     layout: "plot-throughput-speedup-analysis"
16330
16331 - type: "plot"
16332   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16333   algorithm: "plot_tsa_name"
16334   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16335   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16336   include:
16337     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16338     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16339     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16340     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16341     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16342   layout:
16343     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16344     layout: "plot-throughput-speedup-analysis"
16345
16346 #- type: "plot"
16347 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16348 #  algorithm: "plot_tsa_name"
16349 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16350 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16351 #  include:
16352 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16353 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16354 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16355 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16356 #  layout:
16357 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16358 #    layout: "plot-throughput-speedup-analysis"
16359 #
16360 #- type: "plot"
16361 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16362 #  algorithm: "plot_tsa_name"
16363 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16364 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16365 #  include:
16366 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16367 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16368 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16369 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16370 #  layout:
16371 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16372 #    layout: "plot-throughput-speedup-analysis"
16373
16374 - type: "plot"
16375   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16376   algorithm: "plot_tsa_name"
16377   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16378   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16379   include:
16380     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16381     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16382     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16383     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16384     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16385     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16386   layout:
16387     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16388     layout: "plot-throughput-speedup-analysis"
16389
16390 - type: "plot"
16391   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16392   algorithm: "plot_tsa_name"
16393   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16394   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16395   include:
16396     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16397     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16402   layout:
16403     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16404     layout: "plot-throughput-speedup-analysis"
16405
16406 - type: "plot"
16407   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16408   algorithm: "plot_tsa_name"
16409   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16410   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16411   include:
16412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16417   layout:
16418     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16419     layout: "plot-throughput-speedup-analysis"
16420
16421 - type: "plot"
16422   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16423   algorithm: "plot_tsa_name"
16424   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16425   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16426   include:
16427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16432   layout:
16433     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16434     layout: "plot-throughput-speedup-analysis"
16435
16436 - type: "plot"
16437   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16438   algorithm: "plot_tsa_name"
16439   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16440   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16441   include:
16442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16448   layout:
16449     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16450     layout: "plot-throughput-speedup-analysis"
16451
16452 - type: "plot"
16453   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16454   algorithm: "plot_tsa_name"
16455   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16456   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16457   include:
16458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16464   layout:
16465     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16466     layout: "plot-throughput-speedup-analysis"
16467
16468 - type: "plot"
16469   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16470   algorithm: "plot_tsa_name"
16471   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16472   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16473   include:
16474     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16475     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16476     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16477     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16478   layout:
16479     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16480     layout: "plot-throughput-speedup-analysis"
16481
16482 - type: "plot"
16483   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16484   algorithm: "plot_tsa_name"
16485   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16486   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16487   include:
16488     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16489     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16490     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16491     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16492   layout:
16493     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16494     layout: "plot-throughput-speedup-analysis"
16495
16496 - type: "plot"
16497   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16498   algorithm: "plot_tsa_name"
16499   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16500   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16501   include:
16502     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16503     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16504     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16505     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16506     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16507   layout:
16508     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16509     layout: "plot-throughput-speedup-analysis"
16510
16511 - type: "plot"
16512   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16513   algorithm: "plot_tsa_name"
16514   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16515   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16516   include:
16517     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16518     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16519     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16520     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16521     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16522   layout:
16523     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16524     layout: "plot-throughput-speedup-analysis"
16525
16526 - type: "plot"
16527   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16528   algorithm: "plot_tsa_name"
16529   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16530   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16531   include:
16532     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16533     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16534     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16535     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16536     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16537     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16538   layout:
16539     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16540     layout: "plot-throughput-speedup-analysis"
16541
16542 - type: "plot"
16543   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16544   algorithm: "plot_tsa_name"
16545   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16546   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16547   include:
16548     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16549     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16550     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16551     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16552     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16553     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16554   layout:
16555     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16556     layout: "plot-throughput-speedup-analysis"
16557
16558 #- type: "plot"
16559 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16560 #  algorithm: "plot_tsa_name"
16561 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16562 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16563 #  include:
16564 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16565 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16566 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16567 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16568 #  layout:
16569 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16570 #    layout: "plot-throughput-speedup-analysis"
16571 #
16572 #- type: "plot"
16573 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16574 #  algorithm: "plot_tsa_name"
16575 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16576 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16577 #  include:
16578 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16579 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16580 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16581 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16582 #  layout:
16583 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16584 #    layout: "plot-throughput-speedup-analysis"
16585
16586 - type: "plot"
16587   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16588   algorithm: "plot_tsa_name"
16589   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16590   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16591   include:
16592     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16593     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16594     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16595     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16596     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16597     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16598   layout:
16599     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16600     layout: "plot-throughput-speedup-analysis"
16601
16602 - type: "plot"
16603   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16604   algorithm: "plot_tsa_name"
16605   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16606   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16607   include:
16608     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16609     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16610     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16611     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16612     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16613     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16614   layout:
16615     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16616     layout: "plot-throughput-speedup-analysis"
16617
16618 #- type: "plot"
16619 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16620 #  algorithm: "plot_tsa_name"
16621 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16622 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16623 #  include:
16624 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16625 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16626 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16627 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16628 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16629 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16630 #  layout:
16631 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16632 #    layout: "plot-throughput-speedup-analysis"
16633 #
16634 #- type: "plot"
16635 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16636 #  algorithm: "plot_tsa_name"
16637 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16638 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16639 #  include:
16640 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16641 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16642 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16643 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16644 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16645 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16646 #  layout:
16647 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16648 #    layout: "plot-throughput-speedup-analysis"
16649
16650 #- type: "plot"
16651 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16652 #  algorithm: "plot_tsa_name"
16653 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16654 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16655 #  include:
16656 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16657 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16658 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16659 #  layout:
16660 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16661 #    layout: "plot-throughput-speedup-analysis"
16662 #
16663 #- type: "plot"
16664 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16665 #  algorithm: "plot_tsa_name"
16666 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16667 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16668 #  include:
16669 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16670 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16671 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16672 #  layout:
16673 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16674 #    layout: "plot-throughput-speedup-analysis"
16675
16676 ################################################################################
16677
16678 # Packet Throughput - DPDK
16679
16680 # 2n-skx-xxv710
16681
16682 - type: "plot"
16683   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16684   algorithm: "plot_perf_box_name"
16685   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16686   data: "plot-dpdk-throughput-latency-2n-skx"
16687   include:
16688     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16689     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16690   layout:
16691     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16692     layout: "plot-throughput"
16693
16694 - type: "plot"
16695   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16696   algorithm: "plot_perf_box_name"
16697   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16698   data: "plot-dpdk-throughput-latency-2n-skx"
16699   include:
16700     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16701     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16702   layout:
16703     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16704     layout: "plot-throughput"
16705
16706 - type: "plot"
16707   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16708   algorithm: "plot_perf_box_name"
16709   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16710   data: "plot-dpdk-throughput-latency-2n-skx"
16711   include:
16712     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16713     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16714   layout:
16715     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16716     layout: "plot-throughput"
16717
16718 - type: "plot"
16719   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16720   algorithm: "plot_perf_box_name"
16721   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16722   data: "plot-dpdk-throughput-latency-2n-skx"
16723   include:
16724     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16725     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16726   layout:
16727     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16728     layout: "plot-throughput"
16729
16730 # 2n-skx-x710
16731
16732 - type: "plot"
16733   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16734   algorithm: "plot_perf_box_name"
16735   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16736   data: "plot-dpdk-throughput-latency-2n-skx"
16737   include:
16738     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16739     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16740   layout:
16741     title: "2n-skx-x710-64b-2t1c-base-ndr"
16742     layout: "plot-throughput"
16743
16744 - type: "plot"
16745   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16746   algorithm: "plot_perf_box_name"
16747   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16748   data: "plot-dpdk-throughput-latency-2n-skx"
16749   include:
16750     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16751     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16752   layout:
16753     title: "2n-skx-x710-64b-4t2c-base-ndr"
16754     layout: "plot-throughput"
16755
16756 - type: "plot"
16757   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16758   algorithm: "plot_perf_box_name"
16759   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16760   data: "plot-dpdk-throughput-latency-2n-skx"
16761   include:
16762     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16763     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16764   layout:
16765     title: "2n-skx-x710-64b-2t1c-base-pdr"
16766     layout: "plot-throughput"
16767
16768 - type: "plot"
16769   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16770   algorithm: "plot_perf_box_name"
16771   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16772   data: "plot-dpdk-throughput-latency-2n-skx"
16773   include:
16774     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16775     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16776   layout:
16777     title: "2n-skx-x710-64b-4t2c-base-pdr"
16778     layout: "plot-throughput"
16779
16780 # 3n-skx-xxv710
16781
16782 - type: "plot"
16783   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16784   algorithm: "plot_perf_box_name"
16785   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16786   data: "plot-dpdk-throughput-latency-3n-skx"
16787   include:
16788     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16789     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16790   layout:
16791     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16792     layout: "plot-throughput"
16793
16794 - type: "plot"
16795   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16796   algorithm: "plot_perf_box_name"
16797   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16798   data: "plot-dpdk-throughput-latency-3n-skx"
16799   include:
16800     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16801     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16802   layout:
16803     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16804     layout: "plot-throughput"
16805
16806 - type: "plot"
16807   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16808   algorithm: "plot_perf_box_name"
16809   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16810   data: "plot-dpdk-throughput-latency-3n-skx"
16811   include:
16812     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16813     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16814   layout:
16815     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16816     layout: "plot-throughput"
16817
16818 - type: "plot"
16819   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16820   algorithm: "plot_perf_box_name"
16821   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16822   data: "plot-dpdk-throughput-latency-3n-skx"
16823   include:
16824     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16825     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16826   layout:
16827     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16828     layout: "plot-throughput"
16829
16830 # 3n-skx-x710
16831
16832 - type: "plot"
16833   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16834   algorithm: "plot_perf_box_name"
16835   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16836   data: "plot-dpdk-throughput-latency-3n-skx"
16837   include:
16838     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16839     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16840   layout:
16841     title: "3n-skx-x710-64b-2t1c-base-ndr"
16842     layout: "plot-throughput"
16843
16844 - type: "plot"
16845   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16846   algorithm: "plot_perf_box_name"
16847   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16848   data: "plot-dpdk-throughput-latency-3n-skx"
16849   include:
16850     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16851     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16852   layout:
16853     title: "3n-skx-x710-64b-4t2c-base-ndr"
16854     layout: "plot-throughput"
16855
16856 - type: "plot"
16857   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16858   algorithm: "plot_perf_box_name"
16859   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16860   data: "plot-dpdk-throughput-latency-3n-skx"
16861   include:
16862     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16863     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16864   layout:
16865     title: "3n-skx-x710-64b-2t1c-base-pdr"
16866     layout: "plot-throughput"
16867
16868 - type: "plot"
16869   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16870   algorithm: "plot_perf_box_name"
16871   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16872   data: "plot-dpdk-throughput-latency-3n-skx"
16873   include:
16874     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16875     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16876   layout:
16877     title: "3n-skx-x710-64b-4t2c-base-pdr"
16878     layout: "plot-throughput"
16879
16880 # 3n-hsw-xl710
16881
16882 - type: "plot"
16883   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16884   algorithm: "plot_perf_box_name"
16885   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16886   data: "plot-dpdk-throughput-latency-3n-hsw"
16887   include:
16888     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16889     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16890   layout:
16891     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16892     layout: "plot-throughput"
16893
16894 - type: "plot"
16895   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16896   algorithm: "plot_perf_box_name"
16897   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16898   data: "plot-dpdk-throughput-latency-3n-hsw"
16899   include:
16900     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16901     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16902   layout:
16903     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16904     layout: "plot-throughput"
16905
16906 - type: "plot"
16907   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16908   algorithm: "plot_perf_box_name"
16909   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16910   data: "plot-dpdk-throughput-latency-3n-hsw"
16911   include:
16912     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16913     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16914   layout:
16915     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16916     layout: "plot-throughput"
16917
16918 - type: "plot"
16919   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16920   algorithm: "plot_perf_box_name"
16921   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16922   data: "plot-dpdk-throughput-latency-3n-hsw"
16923   include:
16924     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16925     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16926   layout:
16927     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16928     layout: "plot-throughput"
16929
16930 # 3n-hsw-x710
16931
16932 - type: "plot"
16933   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16934   algorithm: "plot_perf_box_name"
16935   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16936   data: "plot-dpdk-throughput-latency-3n-hsw"
16937   include:
16938     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16939     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16940   layout:
16941     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16942     layout: "plot-throughput"
16943
16944 - type: "plot"
16945   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16946   algorithm: "plot_perf_box_name"
16947   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16948   data: "plot-dpdk-throughput-latency-3n-hsw"
16949   include:
16950     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16951     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16952   layout:
16953     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16954     layout: "plot-throughput"
16955
16956 - type: "plot"
16957   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16958   algorithm: "plot_perf_box_name"
16959   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16960   data: "plot-dpdk-throughput-latency-3n-hsw"
16961   include:
16962     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16963     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16964   layout:
16965     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16966     layout: "plot-throughput"
16967
16968 - type: "plot"
16969   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16970   algorithm: "plot_perf_box_name"
16971   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16972   data: "plot-dpdk-throughput-latency-3n-hsw"
16973   include:
16974     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16975     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16976   layout:
16977     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16978     layout: "plot-throughput"
16979
16980 # 2n-dnv-x553
16981
16982 - type: "plot"
16983   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16984   algorithm: "plot_perf_box_name"
16985   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16986   data: "plot-dpdk-throughput-latency-2n-dnv"
16987   include:
16988     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16989     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16990   layout:
16991     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16992     layout: "plot-throughput"
16993
16994 - type: "plot"
16995   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16996   algorithm: "plot_perf_box_name"
16997   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16998   data: "plot-dpdk-throughput-latency-2n-dnv"
16999   include:
17000     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17001     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17002   layout:
17003     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17004     layout: "plot-throughput"
17005
17006 - type: "plot"
17007   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17008   algorithm: "plot_perf_box_name"
17009   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17010   data: "plot-dpdk-throughput-latency-2n-dnv"
17011   include:
17012     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17013     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17014   layout:
17015     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17016     layout: "plot-throughput"
17017
17018 - type: "plot"
17019   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17020   algorithm: "plot_perf_box_name"
17021   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17022   data: "plot-dpdk-throughput-latency-2n-dnv"
17023   include:
17024     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17025     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17026   layout:
17027     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17028     layout: "plot-throughput"
17029
17030 # 3n-dnv-x553
17031
17032 - type: "plot"
17033   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17034   algorithm: "plot_perf_box_name"
17035   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17036   data: "plot-dpdk-throughput-latency-3n-dnv"
17037   include:
17038     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17039     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17040   layout:
17041     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17042     layout: "plot-throughput"
17043
17044 - type: "plot"
17045   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17046   algorithm: "plot_perf_box_name"
17047   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17048   data: "plot-dpdk-throughput-latency-3n-dnv"
17049   include:
17050     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17051     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17052   layout:
17053     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17054     layout: "plot-throughput"
17055
17056 - type: "plot"
17057   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17058   algorithm: "plot_perf_box_name"
17059   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17060   data: "plot-dpdk-throughput-latency-3n-dnv"
17061   include:
17062     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17063     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17064   layout:
17065     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17066     layout: "plot-throughput"
17067
17068 - type: "plot"
17069   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17070   algorithm: "plot_perf_box_name"
17071   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17072   data: "plot-dpdk-throughput-latency-3n-dnv"
17073   include:
17074     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17075     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17076   layout:
17077     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17078     layout: "plot-throughput"
17079
17080 # 3n-tsh-x520
17081
17082 - type: "plot"
17083   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17084   algorithm: "plot_perf_box_name"
17085   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17086   data: "plot-dpdk-throughput-latency-3n-tsh"
17087   include:
17088     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17089     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17090   layout:
17091     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17092     layout: "plot-throughput"
17093
17094 - type: "plot"
17095   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17096   algorithm: "plot_perf_box_name"
17097   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17098   data: "plot-dpdk-throughput-latency-3n-tsh"
17099   include:
17100     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17101     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17102   layout:
17103     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17104     layout: "plot-throughput"
17105
17106 - type: "plot"
17107   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17108   algorithm: "plot_perf_box_name"
17109   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17110   data: "plot-dpdk-throughput-latency-3n-tsh"
17111   include:
17112     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17113     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17114   layout:
17115     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17116     layout: "plot-throughput"
17117
17118 - type: "plot"
17119   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17120   algorithm: "plot_perf_box_name"
17121   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17122   data: "plot-dpdk-throughput-latency-3n-tsh"
17123   include:
17124     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17125     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17126   layout:
17127     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17128     layout: "plot-throughput"
17129
17130 ################################################################################
17131 ###   2n-clx                                                                 ###
17132 ################################################################################
17133
17134 # Packet Throughput
17135
17136 - type: "plot"
17137   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17138   algorithm: "plot_perf_box_name"
17139   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17141   include:
17142     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17143     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17144     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17145     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17146   layout:
17147     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17148     layout: "plot-throughput"
17149
17150 - type: "plot"
17151   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17152   algorithm: "plot_perf_box_name"
17153   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17155   include:
17156     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17157     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17158     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17159     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17160   layout:
17161     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17162     layout: "plot-throughput"
17163
17164 - type: "plot"
17165   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17166   algorithm: "plot_perf_box_name"
17167   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17169   include:
17170     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17171     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17172     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17173     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17174   layout:
17175     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17176     layout: "plot-throughput"
17177
17178 - type: "plot"
17179   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17180   algorithm: "plot_perf_box_name"
17181   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17183   include:
17184     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17185     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17186     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17187     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17188   layout:
17189     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17190     layout: "plot-throughput"
17191
17192 - type: "plot"
17193   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17194   algorithm: "plot_perf_box_name"
17195   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17197   include:
17198     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17199     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17200     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17201     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17202   layout:
17203     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17204     layout: "plot-throughput"
17205
17206 - type: "plot"
17207   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17208   algorithm: "plot_perf_box_name"
17209   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17210   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17211   include:
17212     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17213     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17214     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17215     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17216   layout:
17217     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17218     layout: "plot-throughput"
17219
17220 - type: "plot"
17221   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17222   algorithm: "plot_perf_box_name"
17223   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17225   include:
17226     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17227     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17231     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17232   layout:
17233     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17234     layout: "plot-throughput"
17235
17236 - type: "plot"
17237   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17238   algorithm: "plot_perf_box_name"
17239   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17240   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17241   include:
17242     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17247   layout:
17248     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17249     layout: "plot-throughput"
17250
17251 - type: "plot"
17252   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17253   algorithm: "plot_perf_box_name"
17254   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17256   include:
17257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17261   layout:
17262     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17263     layout: "plot-throughput"
17264
17265 - type: "plot"
17266   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17267   algorithm: "plot_perf_box_name"
17268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17270   include:
17271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17275   layout:
17276     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17277     layout: "plot-throughput"
17278
17279 - type: "plot"
17280   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17281   algorithm: "plot_perf_box_name"
17282   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17284   include:
17285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17288   layout:
17289     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17290     layout: "plot-throughput"
17291
17292 - type: "plot"
17293   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17294   algorithm: "plot_perf_box_name"
17295   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17296   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17297   include:
17298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17301   layout:
17302     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17303     layout: "plot-throughput"
17304
17305 - type: "plot"
17306   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17307   algorithm: "plot_perf_box_name"
17308   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17310   include:
17311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17316   layout:
17317     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17318     layout: "plot-throughput"
17319
17320 - type: "plot"
17321   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17322   algorithm: "plot_perf_box_name"
17323   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17325   include:
17326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17331   layout:
17332     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17333     layout: "plot-throughput"
17334
17335 - type: "plot"
17336   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17337   algorithm: "plot_perf_box_name"
17338   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17339   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17340   include:
17341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17344   layout:
17345     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17346     layout: "plot-throughput"
17347
17348 - type: "plot"
17349   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17350   algorithm: "plot_perf_box_name"
17351   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17353   include:
17354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17357   layout:
17358     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17359     layout: "plot-throughput"
17360
17361 - type: "plot"
17362   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17363   algorithm: "plot_perf_box_name"
17364   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17366   include:
17367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17373   layout:
17374     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17375     layout: "plot-throughput"
17376
17377 - type: "plot"
17378   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17379   algorithm: "plot_perf_box_name"
17380   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17381   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17382   include:
17383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17389   layout:
17390     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17391     layout: "plot-throughput"
17392
17393 - type: "plot"
17394   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17395   algorithm: "plot_perf_box_name"
17396   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17398   include:
17399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17405   layout:
17406     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17407     layout: "plot-throughput"
17408
17409 - type: "plot"
17410   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17411   algorithm: "plot_perf_box_name"
17412   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17413   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17414   include:
17415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17421   layout:
17422     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17423     layout: "plot-throughput"
17424
17425 - type: "plot"
17426   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17427   algorithm: "plot_perf_box_name"
17428   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17430   include:
17431     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17432     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17433   layout:
17434     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17435     layout: "plot-throughput"
17436
17437 - type: "plot"
17438   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17439   algorithm: "plot_perf_box_name"
17440   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17442   include:
17443     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17444     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17445   layout:
17446     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17447     layout: "plot-throughput"
17448
17449 - type: "plot"
17450   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17451   algorithm: "plot_perf_box_name"
17452   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17454   include:
17455     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17456     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17457     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17458     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17459     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17460     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17461   layout:
17462     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17463     layout: "plot-throughput"
17464
17465 - type: "plot"
17466   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17467   algorithm: "plot_perf_box_name"
17468   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17470   include:
17471     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17472     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17473     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17474     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17475     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17476     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17477   layout:
17478     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17479     layout: "plot-throughput"
17480
17481 - type: "plot"
17482   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17483   algorithm: "plot_perf_box_name"
17484   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17486   include:
17487     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17488     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17489     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17490     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17491     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17492     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17493   layout:
17494     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17495     layout: "plot-throughput"
17496
17497 - type: "plot"
17498   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17499   algorithm: "plot_perf_box_name"
17500   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17501   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17502   include:
17503     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17504     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17505     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17506     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17507     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17508     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17509   layout:
17510     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17511     layout: "plot-throughput"
17512
17513 - type: "plot"
17514   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17515   algorithm: "plot_perf_box_name"
17516   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17518   include:
17519     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17520     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17521     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17522     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17523     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17524     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17525   layout:
17526     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17527     layout: "plot-throughput"
17528
17529 - type: "plot"
17530   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17531   algorithm: "plot_perf_box_name"
17532   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17533   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17534   include:
17535     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17536     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17537     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17538     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17539     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17540     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17541   layout:
17542     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17543     layout: "plot-throughput"
17544
17545 - type: "plot"
17546   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17547   algorithm: "plot_perf_box_name"
17548   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17549   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17550   include:
17551     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17554     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17555     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17556   layout:
17557     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17558     layout: "plot-throughput"
17559
17560 - type: "plot"
17561   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17562   algorithm: "plot_perf_box_name"
17563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17565   include:
17566     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17570     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17571   layout:
17572     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17573     layout: "plot-throughput"
17574
17575 - type: "plot"
17576   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17577   algorithm: "plot_perf_box_name"
17578   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17580   include:
17581     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17582     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17583     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17584     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17585     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17586   layout:
17587     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17588     layout: "plot-throughput"
17589
17590 - type: "plot"
17591   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17592   algorithm: "plot_perf_box_name"
17593   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17595   include:
17596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17599     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17600     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17601   layout:
17602     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17603     layout: "plot-throughput"
17604
17605 - type: "plot"
17606   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17607   algorithm: "plot_perf_box_name"
17608   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17610   include:
17611     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17612     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17613     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17614     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17615     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17616   layout:
17617     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17618     layout: "plot-throughput"
17619
17620 - type: "plot"
17621   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17622   algorithm: "plot_perf_box_name"
17623   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17625   include:
17626     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17627     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17628     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17629     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17630     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17631   layout:
17632     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17633     layout: "plot-throughput"
17634
17635 - type: "plot"
17636   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17637   algorithm: "plot_perf_box_name"
17638   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17639   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17640   include:
17641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17645     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17646   layout:
17647     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17648     layout: "plot-throughput"
17649
17650 - type: "plot"
17651   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17652   algorithm: "plot_perf_box_name"
17653   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17655   include:
17656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17657     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17658     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17659     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17660     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17661   layout:
17662     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17663     layout: "plot-throughput"
17664
17665 - type: "plot"
17666   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17667   algorithm: "plot_perf_box_name"
17668   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17669   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17670   include:
17671     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17672     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17673     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17674     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17676   layout:
17677     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17678     layout: "plot-throughput"
17679
17680 - type: "plot"
17681   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17682   algorithm: "plot_perf_box_name"
17683   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17684   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17685   include:
17686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17689     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17690     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17691   layout:
17692     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17693     layout: "plot-throughput"
17694
17695 - type: "plot"
17696   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17697   algorithm: "plot_perf_box_name"
17698   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17700   include:
17701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17707   layout:
17708     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17709     layout: "plot-throughput"
17710
17711 - type: "plot"
17712   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17713   algorithm: "plot_perf_box_name"
17714   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17716   include:
17717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17723   layout:
17724     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17725     layout: "plot-throughput"
17726
17727 - type: "plot"
17728   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17729   algorithm: "plot_perf_box_name"
17730   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17731   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17732   include:
17733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17737   layout:
17738     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17739     layout: "plot-throughput"
17740
17741 - type: "plot"
17742   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17743   algorithm: "plot_perf_box_name"
17744   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17745   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17746   include:
17747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17751   layout:
17752     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17753     layout: "plot-throughput"
17754
17755 - type: "plot"
17756   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17757   algorithm: "plot_perf_box_name"
17758   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17759   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17760   include:
17761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17767   layout:
17768     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17769     layout: "plot-throughput"
17770
17771 - type: "plot"
17772   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17773   algorithm: "plot_perf_box_name"
17774   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17775   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17776   include:
17777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17783   layout:
17784     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17785     layout: "plot-throughput"
17786
17787 - type: "plot"
17788   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17789   algorithm: "plot_perf_box_name"
17790   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17791   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17792   include:
17793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17794     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17795     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17797   layout:
17798     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17799     layout: "plot-throughput"
17800
17801 - type: "plot"
17802   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17803   algorithm: "plot_perf_box_name"
17804   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17806   include:
17807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17811   layout:
17812     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17813     layout: "plot-throughput"
17814
17815 - type: "plot"
17816   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17817   algorithm: "plot_perf_box_name"
17818   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17819   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17820   include:
17821     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17822     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17823     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17824     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17825     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17826     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17827   layout:
17828     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17829     layout: "plot-throughput"
17830
17831 - type: "plot"
17832   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17833   algorithm: "plot_perf_box_name"
17834   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17835   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17836   include:
17837     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17838     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17839     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17840     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17841     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17842     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17843   layout:
17844     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17845     layout: "plot-throughput"
17846
17847 - type: "plot"
17848   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17849   algorithm: "plot_perf_box_name"
17850   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17851   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17852   include:
17853     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17854     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17855     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17856     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17857   layout:
17858     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17859     layout: "plot-throughput"
17860
17861 - type: "plot"
17862   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17863   algorithm: "plot_perf_box_name"
17864   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17865   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17866   include:
17867     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17868     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17869     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17870     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17871   layout:
17872     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17873     layout: "plot-throughput"
17874
17875 - type: "plot"
17876   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17877   algorithm: "plot_perf_box_name"
17878   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17879   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17880   include:
17881     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17886   layout:
17887     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17888     layout: "plot-throughput"
17889
17890 - type: "plot"
17891   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17892   algorithm: "plot_perf_box_name"
17893   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17895   include:
17896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17901   layout:
17902     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17903     layout: "plot-throughput"
17904
17905 - type: "plot"
17906   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17907   algorithm: "plot_perf_box_name"
17908   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17910   include:
17911     - "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"
17912     - "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"
17913     - "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"
17914     - "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"
17915     - "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"
17916   layout:
17917     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17918     layout: "plot-throughput"
17919
17920 - type: "plot"
17921   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17922   algorithm: "plot_perf_box_name"
17923   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17925   include:
17926     - "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"
17927     - "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"
17928     - "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"
17929     - "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"
17930     - "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"
17931   layout:
17932     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17933     layout: "plot-throughput"
17934
17935 - type: "plot"
17936   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17937   algorithm: "plot_perf_box_name"
17938   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17939   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17940   include:
17941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17946   layout:
17947     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17948     layout: "plot-throughput"
17949
17950 - type: "plot"
17951   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17952   algorithm: "plot_perf_box_name"
17953   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17955   include:
17956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17961   layout:
17962     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17963     layout: "plot-throughput"
17964
17965 - type: "plot"
17966   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17967   algorithm: "plot_perf_box_name"
17968   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17969   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17970   include:
17971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17976   layout:
17977     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17978     layout: "plot-throughput"
17979
17980 - type: "plot"
17981   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17982   algorithm: "plot_perf_box_name"
17983   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17985   include:
17986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17991   layout:
17992     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17993     layout: "plot-throughput"
17994
17995 - type: "plot"
17996   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17997   algorithm: "plot_perf_box_name"
17998   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18000   include:
18001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18005   layout:
18006     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18007     layout: "plot-throughput"
18008
18009 - type: "plot"
18010   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18011   algorithm: "plot_perf_box_name"
18012   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18014   include:
18015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18019   layout:
18020     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18021     layout: "plot-throughput"
18022
18023 - type: "plot"
18024   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18025   algorithm: "plot_perf_box_name"
18026   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18028   include:
18029     - "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"
18030     - "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"
18031     - "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"
18032     - "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"
18033   layout:
18034     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18035     layout: "plot-throughput"
18036
18037 - type: "plot"
18038   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18039   algorithm: "plot_perf_box_name"
18040   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18042   include:
18043     - "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"
18044     - "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"
18045     - "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"
18046     - "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"
18047   layout:
18048     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18049     layout: "plot-throughput"
18050
18051 - type: "plot"
18052   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18053   algorithm: "plot_perf_box_name"
18054   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18056   include:
18057     - "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"
18058     - "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"
18059     - "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"
18060     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18061     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18062     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18063   layout:
18064     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18065     layout: "plot-throughput"
18066
18067 - type: "plot"
18068   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18069   algorithm: "plot_perf_box_name"
18070   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18072   include:
18073     - "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"
18074     - "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"
18075     - "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"
18076     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18077     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18078     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18079   layout:
18080     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18081     layout: "plot-throughput"
18082
18083 ################################################################################
18084
18085 # Packet Speedup
18086
18087 - type: "plot"
18088   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18089   algorithm: "plot_tsa_name"
18090   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18092   include:
18093     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18094     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18095     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18096     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18097   layout:
18098     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18099     layout: "plot-throughput-speedup-analysis"
18100
18101 - type: "plot"
18102   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18103   algorithm: "plot_tsa_name"
18104   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18106   include:
18107     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18108     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18109     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18110     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18111   layout:
18112     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18113     layout: "plot-throughput-speedup-analysis"
18114
18115 - type: "plot"
18116   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18117   algorithm: "plot_tsa_name"
18118   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18119   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18120   include:
18121     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18122     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18123     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18124     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18125   layout:
18126     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18127     layout: "plot-throughput-speedup-analysis"
18128
18129 - type: "plot"
18130   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18131   algorithm: "plot_tsa_name"
18132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18134   include:
18135     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18136     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18137     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18138     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18139   layout:
18140     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18141     layout: "plot-throughput-speedup-analysis"
18142
18143 - type: "plot"
18144   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18145   algorithm: "plot_tsa_name"
18146   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18148   include:
18149     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18150     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18151     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18152     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18153   layout:
18154     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18155     layout: "plot-throughput-speedup-analysis"
18156
18157 - type: "plot"
18158   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18159   algorithm: "plot_tsa_name"
18160   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18161   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18162   include:
18163     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18164     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18165     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18166     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18167   layout:
18168     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18169     layout: "plot-throughput-speedup-analysis"
18170
18171 - type: "plot"
18172   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18173   algorithm: "plot_tsa_name"
18174   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18175   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18176   include:
18177     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18178     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18179     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18182     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18183   layout:
18184     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18185     layout: "plot-throughput-speedup-analysis"
18186
18187 - type: "plot"
18188   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18189   algorithm: "plot_tsa_name"
18190   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18191   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18192   include:
18193     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18194     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18199   layout:
18200     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18201     layout: "plot-throughput-speedup-analysis"
18202
18203 - type: "plot"
18204   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18205   algorithm: "plot_tsa_name"
18206   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18207   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18208   include:
18209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18213   layout:
18214     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18215     layout: "plot-throughput-speedup-analysis"
18216
18217 - type: "plot"
18218   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18219   algorithm: "plot_tsa_name"
18220   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18221   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18222   include:
18223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18227   layout:
18228     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18229     layout: "plot-throughput-speedup-analysis"
18230
18231 - type: "plot"
18232   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18233   algorithm: "plot_tsa_name"
18234   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18235   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18236   include:
18237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18240   layout:
18241     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18242     layout: "plot-throughput-speedup-analysis"
18243
18244 - type: "plot"
18245   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18246   algorithm: "plot_tsa_name"
18247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18249   include:
18250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18253   layout:
18254     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18255     layout: "plot-throughput-speedup-analysis"
18256
18257 - type: "plot"
18258   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18259   algorithm: "plot_tsa_name"
18260   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18261   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18262   include:
18263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18268   layout:
18269     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18270     layout: "plot-throughput-speedup-analysis"
18271
18272 - type: "plot"
18273   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18274   algorithm: "plot_tsa_name"
18275   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18277   include:
18278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18283   layout:
18284     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18285     layout: "plot-throughput-speedup-analysis"
18286
18287 - type: "plot"
18288   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18289   algorithm: "plot_tsa_name"
18290   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18292   include:
18293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18296   layout:
18297     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18298     layout: "plot-throughput-speedup-analysis"
18299
18300 - type: "plot"
18301   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18302   algorithm: "plot_tsa_name"
18303   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18305   include:
18306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18309   layout:
18310     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18311     layout: "plot-throughput-speedup-analysis"
18312
18313 - type: "plot"
18314   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18315   algorithm: "plot_tsa_name"
18316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18318   include:
18319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18325   layout:
18326     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18327     layout: "plot-throughput-speedup-analysis"
18328
18329 - type: "plot"
18330   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18331   algorithm: "plot_tsa_name"
18332   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18334   include:
18335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18341   layout:
18342     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18343     layout: "plot-throughput-speedup-analysis"
18344
18345 - type: "plot"
18346   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18347   algorithm: "plot_tsa_name"
18348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18350   include:
18351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18357   layout:
18358     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18359     layout: "plot-throughput-speedup-analysis"
18360
18361 - type: "plot"
18362   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18363   algorithm: "plot_tsa_name"
18364   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18366   include:
18367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18373   layout:
18374     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18375     layout: "plot-throughput-speedup-analysis"
18376
18377 - type: "plot"
18378   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18379   algorithm: "plot_tsa_name"
18380   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18381   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18382   include:
18383     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18384     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18385   layout:
18386     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18387     layout: "plot-throughput-speedup-analysis"
18388
18389 - type: "plot"
18390   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18391   algorithm: "plot_tsa_name"
18392   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18393   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18394   include:
18395     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18397   layout:
18398     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18399     layout: "plot-throughput-speedup-analysis"
18400
18401 - type: "plot"
18402   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18403   algorithm: "plot_tsa_name"
18404   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18406   include:
18407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18412     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18413   layout:
18414     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18415     layout: "plot-throughput-speedup-analysis"
18416
18417 - type: "plot"
18418   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18419   algorithm: "plot_tsa_name"
18420   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18422   include:
18423     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18424     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18427     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18428     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18429   layout:
18430     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18431     layout: "plot-throughput-speedup-analysis"
18432
18433 - type: "plot"
18434   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18435   algorithm: "plot_tsa_name"
18436   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18438   include:
18439     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18440     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18441     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18442     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18443     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18444     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18445   layout:
18446     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18447     layout: "plot-throughput-speedup-analysis"
18448
18449 - type: "plot"
18450   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18451   algorithm: "plot_tsa_name"
18452   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18454   include:
18455     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18456     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18457     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18458     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18459     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18460     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18461   layout:
18462     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18463     layout: "plot-throughput-speedup-analysis"
18464
18465 - type: "plot"
18466   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18467   algorithm: "plot_tsa_name"
18468   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18470   include:
18471     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18472     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18473     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18474     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18475     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18476     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18477   layout:
18478     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18479     layout: "plot-throughput-speedup-analysis"
18480
18481 - type: "plot"
18482   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18483   algorithm: "plot_tsa_name"
18484   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18486   include:
18487     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18488     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18489     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18490     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18491     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18492     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18493   layout:
18494     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18495     layout: "plot-throughput-speedup-analysis"
18496
18497 - type: "plot"
18498   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18499   algorithm: "plot_tsa_name"
18500   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18501   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18502   include:
18503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18506     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18507     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18508   layout:
18509     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18510     layout: "plot-throughput-speedup-analysis"
18511
18512 - type: "plot"
18513   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18514   algorithm: "plot_tsa_name"
18515   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18517   include:
18518     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18523   layout:
18524     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18525     layout: "plot-throughput-speedup-analysis"
18526
18527 - type: "plot"
18528   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18529   algorithm: "plot_tsa_name"
18530   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18531   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18532   include:
18533     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18534     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18538   layout:
18539     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18540     layout: "plot-throughput-speedup-analysis"
18541
18542 - type: "plot"
18543   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18544   algorithm: "plot_tsa_name"
18545   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18547   include:
18548     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18549     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18551     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18553   layout:
18554     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18555     layout: "plot-throughput-speedup-analysis"
18556
18557 - type: "plot"
18558   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18559   algorithm: "plot_tsa_name"
18560   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18562   include:
18563     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18564     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18565     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18566     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18567     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18568   layout:
18569     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18570     layout: "plot-throughput-speedup-analysis"
18571
18572 - type: "plot"
18573   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18574   algorithm: "plot_tsa_name"
18575   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18576   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18577   include:
18578     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18579     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18580     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18581     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18582     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18583   layout:
18584     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18585     layout: "plot-throughput-speedup-analysis"
18586
18587 - type: "plot"
18588   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18589   algorithm: "plot_tsa_name"
18590   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18591   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18592   include:
18593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18596     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18597     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18598   layout:
18599     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18600     layout: "plot-throughput-speedup-analysis"
18601
18602 - type: "plot"
18603   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18604   algorithm: "plot_tsa_name"
18605   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18607   include:
18608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18613   layout:
18614     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18615     layout: "plot-throughput-speedup-analysis"
18616
18617 - type: "plot"
18618   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18619   algorithm: "plot_tsa_name"
18620   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18622   include:
18623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18628   layout:
18629     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18630     layout: "plot-throughput-speedup-analysis"
18631
18632 - type: "plot"
18633   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18634   algorithm: "plot_tsa_name"
18635   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18637   include:
18638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18643   layout:
18644     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18645     layout: "plot-throughput-speedup-analysis"
18646
18647 - type: "plot"
18648   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18649   algorithm: "plot_tsa_name"
18650   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18652   include:
18653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18659   layout:
18660     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18661     layout: "plot-throughput-speedup-analysis"
18662
18663 - type: "plot"
18664   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18665   algorithm: "plot_tsa_name"
18666   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18668   include:
18669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18675   layout:
18676     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18677     layout: "plot-throughput-speedup-analysis"
18678
18679 - type: "plot"
18680   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18681   algorithm: "plot_tsa_name"
18682   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18684   include:
18685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18689   layout:
18690     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18691     layout: "plot-throughput-speedup-analysis"
18692
18693 - type: "plot"
18694   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18695   algorithm: "plot_tsa_name"
18696   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18697   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18698   include:
18699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18703   layout:
18704     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18705     layout: "plot-throughput-speedup-analysis"
18706
18707 - type: "plot"
18708   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18709   algorithm: "plot_tsa_name"
18710   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18712   include:
18713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18719   layout:
18720     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18721     layout: "plot-throughput-speedup-analysis"
18722
18723 - type: "plot"
18724   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18725   algorithm: "plot_tsa_name"
18726   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18727   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18728   include:
18729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18735   layout:
18736     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18737     layout: "plot-throughput-speedup-analysis"
18738
18739 - type: "plot"
18740   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18741   algorithm: "plot_tsa_name"
18742   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18744   include:
18745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18749   layout:
18750     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18751     layout: "plot-throughput-speedup-analysis"
18752
18753 - type: "plot"
18754   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18755   algorithm: "plot_tsa_name"
18756   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18758   include:
18759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18763   layout:
18764     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18765     layout: "plot-throughput-speedup-analysis"
18766
18767 - type: "plot"
18768   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18769   algorithm: "plot_tsa_name"
18770   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18772   include:
18773     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18774     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18775     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18776     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18777     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18778     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18779   layout:
18780     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18781     layout: "plot-throughput-speedup-analysis"
18782
18783 - type: "plot"
18784   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18785   algorithm: "plot_tsa_name"
18786   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18788   include:
18789     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18790     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18791     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18792     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18793     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18794     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18795   layout:
18796     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18797     layout: "plot-throughput-speedup-analysis"
18798
18799 - type: "plot"
18800   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18801   algorithm: "plot_tsa_name"
18802   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18804   include:
18805     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18806     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18807     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18808     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18809   layout:
18810     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18811     layout: "plot-throughput-speedup-analysis"
18812
18813 - type: "plot"
18814   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18815   algorithm: "plot_tsa_name"
18816   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18817   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18818   include:
18819     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18820     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18821     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18822     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18823   layout:
18824     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18825     layout: "plot-throughput-speedup-analysis"
18826
18827 - type: "plot"
18828   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18829   algorithm: "plot_tsa_name"
18830   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18832   include:
18833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18838   layout:
18839     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18840     layout: "plot-throughput-speedup-analysis"
18841
18842 - type: "plot"
18843   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18844   algorithm: "plot_tsa_name"
18845   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18847   include:
18848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18853   layout:
18854     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18855     layout: "plot-throughput-speedup-analysis"
18856
18857 - type: "plot"
18858   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18859   algorithm: "plot_tsa_name"
18860   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18862   include:
18863     - "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"
18864     - "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"
18865     - "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"
18866     - "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"
18867     - "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"
18868   layout:
18869     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18870     layout: "plot-throughput-speedup-analysis"
18871
18872 - type: "plot"
18873   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18874   algorithm: "plot_tsa_name"
18875   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18876   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18877   include:
18878     - "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"
18879     - "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"
18880     - "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"
18881     - "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"
18882     - "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"
18883   layout:
18884     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18885     layout: "plot-throughput-speedup-analysis"
18886
18887 - type: "plot"
18888   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18889   algorithm: "plot_tsa_name"
18890   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18891   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18892   include:
18893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18898   layout:
18899     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18900     layout: "plot-throughput-speedup-analysis"
18901
18902 - type: "plot"
18903   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18904   algorithm: "plot_tsa_name"
18905   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18906   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18907   include:
18908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18913   layout:
18914     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18915     layout: "plot-throughput-speedup-analysis"
18916
18917 - type: "plot"
18918   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18919   algorithm: "plot_tsa_name"
18920   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18921   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18922   include:
18923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18928   layout:
18929     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18930     layout: "plot-throughput-speedup-analysis"
18931
18932 - type: "plot"
18933   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18934   algorithm: "plot_tsa_name"
18935   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18937   include:
18938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18943   layout:
18944     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18945     layout: "plot-throughput-speedup-analysis"
18946
18947 - type: "plot"
18948   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18949   algorithm: "plot_tsa_name"
18950   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18952   include:
18953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18957   layout:
18958     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18959     layout: "plot-throughput-speedup-analysis"
18960
18961 - type: "plot"
18962   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18963   algorithm: "plot_tsa_name"
18964   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18966   include:
18967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18971   layout:
18972     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18973     layout: "plot-throughput-speedup-analysis"
18974
18975 - type: "plot"
18976   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18977   algorithm: "plot_tsa_name"
18978   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18980   include:
18981     - "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"
18982     - "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"
18983     - "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"
18984     - "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"
18985   layout:
18986     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18987     layout: "plot-throughput-speedup-analysis"
18988
18989 - type: "plot"
18990   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18991   algorithm: "plot_tsa_name"
18992   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18994   include:
18995     - "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"
18996     - "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"
18997     - "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"
18998     - "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"
18999   layout:
19000     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
19001     layout: "plot-throughput-speedup-analysis"
19002
19003 - type: "plot"
19004   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19005   algorithm: "plot_tsa_name"
19006   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19008   include:
19009     - "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"
19010     - "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"
19011     - "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"
19012     - "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"
19013     - "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"
19014     - "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"
19015   layout:
19016     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19017     layout: "plot-throughput-speedup-analysis"
19018
19019 - type: "plot"
19020   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19021   algorithm: "plot_tsa_name"
19022   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19024   include:
19025     - "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"
19026     - "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"
19027     - "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"
19028     - "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"
19029     - "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"
19030     - "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"
19031   layout:
19032     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19033     layout: "plot-throughput-speedup-analysis"
19034
19035 ################################################################################
19036
19037 # Packet Throughput - DPDK
19038
19039 # 2n-clx-xxv710
19040
19041 - type: "plot"
19042   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19043   algorithm: "plot_perf_box_name"
19044   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19045   data: "plot-dpdk-throughput-latency-2n-clx"
19046   include:
19047     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19048     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19049   layout:
19050     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19051     layout: "plot-throughput"
19052
19053 - type: "plot"
19054   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19055   algorithm: "plot_perf_box_name"
19056   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19057   data: "plot-dpdk-throughput-latency-2n-clx"
19058   include:
19059     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19060     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19061   layout:
19062     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19063     layout: "plot-throughput"
19064
19065 - type: "plot"
19066   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19067   algorithm: "plot_perf_box_name"
19068   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19069   data: "plot-dpdk-throughput-latency-2n-clx"
19070   include:
19071     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19072     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19073   layout:
19074     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19075     layout: "plot-throughput"
19076
19077 - type: "plot"
19078   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19079   algorithm: "plot_perf_box_name"
19080   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19081   data: "plot-dpdk-throughput-latency-2n-clx"
19082   include:
19083     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19084     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19085   layout:
19086     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19087     layout: "plot-throughput"
19088
19089 # 2n-clx-x710
19090
19091 - type: "plot"
19092   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19093   algorithm: "plot_perf_box_name"
19094   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19095   data: "plot-dpdk-throughput-latency-2n-clx"
19096   include:
19097     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19098     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19099   layout:
19100     title: "2n-clx-x710-64b-2t1c-base-ndr"
19101     layout: "plot-throughput"
19102
19103 - type: "plot"
19104   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19105   algorithm: "plot_perf_box_name"
19106   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19107   data: "plot-dpdk-throughput-latency-2n-clx"
19108   include:
19109     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19110     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19111   layout:
19112     title: "2n-clx-x710-64b-4t2c-base-ndr"
19113     layout: "plot-throughput"
19114
19115 - type: "plot"
19116   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19117   algorithm: "plot_perf_box_name"
19118   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19119   data: "plot-dpdk-throughput-latency-2n-clx"
19120   include:
19121     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19122     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19123   layout:
19124     title: "2n-clx-x710-64b-2t1c-base-pdr"
19125     layout: "plot-throughput"
19126
19127 - type: "plot"
19128   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19129   algorithm: "plot_perf_box_name"
19130   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19131   data: "plot-dpdk-throughput-latency-2n-clx"
19132   include:
19133     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19134     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19135   layout:
19136     title: "2n-clx-x710-64b-4t2c-base-pdr"
19137     layout: "plot-throughput"
19138
19139 ################################################################################
19140
19141 - type: "plot"
19142   title: "Latency by percentile: 2n-skx"
19143   algorithm: "plot_hdrh_lat_by_percentile"
19144   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19145   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19146   target-links: "../../_static/vpp"
19147   data: "plot-vpp-hdrh-lat-2n-skx"
19148   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19149   layout:
19150     layout: "plot-hdrh-latency-by-percentile"
19151
19152 - type: "plot"
19153   title: "Latency by percentile: 3n-skx"
19154   algorithm: "plot_hdrh_lat_by_percentile"
19155   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19156   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19157   target-links: "../../_static/vpp"
19158   data: "plot-vpp-hdrh-lat-3n-skx"
19159   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19160   layout:
19161     layout: "plot-hdrh-latency-by-percentile"
19162
19163 - type: "plot"
19164   title: "Latency by percentile: 2n-clx"
19165   algorithm: "plot_hdrh_lat_by_percentile"
19166   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19167   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19168   target-links: "../../_static/vpp"
19169   data: "plot-vpp-hdrh-lat-2n-clx"
19170   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19171   layout:
19172     layout: "plot-hdrh-latency-by-percentile"
19173
19174 - type: "plot"
19175   title: "Latency by percentile: 3n-hsw"
19176   algorithm: "plot_hdrh_lat_by_percentile"
19177   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19178   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19179   target-links: "../../_static/vpp"
19180   data: "plot-vpp-hdrh-lat-3n-hsw"
19181   filter: "'1T1C' and 'NIC_Intel-XL710'"
19182   layout:
19183     layout: "plot-hdrh-latency-by-percentile"
19184
19185 - type: "plot"
19186   title: "Latency by percentile: 3n-tsh"
19187   algorithm: "plot_hdrh_lat_by_percentile"
19188   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19189   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19190   target-links: "../../_static/vpp"
19191   data: "plot-vpp-hdrh-lat-3n-tsh"
19192   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19193   layout:
19194     layout: "plot-hdrh-latency-by-percentile"
19195
19196 - type: "plot"
19197   title: "Latency by percentile: DPDK 2n-skx"
19198   algorithm: "plot_hdrh_lat_by_percentile"
19199   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19200   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19201   target-links: "../../_static/dpdk"
19202   data: "plot-dpdk-hdrh-lat-2n-skx"
19203   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19204   layout:
19205     layout: "plot-hdrh-latency-by-percentile"
19206
19207 - type: "plot"
19208   title: "Latency by percentile: DPDK 3n-skx"
19209   algorithm: "plot_hdrh_lat_by_percentile"
19210   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19211   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19212   target-links: "../../_static/dpdk"
19213   data: "plot-dpdk-hdrh-lat-3n-skx"
19214   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19215   layout:
19216     layout: "plot-hdrh-latency-by-percentile"
19217
19218 - type: "plot"
19219   title: "Latency by percentile: DPDK 2n-clx"
19220   algorithm: "plot_hdrh_lat_by_percentile"
19221   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19222   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19223   target-links: "../../_static/dpdk"
19224   data: "plot-dpdk-hdrh-lat-2n-clx"
19225   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19226   layout:
19227     layout: "plot-hdrh-latency-by-percentile"
19228
19229 - type: "plot"
19230   title: "Latency by percentile: DPDK 3n-hsw"
19231   algorithm: "plot_hdrh_lat_by_percentile"
19232   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19233   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19234   target-links: "../../_static/dpdk"
19235   data: "plot-dpdk-hdrh-lat-3n-hsw"
19236   filter: "'1T1C' and 'NIC_Intel-XL710'"
19237   layout:
19238     layout: "plot-hdrh-latency-by-percentile"
19239
19240 - type: "plot"
19241   title: "Latency by percentile: DPDK 3n-tsh"
19242   algorithm: "plot_hdrh_lat_by_percentile"
19243   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19244   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19245   target-links: "../../_static/dpdk"
19246   data: "plot-dpdk-hdrh-lat-3n-tsh"
19247   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19248   layout:
19249     layout: "plot-hdrh-latency-by-percentile"