Report: Add data, add pdf version
[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
677     vpp-perf-results-2n-skx:
678       csit-vpp-perf-verify-2001-2n-skx:
679         - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
680         - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
681         - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
682         - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
683         - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
684         - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
685         - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
686         - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
687         - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
688         - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
689         - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
690         - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
691         - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
692         - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
693
694     vpp-perf-results-2n-clx:
695       csit-vpp-perf-verify-2001-2n-clx:
696         - 53  # NDRPDR full
697         - 54  # NDRPDR full
698         - 55  # NDRPDR full
699         - 56  # NDRPDR full
700         - 57  # NDRPDR full
701         - 58  # NDRPDR full
702         - 59  # NDRPDR full
703         - 60  # NDRPDR full
704         - 61  # NDRPDR full
705         - 62  # NDRPDR full
706         - 63  # NDRPDR full
707         - 64  # NDRPDR full
708         - 65  # NDRPDR full
709         - 66  # NDRPDR full
710         - 67  # NDRPDR full
711
712     vpp-perf-results-3n-tsh:
713       csit-vpp-perf-verify-2001-3n-tsh:
714         - 10  # NDRPDR sel
715
716     vpp-perf-results-3n-dnv:
717       csit-vpp-perf-verify-2001-3n-dnv:
718         - 19  # NDRPDR full
719         - 20  # NDRPDR full
720         - 21  # NDRPDR full
721         - 22  # NDRPDR full
722         - 23  # NDRPDR full
723         - 24  # NDRPDR full
724         - 25  # NDRPDR full
725         - 26  # NDRPDR full
726         - 37  # NDRPDR full
727         - 38  # NDRPDR full
728         - 39  # NDRPDR full
729
730     vpp-perf-results-2n-dnv:
731       csit-vpp-perf-verify-2001-2n-dnv:
732         - 21  # NDRPDR full
733         - 22  # NDRPDR full
734         - 25  # NDRPDR full
735         - 26  # NDRPDR full
736         - 27  # NDRPDR full
737         - 28  # NDRPDR full
738
739     vpp-mrr-results-3n-hsw:
740       csit-vpp-perf-verify-2001-3n-hsw:
741         - 17  # MRR sel
742
743     vpp-mrr-results-3n-skx:
744       csit-vpp-perf-verify-2001-3n-skx:
745         - 50  # MRR sel
746         - 53  # MRR sel addition
747
748     vpp-mrr-results-2n-skx:
749       csit-vpp-perf-verify-2001-2n-skx:
750         - 101 # MRR sel
751         - 128 # MRR sel addition
752
753     vpp-mrr-results-2n-clx:
754       csit-vpp-perf-verify-2001-2n-clx:
755         - 39  # MRR
756
757     vpp-mrr-results-3n-tsh:
758       csit-vpp-perf-verify-2001-3n-tsh:
759         - 9   # MRR sel
760
761     vpp-mrr-results-3n-dnv:
762       csit-vpp-perf-verify-2001-3n-dnv:
763         - 11  # MRR sel
764
765     vpp-mrr-results-2n-dnv:
766       csit-vpp-perf-verify-2001-2n-dnv:
767         - 12  # MRR sel
768
769     vpp-device-results-ubuntu:
770       csit-vpp-device-2001-ubuntu1804-1n-skx:
771         - 57
772
773     dpdk-perf-results-3n-hsw:
774       csit-dpdk-perf-verify-2001-3n-hsw:
775         - 25  # NDRPDR full
776         - 26  # NDRPDR full
777
778     dpdk-perf-results-3n-skx:
779       csit-dpdk-perf-verify-2001-3n-skx:
780         - 29  # NDRPDR sel xxv710
781         - 30  # NDRPDR sel x710
782
783     dpdk-perf-results-2n-skx:
784       csit-dpdk-perf-verify-2001-2n-skx:
785         - 35  # NDRPDR sel xxv710
786         - 38  # NDRPDR sel x710
787
788     dpdk-perf-results-2n-clx:
789       csit-dpdk-perf-verify-2001-2n-clx:
790         - 15  # NDRPDR sel
791         - 34  # NDRPDR sel
792
793     dpdk-perf-results-2n-dnv:
794       csit-dpdk-perf-verify-2001-2n-dnv:
795         - 16  # NDRPDR sel
796
797     dpdk-perf-results-3n-dnv:
798       csit-dpdk-perf-verify-2001-3n-dnv:
799         - 12  # NDRPDR sel
800
801     dpdk-perf-results-3n-tsh:
802       csit-dpdk-perf-verify-2001-3n-tsh:
803         - 3   # NDRPDR sel
804
805 ###########################################################################
806     # Tables (more than one data set)
807
808     # Performance changes
809
810     vpp-perf-changes-2n-skx-old1908_0:
811       csit-vpp-perf-verify-1908-2n-skx:
812         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
813         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
814         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
815         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
816         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
817         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
818         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
819         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
820         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
821         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
822     vpp-perf-changes-2n-skx-old1908_1:
823       csit-vpp-perf-verify-1908_1-2n-skx:
824         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
825         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
826         - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
827         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
828         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
829         - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
830         - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
831         - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
832         - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
833         - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
834     vpp-perf-changes-2n-skx-new1908_1:
835       csit-vpp-perf-verify-1908_1-2n-skx:
836         - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
837         - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
838         - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
839         - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
840         - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
841         - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
842         - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
843         - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
844         - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
845         - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
846     vpp-perf-changes-2n-skx-new1908_2:
847       csit-vpp-perf-verify-1908_2-2n-skx:
848         - 1   # NDRPDR sel
849         - 2   # NDRPDR sel
850         - 3   # NDRPDR sel
851         - 4   # NDRPDR sel
852         - 5   # NDRPDR sel
853         - 6   # NDRPDR sel
854         - 7   # NDRPDR sel
855         - 8   # NDRPDR sel
856         - 9   # NDRPDR sel
857         - 10  # NDRPDR sel
858     vpp-perf-changes-2n-skx-new2001_0:
859       csit-vpp-perf-verify-2001-2n-skx:
860         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
861         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
862         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
863         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
864         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
865         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
866         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
867         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
868         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
869         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
870
871     vpp-perf-changes-3n-skx-old1908_0:
872       csit-vpp-perf-verify-1908-3n-skx:
873         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
874         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
875         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
876         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
877         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
878         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
879         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
880         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
881         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
882         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
883     vpp-perf-changes-3n-skx-old1908_1:
884       csit-vpp-perf-verify-1908_1-3n-skx:
885         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
886         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
887         - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
888         - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
889         - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
890         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
891         - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
892         - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
893         - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
894         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
895     vpp-perf-changes-3n-skx-new1908_1:
896       csit-vpp-perf-verify-1908_1-3n-skx:
897         - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
898         - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
899         - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
900         - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
901         - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
902         - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
903         - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
904         - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
905         - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
906         - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
907     vpp-perf-changes-3n-skx-new1908_2:
908       csit-vpp-perf-verify-1908_2-3n-skx:
909         - 1   # NDRPDR sel
910         - 2   # NDRPDR sel
911     vpp-perf-changes-3n-skx-new2001_0:
912       csit-vpp-perf-verify-2001-3n-skx:
913         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
914         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
915         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
916         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
917         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
918         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
919         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
920
921     vpp-perf-changes-2n-clx-new1908_1:
922       csit-vpp-perf-verify-1908_1-2n-clx:
923         - 5  # NDRPDR sel
924         - 6  # NDRPDR sel
925         - 7  # NDRPDR sel
926         - 8  # NDRPDR sel
927     vpp-perf-changes-2n-clx-new1908_2:
928       csit-vpp-perf-verify-1908_2-2n-clx:
929         - 4  # NDRPDR sel
930         - 5  # NDRPDR sel
931         - 6  # NDRPDR sel
932         - 7  # NDRPDR sel
933         - 8  # NDRPDR sel
934
935     vpp-performance-changes-3n-hsw-h1:
936       csit-vpp-perf-verify-1904-3n-hsw:
937         - 11  # NDRPDR sel
938         - 12  # NDRPDR sel
939         - 20  # NDRPDR sel
940         - 21  # NDRPDR sel
941         - 23  # NDRPDR sel
942         - 24  # NDRPDR sel
943         - 25  # NDRPDR sel
944         - 26  # NDRPDR sel
945         - 29  # NDRPDR sel
946         - 30  # NDRPDR sel
947     vpp-performance-changes-3n-hsw-ref:
948       csit-vpp-perf-verify-1908-3n-hsw:
949         - 12  # NDRPDR sel
950         - 13  # NDRPDR sel
951         - 14  # NDRPDR sel
952         - 15  # NDRPDR sel
953         - 16  # NDRPDR sel
954         - 17  # NDRPDR sel
955         - 18  # NDRPDR sel
956         - 19  # NDRPDR sel
957         - 20  # NDRPDR sel
958         - 21  # NDRPDR sel
959     vpp-performance-changes-3n-hsw-cmp:
960       csit-vpp-perf-verify-2001-3n-hsw:
961         - 21  # NDRPDR sel
962         - 22  # NDRPDR sel
963         - 23  # NDRPDR sel
964         - 24  # NDRPDR sel
965         - 25  # NDRPDR sel
966         - 29  # NDRPDR sel
967         - 30  # NDRPDR sel
968         - 31  # NDRPDR sel
969         - 32  # NDRPDR sel
970         - 34  # NDRPDR sel
971
972     vpp-performance-changes-3n-skx-h1:
973       csit-vpp-perf-verify-1904-3n-skx:
974         - 8   # NDRPDR sel
975         - 9   # NDRPDR sel
976         - 10  # NDRPDR sel
977         - 11  # NDRPDR sel
978         - 12  # NDRPDR sel
979         - 14  # NDRPDR sel
980         - 16  # NDRPDR sel
981         - 21  # NDRPDR sel
982         - 23  # NDRPDR sel
983         - 25  # NDRPDR sel
984     vpp-performance-changes-3n-skx-ref:
985       csit-vpp-perf-verify-1908-3n-skx:
986         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
987         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
988         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
989         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
990         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
991         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
992         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
993         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
994         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
995         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
996     vpp-performance-changes-3n-skx-cmp:
997       # TODO: Add the data
998       csit-vpp-perf-verify-2001-3n-skx:
999         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1000         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1001         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1002         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1003         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1004         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1005         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1006
1007     vpp-performance-changes-2n-skx-h1:
1008       csit-vpp-perf-verify-1904-2n-skx:
1009         - 12  # NDRPDR sel
1010         - 14  # NDRPDR sel
1011         - 16  # NDRPDR sel
1012         - 17  # NDRPDR sel
1013         - 18  # NDRPDR sel
1014         - 21  # NDRPDR sel
1015         - 27  # NDRPDR sel
1016         - 30  # NDRPDR sel
1017         - 31  # NDRPDR sel
1018         - 32  # NDRPDR sel
1019     vpp-performance-changes-2n-skx-ref:
1020       csit-vpp-perf-verify-1908-2n-skx:
1021         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
1022         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
1023         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
1024         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
1025         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
1026         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
1027         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
1028         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
1029         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
1030         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
1031     vpp-performance-changes-2n-skx-cmp:
1032       csit-vpp-perf-verify-2001-2n-skx:
1033         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1034         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1035         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1036         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1037         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1038         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1039         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1040         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1041         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1042         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1043
1044     vpp-performance-changes-nfv-2n-skx-ref:
1045       csit-vpp-perf-verify-1908-2n-skx:
1046         - 22  # NFV
1047         - 31  # NFV
1048         - 32  # NFV
1049     vpp-performance-changes-nfv-2n-skx-cmp:
1050       # TODO: Add the data
1051       csit-vpp-perf-verify-2001-2n-skx:
1052         - 30  # NFV
1053         - 31  # NFV
1054
1055     vpp-performance-changes-2n-dnv-ref:
1056       csit-vpp-perf-verify-1908-2n-dnv:
1057         - 1   # NDRPDR sel
1058         - 2   # NDRPDR sel
1059         - 3   # NDRPDR sel
1060         - 4   # NDRPDR sel
1061         - 5   # NDRPDR sel
1062         - 6   # NDRPDR sel
1063         - 7   # NDRPDR sel
1064         - 8   # NDRPDR sel
1065         - 9   # NDRPDR sel
1066         - 10  # NDRPDR sel
1067     vpp-performance-changes-2n-dnv-cmp:
1068       csit-vpp-perf-verify-2001-2n-dnv:
1069         - 4   # NDRPDR sel
1070         - 5   # NDRPDR sel
1071         - 6   # NDRPDR sel
1072         - 7   # NDRPDR sel
1073         - 8   # NDRPDR sel
1074         - 9   # NDRPDR sel
1075         - 10  # NDRPDR sel
1076         - 11  # NDRPDR sel
1077         - 13  # NDRPDR sel
1078         - 16  # NDRPDR sel
1079
1080     vpp-performance-changes-3n-dnv-ref:
1081       csit-vpp-perf-verify-1908-3n-dnv:
1082         - 6   # NDRPDR sel
1083         - 7   # NDRPDR sel
1084         - 8   # NDRPDR sel
1085         - 9   # NDRPDR sel
1086         - 10  # NDRPDR sel
1087         - 12  # NDRPDR sel
1088         - 13  # NDRPDR sel
1089         - 14  # NDRPDR sel
1090         - 15  # NDRPDR sel
1091         - 16  # NDRPDR sel
1092     vpp-performance-changes-3n-dnv-cmp:
1093       csit-vpp-perf-verify-2001-3n-dnv:
1094         - 5   # NDRPDR sel
1095         - 6   # NDRPDR sel
1096         - 7   # NDRPDR sel
1097         - 8   # NDRPDR sel
1098         - 9   # NDRPDR sel
1099         - 10  # NDRPDR sel
1100         - 12  # NDRPDR sel
1101         - 16  # NDRPDR sel
1102         - 17  # NDRPDR sel
1103         - 18  # NDRPDR sel
1104
1105     vpp-performance-changes-3n-tsh-ref:
1106       csit-vpp-perf-verify-1908-3n-tsh:
1107         - 7   # NDRPDR sel
1108         - 8   # NDRPDR sel
1109         - 9   # NDRPDR sel
1110         - 10  # NDRPDR sel
1111         - 11  # 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-tsh-cmp:
1118       csit-vpp-perf-verify-2001-3n-tsh:
1119         - 3   # NDRPDR sel
1120         - 4   # NDRPDR sel
1121         - 7   # NDRPDR sel
1122         - 8   # NDRPDR sel
1123         - 10  # NDRPDR sel
1124         - 12  # NDRPDR sel
1125         - 13  # NDRPDR sel
1126         - 14  # NDRPDR sel
1127         - 15  # NDRPDR sel
1128         - 21  # NDRPDR sel
1129
1130     vpp-soak-vs-ndr-2n-skx-ref:
1131       csit-vpp-perf-verify-2001-2n-skx:
1132         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1133         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1134         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1135         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1136         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1137         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1138         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1139         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1140         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1141         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1142     vpp-soak-vs-ndr-2n-skx-cmp:
1143       csit-vpp-perf-verify-2001-2n-skx:
1144         - 181  # Soak
1145         - 182  # Soak
1146     vpp-soak-vs-ndr-2n-skx:
1147       csit-vpp-perf-verify-2001-2n-skx:
1148         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1149         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1150         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1151         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1152         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1153         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1154         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1155         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1156         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1157         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1158         - 181  # Soak
1159         - 182  # Soak
1160
1161     vpp-soak-vs-ndr-2n-clx-ref:
1162       csit-vpp-perf-verify-2001-2n-clx:
1163         - 28  # NDRPDR sel
1164         - 29  # NDRPDR sel
1165         - 32  # NDRPDR sel
1166         - 40  # NDRPDR sel
1167         - 43  # NDRPDR sel
1168         - 44  # NDRPDR sel
1169         - 45  # NDRPDR sel
1170         - 47  # NDRPDR sel
1171         - 48  # NDRPDR sel
1172         - 49  # NDRPDR sel
1173     vpp-soak-vs-ndr-2n-clx-cmp:
1174       csit-vpp-perf-verify-2001-2n-clx:
1175         - 93  # SOAK
1176         - 94  # Soak
1177     vpp-soak-vs-ndr-2n-clx:
1178       csit-vpp-perf-verify-2001-2n-clx:
1179         - 28  # NDRPDR sel
1180         - 29  # NDRPDR sel
1181         - 32  # NDRPDR sel
1182         - 40  # NDRPDR sel
1183         - 43  # NDRPDR sel
1184         - 44  # NDRPDR sel
1185         - 45  # NDRPDR sel
1186         - 47  # NDRPDR sel
1187         - 48  # NDRPDR sel
1188         - 49  # NDRPDR sel
1189         - 93  # SOAK
1190         - 94  # Soak
1191
1192     vpp-performance-changes-3n-hsw-mrr-h1:
1193       csit-vpp-perf-verify-1904-3n-hsw:
1194         - 9   # MRR sel
1195     vpp-performance-changes-3n-hsw-mrr-ref:
1196       csit-vpp-perf-verify-1908-3n-hsw:
1197         - 39  # MRR sel
1198     vpp-performance-changes-3n-hsw-mrr-cmp:
1199       csit-vpp-perf-verify-2001-3n-hsw:
1200         - 17  # MRR sel
1201
1202     vpp-performance-changes-3n-skx-mrr-h1:
1203       csit-vpp-perf-verify-1904-3n-skx:
1204         - 7   # MRR sel
1205     vpp-performance-changes-3n-skx-mrr-ref:
1206       csit-vpp-perf-verify-1908-3n-skx:
1207         - 36  # MRR sel
1208     vpp-performance-changes-3n-skx-mrr-cmp:
1209       csit-vpp-perf-verify-2001-3n-skx:
1210         - 50  # MRR sel
1211         - 53  # MRR sel addition
1212
1213     vpp-performance-changes-2n-skx-mrr-h1:
1214       csit-vpp-perf-verify-1904-2n-skx:
1215         - 11  # MRR sel
1216     vpp-performance-changes-2n-skx-mrr-ref:
1217       csit-vpp-perf-verify-1908-2n-skx:
1218         - 69  # MRR sel
1219     vpp-performance-changes-2n-skx-mrr-cmp:
1220       csit-vpp-perf-verify-2001-2n-skx:
1221         - 101 # MRR sel
1222         - 128 # MRR sel addition
1223
1224     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1225       csit-vpp-perf-verify-1908-2n-skx:
1226         - 71  # NFV MRR
1227     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1228       # TODO: Replace
1229       # csit-vpp-perf-verify-2001-2n-skx:
1230       csit-vpp-perf-verify-1908-2n-skx:
1231         - 71  # NFV MRR
1232
1233     vpp-performance-changes-2n-dnv-mrr-ref:
1234       csit-vpp-perf-verify-1908-2n-dnv:
1235         - 11  # MRR sel
1236     vpp-performance-changes-2n-dnv-mrr-cmp:
1237       csit-vpp-perf-verify-2001-2n-dnv:
1238         - 12  # MRR sel
1239
1240     vpp-performance-changes-3n-dnv-mrr-ref:
1241       csit-vpp-perf-verify-1908-3n-dnv:
1242         - 17  # MRR sel
1243     vpp-performance-changes-3n-dnv-mrr-cmp:
1244       csit-vpp-perf-verify-2001-3n-dnv:
1245         - 11  # MRR sel
1246
1247     vpp-performance-changes-3n-tsh-mrr-ref:
1248       csit-vpp-perf-verify-1908-3n-tsh:
1249         - 17  # MRR sel
1250     vpp-performance-changes-3n-tsh-mrr-cmp:
1251       csit-vpp-perf-verify-2001-3n-tsh:
1252         - 9   # MRR sel
1253
1254     dpdk-performance-changes-3n-hsw-h1:
1255       csit-dpdk-perf-verify-1904-3n-hsw:
1256         - 2   # NDRPDR sel
1257         - 3   # NDRPDR sel
1258         - 5   # NDRPDR sel
1259         - 6   # NDRPDR sel
1260         - 13  # NDRPDR sel
1261         - 14  # NDRPDR sel
1262         - 15  # NDRPDR sel
1263         - 18  # NDRPDR sel
1264         - 19  # NDRPDR sel
1265         - 20  # NDRPDR sel
1266     dpdk-performance-changes-3n-hsw-ref:
1267       csit-dpdk-perf-verify-1908-3n-hsw:
1268         - 2   # NDRPDR sel
1269         - 3   # NDRPDR sel
1270         - 4   # NDRPDR sel
1271         - 5   # NDRPDR sel
1272         - 6   # NDRPDR sel
1273         - 7   # NDRPDR sel
1274         - 8   # NDRPDR sel
1275         - 9   # NDRPDR sel
1276         - 10  # NDRPDR sel
1277         - 11  # NDRPDR sel
1278     dpdk-performance-changes-3n-hsw-cmp:
1279       csit-dpdk-perf-verify-2001-3n-hsw:
1280 #        - 4   # NDRPDR sel
1281 #        - 5   # NDRPDR sel
1282 #        - 6   # NDRPDR sel
1283 #        - 7   # NDRPDR sel
1284 #        - 8   # NDRPDR sel
1285 #        - 9   # NDRPDR sel
1286 #        - 10  # NDRPDR sel
1287 #        - 11  # NDRPDR sel
1288 #        - 12  # NDRPDR sel
1289 #        - 13  # NDRPDR sel
1290         - 15  # NDRPDR sel
1291         - 16  # NDRPDR sel
1292         - 17  # NDRPDR sel
1293         - 18  # NDRPDR sel
1294         - 19  # NDRPDR sel
1295         - 20  # NDRPDR sel
1296         - 21  # NDRPDR sel
1297         - 22  # NDRPDR sel
1298         - 23  # NDRPDR sel
1299         - 24  # NDRPDR sel
1300
1301     dpdk-performance-changes-3n-skx-h1:
1302       csit-dpdk-perf-verify-1904-3n-skx:
1303         - 2   # NDRPDR sel
1304         - 3   # NDRPDR sel
1305         - 4   # NDRPDR sel
1306         - 5   # NDRPDR sel
1307         - 6   # NDRPDR sel
1308         - 7   # NDRPDR sel
1309         - 11  # NDRPDR sel
1310         - 12  # NDRPDR sel
1311         - 13  # NDRPDR sel
1312         - 14  # NDRPDR sel
1313     dpdk-performance-changes-3n-skx-ref:
1314       csit-dpdk-perf-verify-1908-3n-skx:
1315         - 3   # NDRPDR sel
1316         - 4   # NDRPDR sel
1317         - 5   # NDRPDR sel
1318         - 6   # NDRPDR sel
1319         - 7   # NDRPDR sel
1320         - 8   # NDRPDR sel
1321         - 9   # NDRPDR sel
1322         - 10  # NDRPDR sel
1323         - 11  # NDRPDR sel
1324         - 12  # NDRPDR sel
1325     dpdk-performance-changes-3n-skx-cmp:
1326       csit-dpdk-perf-verify-2001-3n-skx:
1327         - 29  # NDRPDR sel xxv710
1328         - 33  # NDRPDR sel xxv710
1329         - 34  # NDRPDR sel xxv710
1330         - 35  # NDRPDR sel xxv710
1331         - 36  # NDRPDR sel xxv710
1332         - 37  # NDRPDR sel xxv710
1333         - 41  # NDRPDR sel xxv710
1334         - 42  # NDRPDR sel xxv710
1335         - 43  # NDRPDR sel xxv710
1336         - 45  # NDRPDR sel xxv710
1337         - 30  # NDRPDR sel x710
1338         - 31  # NDRPDR sel x710
1339         - 32  # NDRPDR sel x710
1340         - 38  # NDRPDR sel x710
1341         - 39  # NDRPDR sel x710
1342         - 40  # NDRPDR sel x710
1343         - 44  # NDRPDR sel x710
1344         - 46  # NDRPDR sel x710
1345         - 47  # NDRPDR sel x710
1346         - 48  # NDRPDR sel x710
1347
1348     dpdk-performance-changes-2n-skx-h1:
1349       csit-dpdk-perf-verify-1904-2n-skx:
1350         - 2   # NDRPDR sel
1351         - 3   # NDRPDR sel
1352         - 4   # NDRPDR sel
1353         - 5   # NDRPDR sel
1354         - 7   # NDRPDR sel
1355         - 8   # NDRPDR sel
1356         - 9   # NDRPDR sel
1357         - 10  # NDRPDR sel
1358         - 11  # NDRPDR sel
1359         - 12  # NDRPDR sel
1360     dpdk-performance-changes-2n-skx-ref:
1361       csit-dpdk-perf-verify-1908-2n-skx:
1362         - 2   # NDRPDR sel
1363         - 3   # NDRPDR sel
1364         - 4   # NDRPDR sel
1365         - 5   # NDRPDR sel
1366         - 7   # NDRPDR sel
1367         - 8   # NDRPDR sel
1368         - 9   # NDRPDR sel
1369         - 10  # NDRPDR sel
1370         - 11  # NDRPDR sel
1371         - 12  # NDRPDR sel
1372     dpdk-performance-changes-2n-skx-cmp:
1373       csit-dpdk-perf-verify-2001-2n-skx:
1374         - 35  # NDRPDR sel xxv710
1375         - 36  # NDRPDR sel xxv710
1376         - 37  # NDRPDR sel xxv710
1377         - 41  # NDRPDR sel xxv710
1378         - 42  # NDRPDR sel xxv710
1379         - 43  # NDRPDR sel xxv710
1380         - 46  # NDRPDR sel xxv710
1381         - 47  # NDRPDR sel xxv710
1382         - 52  # NDRPDR sel xxv710
1383         - 53  # NDRPDR sel xxv710
1384         - 38  # NDRPDR sel x710
1385         - 39  # NDRPDR sel x710
1386         - 40  # NDRPDR sel x710
1387         - 44  # NDRPDR sel x710
1388         - 45  # NDRPDR sel x710
1389         - 48  # NDRPDR sel x710
1390         - 49  # NDRPDR sel x710
1391         - 50  # NDRPDR sel x710
1392         - 51  # NDRPDR sel x710
1393         - 54  # NDRPDR sel x710
1394
1395     # Compare testbeds
1396
1397     vpp-compare-testbeds-ref:
1398       csit-vpp-perf-verify-2001-3n-hsw:
1399         - 21  # NDRPDR sel
1400         - 22  # NDRPDR sel
1401         - 23  # NDRPDR sel
1402         - 24  # NDRPDR sel
1403         - 25  # NDRPDR sel
1404         - 29  # NDRPDR sel
1405         - 30  # NDRPDR sel
1406         - 31  # NDRPDR sel
1407         - 32  # NDRPDR sel
1408         - 34  # NDRPDR sel
1409     vpp-compare-testbeds-cmp:
1410       # TODO: Add the data
1411       csit-vpp-perf-verify-2001-3n-skx:
1412         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1413         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1414         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1415         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1416         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1417         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1418         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1419
1420     vpp-compare-testbeds-skx-clx-ref:
1421       csit-vpp-perf-verify-2001-2n-skx:
1422         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1423         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1424         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1425         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1426         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1427         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1428         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1429         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1430         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1431         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1432     vpp-compare-testbeds-skx-clx-cmp:
1433       csit-vpp-perf-verify-2001-2n-clx:
1434         - 28  # NDRPDR sel
1435         - 29  # NDRPDR sel
1436         - 32  # NDRPDR sel
1437         - 40  # NDRPDR sel
1438         - 43  # NDRPDR sel
1439         - 44  # NDRPDR sel
1440         - 45  # NDRPDR sel
1441         - 47  # NDRPDR sel
1442         - 48  # NDRPDR sel
1443         - 49  # NDRPDR sel
1444
1445     vpp-compare-testbeds-hsw-clx-ref:
1446       csit-vpp-perf-verify-2001-3n-hsw:
1447         - 21  # NDRPDR sel
1448         - 22  # NDRPDR sel
1449         - 23  # NDRPDR sel
1450         - 24  # NDRPDR sel
1451         - 25  # NDRPDR sel
1452         - 29  # NDRPDR sel
1453         - 30  # NDRPDR sel
1454         - 31  # NDRPDR sel
1455         - 32  # NDRPDR sel
1456         - 34  # NDRPDR sel
1457     vpp-compare-testbeds-hsw-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-mrr-ref:
1471       csit-vpp-perf-verify-2001-3n-hsw:
1472         - 17  # MRR sel
1473     vpp-compare-testbeds-mrr-cmp:
1474       csit-vpp-perf-verify-2001-3n-skx:
1475         - 50  # MRR sel
1476         - 53  # MRR sel addition
1477
1478     vpp-compare-testbeds-mrr-skx-clx-ref:
1479       csit-vpp-perf-verify-2001-2n-skx:
1480         - 101 # MRR sel
1481         - 128 # MRR sel addition
1482     vpp-compare-testbeds-mrr-skx-clx-cmp:
1483       csit-vpp-perf-verify-2001-2n-clx:
1484         - 39  # MRR
1485
1486     vpp-compare-testbeds-mrr-hsw-clx-ref:
1487       csit-vpp-perf-verify-2001-3n-hsw:
1488         - 17  # MRR sel
1489     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1490       csit-vpp-perf-verify-2001-2n-clx:
1491         - 39  # MRR
1492
1493     dpdk-compare-testbeds-ref:
1494       csit-dpdk-perf-verify-2001-3n-hsw:
1495         - 4   # NDRPDR sel
1496         - 5   # NDRPDR sel
1497         - 6   # NDRPDR sel
1498         - 7   # NDRPDR sel
1499         - 8   # NDRPDR sel
1500         - 9   # NDRPDR sel
1501         - 10  # NDRPDR sel
1502         - 11  # NDRPDR sel
1503         - 12  # NDRPDR sel
1504         - 13  # NDRPDR sel
1505         - 15  # NDRPDR sel
1506         - 16  # NDRPDR sel
1507         - 17  # NDRPDR sel
1508         - 18  # NDRPDR sel
1509         - 19  # NDRPDR sel
1510         - 20  # NDRPDR sel
1511         - 21  # NDRPDR sel
1512         - 22  # NDRPDR sel
1513         - 23  # NDRPDR sel
1514         - 24  # NDRPDR sel
1515     dpdk-compare-testbeds-cmp:
1516       csit-dpdk-perf-verify-2001-3n-skx:
1517         - 29  # NDRPDR sel xxv710
1518         - 33  # NDRPDR sel xxv710
1519         - 34  # NDRPDR sel xxv710
1520         - 35  # NDRPDR sel xxv710
1521         - 36  # NDRPDR sel xxv710
1522         - 37  # NDRPDR sel xxv710
1523         - 41  # NDRPDR sel xxv710
1524         - 42  # NDRPDR sel xxv710
1525         - 43  # NDRPDR sel xxv710
1526         - 45  # NDRPDR sel xxv710
1527         - 30  # NDRPDR sel x710
1528         - 31  # NDRPDR sel x710
1529         - 32  # NDRPDR sel x710
1530         - 38  # NDRPDR sel x710
1531         - 39  # NDRPDR sel x710
1532         - 40  # NDRPDR sel x710
1533         - 44  # NDRPDR sel x710
1534         - 46  # NDRPDR sel x710
1535         - 47  # NDRPDR sel x710
1536         - 48  # NDRPDR sel x710
1537
1538     dpdk-compare-testbeds-skx-clx-ref:
1539       csit-dpdk-perf-verify-2001-2n-skx:
1540         - 35  # NDRPDR sel xxv710
1541         - 36  # NDRPDR sel xxv710
1542         - 37  # NDRPDR sel xxv710
1543         - 41  # NDRPDR sel xxv710
1544         - 42  # NDRPDR sel xxv710
1545         - 43  # NDRPDR sel xxv710
1546         - 46  # NDRPDR sel xxv710
1547         - 47  # NDRPDR sel xxv710
1548         - 52  # NDRPDR sel xxv710
1549         - 53  # NDRPDR sel xxv710
1550         - 38  # NDRPDR sel x710
1551         - 39  # NDRPDR sel x710
1552         - 40  # NDRPDR sel x710
1553         - 44  # NDRPDR sel x710
1554         - 45  # NDRPDR sel x710
1555         - 48  # NDRPDR sel x710
1556         - 49  # NDRPDR sel x710
1557         - 50  # NDRPDR sel x710
1558         - 51  # NDRPDR sel x710
1559         - 54  # NDRPDR sel x710
1560     dpdk-compare-testbeds-skx-clx-cmp:
1561       csit-dpdk-perf-verify-2001-2n-clx:
1562         - 15  # NDRPDR sel
1563         - 16  # NDRPDR sel
1564         - 17  # NDRPDR sel
1565         - 18  # NDRPDR sel
1566         - 19  # NDRPDR sel
1567         - 20  # NDRPDR sel
1568         - 21  # NDRPDR sel
1569         - 22  # NDRPDR sel
1570         - 23  # NDRPDR sel
1571         - 24  # NDRPDR sel
1572         - 25  # NDRPDR sel
1573         - 26  # NDRPDR sel
1574         - 27  # NDRPDR sel
1575         - 28  # NDRPDR sel
1576         - 29  # NDRPDR sel
1577         - 30  # NDRPDR sel
1578         - 31  # NDRPDR sel
1579         - 32  # NDRPDR sel
1580         - 33  # NDRPDR sel
1581         - 34  # NDRPDR sel
1582
1583     # Compare topologies
1584
1585     vpp-compare-topologies-ref:
1586       # TODO: Add the data
1587       csit-vpp-perf-verify-2001-3n-skx:
1588         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1589         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1590         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1591         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1592         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1593         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1594         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1595     vpp-compare-topologies-cmp:
1596       csit-vpp-perf-verify-2001-2n-skx:
1597         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1598         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1599         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1600         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1601         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1602         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1603         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1604         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1605         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1606         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1607
1608     vpp-compare-topologies-mrr-ref:
1609       csit-vpp-perf-verify-2001-3n-skx:
1610         - 50  # MRR sel
1611         - 53  # MRR sel addition
1612     vpp-compare-topologies-mrr-cmp:
1613       csit-vpp-perf-verify-2001-2n-skx:
1614         - 101 # MRR sel
1615         - 128 # MRR sel addition
1616
1617     dpdk-compare-topologies-ref:
1618       csit-dpdk-perf-verify-2001-3n-skx:
1619         - 29  # NDRPDR sel xxv710
1620         - 33  # NDRPDR sel xxv710
1621         - 34  # NDRPDR sel xxv710
1622         - 35  # NDRPDR sel xxv710
1623         - 36  # NDRPDR sel xxv710
1624         - 37  # NDRPDR sel xxv710
1625         - 41  # NDRPDR sel xxv710
1626         - 42  # NDRPDR sel xxv710
1627         - 43  # NDRPDR sel xxv710
1628         - 45  # NDRPDR sel xxv710
1629         - 30  # NDRPDR sel x710
1630         - 31  # NDRPDR sel x710
1631         - 32  # NDRPDR sel x710
1632         - 38  # NDRPDR sel x710
1633         - 39  # NDRPDR sel x710
1634         - 40  # NDRPDR sel x710
1635         - 44  # NDRPDR sel x710
1636         - 46  # NDRPDR sel x710
1637         - 47  # NDRPDR sel x710
1638         - 48  # NDRPDR sel x710
1639     dpdk-compare-topologies-cmp:
1640       csit-dpdk-perf-verify-2001-2n-skx:
1641         - 35  # NDRPDR sel xxv710
1642         - 36  # NDRPDR sel xxv710
1643         - 37  # NDRPDR sel xxv710
1644         - 41  # NDRPDR sel xxv710
1645         - 42  # NDRPDR sel xxv710
1646         - 43  # NDRPDR sel xxv710
1647         - 46  # NDRPDR sel xxv710
1648         - 47  # NDRPDR sel xxv710
1649         - 52  # NDRPDR sel xxv710
1650         - 53  # NDRPDR sel xxv710
1651         - 38  # NDRPDR sel x710
1652         - 39  # NDRPDR sel x710
1653         - 40  # NDRPDR sel x710
1654         - 44  # NDRPDR sel x710
1655         - 45  # NDRPDR sel x710
1656         - 48  # NDRPDR sel x710
1657         - 49  # NDRPDR sel x710
1658         - 50  # NDRPDR sel x710
1659         - 51  # NDRPDR sel x710
1660         - 54  # NDRPDR sel x710
1661
1662   plot-layouts:
1663
1664     plot-soak-throughput:
1665       titlefont:
1666         size: 18
1667       xaxis:
1668         title: "<b>Test Cases [Index]</b>"
1669         titlefont:
1670           size: 16
1671         autorange: True
1672         fixedrange: False
1673         gridcolor: "rgb(230, 230, 230)"
1674         linecolor: "rgb(220, 220, 220)"
1675         linewidth: 1
1676         showgrid: True
1677         showline: True
1678         showticklabels: True
1679         tickcolor: "rgb(220, 220, 220)"
1680         tickmode: "linear"
1681         tickfont:
1682           size: 16
1683         zeroline: False
1684       yaxis:
1685         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1686         titlefont:
1687           size: 16
1688         gridcolor: "rgb(230, 230, 230)"
1689         hoverformat: ".4r"
1690         tickformat: ".3r"
1691         linecolor: "rgb(220, 220, 220)"
1692         linewidth: 1
1693         showgrid: True
1694         showline: True
1695         showticklabels: True
1696         tickcolor: "rgb(220, 220, 220)"
1697         tickfont:
1698           size: 16
1699         zeroline: False
1700         range: [0,50]
1701       autosize: False
1702       margin:
1703         t: 50
1704         b: 0
1705         l: 80
1706         r: 20
1707       showlegend: True
1708       legend:
1709         orientation: "h"
1710         font:
1711           size: 16
1712       width: 700
1713       height: 900
1714       paper_bgcolor: "#fff"
1715       plot_bgcolor: "#fff"
1716       hoverlabel:
1717         namelength: -1
1718
1719     plot-service-density:
1720       titlefont:
1721         size: 18
1722       xaxis:
1723         side: "top"
1724         autorange: True
1725         fixedrange: False
1726         showgrid: False
1727         showline: False
1728         showticklabels: False
1729         ticks: ""
1730         ticklen: 0
1731         tickwidth: 0
1732         zeroline: False
1733       yaxis:
1734         autorange: "reversed"
1735         showgrid: False
1736         showline: False
1737         showticklabels: False
1738         ticks: ""
1739         ticklen: 0
1740         tickwidth: 0
1741         zeroline: False
1742       showlegend: False
1743       paper_bgcolor: "#fff"
1744       plot_bgcolor: "#fff"
1745       width: 700
1746       height: 700
1747       hoverlabel:
1748         namelength: -1
1749
1750     plot-cps:
1751       titlefont:
1752         size: 18
1753       xaxis:
1754         title: "<b>Test Cases [Index]</b>"
1755         titlefont:
1756           size: 16
1757         autorange: True
1758         fixedrange: False
1759         gridcolor: "rgb(230, 230, 230)"
1760         linecolor: "rgb(220, 220, 220)"
1761         linewidth: 1
1762         showgrid: True
1763         showline: True
1764         showticklabels: True
1765         tickcolor: "rgb(220, 220, 220)"
1766         tickmode: "linear"
1767         tickfont:
1768           size: 16
1769         zeroline: False
1770       yaxis:
1771         title: "<b>Connections Per Second [cps]</b>"
1772         titlefont:
1773           size: 16
1774         gridcolor: "rgb(230, 230, 230)"
1775         hoverformat: ".4s"
1776         linecolor: "rgb(220, 220, 220)"
1777         linewidth: 1
1778         rangemode: "tozero"
1779         showgrid: True
1780         showline: True
1781         showticklabels: True
1782         tickcolor: "rgb(220, 220, 220)"
1783         tickformat: ".3s"
1784         tickfont:
1785           size: 16
1786         zeroline: False
1787       boxmode: "group"
1788       boxgroupgap: 0.5
1789       autosize: False
1790       margin:
1791         t: 50
1792         b: 20
1793         l: 80
1794         r: 20
1795       showlegend: True
1796       legend:
1797         orientation: "h"
1798         font:
1799           size: 16
1800       width: 700
1801       height: 800
1802       paper_bgcolor: "#fff"
1803       plot_bgcolor: "#fff"
1804       hoverlabel:
1805         namelength: -1
1806
1807     plot-rps:
1808       titlefont:
1809         size: 18
1810       xaxis:
1811         title: "<b>Test Cases [Index]</b>"
1812         titlefont:
1813           size: 16
1814         autorange: True
1815         fixedrange: False
1816         gridcolor: "rgb(230, 230, 230)"
1817         linecolor: "rgb(220, 220, 220)"
1818         linewidth: 1
1819         showgrid: True
1820         showline: True
1821         showticklabels: True
1822         tickcolor: "rgb(220, 220, 220)"
1823         tickmode: "linear"
1824         tickfont:
1825           size: 16
1826         zeroline: False
1827       yaxis:
1828         title: "<b>Requests Per Second [rps]</b>"
1829         titlefont:
1830           size: 16
1831         gridcolor: "rgb(230, 230, 230)"
1832         hoverformat: ".4s"
1833         linecolor: "rgb(220, 220, 220)"
1834         linewidth: 1
1835         rangemode: "tozero"
1836         showgrid: True
1837         showline: True
1838         showticklabels: True
1839         tickcolor: "rgb(230, 230, 230)"
1840         tickformat: ".3s"
1841         tickfont:
1842           size: 16
1843         zeroline: False
1844       boxmode: "group"
1845       boxgroupgap: 0.5
1846       autosize: False
1847       margin:
1848         t: 50
1849         b: 20
1850         l: 80
1851         r: 20
1852       showlegend: True
1853       legend:
1854         orientation: "h"
1855         font:
1856           size: 16
1857       width: 700
1858       height: 800
1859       paper_bgcolor: "#fff"
1860       plot_bgcolor: "#fff"
1861       hoverlabel:
1862         namelength: -1
1863
1864     plot-hoststack:
1865       titlefont:
1866         size: 16
1867       xaxis:
1868         title: "<b>Test Cases [Index]</b>"
1869         titlefont:
1870           size: 14
1871         autorange: True
1872         fixedrange: False
1873         gridcolor: "rgb(230, 230, 230)"
1874         linecolor: "rgb(220, 220, 220)"
1875         linewidth: 1
1876         showgrid: True
1877         showline: True
1878         showticklabels: True
1879         tickcolor: "rgb(220, 220, 220)"
1880         tickmode: "linear"
1881         tickfont:
1882           size: 14
1883         zeroline: False
1884       yaxis:
1885         title: "<b>Bandwidth [Gbps]</b>"
1886         titlefont:
1887           size: 14
1888         gridcolor: "rgb(230, 230, 230)"
1889         hoverformat: ".4s"
1890         linecolor: "rgb(220, 220, 220)"
1891         linewidth: 1
1892         rangemode: "tozero"
1893         showgrid: True
1894         showline: True
1895         showticklabels: True
1896         tickcolor: "rgb(230, 230, 230)"
1897         tickformat: ".3s"
1898         tickfont:
1899           size: 14
1900         zeroline: False
1901       boxmode: "group"
1902       boxgroupgap: 0.5
1903       autosize: False
1904       margin:
1905         t: 50
1906         b: 20
1907         l: 80
1908         r: 20
1909       showlegend: True
1910       legend:
1911         orientation: "h"
1912         font:
1913           size: 14
1914       width: 700
1915       height: 800
1916       paper_bgcolor: "#fff"
1917       plot_bgcolor: "#fff"
1918       hoverlabel:
1919         namelength: -1
1920
1921     plot-throughput:
1922       titlefont:
1923         size: 18
1924       xaxis:
1925         title: "<b>Test Cases [Index]</b>"
1926         titlefont:
1927           size: 16
1928         autorange: True
1929         fixedrange: False
1930         gridcolor: "rgb(230, 230, 230)"
1931         linecolor: "rgb(220, 220, 220)"
1932         linewidth: 1
1933         showgrid: True
1934         showline: True
1935         showticklabels: True
1936         tickcolor: "rgb(220, 220, 220)"
1937         tickmode: "linear"
1938         tickfont:
1939           size: 16
1940         zeroline: False
1941       yaxis:
1942         title: "<b>Packet Throughput [Mpps]</b>"
1943         titlefont:
1944           size: 16
1945         gridcolor: "rgb(230, 230, 230)"
1946         hoverformat: ".4r"
1947         tickformat: ".3r"
1948         linecolor: "rgb(220, 220, 220)"
1949         linewidth: 1
1950         showgrid: True
1951         showline: True
1952         showticklabels: True
1953         tickcolor: "rgb(220, 220, 220)"
1954         tickfont:
1955           size: 16
1956         zeroline: False
1957         range: [0,50]
1958       autosize: False
1959       margin:
1960         t: 50
1961         b: 0
1962         l: 80
1963         r: 20
1964       showlegend: True
1965       legend:
1966         orientation: "h"
1967         font:
1968           size: 16
1969       width: 700
1970       height: 900
1971       paper_bgcolor: "#fff"
1972       plot_bgcolor: "#fff"
1973       hoverlabel:
1974         namelength: -1
1975
1976     plot-throughput-speedup-analysis:
1977       titlefont:
1978         size: 18
1979       xaxis:
1980         title: "<b>Number of Cores [Qty]</b>"
1981         titlefont:
1982           size: 16
1983         autorange: True
1984         fixedrange: False
1985         gridcolor: "rgb(230, 230, 230)"
1986         linecolor: "rgb(220, 220, 220)"
1987         linewidth: 1
1988         showgrid: True
1989         showline: True
1990         showticklabels: True
1991         tickcolor: "rgb(238, 238, 238)"
1992         tickmode: "linear"
1993         tickfont:
1994           size: 16
1995         zeroline: False
1996       yaxis:
1997         title: "<b>Packet Throughput [Mpps]</b>"
1998         titlefont:
1999           size: 16
2000         type: "linear"
2001         gridcolor: "rgb(230, 230, 230)"
2002         hoverformat: ".4s"
2003         linecolor: "rgb(220, 220, 220)"
2004         linewidth: 1
2005         showgrid: True
2006         showline: True
2007         showticklabels: True
2008         tickcolor: "rgb(220, 220, 220)"
2009         tickformat: ".4s"
2010         tickfont:
2011           size: 16
2012         zeroline: True
2013         rangemode: "tozero"
2014         range: [0,100]
2015       legend:
2016         orientation: "h"
2017         font:
2018           size: 16
2019         xanchor: "left"
2020         yanchor: "top"
2021         x: 0
2022         y: -0.2
2023         bgcolor: "rgba(255, 255, 255, 0)"
2024         bordercolor: "rgba(255, 255, 255, 0)"
2025         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2026       autosize: False
2027       margin:
2028           't': 50
2029           'b': 150
2030           'l': 85
2031           'r': 10
2032       showlegend: True
2033       width: 700
2034       height: 700
2035       paper_bgcolor: "#fff"
2036       plot_bgcolor: "#fff"
2037       hoverlabel:
2038         namelength: -1
2039       annotations: [
2040         {
2041           text: "_ _          __          ...",
2042           align: "left",
2043           showarrow: False,
2044           xref: "paper",
2045           yref: "paper",
2046           xanchor: "left",
2047           yanchor: "top",
2048           x: 0,
2049           y: -0.13,
2050           font: {
2051             family: "Consolas, Courier New",
2052             size: 15
2053           },
2054         },
2055         {
2056           text: "    Perfect     Measured     Limit",
2057           align: "left",
2058           showarrow: False,
2059           xref: "paper",
2060           yref: "paper",
2061           xanchor: "left",
2062           yanchor: "top",
2063           x: 0,
2064           y: -0.15,
2065           font: {
2066             family: "Consolas, Courier New",
2067             size: 15
2068           },
2069         },
2070       ]
2071
2072     plot-latency:
2073       titlefont:
2074         size: 18
2075       xaxis:
2076         title: "<b>Direction</b>"
2077         titlefont:
2078           size: 16
2079         autorange: True
2080         fixedrange: False
2081         gridcolor: "rgb(230, 230, 230)"
2082         linecolor: "rgb(220, 220, 220)"
2083         linewidth: 1
2084         showgrid: True
2085         showline: True
2086         showticklabels: False
2087         tickcolor: "rgb(220, 220, 220)"
2088         tickmode: "linear"
2089         tickfont:
2090           size: 16
2091         zeroline: False
2092       yaxis:
2093         title: "<b>Packet Latency [uSec]</b>"
2094         titlefont:
2095           size: 16
2096         type: "linear"
2097         gridcolor: "rgb(230, 230, 230)"
2098         hoverformat: ".4s"
2099         linecolor: "rgb(220, 220, 220)"
2100         linewidth: 1
2101         showgrid: True
2102         showline: True
2103         showticklabels: True
2104         tickcolor: "rgb(220, 220, 220)"
2105         tickformat: ".4s"
2106         tickfont:
2107           size: 16
2108         zeroline: True
2109         rangemode: "tozero"
2110       legend:
2111         orientation: "h"
2112         font:
2113           size: 16
2114         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2115       autosize: False
2116       margin:
2117           't': 50
2118           'b': 150
2119           'l': 80
2120           'r': 10
2121       showlegend: True
2122       width: 700
2123       height: 700
2124       paper_bgcolor: "#fff"
2125       plot_bgcolor: "#fff"
2126       hoverlabel:
2127         namelength: -1
2128
2129     plot-hdrh-latency:
2130       title:
2131         text: ""
2132         xanchor: "center"
2133         x: 0.5
2134         font:
2135           size: 16
2136       width: 700
2137       plot_bgcolor: "white"
2138       annotations:
2139         - font:
2140             size: 14
2141           showarrow: False
2142           text: "<b>Packet Latency [uSec]</b>"
2143           x: 1
2144           xanchor: "right"
2145           xref: "paper"
2146           y: -0.045
2147           yanchor: "top"
2148           yref: "paper"
2149         - font:
2150             size: 14
2151           showarrow: False
2152           text: "<b>Probability [%]</b>"
2153           textangle: 270
2154           x: -0.06
2155           xanchor: "center"
2156           xref: "paper"
2157           y: 0.5
2158           yanchor: "middle"
2159           yref: "paper"
2160         - font:
2161             size: 14
2162           showarrow: False
2163           text: "<b>Direction: E-W</b>"
2164           x: 0.24
2165           xanchor: "center"
2166           xref: "paper"
2167           y: 1.05
2168           yanchor: "bottom"
2169           yref: "paper"
2170         - font:
2171             size: 14
2172           showarrow: False
2173           text: "<b>Direction: W-E</b>"
2174           x: 0.74
2175           xanchor: "center"
2176           xref: "paper"
2177           y: 1.05
2178           yanchor: "bottom"
2179           yref: "paper"
2180
2181     plot-hdrh-latency-percentile:
2182       title:
2183         text: ""
2184         xanchor: "center"
2185         x: 0.5
2186         font:
2187           size: 18
2188       xaxis:
2189         type: "log"
2190         title: "<b>Percentile [%]</b>"
2191         titlefont:
2192           size: 16
2193         autorange: True
2194         fixedrange: False
2195         gridcolor: "rgb(230, 230, 230)"
2196         linecolor: "rgb(220, 220, 220)"
2197         linewidth: 1
2198         showgrid: True
2199         showline: True
2200         showticklabels: True
2201         tickcolor: "rgb(220, 220, 220)"
2202         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2203         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2204         tickfont:
2205           size: 16
2206       yaxis:
2207         title: "<b>Packet Latency [uSec]</b>"
2208         titlefont:
2209           size: 16
2210         gridcolor: "rgb(230, 230, 230)"
2211         linecolor: "rgb(220, 220, 220)"
2212         linewidth: 1
2213         showgrid: True
2214         showline: True
2215         showticklabels: True
2216         tickcolor: "rgb(220, 220, 220)"
2217         tickfont:
2218           size: 16
2219       autosize: False
2220       showlegend: True
2221       legend:
2222         traceorder: "normal"
2223         orientation: "h"
2224         font:
2225           size: 16
2226         xanchor: "left"
2227         yanchor: "top"
2228         x: 0
2229         y: -0.15
2230         bgcolor: "rgba(255, 255, 255, 0)"
2231         bordercolor: "rgba(255, 255, 255, 0)"
2232       width: 700
2233       height: 700
2234       paper_bgcolor: "white"
2235       plot_bgcolor: "white"
2236
2237     plot-hdrh-latency-by-percentile:
2238       title:
2239         text: "<b>Latency by Percentile Distribution</b>"
2240         xanchor: "center"
2241         x: 0.5
2242         font:
2243           size: 18
2244       showlegend: True
2245       legend:
2246         traceorder: "normal"
2247         orientation: "h"
2248         font:
2249           size: 16
2250         xanchor: "left"
2251         yanchor: "top"
2252         x: 0
2253         y: -0.2
2254         bgcolor: "rgba(255, 255, 255, 0)"
2255         bordercolor: "rgba(255, 255, 255, 0)"
2256       xaxis:
2257         type: "linear"
2258         title: "<b>Percentile [%]</b>"
2259         titlefont:
2260           size: 14
2261         autorange: False
2262         fixedrange: False
2263         range: [0, 100]
2264         gridcolor: "rgb(230, 230, 230)"
2265         linecolor: "rgb(220, 220, 220)"
2266         linewidth: 1
2267         showgrid: True
2268         showline: True
2269         showticklabels: True
2270         tickcolor: "rgb(220, 220, 220)"
2271         tickvals: [0, 25, 50, 75, 100]
2272         ticktext: [0, 25, 50, 75, 100]
2273         tickfont:
2274           size: 14
2275       yaxis:
2276         title: "<b>One-Way Latency per Direction [uSec]</b>"
2277         titlefont:
2278           size: 14
2279         gridcolor: "rgb(230, 230, 230)"
2280         linecolor: "rgb(220, 220, 220)"
2281         linewidth: 1
2282         showgrid: True
2283         showline: True
2284         showticklabels: True
2285         tickcolor: "rgb(220, 220, 220)"
2286         tickfont:
2287           size: 14
2288       width: 700
2289       height: 700
2290       paper_bgcolor: "white"
2291       plot_bgcolor: "white"
2292
2293 - type: "static"
2294   src-path: "{DIR[RST]}"
2295   dst-path: "{DIR[WORKING,SRC]}"
2296
2297 - type: "input"
2298   general:
2299     file-name: "output_info.xml.gz"
2300     file-format: ".gz"
2301     arch-file-format:
2302       - ".gz"
2303       - ".zip"
2304     download-path: "{job}/{build}/archives/{filename}"
2305     extract: "output.xml"
2306
2307     zip-file-name: "robot-plugin.zip"
2308     zip-file-format: ".zip"
2309     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2310     zip-extract: "robot-plugin/output.xml"
2311
2312   builds:
2313
2314     csit-vpp-perf-verify-1904-3n-hsw:
2315       - 9   # MRR sel
2316       - 11  # NDRPDR sel
2317       - 12  # NDRPDR sel
2318       - 20  # NDRPDR sel
2319       - 21  # NDRPDR sel
2320       - 23  # NDRPDR sel
2321       - 24  # NDRPDR sel
2322       - 25  # NDRPDR sel
2323       - 26  # NDRPDR sel
2324       - 29  # NDRPDR sel
2325       - 30  # NDRPDR sel
2326     csit-vpp-perf-verify-1908-3n-hsw:
2327       - 12  # NDRPDR sel
2328       - 13  # NDRPDR sel
2329       - 14  # NDRPDR sel
2330       - 15  # NDRPDR sel
2331       - 16  # NDRPDR sel
2332       - 17  # NDRPDR sel
2333       - 18  # NDRPDR sel
2334       - 19  # NDRPDR sel
2335       - 20  # NDRPDR sel
2336       - 21  # NDRPDR sel
2337       - 48  # NDRPDR sel vhost
2338       - 49  # NDRPDR sel vhost
2339       - 52  # NDRPDR sel vhost
2340       - 53  # NDRPDR sel vhost
2341       - 54  # NDRPDR sel vhost
2342       - 55  # NDRPDR sel vhost
2343       - 56  # NDRPDR sel vhost
2344       - 57  # NDRPDR sel vhost
2345       - 58  # NDRPDR sel vhost
2346       - 59  # NDRPDR sel vhost
2347       - 39  # MRR sel
2348     csit-vpp-perf-verify-2001-3n-hsw:
2349       - 21  # NDRPDR sel
2350       - 22  # NDRPDR sel
2351       - 23  # NDRPDR sel
2352       - 24  # NDRPDR sel
2353       - 25  # NDRPDR sel
2354       - 29  # NDRPDR sel
2355       - 30  # NDRPDR sel
2356       - 31  # NDRPDR sel
2357       - 32  # NDRPDR sel
2358       - 34  # NDRPDR sel
2359       - 17  # MRR sel
2360       - 18  # NDRPDR full
2361       - 20  # NDRPDR full
2362       - 28  # NDRPDR full
2363       - 35  # NDRPDR full
2364       - 42  # NDRPDR full
2365       - 46  # NDRPDR full
2366       - 47  # NDRPDR full
2367       - 48  # NDRPDR full
2368       - 49  # NDRPDR full
2369       - 50  # NDRPDR full
2370       - 51  # NDRPDR full
2371       - 52  # NDRPDR full
2372       - 53  # NDRPDR full
2373       - 54  # NDRPDR full
2374       - 55  # NDRPDR full
2375       - 56  # NDRPDR full
2376       - 57  # NDRPDR full
2377       - 58  # NDRPDR full
2378       - 59  # NDRPDR full
2379       - 61  # NDRPDR full
2380       - 62  # NDRPDR full
2381       - 63  # NDRPDR full
2382       - 64  # NDRPDR full
2383       - 65  # NDRPDR full
2384       - 67  # NDRPDR full
2385       - 70  # NDRPDR full
2386       - 72  # NDRPDR full
2387       - 73  # NDRPDR full
2388       - 76  # NDRPDR full
2389       - 77  # NDRPDR full
2390       - 78  # NDRPDR full
2391       - 79  # NDRPDR full
2392       - 81  # NDRPDR full
2393       - 82  # NDRPDR full
2394       - 84  # NDRPDR full
2395       - 85  # NDRPDR full
2396       - 103  # hoststack
2397       - 104  # hoststack
2398       - 105  # hoststack
2399       - 106  # hoststack
2400       - 107  # hoststack
2401       - 108  # hoststack
2402       - 109  # hoststack
2403       - 110  # hoststack
2404       - 111  # hoststack
2405       - 112  # hoststack
2406
2407     csit-vpp-perf-verify-1904-3n-skx:
2408       - 7   # MRR sel
2409       - 8   # NDRPDR sel
2410       - 9   # NDRPDR sel
2411       - 10  # NDRPDR sel
2412       - 11  # NDRPDR sel
2413       - 12  # NDRPDR sel
2414       - 14  # NDRPDR sel
2415       - 16  # NDRPDR sel
2416       - 21  # NDRPDR sel
2417       - 23  # NDRPDR sel
2418       - 25  # NDRPDR sel
2419     csit-vpp-perf-verify-1908-3n-skx:
2420       - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
2421       - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
2422       - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
2423       - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
2424       - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
2425       - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
2426       - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
2427       - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
2428       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2429       - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
2430       - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2431       - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2432       - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2433       - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2434       - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2435       - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2436       - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2437       - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2438       - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2439       - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2440       - 36  # MRR sel - old1908 - vpp build: 19.08-release
2441     csit-vpp-perf-verify-1908_1-3n-skx:
2442       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2443       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2444       - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2445       - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2446       - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2447       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2448       - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2449       - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2450       - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2451       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2452       - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2453       - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2454       - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2455       - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2456       - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2457       - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2458       - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2459       - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2460       - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2461       - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2462     csit-vpp-perf-verify-1908_2-3n-skx:
2463       - 1   # NDRPDR sel
2464       - 2   # NDRPDR sel
2465     csit-vpp-perf-verify-2001-3n-skx:
2466       - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2467       - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2468       - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2469       - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2470       - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2471       - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2472       - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2473       - 82  # NDRPDR full - crypto-1
2474       - 85  # NDRPDR full - l2-2
2475       - 87  # NDRPDR full - ip6-1
2476       - 88  # NDRPDR full - ip6-2
2477       - 90  # NDRPDR full - memif
2478       - 95  # NDRPDR full - l2-1
2479       - 96  # NDRPDR full - ip4-2
2480       - 97  # NDRPDR full - vhost-1
2481       - 50  # MRR sel
2482       - 53  # MRR sel addition
2483
2484     csit-vpp-perf-verify-1904-2n-skx:
2485       - 11  # MRR sel
2486       - 12  # NDRPDR sel
2487       - 14  # NDRPDR sel
2488       - 16  # NDRPDR sel
2489       - 17  # NDRPDR sel
2490       - 18  # NDRPDR sel
2491       - 21  # NDRPDR sel
2492       - 27  # NDRPDR sel
2493       - 30  # NDRPDR sel
2494       - 31  # NDRPDR sel
2495       - 32  # NDRPDR sel
2496     csit-vpp-perf-verify-1908-2n-skx:
2497       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2498       - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
2499       - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
2500       - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
2501       - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
2502       - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
2503       - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
2504       - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
2505       - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
2506       - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
2507       - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2508       - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2509       - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2510       - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2511       - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2512       - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2513       - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2514       - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2515       - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2516       - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2517       - 69  # MRR sel - old1908 - vpp build: 19.08-release
2518     csit-vpp-perf-verify-1908_1-2n-skx:
2519       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2520       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2521       - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2522       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2523       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2524       - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2525       - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2526       - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2527       - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2528       - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2529       - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2530       - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2531       - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2532       - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2533       - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2534       - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2535       - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2536       - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2537       - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2538       - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2539     csit-vpp-perf-verify-1908_2-2n-skx:
2540       - 1   # NDRPDR sel
2541       - 2   # NDRPDR sel
2542       - 3   # NDRPDR sel
2543       - 4   # NDRPDR sel
2544       - 5   # NDRPDR sel
2545       - 6   # NDRPDR sel
2546       - 7   # NDRPDR sel
2547       - 8   # NDRPDR sel
2548       - 9   # NDRPDR sel
2549       - 10  # NDRPDR sel
2550     csit-vpp-perf-verify-2001-2n-skx:
2551       - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2552       - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2553       - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2554       - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2555       - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2556       - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2557       - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2558       - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2559       - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2560       - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2561       - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2562       - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2563       - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2564       - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2565       - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2566       - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2567       - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2568       - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2569       - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2570       - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2571       - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2572       - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2573       - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2574       - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2575       - 101  # MRR sel - old
2576       - 128  # MRR sel addition - old
2577       - 169  # Reconf
2578       - 171  # Reconf
2579       - 172  # Reconf
2580       - 173  # Reconf
2581       - 174  # Reconf
2582       - 175  # Reconf
2583       - 176  # Reconf
2584       - 177  # Reconf
2585       - 178  # Reconf
2586       - 179  # Reconf
2587       - 181  # Soak
2588       - 182  # Soak
2589
2590     csit-vpp-perf-verify-1908_1-2n-clx:
2591       - 5  # NDRPDR sel
2592       - 6  # NDRPDR sel
2593       - 7  # NDRPDR sel
2594       - 8  # NDRPDR sel
2595     csit-vpp-perf-verify-1908_2-2n-clx:
2596       - 4  # NDRPDR sel
2597       - 5  # NDRPDR sel
2598       - 6  # NDRPDR sel
2599       - 7  # NDRPDR sel
2600       - 8  # NDRPDR sel
2601     csit-vpp-perf-verify-2001-2n-clx:
2602       - 28  # NDRPDR sel
2603       - 29  # NDRPDR sel
2604       - 32  # NDRPDR sel
2605       - 40  # NDRPDR sel
2606       - 43  # NDRPDR sel
2607       - 44  # NDRPDR sel
2608       - 45  # NDRPDR sel
2609       - 47  # NDRPDR sel
2610       - 48  # NDRPDR sel
2611       - 49  # NDRPDR sel
2612       - 39  # MRR
2613       - 53  # NDRPDR full
2614       - 54  # NDRPDR full
2615       - 55  # NDRPDR full
2616       - 56  # NDRPDR full
2617       - 57  # NDRPDR full
2618       - 58  # NDRPDR full
2619       - 59  # NDRPDR full
2620       - 60  # NDRPDR full
2621       - 61  # NDRPDR full
2622       - 62  # NDRPDR full
2623       - 63  # NDRPDR full
2624       - 64  # NDRPDR full
2625       - 65  # NDRPDR full
2626       - 66  # NDRPDR full
2627       - 67  # NDRPDR full
2628       - 68  # Reconf
2629       - 69  # Reconf
2630       - 70  # Reconf
2631       - 71  # Reconf
2632       - 72  # Reconf
2633       - 73  # Reconf
2634       - 74  # Reconf
2635       - 75  # Reconf
2636       - 76  # Reconf
2637       - 77  # Reconf
2638       - 80  # TCP
2639       - 82  # TCP
2640       - 83  # TCP
2641       - 85  # TCP
2642       - 86  # TCP
2643       - 87  # TCP
2644       - 88  # TCP
2645       - 89  # TCP
2646       - 90  # TCP
2647       - 91  # TCP
2648       - 93  # Soak
2649       - 94  # Soak
2650
2651     csit-vpp-perf-verify-1908-3n-tsh:
2652       - 7   # NDRPDR sel
2653       - 8   # NDRPDR sel
2654       - 9   # NDRPDR sel
2655       - 10  # NDRPDR sel
2656       - 11  # NDRPDR sel
2657       - 12  # NDRPDR sel
2658       - 13  # NDRPDR sel
2659       - 14  # NDRPDR sel
2660       - 15  # NDRPDR sel
2661       - 16  # NDRPDR sel
2662       - 17  # MRR sel
2663     csit-vpp-perf-verify-2001-3n-tsh:
2664       - 3   # NDRPDR sel
2665       - 4   # NDRPDR sel
2666       - 7   # NDRPDR sel
2667       - 8   # NDRPDR sel
2668       - 10  # NDRPDR sel
2669       - 12  # NDRPDR sel
2670       - 13  # NDRPDR sel
2671       - 14  # NDRPDR sel
2672       - 15  # NDRPDR sel
2673       - 21  # NDRPDR sel
2674       - 9   # MRR sel
2675
2676     csit-vpp-perf-verify-1908-3n-dnv:
2677       - 6   # NDRPDR sel
2678       - 7   # NDRPDR sel
2679       - 8   # NDRPDR sel
2680       - 9   # NDRPDR sel
2681       - 10  # NDRPDR sel
2682       - 12  # NDRPDR sel
2683       - 13  # NDRPDR sel
2684       - 14  # NDRPDR sel
2685       - 15  # NDRPDR sel
2686       - 16  # NDRPDR sel
2687       - 17  # MRR sel
2688     csit-vpp-perf-verify-2001-3n-dnv:
2689       - 5   # NDRPDR sel
2690       - 6   # NDRPDR sel
2691       - 7   # NDRPDR sel
2692       - 8   # NDRPDR sel
2693       - 9   # NDRPDR sel
2694       - 10  # NDRPDR sel
2695       - 12  # NDRPDR sel
2696       - 16  # NDRPDR sel
2697       - 17  # NDRPDR sel
2698       - 18  # NDRPDR sel
2699       - 11  # MRR sel
2700       - 19  # NDRPDR full
2701       - 20  # NDRPDR full
2702       - 21  # NDRPDR full
2703       - 22  # NDRPDR full
2704       - 23  # NDRPDR full
2705       - 24  # NDRPDR full
2706       - 25  # NDRPDR full
2707       - 26  # NDRPDR full
2708       - 37  # NDRPDR full
2709       - 38  # NDRPDR full
2710       - 39  # NDRPDR full
2711
2712     csit-vpp-perf-verify-1908-2n-dnv:
2713       - 1   # NDRPDR sel
2714       - 2   # NDRPDR sel
2715       - 3   # NDRPDR sel
2716       - 4   # NDRPDR sel
2717       - 5   # NDRPDR sel
2718       - 6   # NDRPDR sel
2719       - 7   # NDRPDR sel
2720       - 8   # NDRPDR sel
2721       - 9   # NDRPDR sel
2722       - 10  # NDRPDR sel
2723       - 11  # MRR sel
2724     csit-vpp-perf-verify-2001-2n-dnv:
2725       - 4   # NDRPDR sel
2726       - 5   # NDRPDR sel
2727       - 6   # NDRPDR sel
2728       - 7   # NDRPDR sel
2729       - 8   # NDRPDR sel
2730       - 9   # NDRPDR sel
2731       - 10  # NDRPDR sel
2732       - 11  # NDRPDR sel
2733       - 13  # NDRPDR sel
2734       - 16  # NDRPDR sel
2735       - 12  # MRR sel
2736       - 21  # NDRPDR full
2737       - 22  # NDRPDR full
2738       - 25  # NDRPDR full
2739       - 26  # NDRPDR full
2740       - 27  # NDRPDR full
2741       - 28  # NDRPDR full
2742
2743     csit-dpdk-perf-verify-1904-3n-hsw:
2744       - 2   # NDRPDR sel
2745       - 3   # NDRPDR sel
2746       - 5   # NDRPDR sel
2747       - 6   # NDRPDR sel
2748       - 13  # NDRPDR sel
2749       - 14  # NDRPDR sel
2750       - 15  # NDRPDR sel
2751       - 18  # NDRPDR sel
2752       - 19  # NDRPDR sel
2753       - 20  # NDRPDR sel
2754     csit-dpdk-perf-verify-1908-3n-hsw:
2755       - 2   # NDRPDR sel
2756       - 3   # NDRPDR sel
2757       - 4   # NDRPDR sel
2758       - 5   # NDRPDR sel
2759       - 6   # NDRPDR sel
2760       - 7   # NDRPDR sel
2761       - 8   # NDRPDR sel
2762       - 9   # NDRPDR sel
2763       - 10  # NDRPDR sel
2764       - 11  # NDRPDR sel
2765     csit-dpdk-perf-verify-2001-3n-hsw:
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  # NDRPDR sel
2774       - 12  # NDRPDR sel
2775       - 13  # NDRPDR sel
2776       - 15  # NDRPDR sel
2777       - 16  # NDRPDR sel
2778       - 17  # NDRPDR sel
2779       - 18  # NDRPDR sel
2780       - 19  # NDRPDR sel
2781       - 20  # NDRPDR sel
2782       - 21  # NDRPDR sel
2783       - 22  # NDRPDR sel
2784       - 23  # NDRPDR sel
2785       - 24  # NDRPDR sel
2786       - 25  # NDRPDR full
2787       - 26  # NDRPDR full
2788
2789     csit-dpdk-perf-verify-1904-3n-skx:
2790       - 2   # NDRPDR sel
2791       - 3   # NDRPDR sel
2792       - 4   # NDRPDR sel
2793       - 5   # NDRPDR sel
2794       - 6   # NDRPDR sel
2795       - 7   # NDRPDR sel
2796       - 11  # NDRPDR sel
2797       - 12  # NDRPDR sel
2798       - 13  # NDRPDR sel
2799       - 14  # NDRPDR sel
2800     csit-dpdk-perf-verify-1908-3n-skx:
2801       - 3   # NDRPDR sel
2802       - 4   # NDRPDR sel
2803       - 5   # NDRPDR sel
2804       - 6   # NDRPDR sel
2805       - 7   # NDRPDR sel
2806       - 8   # NDRPDR sel
2807       - 9   # NDRPDR sel
2808       - 10  # NDRPDR sel
2809       - 11  # NDRPDR sel
2810       - 12  # NDRPDR sel
2811     csit-dpdk-perf-verify-2001-3n-skx:
2812       - 29  # NDRPDR sel xxv710
2813       - 33  # NDRPDR sel xxv710
2814       - 34  # NDRPDR sel xxv710
2815       - 35  # NDRPDR sel xxv710
2816       - 36  # NDRPDR sel xxv710
2817       - 37  # NDRPDR sel xxv710
2818       - 41  # NDRPDR sel xxv710
2819       - 42  # NDRPDR sel xxv710
2820       - 43  # NDRPDR sel xxv710
2821       - 45  # NDRPDR sel xxv710
2822       - 30  # NDRPDR sel x710
2823       - 31  # NDRPDR sel x710
2824       - 32  # NDRPDR sel x710
2825       - 38  # NDRPDR sel x710
2826       - 39  # NDRPDR sel x710
2827       - 40  # NDRPDR sel x710
2828       - 44  # NDRPDR sel x710
2829       - 46  # NDRPDR sel x710
2830       - 47  # NDRPDR sel x710
2831       - 48  # NDRPDR sel x710
2832
2833     csit-dpdk-perf-verify-1904-2n-skx:
2834       - 2   # NDRPDR sel
2835       - 3   # NDRPDR sel
2836       - 4   # NDRPDR sel
2837       - 5   # NDRPDR sel
2838       - 7   # NDRPDR sel
2839       - 8   # NDRPDR sel
2840       - 9   # NDRPDR sel
2841       - 10  # NDRPDR sel
2842       - 11  # NDRPDR sel
2843       - 12  # NDRPDR sel
2844     csit-dpdk-perf-verify-1908-2n-skx:
2845       - 2   # NDRPDR sel
2846       - 3   # NDRPDR sel
2847       - 4   # NDRPDR sel
2848       - 5   # NDRPDR sel
2849       - 7   # NDRPDR sel
2850       - 8   # NDRPDR sel
2851       - 9   # NDRPDR sel
2852       - 10  # NDRPDR sel
2853       - 11  # NDRPDR sel
2854       - 12  # NDRPDR sel
2855     csit-dpdk-perf-verify-2001-2n-skx:
2856       - 35  # NDRPDR sel xxv710
2857       - 36  # NDRPDR sel xxv710
2858       - 37  # NDRPDR sel xxv710
2859       - 41  # NDRPDR sel xxv710
2860       - 42  # NDRPDR sel xxv710
2861       - 43  # NDRPDR sel xxv710
2862       - 46  # NDRPDR sel xxv710
2863       - 47  # NDRPDR sel xxv710
2864       - 52  # NDRPDR sel xxv710
2865       - 53  # NDRPDR sel xxv710
2866       - 38  # NDRPDR sel x710
2867       - 39  # NDRPDR sel x710
2868       - 40  # NDRPDR sel x710
2869       - 44  # NDRPDR sel x710
2870       - 45  # NDRPDR sel x710
2871       - 48  # NDRPDR sel x710
2872       - 49  # NDRPDR sel x710
2873       - 50  # NDRPDR sel x710
2874       - 51  # NDRPDR sel x710
2875       - 54  # NDRPDR sel x710
2876
2877     csit-dpdk-perf-verify-2001-2n-clx:
2878       - 15  # NDRPDR sel
2879       - 16  # NDRPDR sel
2880       - 17  # NDRPDR sel
2881       - 18  # NDRPDR sel
2882       - 19  # NDRPDR sel
2883       - 20  # NDRPDR sel
2884       - 21  # NDRPDR sel
2885       - 22  # NDRPDR sel
2886       - 23  # NDRPDR sel
2887       - 24  # NDRPDR sel
2888       - 25  # NDRPDR sel
2889       - 26  # NDRPDR sel
2890       - 27  # NDRPDR sel
2891       - 28  # NDRPDR sel
2892       - 29  # NDRPDR sel
2893       - 30  # NDRPDR sel
2894       - 31  # NDRPDR sel
2895       - 32  # NDRPDR sel
2896       - 33  # NDRPDR sel
2897       - 34  # NDRPDR sel
2898
2899     csit-dpdk-perf-verify-2001-2n-dnv:
2900       - 9   # NDRPDR sel
2901       - 10  # NDRPDR sel
2902       - 11  # NDRPDR sel
2903       - 12  # NDRPDR sel
2904       - 13  # NDRPDR sel
2905       - 14  # NDRPDR sel
2906       - 15  # NDRPDR sel
2907       - 16  # NDRPDR sel
2908       - 17  # NDRPDR sel
2909       - 18  # NDRPDR sel
2910
2911     csit-dpdk-perf-verify-2001-3n-dnv:
2912       - 12  # NDRPDR sel
2913       - 13  # NDRPDR sel
2914       - 14  # NDRPDR sel
2915       - 15  # NDRPDR sel
2916       - 16  # NDRPDR sel
2917       - 17  # NDRPDR sel
2918       - 18  # NDRPDR sel
2919       - 19  # NDRPDR sel
2920       - 20  # NDRPDR sel
2921       - 22  # NDRPDR sel
2922
2923     csit-dpdk-perf-verify-2001-3n-tsh:
2924       - 3   # NDRPDR sel
2925       - 4   # NDRPDR sel
2926       - 5   # NDRPDR sel
2927       - 9   # NDRPDR sel
2928       - 10  # NDRPDR sel
2929       - 11  # NDRPDR sel
2930       - 12  # NDRPDR sel
2931       - 14  # NDRPDR sel
2932       - 15  # NDRPDR sel
2933       - 18  # NDRPDR sel
2934
2935     csit-vpp-device-2001-ubuntu1804-1n-skx:
2936       - 57
2937
2938 - type: "output"
2939   output: "report"
2940   format:
2941     html:
2942     - full
2943     pdf:
2944     - minimal
2945
2946 ################################################################################
2947 ###                               T A B L E S                                ###
2948 ################################################################################
2949
2950 # VPP Soak vs NDR - 2n-skx
2951 - type: "table"
2952   title: "VPP Soak vs NDR 2n-skx"
2953   algorithm: "table_soak_vs_ndr"
2954   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2955   reference:
2956     title: "NDR"
2957     data: "vpp-soak-vs-ndr-2n-skx-ref"
2958   compare:
2959     title: "Soak"
2960     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2961   data: "vpp-soak-vs-ndr-2n-skx"
2962   include-tests: "NDR"
2963   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2964   parameters:
2965     - "throughput"
2966     - "name"
2967     - "parent"
2968
2969 # VPP Soak vs NDR - 2n-clx
2970 - type: "table"
2971   title: "VPP Soak vs NDR 2n-clx"
2972   algorithm: "table_soak_vs_ndr"
2973   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2974   reference:
2975     title: "NDR"
2976     data: "vpp-soak-vs-ndr-2n-clx-ref"
2977   compare:
2978     title: "Soak"
2979     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2980   data: "vpp-soak-vs-ndr-2n-clx"
2981   include-tests: "NDR"
2982   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2983   parameters:
2984     - "throughput"
2985     - "name"
2986     - "parent"
2987
2988 ################################################################################
2989
2990 # VPP Compare NICs 3n-skx 2t1c ndr
2991 - type: "table"
2992   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2993   algorithm: "table_comparison"
2994   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2995   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2996   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2997   columns:
2998     - title: "x710"
2999       data-set: "vpp-nic-comparison-3n-skx"
3000       tag: "NIC_Intel-X710"
3001     - title: "xxv710"
3002       data-set: "vpp-nic-comparison-3n-skx"
3003       tag: "NIC_Intel-XXV710"
3004   comparisons:
3005     - title: "Diff"
3006       reference: 1
3007       compare: 2
3008   legend:
3009     - "Legend to Table:"
3010     - "x710, xxv710 - NICs tested."
3011     - "Diff - difference between x710 and xxv710 NIC."
3012
3013 # VPP Compare NICs 3n-skx 4t2c ndr
3014 - type: "table"
3015   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3016   algorithm: "table_comparison"
3017   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3018   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3019   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3020   columns:
3021     - title: "x710"
3022       data-set: "vpp-nic-comparison-3n-skx"
3023       tag: "NIC_Intel-X710"
3024     - title: "xxv710"
3025       data-set: "vpp-nic-comparison-3n-skx"
3026       tag: "NIC_Intel-XXV710"
3027   comparisons:
3028     - title: "Diff"
3029       reference: 1
3030       compare: 2
3031   legend:
3032     - "Legend to Table:"
3033     - "x710, xxv710 - NICs tested."
3034     - "Diff - difference between x710 and xxv710 NIC."
3035
3036 # VPP Compare NICs 3n-skx 2t1c pdr
3037 - type: "table"
3038   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3039   algorithm: "table_comparison"
3040   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3041   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3042   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3043   columns:
3044     - title: "x710"
3045       data-set: "vpp-nic-comparison-3n-skx"
3046       tag: "NIC_Intel-X710"
3047     - title: "xxv710"
3048       data-set: "vpp-nic-comparison-3n-skx"
3049       tag: "NIC_Intel-XXV710"
3050   comparisons:
3051     - title: "Diff"
3052       reference: 1
3053       compare: 2
3054   legend:
3055     - "Legend to Table:"
3056     - "x710, xxv710 - NICs tested."
3057     - "Diff - difference between x710 and xxv710 NIC."
3058
3059 # VPP Compare NICs 3n-skx 4t2c pdr
3060 - type: "table"
3061   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3062   algorithm: "table_comparison"
3063   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3064   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3065   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3066   columns:
3067     - title: "x710"
3068       data-set: "vpp-nic-comparison-3n-skx"
3069       tag: "NIC_Intel-X710"
3070     - title: "xxv710"
3071       data-set: "vpp-nic-comparison-3n-skx"
3072       tag: "NIC_Intel-XXV710"
3073   comparisons:
3074     - title: "Diff"
3075       reference: 1
3076       compare: 2
3077   legend:
3078     - "Legend to Table:"
3079     - "x710, xxv710 - NICs tested."
3080     - "Diff - difference between x710 and xxv710 NIC."
3081
3082 # VPP Compare NICs 3n-skx 2t1c mrr
3083 - type: "table"
3084   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3085   algorithm: "table_comparison"
3086   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3087   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3088   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3089   columns:
3090     - title: "x710"
3091       data-set: "vpp-nic-comparison-3n-skx-mrr"
3092       tag: "NIC_Intel-X710"
3093     - title: "xxv710"
3094       data-set: "vpp-nic-comparison-3n-skx-mrr"
3095       tag: "NIC_Intel-XXV710"
3096   comparisons:
3097     - title: "Diff"
3098       reference: 1
3099       compare: 2
3100   legend:
3101     - "Legend to Table:"
3102     - "x710, xxv710 - NICs tested."
3103     - "Diff - difference between x710 and xxv710 NIC."
3104
3105 # VPP Compare NICs 3n-skx 4t2c mrr
3106 - type: "table"
3107   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3108   algorithm: "table_comparison"
3109   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3110   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3111   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3112   columns:
3113     - title: "x710"
3114       data-set: "vpp-nic-comparison-3n-skx-mrr"
3115       tag: "NIC_Intel-X710"
3116     - title: "xxv710"
3117       data-set: "vpp-nic-comparison-3n-skx-mrr"
3118       tag: "NIC_Intel-XXV710"
3119   comparisons:
3120     - title: "Diff"
3121       reference: 1
3122       compare: 2
3123   legend:
3124     - "Legend to Table:"
3125     - "x710, xxv710 - NICs tested."
3126     - "Diff - difference between x710 and xxv710 NIC."
3127
3128 # VPP Compare NICs 3n-skx 8t4c mrr
3129 - type: "table"
3130   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3131   algorithm: "table_comparison"
3132   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3133   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3134   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3135   columns:
3136     - title: "x710"
3137       data-set: "vpp-nic-comparison-3n-skx-mrr"
3138       tag: "NIC_Intel-X710"
3139     - title: "xxv710"
3140       data-set: "vpp-nic-comparison-3n-skx-mrr"
3141       tag: "NIC_Intel-XXV710"
3142   comparisons:
3143     - title: "Diff"
3144       reference: 1
3145       compare: 2
3146   legend:
3147     - "Legend to Table:"
3148     - "x710, xxv710 - NICs tested."
3149     - "Diff - difference between x710 and xxv710 NIC."
3150
3151 # VPP Compare NICs 2n-skx 2t1c ndr
3152 - type: "table"
3153   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3154   algorithm: "table_comparison"
3155   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3156   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3157   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3158   columns:
3159     - title: "x710"
3160       data-set: "vpp-nic-comparison-2n-skx"
3161       tag: "NIC_Intel-X710"
3162     - title: "xxv710"
3163       data-set: "vpp-nic-comparison-2n-skx"
3164       tag: "NIC_Intel-XXV710"
3165   comparisons:
3166     - title: "Diff"
3167       reference: 1
3168       compare: 2
3169   legend:
3170     - "Legend to Table:"
3171     - "x710, xxv710 - NICs tested."
3172     - "Diff - difference between x710 and xxv710 NIC."
3173
3174 # VPP Compare NICs 2n-skx 4t2c ndr
3175 - type: "table"
3176   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3177   algorithm: "table_comparison"
3178   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3179   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3180   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3181   columns:
3182     - title: "x710"
3183       data-set: "vpp-nic-comparison-2n-skx"
3184       tag: "NIC_Intel-X710"
3185     - title: "xxv710"
3186       data-set: "vpp-nic-comparison-2n-skx"
3187       tag: "NIC_Intel-XXV710"
3188   comparisons:
3189     - title: "Diff"
3190       reference: 1
3191       compare: 2
3192   legend:
3193     - "Legend to Table:"
3194     - "x710, xxv710 - NICs tested."
3195     - "Diff - difference between x710 and xxv710 NIC."
3196
3197 # VPP Compare NICs 2n-skx 2t1c pdr
3198 - type: "table"
3199   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3200   algorithm: "table_comparison"
3201   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3203   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3204   columns:
3205     - title: "x710"
3206       data-set: "vpp-nic-comparison-2n-skx"
3207       tag: "NIC_Intel-X710"
3208     - title: "xxv710"
3209       data-set: "vpp-nic-comparison-2n-skx"
3210       tag: "NIC_Intel-XXV710"
3211   comparisons:
3212     - title: "Diff"
3213       reference: 1
3214       compare: 2
3215   legend:
3216     - "Legend to Table:"
3217     - "x710, xxv710 - NICs tested."
3218     - "Diff - difference between x710 and xxv710 NIC."
3219
3220 # VPP Compare NICs 2n-skx 4t2c pdr
3221 - type: "table"
3222   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3223   algorithm: "table_comparison"
3224   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3225   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3226   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3227   columns:
3228     - title: "x710"
3229       data-set: "vpp-nic-comparison-2n-skx"
3230       tag: "NIC_Intel-X710"
3231     - title: "xxv710"
3232       data-set: "vpp-nic-comparison-2n-skx"
3233       tag: "NIC_Intel-XXV710"
3234   comparisons:
3235     - title: "Diff"
3236       reference: 1
3237       compare: 2
3238   legend:
3239     - "Legend to Table:"
3240     - "x710, xxv710 - NICs tested."
3241     - "Diff - difference between x710 and xxv710 NIC."
3242
3243 # VPP Compare NICs 2n-skx 2t1c mrr
3244 - type: "table"
3245   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3246   algorithm: "table_comparison"
3247   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3248   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3249   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3250   columns:
3251     - title: "x710"
3252       data-set: "vpp-nic-comparison-2n-skx-mrr"
3253       tag: "NIC_Intel-X710"
3254     - title: "xxv710"
3255       data-set: "vpp-nic-comparison-2n-skx-mrr"
3256       tag: "NIC_Intel-XXV710"
3257   comparisons:
3258     - title: "Diff"
3259       reference: 1
3260       compare: 2
3261   legend:
3262     - "Legend to Table:"
3263     - "x710, xxv710 - NICs tested."
3264     - "Diff - difference between x710 and xxv710 NIC."
3265
3266 # VPP Compare NICs 2n-skx 4t2c mrr
3267 - type: "table"
3268   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3269   algorithm: "table_comparison"
3270   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3271   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3272   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3273   columns:
3274     - title: "x710"
3275       data-set: "vpp-nic-comparison-2n-skx-mrr"
3276       tag: "NIC_Intel-X710"
3277     - title: "xxv710"
3278       data-set: "vpp-nic-comparison-2n-skx-mrr"
3279       tag: "NIC_Intel-XXV710"
3280   comparisons:
3281     - title: "Diff"
3282       reference: 1
3283       compare: 2
3284   legend:
3285     - "Legend to Table:"
3286     - "x710, xxv710 - NICs tested."
3287     - "Diff - difference between x710 and xxv710 NIC."
3288
3289 # VPP Compare NICs 2n-skx 8t4c mrr
3290 - type: "table"
3291   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3292   algorithm: "table_comparison"
3293   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3294   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3295   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3296   columns:
3297     - title: "x710"
3298       data-set: "vpp-nic-comparison-2n-skx-mrr"
3299       tag: "NIC_Intel-X710"
3300     - title: "xxv710"
3301       data-set: "vpp-nic-comparison-2n-skx-mrr"
3302       tag: "NIC_Intel-XXV710"
3303   comparisons:
3304     - title: "Diff"
3305       reference: 1
3306       compare: 2
3307   legend:
3308     - "Legend to Table:"
3309     - "x710, xxv710 - NICs tested."
3310     - "Diff - difference between x710 and xxv710 NIC."
3311
3312 ################################################################################
3313 # VPP
3314
3315 # VPP Performance changes 2n-skx-xxv710 2t1c ndr
3316 - type: "table"
3317   title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3318   algorithm: "table_comparison"
3319   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3320   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3321   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3322   columns:
3323     - title: "1908.1"
3324       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3325     - title: "1908.2"
3326       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3327   comparisons:
3328     - title: "Diff"
3329       reference: 1
3330       compare: 2
3331   legend:
3332     - "Legend to Table:"
3333     - "1908.1, 1908.2 - VPP versions tested."
3334     - "Diff - difference between the previous and the current VPP version."
3335
3336 # VPP Performance changes 2n-skx-xxv710 2t1c pdr
3337 - type: "table"
3338   title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3339   algorithm: "table_comparison"
3340   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3341   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3342   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3343   columns:
3344     - title: "1908.1"
3345       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3346     - title: "1908.2"
3347       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3348   comparisons:
3349     - title: "Diff"
3350       reference: 1
3351       compare: 2
3352   legend:
3353     - "Legend to Table:"
3354     - "1908.1, 1908.2 - VPP versions tested."
3355     - "Diff - difference between the previous and the current VPP version."
3356
3357 # VPP Performance changes 3n-skx-xxv710 2t1c ndr
3358 - type: "table"
3359   title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3360   algorithm: "table_comparison"
3361   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3362   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3363   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3364   columns:
3365     - title: "1908.1"
3366       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3367     - title: "1908.2"
3368       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3369   comparisons:
3370     - title: "Diff"
3371       reference: 1
3372       compare: 2
3373   legend:
3374     - "Legend to Table:"
3375     - "1908.1, 1908.2 - VPP versions tested."
3376     - "Diff - difference between the previous and the current VPP version."
3377
3378 # VPP Performance changes 3n-skx-xxv710 2t1c pdr
3379 - type: "table"
3380   title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3381   algorithm: "table_comparison"
3382   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3383   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3384   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3385   columns:
3386     - title: "1908.1"
3387       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3388     - title: "1908.2"
3389       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3390   comparisons:
3391     - title: "Diff"
3392       reference: 1
3393       compare: 2
3394   legend:
3395     - "Legend to Table:"
3396     - "1908.1, 1908.2 - VPP versions tested."
3397     - "Diff - difference between the previous and the current VPP version."
3398
3399 # VPP Performance changes 2n-clx-xxv710 2t1c ndr
3400 - type: "table"
3401   title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3402   algorithm: "table_comparison"
3403   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3404   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3405   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3406   columns:
3407     - title: "1908.1"
3408       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3409     - title: "1908.2"
3410       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3411   comparisons:
3412     - title: "Diff"
3413       reference: 1
3414       compare: 2
3415   legend:
3416     - "Legend to Table:"
3417     - "1908.1, 1908.2 - VPP versions tested."
3418     - "Diff - difference between the previous and the current VPP version."
3419
3420 # VPP Performance changes 2n-clx-xxv710 2t1c pdr
3421 - type: "table"
3422   title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3423   algorithm: "table_comparison"
3424   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3425   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3426   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3427   columns:
3428     - title: "1908.1"
3429       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3430     - title: "1908.2"
3431       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3432   comparisons:
3433     - title: "Diff"
3434       reference: 1
3435       compare: 2
3436   legend:
3437     - "Legend to Table:"
3438     - "1908.1, 1908.2 - VPP versions tested."
3439     - "Diff - difference between the previous and the current VPP version."
3440
3441 # VPP Performance Changes 3n-hsw 1t1c pdr
3442 - type: "table"
3443   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3444   algorithm: "table_comparison"
3445   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3446   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3447   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3448   columns:
3449     - title: "1904"
3450       data-set: "vpp-performance-changes-3n-hsw-h1"
3451     - title: "1908"
3452       data-set: "vpp-performance-changes-3n-hsw-ref"
3453     - title: "2001"
3454       data-set: "vpp-performance-changes-3n-hsw-cmp"
3455   comparisons:
3456     - title: "Diff"
3457       reference: 2
3458       compare: 3
3459   legend:
3460     - "Legend to Table"
3461     - "1904, 1908, 2001 - VPP versions tested."
3462     - "Diff - difference between 1908 and 2001 VPP version."
3463
3464 # VPP Performance Changes 3n-hsw 2t2c pdr
3465 - type: "table"
3466   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3467   algorithm: "table_comparison"
3468   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3469   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3470   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3471   columns:
3472     - title: "1904"
3473       data-set: "vpp-performance-changes-3n-hsw-h1"
3474     - title: "1908"
3475       data-set: "vpp-performance-changes-3n-hsw-ref"
3476     - title: "2001"
3477       data-set: "vpp-performance-changes-3n-hsw-cmp"
3478   comparisons:
3479     - title: "Diff"
3480       reference: 2
3481       compare: 3
3482   legend:
3483     - "Legend to Table"
3484     - "1904, 1908, 2001 - VPP versions tested."
3485     - "Diff - difference between 1908 and 2001 VPP version."
3486
3487 # VPP Performance Changes 3n-hsw 1t1c ndr
3488 - type: "table"
3489   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3490   algorithm: "table_comparison"
3491   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3492   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3493   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3494   columns:
3495     - title: "1904"
3496       data-set: "vpp-performance-changes-3n-hsw-h1"
3497     - title: "1908"
3498       data-set: "vpp-performance-changes-3n-hsw-ref"
3499     - title: "2001"
3500       data-set: "vpp-performance-changes-3n-hsw-cmp"
3501   comparisons:
3502     - title: "Diff"
3503       reference: 2
3504       compare: 3
3505   legend:
3506     - "Legend to Table"
3507     - "1904, 1908, 2001 - VPP versions tested."
3508     - "Diff - difference between 1908 and 2001 VPP version."
3509
3510 # VPP Performance Changes 3n-hsw 2t2c ndr
3511 - type: "table"
3512   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3513   algorithm: "table_comparison"
3514   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3515   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3516   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3517   columns:
3518     - title: "1904"
3519       data-set: "vpp-performance-changes-3n-hsw-h1"
3520     - title: "1908"
3521       data-set: "vpp-performance-changes-3n-hsw-ref"
3522     - title: "2001"
3523       data-set: "vpp-performance-changes-3n-hsw-cmp"
3524   comparisons:
3525     - title: "Diff"
3526       reference: 2
3527       compare: 3
3528   legend:
3529     - "Legend to Table"
3530     - "1904, 1908, 2001 - VPP versions tested."
3531     - "Diff - difference between 1908 and 2001 VPP version."
3532
3533 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3534 - type: "table"
3535   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3536   algorithm: "table_comparison"
3537   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3538   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3539   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3540   rca:
3541     - title: "RCA1"
3542       data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3543     - title: "RCA2"
3544       data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3545   columns:
3546     - title: "1908.0-1"
3547       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3548       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3549     - title: "1908.1-1"
3550       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3551     - title: "1908.1-2"
3552       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3553     - title: "2001.0-2"
3554       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3555   comparisons:
3556     - title: "Diff1"
3557       reference: 2
3558       reference-alt: 1
3559       compare: 3
3560     - title: "Diff2"
3561       reference: 3
3562       compare: 4
3563   legend:
3564     - 'Legend to Table:'
3565     - '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).'
3566     - '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).'
3567     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3568     - 'RCA1 - root cause analysis reference for Diff1.'
3569     - 'RCA2 - root cause analysis reference for Diff2.'
3570
3571 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3572 - type: "table"
3573   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3574   algorithm: "table_comparison"
3575   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3576   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3577   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3578   rca:
3579     - title: "RCA1"
3580       data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3581     - title: "RCA2"
3582       data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3583   columns:
3584     - title: "1908.0-1"
3585       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3586       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3587     - title: "1908.1-1"
3588       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3589     - title: "1908.1-2"
3590       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3591     - title: "2001.0-2"
3592       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3593   comparisons:
3594     - title: "Diff1"
3595       reference: 2
3596       reference-alt: 1
3597       compare: 3
3598     - title: "Diff2"
3599       reference: 3
3600       compare: 4
3601   legend:
3602     - 'Legend to Table:'
3603     - '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).'
3604     - '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).'
3605     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3606     - 'RCA1 - root cause analysis reference for Diff1.'
3607     - 'RCA2 - root cause analysis reference for Diff2.'
3608
3609 # VPP Performance Changes 3n-skx 2t1c pdr
3610 - type: "table"
3611   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3612   algorithm: "table_comparison"
3613   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3614   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3615   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3616   columns:
3617     - title: "1904"
3618       data-set: "vpp-performance-changes-3n-skx-h1"
3619       tag: "NIC_Intel-X710"
3620     - title: "1908"
3621       data-set: "vpp-performance-changes-3n-skx-ref"
3622       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3623       tag: "NIC_Intel-XXV710"
3624     - title: "2001"
3625       data-set: "vpp-performance-changes-3n-skx-cmp"
3626       tag: "NIC_Intel-XXV710"
3627   comparisons:
3628     - title: "Diff"
3629       reference: 2
3630       compare: 3
3631   legend:
3632     - "Legend to Table"
3633     - "1904, 1908, 2001 - VPP versions tested."
3634     - "Diff - difference between 1908 and 2001 VPP version."
3635
3636 # VPP Performance Changes 3n-skx 4t2c pdr
3637 - type: "table"
3638   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3639   algorithm: "table_comparison"
3640   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3641   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3642   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3643   columns:
3644     - title: "1904"
3645       data-set: "vpp-performance-changes-3n-skx-h1"
3646       tag: "NIC_Intel-X710"
3647     - title: "1908"
3648       data-set: "vpp-performance-changes-3n-skx-ref"
3649       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3650       tag: "NIC_Intel-XXV710"
3651     - title: "2001"
3652       data-set: "vpp-performance-changes-3n-skx-cmp"
3653       tag: "NIC_Intel-XXV710"
3654   comparisons:
3655     - title: "Diff"
3656       reference: 2
3657       compare: 3
3658   legend:
3659     - "Legend to Table"
3660     - "1904, 1908, 2001 - VPP versions tested."
3661     - "Diff - difference between 1908 and 2001 VPP version."
3662
3663 # VPP Performance Changes 3n-skx 2t1c ndr
3664 - type: "table"
3665   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3666   algorithm: "table_comparison"
3667   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3668   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3669   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3670   columns:
3671     - title: "1904"
3672       data-set: "vpp-performance-changes-3n-skx-h1"
3673       tag: "NIC_Intel-X710"
3674     - title: "1908"
3675       data-set: "vpp-performance-changes-3n-skx-ref"
3676       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3677       tag: "NIC_Intel-XXV710"
3678     - title: "2001"
3679       data-set: "vpp-performance-changes-3n-skx-cmp"
3680       tag: "NIC_Intel-XXV710"
3681   comparisons:
3682     - title: "Diff"
3683       reference: 2
3684       compare: 3
3685   legend:
3686     - "Legend to Table"
3687     - "1904, 1908, 2001 - VPP versions tested."
3688     - "Diff - difference between 1908 and 2001 VPP version."
3689
3690 # VPP Performance Changes 3n-skx 4t2c ndr
3691 - type: "table"
3692   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3693   algorithm: "table_comparison"
3694   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3695   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3696   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3697   columns:
3698     - title: "1904"
3699       data-set: "vpp-performance-changes-3n-skx-h1"
3700       tag: "NIC_Intel-X710"
3701     - title: "1908"
3702       data-set: "vpp-performance-changes-3n-skx-ref"
3703       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3704       tag: "NIC_Intel-XXV710"
3705     - title: "2001"
3706       data-set: "vpp-performance-changes-3n-skx-cmp"
3707       tag: "NIC_Intel-XXV710"
3708   comparisons:
3709     - title: "Diff"
3710       reference: 2
3711       compare: 3
3712   legend:
3713     - "Legend to Table"
3714     - "1904, 1908, 2001 - VPP versions tested."
3715     - "Diff - difference between 1908 and 2001 VPP version."
3716
3717 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3718 - type: "table"
3719   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3720   algorithm: "table_comparison"
3721   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3722   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3723   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3724   rca:
3725     - title: "RCA1"
3726       data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3727     - title: "RCA2"
3728       data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3729   columns:
3730     - title: "1908.0-1"
3731       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3732       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3733     - title: "1908.1-1"
3734       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3735     - title: "1908.1-2"
3736       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3737     - title: "2001.0-2"
3738       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3739   comparisons:
3740     - title: "Diff1"
3741       reference: 2
3742       reference-alt: 1
3743       compare: 3
3744     - title: "Diff2"
3745       reference: 3
3746       compare: 4
3747   legend:
3748     - 'Legend to Table:'
3749     - '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).'
3750     - '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).'
3751     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3752     - 'RCA1 - root cause analysis reference for Diff1.'
3753     - 'RCA2 - root cause analysis reference for Diff2.'
3754
3755 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3756 - type: "table"
3757   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3758   algorithm: "table_comparison"
3759   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3760   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3761   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3762   rca:
3763     - title: "RCA1"
3764       data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3765     - title: "RCA2"
3766       data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3767   columns:
3768     - title: "1908.0-1"
3769       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3770       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3771     - title: "1908.1-1"
3772       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3773     - title: "1908.1-2"
3774       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3775     - title: "2001.0-2"
3776       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3777   comparisons:
3778     - title: "Diff1"
3779       reference: 2
3780       reference-alt: 1
3781       compare: 3
3782     - title: "Diff2"
3783       reference: 3
3784       compare: 4
3785   legend:
3786     - 'Legend to Table:'
3787     - '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).'
3788     - '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).'
3789     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3790     - 'RCA1 - root cause analysis reference for Diff1.'
3791     - 'RCA2 - root cause analysis reference for Diff2.'
3792
3793 # VPP Performance Changes 2n-skx 2t1c pdr
3794 - type: "table"
3795   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3796   algorithm: "table_comparison"
3797   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3798   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3799   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3800   columns:
3801     - title: "1904"
3802       data-set: "vpp-performance-changes-2n-skx-h1"
3803       tag: "NIC_Intel-X710"
3804     - title: "1908"
3805       data-set: "vpp-performance-changes-2n-skx-ref"
3806       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3807       tag: "NIC_Intel-XXV710"
3808     - title: "2001"
3809       data-set: "vpp-performance-changes-2n-skx-cmp"
3810       tag: "NIC_Intel-XXV710"
3811   comparisons:
3812     - title: "Diff"
3813       reference: 2
3814       compare: 3
3815   legend:
3816     - "Legend to Table"
3817     - "1904, 1908, 2001 - VPP versions tested."
3818     - "Diff - difference between 1908 and 2001 VPP version."
3819
3820 # VPP Performance Changes 2n-skx 4t2c pdr
3821 - type: "table"
3822   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3823   algorithm: "table_comparison"
3824   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3825   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3826   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3827   columns:
3828     - title: "1904"
3829       data-set: "vpp-performance-changes-2n-skx-h1"
3830       tag: "NIC_Intel-X710"
3831     - title: "1908"
3832       data-set: "vpp-performance-changes-2n-skx-ref"
3833       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3834       tag: "NIC_Intel-XXV710"
3835     - title: "2001"
3836       data-set: "vpp-performance-changes-2n-skx-cmp"
3837       tag: "NIC_Intel-XXV710"
3838   comparisons:
3839     - title: "Diff"
3840       reference: 2
3841       compare: 3
3842   legend:
3843     - "Legend to Table"
3844     - "1904, 1908, 2001 - VPP versions tested."
3845     - "Diff - difference between 1908 and 2001 VPP version."
3846
3847 # VPP Performance Changes 2n-skx 2t1c ndr
3848 - type: "table"
3849   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3850   algorithm: "table_comparison"
3851   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3852   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3853   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3854   columns:
3855     - title: "1904"
3856       data-set: "vpp-performance-changes-2n-skx-h1"
3857       tag: "NIC_Intel-X710"
3858     - title: "1908"
3859       data-set: "vpp-performance-changes-2n-skx-ref"
3860       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3861       tag: "NIC_Intel-XXV710"
3862     - title: "2001"
3863       data-set: "vpp-performance-changes-2n-skx-cmp"
3864       tag: "NIC_Intel-XXV710"
3865   comparisons:
3866     - title: "Diff"
3867       reference: 2
3868       compare: 3
3869   legend:
3870     - "Legend to Table"
3871     - "1904, 1908, 2001 - VPP versions tested."
3872     - "Diff - difference between 1908 and 2001 VPP version."
3873
3874 # VPP Performance Changes 2n-skx 4t2c ndr
3875 - type: "table"
3876   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3877   algorithm: "table_comparison"
3878   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3880   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3881   columns:
3882     - title: "1904"
3883       data-set: "vpp-performance-changes-2n-skx-h1"
3884       tag: "NIC_Intel-X710"
3885     - title: "1908"
3886       data-set: "vpp-performance-changes-2n-skx-ref"
3887       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3888       tag: "NIC_Intel-XXV710"
3889     - title: "2001"
3890       data-set: "vpp-performance-changes-2n-skx-cmp"
3891       tag: "NIC_Intel-XXV710"
3892   comparisons:
3893     - title: "Diff"
3894       reference: 2
3895       compare: 3
3896   legend:
3897     - "Legend to Table"
3898     - "1904, 1908, 2001 - VPP versions tested."
3899     - "Diff - difference between 1908 and 2001 VPP version."
3900
3901 # VPP Performance Changes 2n-dnv 1t1c pdr
3902 - type: "table"
3903   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3904   algorithm: "table_comparison"
3905   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3906   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3907   filter: "'1T1C'"
3908   columns:
3909     - title: "1908"
3910       data-set: "vpp-performance-changes-2n-dnv-ref"
3911     - title: "2001"
3912       data-set: "vpp-performance-changes-2n-dnv-cmp"
3913   comparisons:
3914     - title: "Diff"
3915       reference: 1
3916       compare: 2
3917   legend:
3918     - "Legend to Table"
3919     - "1908, 2001 - VPP versions tested."
3920     - "Diff - difference between 1908 and 2001 VPP version."
3921
3922 # VPP Performance Changes 2n-dnv 2t2c pdr
3923 - type: "table"
3924   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3925   algorithm: "table_comparison"
3926   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3928   filter: "'2T2C'"
3929   columns:
3930     - title: "1908"
3931       data-set: "vpp-performance-changes-2n-dnv-ref"
3932     - title: "2001"
3933       data-set: "vpp-performance-changes-2n-dnv-cmp"
3934   comparisons:
3935     - title: "Diff"
3936       reference: 1
3937       compare: 2
3938   legend:
3939     - "Legend to Table"
3940     - "1908, 2001 - VPP versions tested."
3941     - "Diff - difference between 1908 and 2001 VPP version."
3942
3943 # VPP Performance Changes 2n-dnv 1t1c ndr
3944 - type: "table"
3945   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3946   algorithm: "table_comparison"
3947   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3948   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3949   filter: "'1T1C'"
3950   columns:
3951     - title: "1908"
3952       data-set: "vpp-performance-changes-2n-dnv-ref"
3953     - title: "2001"
3954       data-set: "vpp-performance-changes-2n-dnv-cmp"
3955   comparisons:
3956     - title: "Diff"
3957       reference: 1
3958       compare: 2
3959   legend:
3960     - "Legend to Table"
3961     - "1908, 2001 - VPP versions tested."
3962     - "Diff - difference between 1908 and 2001 VPP version."
3963
3964 # VPP Performance Changes 2n-dnv 2t2c ndr
3965 - type: "table"
3966   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3967   algorithm: "table_comparison"
3968   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3969   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3970   filter: "'2T2C'"
3971   columns:
3972     - title: "1908"
3973       data-set: "vpp-performance-changes-2n-dnv-ref"
3974     - title: "2001"
3975       data-set: "vpp-performance-changes-2n-dnv-cmp"
3976   comparisons:
3977     - title: "Diff"
3978       reference: 1
3979       compare: 2
3980   legend:
3981     - "Legend to Table"
3982     - "1908, 2001 - VPP versions tested."
3983     - "Diff - difference between 1908 and 2001 VPP version."
3984
3985 # VPP Performance Changes 3n-dnv 1t1c pdr
3986 - type: "table"
3987   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3988   algorithm: "table_comparison"
3989   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3990   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3991   filter: "'1T1C'"
3992   columns:
3993     - title: "1908"
3994       data-set: "vpp-performance-changes-3n-dnv-ref"
3995     - title: "2001"
3996       data-set: "vpp-performance-changes-3n-dnv-cmp"
3997   comparisons:
3998     - title: "Diff"
3999       reference: 1
4000       compare: 2
4001   legend:
4002     - "Legend to Table"
4003     - "1908, 2001 - VPP versions tested."
4004     - "Diff - difference between 1908 and 2001 VPP version."
4005
4006 # VPP Performance Changes 3n-dnv 2t2c pdr
4007 - type: "table"
4008   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4009   algorithm: "table_comparison"
4010   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4011   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4012   filter: "'2T2C'"
4013   columns:
4014     - title: "1908"
4015       data-set: "vpp-performance-changes-3n-dnv-ref"
4016     - title: "2001"
4017       data-set: "vpp-performance-changes-3n-dnv-cmp"
4018   comparisons:
4019     - title: "Diff"
4020       reference: 1
4021       compare: 2
4022   legend:
4023     - "Legend to Table"
4024     - "1908, 2001 - VPP versions tested."
4025     - "Diff - difference between 1908 and 2001 VPP version."
4026
4027 # VPP Performance Changes 3n-dnv 1t1c ndr
4028 - type: "table"
4029   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4030   algorithm: "table_comparison"
4031   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4032   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4033   filter: "'1T1C'"
4034   columns:
4035     - title: "1908"
4036       data-set: "vpp-performance-changes-3n-dnv-ref"
4037     - title: "2001"
4038       data-set: "vpp-performance-changes-3n-dnv-cmp"
4039   comparisons:
4040     - title: "Diff"
4041       reference: 1
4042       compare: 2
4043   legend:
4044     - "Legend to Table"
4045     - "1908, 2001 - VPP versions tested."
4046     - "Diff - difference between 1908 and 2001 VPP version."
4047
4048 # VPP Performance Changes 3n-dnv 2t2c ndr
4049 - type: "table"
4050   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4051   algorithm: "table_comparison"
4052   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4053   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4054   filter: "'2T2C'"
4055   columns:
4056     - title: "1908"
4057       data-set: "vpp-performance-changes-3n-dnv-ref"
4058     - title: "2001"
4059       data-set: "vpp-performance-changes-3n-dnv-cmp"
4060   comparisons:
4061     - title: "Diff"
4062       reference: 1
4063       compare: 2
4064   legend:
4065     - "Legend to Table"
4066     - "1908, 2001 - VPP versions tested."
4067     - "Diff - difference between 1908 and 2001 VPP version."
4068
4069 # VPP Performance Changes 3n-tsh 1t1c pdr
4070 - type: "table"
4071   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4072   algorithm: "table_comparison"
4073   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4074   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4075   filter: "'1T1C'"
4076   columns:
4077     - title: "1908"
4078       data-set: "vpp-performance-changes-3n-tsh-ref"
4079     - title: "2001"
4080       data-set: "vpp-performance-changes-3n-tsh-cmp"
4081   comparisons:
4082     - title: "Diff"
4083       reference: 1
4084       compare: 2
4085   legend:
4086     - "Legend to Table"
4087     - "1908, 2001 - VPP versions tested."
4088     - "Diff - difference between 1908 and 2001 VPP version."
4089
4090 # VPP Performance Changes 3n-tsh 2t2c pdr
4091 - type: "table"
4092   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4093   algorithm: "table_comparison"
4094   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4095   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4096   filter: "'2T2C'"
4097   columns:
4098     - title: "1908"
4099       data-set: "vpp-performance-changes-3n-tsh-ref"
4100     - title: "2001"
4101       data-set: "vpp-performance-changes-3n-tsh-cmp"
4102   comparisons:
4103     - title: "Diff"
4104       reference: 1
4105       compare: 2
4106   legend:
4107     - "Legend to Table"
4108     - "1908, 2001 - VPP versions tested."
4109     - "Diff - difference between 1908 and 2001 VPP version."
4110
4111 # VPP Performance Changes 3n-tsh 1t1c ndr
4112 - type: "table"
4113   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4114   algorithm: "table_comparison"
4115   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4116   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4117   filter: "'1T1C'"
4118   columns:
4119     - title: "1908"
4120       data-set: "vpp-performance-changes-3n-tsh-ref"
4121     - title: "2001"
4122       data-set: "vpp-performance-changes-3n-tsh-cmp"
4123   comparisons:
4124     - title: "Diff"
4125       reference: 1
4126       compare: 2
4127   legend:
4128     - "Legend to Table"
4129     - "1908, 2001 - VPP versions tested."
4130     - "Diff - difference between 1908 and 2001 VPP version."
4131
4132 # VPP Performance Changes 3n-tsh 2t2c ndr
4133 - type: "table"
4134   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4135   algorithm: "table_comparison"
4136   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4137   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4138   filter: "'2T2C'"
4139   columns:
4140     - title: "1908"
4141       data-set: "vpp-performance-changes-3n-tsh-ref"
4142     - title: "2001"
4143       data-set: "vpp-performance-changes-3n-tsh-cmp"
4144   comparisons:
4145     - title: "Diff"
4146       reference: 1
4147       compare: 2
4148   legend:
4149     - "Legend to Table"
4150     - "1908, 2001 - VPP versions tested."
4151     - "Diff - difference between 1908 and 2001 VPP version."
4152
4153 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4154 - type: "table"
4155   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4156   algorithm: "table_comparison"
4157   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4158   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4159   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4160   columns:
4161     - title: "3n-hsw xl710"
4162       data-set: "vpp-compare-testbeds-ref"
4163       tag: "NIC_Intel-XL710"
4164     - title: "3n-skx xxv710"
4165       data-set: "vpp-compare-testbeds-cmp"
4166       tag: "NIC_Intel-XXV710"
4167   comparisons:
4168     - title: "Diff"
4169       reference: 1
4170       compare: 2
4171   legend:
4172     - "Legend to Table"
4173     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4174     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4175
4176 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4177 - type: "table"
4178   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4179   algorithm: "table_comparison"
4180   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4181   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4182   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4183   columns:
4184     - title: "3n-hsw xl710"
4185       data-set: "vpp-compare-testbeds-ref"
4186       tag: "NIC_Intel-XL710"
4187     - title: "3n-skx xxv710"
4188       data-set: "vpp-compare-testbeds-cmp"
4189       tag: "NIC_Intel-XXV710"
4190   comparisons:
4191     - title: "Diff"
4192       reference: 1
4193       compare: 2
4194   legend:
4195     - "Legend to Table"
4196     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4197     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4198
4199 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4200 - type: "table"
4201   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4202   algorithm: "table_comparison"
4203   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4204   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4205   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4206   columns:
4207     - title: "3n-hsw xl710"
4208       data-set: "vpp-compare-testbeds-ref"
4209       tag: "NIC_Intel-XL710"
4210     - title: "3n-skx xxv710"
4211       data-set: "vpp-compare-testbeds-cmp"
4212       tag: "NIC_Intel-XXV710"
4213   comparisons:
4214     - title: "Diff"
4215       reference: 1
4216       compare: 2
4217   legend:
4218     - "Legend to Table"
4219     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4220     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4221
4222 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4223 - type: "table"
4224   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4225   algorithm: "table_comparison"
4226   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4227   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4228   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4229   columns:
4230     - title: "3n-hsw xl710"
4231       data-set: "vpp-compare-testbeds-ref"
4232       tag: "NIC_Intel-XL710"
4233     - title: "3n-skx xxv710"
4234       data-set: "vpp-compare-testbeds-cmp"
4235       tag: "NIC_Intel-XXV710"
4236   comparisons:
4237     - title: "Diff"
4238       reference: 1
4239       compare: 2
4240   legend:
4241     - "Legend to Table"
4242     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4243     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4244
4245 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4246 - type: "table"
4247   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4248   algorithm: "table_comparison"
4249   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4250   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4251   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4252   columns:
4253     - title: "2n-skx"
4254       data-set: "vpp-compare-testbeds-skx-clx-ref"
4255     - title: "2n-clx"
4256       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4257   comparisons:
4258     - title: "Diff"
4259       reference: 1
4260       compare: 2
4261   legend:
4262     - "Legend to Table"
4263     - "2n-skx, 2n-clx - testbeds and NICs tested."
4264     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4265
4266 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4267 - type: "table"
4268   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4269   algorithm: "table_comparison"
4270   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4271   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4272   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4273   columns:
4274     - title: "2n-skx"
4275       data-set: "vpp-compare-testbeds-skx-clx-ref"
4276     - title: "2n-clx"
4277       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4278   comparisons:
4279     - title: "Diff"
4280       reference: 1
4281       compare: 2
4282   legend:
4283     - "Legend to Table"
4284     - "2n-skx, 2n-clx - testbeds and NICs tested."
4285     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4286
4287 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4288 - type: "table"
4289   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4290   algorithm: "table_comparison"
4291   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4293   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4294   columns:
4295     - title: "2n-skx"
4296       data-set: "vpp-compare-testbeds-skx-clx-ref"
4297     - title: "2n-clx"
4298       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4299   comparisons:
4300     - title: "Diff"
4301       reference: 1
4302       compare: 2
4303   legend:
4304     - "Legend to Table"
4305     - "2n-skx, 2n-clx - testbeds and NICs tested."
4306     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4307
4308 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4309 - type: "table"
4310   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4311   algorithm: "table_comparison"
4312   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4313   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4314   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4315   columns:
4316     - title: "2n-skx"
4317       data-set: "vpp-compare-testbeds-skx-clx-ref"
4318     - title: "2n-clx"
4319       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4320   comparisons:
4321     - title: "Diff"
4322       reference: 1
4323       compare: 2
4324   legend:
4325     - "Legend to Table"
4326     - "2n-skx, 2n-clx - testbeds and NICs tested."
4327     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4328
4329 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4330 - type: "table"
4331   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4332   algorithm: "table_comparison"
4333   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4334   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4335   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4336   columns:
4337     - title: "3n-hsw xl710"
4338       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4339       tag: "NIC_Intel-XL710"
4340     - title: "2n-clx xxv710"
4341       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4342       tag: "NIC_Intel-XXV710"
4343   comparisons:
4344     - title: "Diff"
4345       reference: 1
4346       compare: 2
4347   legend:
4348     - "Legend to Table"
4349     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4350     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4351
4352 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4353 - type: "table"
4354   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4355   algorithm: "table_comparison"
4356   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4357   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4358   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4359   columns:
4360     - title: "3n-hsw xl710"
4361       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4362       tag: "NIC_Intel-XL710"
4363     - title: "2n-clx xxv710"
4364       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4365       tag: "NIC_Intel-XXV710"
4366   comparisons:
4367     - title: "Diff"
4368       reference: 1
4369       compare: 2
4370   legend:
4371     - "Legend to Table"
4372     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4373     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4374
4375 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4376 - type: "table"
4377   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4378   algorithm: "table_comparison"
4379   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4380   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4381   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4382   columns:
4383     - title: "3n-hsw xl710"
4384       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4385       tag: "NIC_Intel-XL710"
4386     - title: "2n-clx xxv710"
4387       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4388       tag: "NIC_Intel-XXV710"
4389   comparisons:
4390     - title: "Diff"
4391       reference: 1
4392       compare: 2
4393   legend:
4394     - "Legend to Table"
4395     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4396     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4397
4398 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4399 - type: "table"
4400   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4401   algorithm: "table_comparison"
4402   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4403   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4404   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4405   columns:
4406     - title: "3n-hsw xl710"
4407       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4408       tag: "NIC_Intel-XL710"
4409     - title: "2n-clx xxv710"
4410       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4411       tag: "NIC_Intel-XXV710"
4412   comparisons:
4413     - title: "Diff"
4414       reference: 1
4415       compare: 2
4416   legend:
4417     - "Legend to Table"
4418     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4419     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4420
4421 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4422 - type: "table"
4423   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4424   algorithm: "table_comparison"
4425   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4426   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4427   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4428   columns:
4429     - title: "3n-skx"
4430       data-set: "vpp-compare-topologies-ref"
4431     - title: "2n-skx"
4432       data-set: "vpp-compare-topologies-cmp"
4433   comparisons:
4434     - title: "Diff"
4435       reference: 1
4436       compare: 2
4437   legend:
4438     - "Legend to Table"
4439     - "3n-skx, 2n-skx - topologies tested."
4440     - "Diff - difference between 3n-skx and 2n-skx topologies."
4441
4442 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4443 - type: "table"
4444   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4445   algorithm: "table_comparison"
4446   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4447   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4448   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4449   columns:
4450     - title: "3n-skx"
4451       data-set: "vpp-compare-topologies-ref"
4452     - title: "2n-skx"
4453       data-set: "vpp-compare-topologies-cmp"
4454   comparisons:
4455     - title: "Diff"
4456       reference: 1
4457       compare: 2
4458   legend:
4459     - "Legend to Table"
4460     - "3n-skx, 2n-skx - topologies tested."
4461     - "Diff - difference between 3n-skx and 2n-skx topologies."
4462
4463 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4464 - type: "table"
4465   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4466   algorithm: "table_comparison"
4467   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4468   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4469   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4470   columns:
4471     - title: "3n-skx"
4472       data-set: "vpp-compare-topologies-ref"
4473     - title: "2n-skx"
4474       data-set: "vpp-compare-topologies-cmp"
4475   comparisons:
4476     - title: "Diff"
4477       reference: 1
4478       compare: 2
4479   legend:
4480     - "Legend to Table"
4481     - "3n-skx, 2n-skx - topologies tested."
4482     - "Diff - difference between 3n-skx and 2n-skx topologies."
4483
4484 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4485 - type: "table"
4486   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4487   algorithm: "table_comparison"
4488   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4489   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4490   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4491   columns:
4492     - title: "3n-skx"
4493       data-set: "vpp-compare-topologies-ref"
4494     - title: "2n-skx"
4495       data-set: "vpp-compare-topologies-cmp"
4496   comparisons:
4497     - title: "Diff"
4498       reference: 1
4499       compare: 2
4500   legend:
4501     - "Legend to Table"
4502     - "3n-skx, 2n-skx - topologies tested."
4503     - "Diff - difference between 3n-skx and 2n-skx topologies."
4504
4505 # VPP Performance Changes 3n-hsw 1t1c mrr
4506 - type: "table"
4507   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4508   algorithm: "table_comparison"
4509   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4510   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4511   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4512   columns:
4513     - title: "1904"
4514       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4515     - title: "1908"
4516       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4517     - title: "2001"
4518       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4519   comparisons:
4520     - title: "Diff"
4521       reference: 2
4522       compare: 3
4523   legend:
4524     - "Legend to Table"
4525     - "1904, 1908, 2001 - VPP versions tested."
4526     - "Diff - difference between 1908 and 2001 VPP version."
4527
4528 # VPP Performance Changes 3n-hsw 2t2c mrr
4529 - type: "table"
4530   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4531   algorithm: "table_comparison"
4532   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4533   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4534   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4535   columns:
4536     - title: "1904"
4537       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4538     - title: "1908"
4539       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4540     - title: "2001"
4541       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4542   comparisons:
4543     - title: "Diff"
4544       reference: 2
4545       compare: 3
4546   legend:
4547     - "Legend to Table"
4548     - "1904, 1908, 2001 - VPP versions tested."
4549     - "Diff - difference between 1908 and 2001 VPP version."
4550
4551 # VPP Performance Changes 3n-hsw 4t4c mrr
4552 - type: "table"
4553   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4554   algorithm: "table_comparison"
4555   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4556   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4557   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4558   columns:
4559     - title: "1904"
4560       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4561     - title: "1908"
4562       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4563     - title: "2001"
4564       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4565   comparisons:
4566     - title: "Diff"
4567       reference: 2
4568       compare: 3
4569   legend:
4570     - "Legend to Table"
4571     - "1904, 1908, 2001 - VPP versions tested."
4572     - "Diff - difference between 1908 and 2001 VPP version."
4573
4574 # VPP Performance Changes 3n-skx 2t1c mrr
4575 - type: "table"
4576   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4577   algorithm: "table_comparison"
4578   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4579   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4580   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4581   columns:
4582     - title: "1904"
4583       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4584     - title: "1908"
4585       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4586     - title: "2001"
4587       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4588   comparisons:
4589     - title: "Diff"
4590       reference: 2
4591       compare: 3
4592   legend:
4593     - "Legend to Table"
4594     - "1904, 1908, 2001 - VPP versions tested."
4595     - "Diff - difference between 1908 and 2001 VPP version."
4596
4597 # VPP Performance Changes 3n-skx 4t2c mrr
4598 - type: "table"
4599   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4600   algorithm: "table_comparison"
4601   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4602   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4603   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4604   columns:
4605     - title: "1904"
4606       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4607     - title: "1908"
4608       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4609     - title: "2001"
4610       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4611   comparisons:
4612     - title: "Diff"
4613       reference: 2
4614       compare: 3
4615   legend:
4616     - "Legend to Table"
4617     - "1904, 1908, 2001 - VPP versions tested."
4618     - "Diff - difference between 1908 and 2001 VPP version."
4619
4620 # VPP Performance Changes 3n-skx 8t4c mrr
4621 - type: "table"
4622   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4623   algorithm: "table_comparison"
4624   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4625   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4626   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4627   columns:
4628     - title: "1904"
4629       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4630     - title: "1908"
4631       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4632     - title: "2001"
4633       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4634   comparisons:
4635     - title: "Diff"
4636       reference: 2
4637       compare: 3
4638   legend:
4639     - "Legend to Table"
4640     - "1904, 1908, 2001 - VPP versions tested."
4641     - "Diff - difference between 1908 and 2001 VPP version."
4642
4643 # VPP Performance Changes 2n-skx 2t1c mrr
4644 - type: "table"
4645   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4646   algorithm: "table_comparison"
4647   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4649   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4650   columns:
4651     - title: "1904"
4652       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4653     - title: "1908"
4654       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4655     - title: "2001"
4656       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4657   comparisons:
4658     - title: "Diff"
4659       reference: 2
4660       compare: 3
4661   legend:
4662     - "Legend to Table"
4663     - "1904, 1908, 2001 - VPP versions tested."
4664     - "Diff - difference between 1908 and 2001 VPP version."
4665
4666 # VPP Performance Changes 2n-skx 4t2c mrr
4667 - type: "table"
4668   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4669   algorithm: "table_comparison"
4670   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4671   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4672   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4673   columns:
4674     - title: "1904"
4675       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4676     - title: "1908"
4677       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4678     - title: "2001"
4679       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4680   comparisons:
4681     - title: "Diff"
4682       reference: 2
4683       compare: 3
4684   legend:
4685     - "Legend to Table"
4686     - "1904, 1908, 2001 - VPP versions tested."
4687     - "Diff - difference between 1908 and 2001 VPP version."
4688
4689 # VPP Performance Changes 2n-skx 8t4c mrr
4690 - type: "table"
4691   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4692   algorithm: "table_comparison"
4693   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4695   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4696   columns:
4697     - title: "1904"
4698       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4699     - title: "1908"
4700       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4701     - title: "2001"
4702       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4703   comparisons:
4704     - title: "Diff"
4705       reference: 2
4706       compare: 3
4707   legend:
4708     - "Legend to Table"
4709     - "1904, 1908, 2001 - VPP versions tested."
4710     - "Diff - difference between 1908 and 2001 VPP version."
4711
4712 # VPP Performance Changes 2n-dnv 1t1c mrr
4713 - type: "table"
4714   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4715   algorithm: "table_comparison"
4716   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4717   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4718   filter: "'1T1C'"
4719   columns:
4720     - title: "1908"
4721       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4722     - title: "2001"
4723       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4724   comparisons:
4725     - title: "Diff"
4726       reference: 1
4727       compare: 2
4728   legend:
4729     - "Legend to Table"
4730     - "1908, 2001 - VPP versions tested."
4731     - "Diff - difference between 1908 and 2001 VPP version."
4732
4733 # VPP Performance Changes 2n-dnv 2t2c mrr
4734 - type: "table"
4735   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4736   algorithm: "table_comparison"
4737   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4738   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4739   filter: "'2T2C'"
4740   columns:
4741     - title: "1908"
4742       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4743     - title: "2001"
4744       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4745   comparisons:
4746     - title: "Diff"
4747       reference: 1
4748       compare: 2
4749   legend:
4750     - "Legend to Table"
4751     - "1908, 2001 - VPP versions tested."
4752     - "Diff - difference between 1908 and 2001 VPP version."
4753
4754 # VPP Performance Changes 2n-dnv 4t4c mrr
4755 - type: "table"
4756   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4757   algorithm: "table_comparison"
4758   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4759   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4760   filter: "'4T4C'"
4761   columns:
4762     - title: "1908"
4763       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4764     - title: "2001"
4765       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4766   comparisons:
4767     - title: "Diff"
4768       reference: 1
4769       compare: 2
4770   legend:
4771     - "Legend to Table"
4772     - "1908, 2001 - VPP versions tested."
4773     - "Diff - difference between 1908 and 2001 VPP version."
4774
4775 # VPP Performance Changes 3n-dnv 1t1c mrr
4776 - type: "table"
4777   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4778   algorithm: "table_comparison"
4779   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4780   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4781   filter: "'1T1C'"
4782   columns:
4783     - title: "1908"
4784       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4785     - title: "2001"
4786       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4787   comparisons:
4788     - title: "Diff"
4789       reference: 1
4790       compare: 2
4791   legend:
4792     - "Legend to Table"
4793     - "1908, 2001 - VPP versions tested."
4794     - "Diff - difference between 1908 and 2001 VPP version."
4795
4796 # VPP Performance Changes 3n-dnv 2t2c mrr
4797 - type: "table"
4798   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4799   algorithm: "table_comparison"
4800   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4801   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4802   filter: "'2T2C'"
4803   columns:
4804     - title: "1908"
4805       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4806     - title: "2001"
4807       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4808   comparisons:
4809     - title: "Diff"
4810       reference: 1
4811       compare: 2
4812   legend:
4813     - "Legend to Table"
4814     - "1908, 2001 - VPP versions tested."
4815     - "Diff - difference between 1908 and 2001 VPP version."
4816
4817 # VPP Performance Changes 3n-dnv 4t4c mrr
4818 - type: "table"
4819   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4820   algorithm: "table_comparison"
4821   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4822   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4823   filter: "'4T4C'"
4824   columns:
4825     - title: "1908"
4826       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4827     - title: "2001"
4828       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4829   comparisons:
4830     - title: "Diff"
4831       reference: 1
4832       compare: 2
4833   legend:
4834     - "Legend to Table"
4835     - "1908, 2001 - VPP versions tested."
4836     - "Diff - difference between 1908 and 2001 VPP version."
4837
4838 # VPP Performance Changes 3n-tsh 1t1c mrr
4839 - type: "table"
4840   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4841   algorithm: "table_comparison"
4842   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4844   filter: "'1T1C'"
4845   columns:
4846     - title: "1908"
4847       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4848     - title: "2001"
4849       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4850   comparisons:
4851     - title: "Diff"
4852       reference: 1
4853       compare: 2
4854   legend:
4855     - "Legend to Table"
4856     - "1908, 2001 - VPP versions tested."
4857     - "Diff - difference between 1908 and 2001 VPP version."
4858
4859 # VPP Performance Changes 3n-tsh 2t2c mrr
4860 - type: "table"
4861   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4862   algorithm: "table_comparison"
4863   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4864   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4865   filter: "'2T2C'"
4866   columns:
4867     - title: "1908"
4868       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4869     - title: "2001"
4870       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4871   comparisons:
4872     - title: "Diff"
4873       reference: 1
4874       compare: 2
4875   legend:
4876     - "Legend to Table"
4877     - "1908, 2001 - VPP versions tested."
4878     - "Diff - difference between 1908 and 2001 VPP version."
4879
4880 # VPP Performance Changes 3n-tsh 4t4c mrr
4881 - type: "table"
4882   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4883   algorithm: "table_comparison"
4884   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4885   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4886   filter: "'4T4C'"
4887   columns:
4888     - title: "1908"
4889       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4890     - title: "2001"
4891       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4892   comparisons:
4893     - title: "Diff"
4894       reference: 1
4895       compare: 2
4896   legend:
4897     - "Legend to Table"
4898     - "1908, 2001 - VPP versions tested."
4899     - "Diff - difference between 1908 and 2001 VPP version."
4900
4901 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4902 - type: "table"
4903   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4904   algorithm: "table_comparison"
4905   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4906   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4907   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4908   columns:
4909     - title: "3n-hsw xl710"
4910       data-set: "vpp-compare-testbeds-mrr-ref"
4911       tag: "NIC_Intel-XL710"
4912     - title: "3n-skx xxv710"
4913       data-set: "vpp-compare-testbeds-mrr-cmp"
4914       tag: "NIC_Intel-XXV710"
4915   comparisons:
4916     - title: "Diff"
4917       reference: 1
4918       compare: 2
4919   legend:
4920     - "Legend to Table"
4921     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4922     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4923
4924 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4925 - type: "table"
4926   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4927   algorithm: "table_comparison"
4928   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4929   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4930   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4931   columns:
4932     - title: "3n-hsw xl710"
4933       data-set: "vpp-compare-testbeds-mrr-ref"
4934       tag: "NIC_Intel-XL710"
4935     - title: "3n-skx xxv710"
4936       data-set: "vpp-compare-testbeds-mrr-cmp"
4937       tag: "NIC_Intel-XXV710"
4938   comparisons:
4939     - title: "Diff"
4940       reference: 1
4941       compare: 2
4942   legend:
4943     - "Legend to Table"
4944     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4945     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4946
4947 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4948 - type: "table"
4949   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4950   algorithm: "table_comparison"
4951   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4952   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4953   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4954   columns:
4955     - title: "3n-hsw xl710"
4956       data-set: "vpp-compare-testbeds-mrr-ref"
4957       tag: "NIC_Intel-XL710"
4958     - title: "3n-skx xxv710"
4959       data-set: "vpp-compare-testbeds-mrr-cmp"
4960       tag: "NIC_Intel-XXV710"
4961   comparisons:
4962     - title: "Diff"
4963       reference: 1
4964       compare: 2
4965   legend:
4966     - "Legend to Table"
4967     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4968     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4969
4970 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4971 - type: "table"
4972   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4973   algorithm: "table_comparison"
4974   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4975   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4976   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4977   columns:
4978     - title: "2n-skx"
4979       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4980     - title: "2n-clx"
4981       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4982   comparisons:
4983     - title: "Diff"
4984       reference: 1
4985       compare: 2
4986   legend:
4987     - "Legend to Table"
4988     - "2n-skx, 2n-clx - testbeds and NICs tested."
4989     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4990
4991 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4992 - type: "table"
4993   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4994   algorithm: "table_comparison"
4995   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4996   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4997   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4998   columns:
4999     - title: "2n-skx"
5000       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5001     - title: "2n-clx"
5002       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5003   comparisons:
5004     - title: "Diff"
5005       reference: 1
5006       compare: 2
5007   legend:
5008     - "Legend to Table"
5009     - "2n-skx, 2n-clx - testbeds and NICs tested."
5010     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5011
5012 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5013 - type: "table"
5014   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5015   algorithm: "table_comparison"
5016   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5017   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5018   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5019   columns:
5020     - title: "2n-skx"
5021       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5022     - title: "2n-clx"
5023       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5024   comparisons:
5025     - title: "Diff"
5026       reference: 1
5027       compare: 2
5028   legend:
5029     - "Legend to Table"
5030     - "2n-skx, 2n-clx - testbeds and NICs tested."
5031     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5032
5033 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5034 - type: "table"
5035   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5036   algorithm: "table_comparison"
5037   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5038   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5039   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5040   columns:
5041     - title: "3n-skx"
5042       data-set: "vpp-compare-topologies-mrr-ref"
5043     - title: "2n-skx"
5044       data-set: "vpp-compare-topologies-mrr-cmp"
5045   comparisons:
5046     - title: "Diff"
5047       reference: 1
5048       compare: 2
5049   legend:
5050     - "Legend to Table"
5051     - "3n-skx, 2n-skx - topologies tested."
5052     - "Diff - difference between 3n-skx and 2n-skx topologies."
5053
5054 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5055 - type: "table"
5056   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5057   algorithm: "table_comparison"
5058   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5059   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5060   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5061   columns:
5062     - title: "3n-skx"
5063       data-set: "vpp-compare-topologies-mrr-ref"
5064     - title: "2n-skx"
5065       data-set: "vpp-compare-topologies-mrr-cmp"
5066   comparisons:
5067     - title: "Diff"
5068       reference: 1
5069       compare: 2
5070   legend:
5071     - "Legend to Table"
5072     - "3n-skx, 2n-skx - topologies tested."
5073     - "Diff - difference between 3n-skx and 2n-skx topologies."
5074
5075 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5076 - type: "table"
5077   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5078   algorithm: "table_comparison"
5079   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5080   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5081   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5082   columns:
5083     - title: "3n-skx"
5084       data-set: "vpp-compare-topologies-mrr-ref"
5085     - title: "2n-skx"
5086       data-set: "vpp-compare-topologies-mrr-cmp"
5087   comparisons:
5088     - title: "Diff"
5089       reference: 1
5090       compare: 2
5091   legend:
5092     - "Legend to Table"
5093     - "3n-skx, 2n-skx - topologies tested."
5094     - "Diff - difference between 3n-skx and 2n-skx topologies."
5095
5096 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5097 - type: "table"
5098   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5099   algorithm: "table_comparison"
5100   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5101   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5102   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5103   columns:
5104     - title: "3n-hsw xl710"
5105       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5106       tag: "NIC_Intel-XL710"
5107     - title: "2n-clx xxv710"
5108       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5109       tag: "NIC_Intel-XXV710"
5110   comparisons:
5111     - title: "Diff"
5112       reference: 1
5113       compare: 2
5114   legend:
5115     - "Legend to Table"
5116     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5117     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5118
5119 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5120 - type: "table"
5121   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5122   algorithm: "table_comparison"
5123   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5124   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5125   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5126   columns:
5127     - title: "3n-hsw xl710"
5128       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5129       tag: "NIC_Intel-XL710"
5130     - title: "2n-clx xxv710"
5131       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5132       tag: "NIC_Intel-XXV710"
5133   comparisons:
5134     - title: "Diff"
5135       reference: 1
5136       compare: 2
5137   legend:
5138     - "Legend to Table"
5139     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5140     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5141
5142 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5143 - type: "table"
5144   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5145   algorithm: "table_comparison"
5146   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5147   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5148   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5149   columns:
5150     - title: "3n-hsw xl710"
5151       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5152       tag: "NIC_Intel-XL710"
5153     - title: "2n-clx xxv710"
5154       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5155       tag: "NIC_Intel-XXV710"
5156   comparisons:
5157     - title: "Diff"
5158       reference: 1
5159       compare: 2
5160   legend:
5161     - "Legend to Table"
5162     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5163     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5164
5165 # Detailed Test Results - VPP Performance Results 3n-hsw
5166 - type: "table"
5167   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5168   algorithm: "table_merged_details"
5169   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5170   columns:
5171     - title: " |prein| Test Name |preout| "
5172       data: "data name"
5173     - 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| "
5174       data: "data msg"
5175   data: "vpp-perf-results-3n-hsw"
5176   filter: "all"
5177   parameters:
5178   - "name"
5179   - "parent"
5180   - "msg"
5181
5182 # Detailed Test Results - VPP Performance Results 3n-skx
5183 - type: "table"
5184   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5185   algorithm: "table_merged_details"
5186   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5187   columns:
5188     - title: " |prein| Test Name |preout| "
5189       data: "data name"
5190     - 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| "
5191       data: "data msg"
5192   data: "vpp-perf-results-3n-skx"
5193   filter: "all"
5194   remove-ndr: True  # Temporary solution: remove NDR results from test message
5195   parameters:
5196   - "name"
5197   - "parent"
5198   - "msg"
5199
5200 # Detailed Test Results - VPP Performance Results 2n-skx
5201 - type: "table"
5202   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5203   algorithm: "table_merged_details"
5204   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5205   columns:
5206     - title: " |prein| Test Name |preout| "
5207       data: "data name"
5208     - 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| "
5209       data: "data msg"
5210   data: "vpp-perf-results-2n-skx"
5211   filter: "all"
5212   remove-ndr: True  # Temporary solution: remove NDR results from test message
5213   parameters:
5214   - "name"
5215   - "parent"
5216   - "msg"
5217
5218 # Detailed Test Results - VPP Performance Results 2n-clx
5219 - type: "table"
5220   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5221   algorithm: "table_merged_details"
5222   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5223   columns:
5224     - title: " |prein| Test Name |preout| "
5225       data: "data name"
5226     - 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| "
5227       data: "data msg"
5228   data: "vpp-perf-results-2n-clx"
5229   filter: "all"
5230   parameters:
5231   - "name"
5232   - "parent"
5233   - "msg"
5234
5235 # Detailed Test Results - VPP Performance Results 3n-tsh
5236 - type: "table"
5237   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5238   algorithm: "table_merged_details"
5239   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5240   columns:
5241     - title: " |prein| Test Name |preout| "
5242       data: "data name"
5243     - 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| "
5244       data: "data msg"
5245   data: "vpp-perf-results-3n-tsh"
5246   filter: "all"
5247   parameters:
5248   - "name"
5249   - "parent"
5250   - "msg"
5251
5252 # Detailed Test Results - VPP Performance Results 3n-dnv
5253 - type: "table"
5254   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5255   algorithm: "table_merged_details"
5256   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5257   columns:
5258     - title: " |prein| Test Name |preout| "
5259       data: "data name"
5260     - 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| "
5261       data: "data msg"
5262   data: "vpp-perf-results-3n-dnv"
5263   filter: "all"
5264   parameters:
5265   - "name"
5266   - "parent"
5267   - "msg"
5268
5269 # Detailed Test Results - VPP Performance Results 2n-dnv
5270 - type: "table"
5271   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5272   algorithm: "table_merged_details"
5273   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5274   columns:
5275     - title: " |prein| Test Name |preout| "
5276       data: "data name"
5277     - 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| "
5278       data: "data msg"
5279   data: "vpp-perf-results-2n-dnv"
5280   filter: "all"
5281   parameters:
5282   - "name"
5283   - "parent"
5284   - "msg"
5285
5286 # Test configuration - VPP Performance Test Configs 3n-hsw
5287 - type: "table"
5288   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5289   algorithm: "table_merged_details"
5290   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5291   columns:
5292     - title: " |prein| Test Name |preout| "
5293       data: "data name"
5294     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5295       data: "data conf-history"
5296   data: "vpp-perf-results-3n-hsw"
5297   filter: "all"
5298   parameters:
5299   - "parent"
5300   - "name"
5301   - "conf-history"
5302
5303 # Test configuration - VPP Performance Test Configs 3n-skx
5304 - type: "table"
5305   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5306   algorithm: "table_merged_details"
5307   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5308   columns:
5309     - title: " |prein| Test Name |preout| "
5310       data: "data name"
5311     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5312       data: "data conf-history"
5313   data: "vpp-perf-results-3n-skx"
5314   filter: "all"
5315   parameters:
5316   - "parent"
5317   - "name"
5318   - "conf-history"
5319
5320 # Test configuration - VPP Performance Test Configs 2n-skx
5321 - type: "table"
5322   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5323   algorithm: "table_merged_details"
5324   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5325   columns:
5326     - title: " |prein| Test Name |preout| "
5327       data: "data name"
5328     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5329       data: "data conf-history"
5330   data: "vpp-perf-results-2n-skx"
5331   filter: "all"
5332   parameters:
5333   - "parent"
5334   - "name"
5335   - "conf-history"
5336
5337 # Test configuration - VPP Performance Test Configs 2n-clx
5338 - type: "table"
5339   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5340   algorithm: "table_merged_details"
5341   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5342   columns:
5343     - title: " |prein| Test Name |preout| "
5344       data: "data name"
5345     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5346       data: "data conf-history"
5347   data: "vpp-perf-results-2n-clx"
5348   filter: "all"
5349   parameters:
5350   - "parent"
5351   - "name"
5352   - "conf-history"
5353
5354 # Test configuration - VPP Performance Test Configs 3n-tsh
5355 - type: "table"
5356   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5357   algorithm: "table_merged_details"
5358   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5359   columns:
5360     - title: " |prein| Test Name |preout| "
5361       data: "data name"
5362     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5363       data: "data conf-history"
5364   data: "vpp-perf-results-3n-tsh"
5365   filter: "all"
5366   parameters:
5367   - "parent"
5368   - "name"
5369   - "conf-history"
5370
5371 # Test configuration - VPP Performance Test Configs 3n-dnv
5372 - type: "table"
5373   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5374   algorithm: "table_merged_details"
5375   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5376   columns:
5377     - title: " |prein| Test Name |preout| "
5378       data: "data name"
5379     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5380       data: "data conf-history"
5381   data: "vpp-perf-results-3n-dnv"
5382   filter: "all"
5383   parameters:
5384   - "parent"
5385   - "name"
5386   - "conf-history"
5387
5388 # Test configuration - VPP Performance Test Configs 2n-dnv
5389 - type: "table"
5390   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5391   algorithm: "table_merged_details"
5392   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5393   columns:
5394     - title: " |prein| Test Name |preout| "
5395       data: "data name"
5396     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5397       data: "data conf-history"
5398   data: "vpp-perf-results-2n-dnv"
5399   filter: "all"
5400   parameters:
5401   - "parent"
5402   - "name"
5403   - "conf-history"
5404
5405 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5406 - type: "table"
5407   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5408   algorithm: "table_oper_data_html"
5409   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5410   data: "vpp-perf-results-3n-hsw"
5411   filter: "all"
5412
5413 # Test Operational Data - VPP Performance Operational Data 3n-skx
5414 - type: "table"
5415   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5416   algorithm: "table_oper_data_html"
5417   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5418   data: "vpp-perf-results-3n-skx"
5419   filter: "all"
5420
5421 # Test Operational Data - VPP Performance Operational Data 2n-skx
5422 - type: "table"
5423   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5424   algorithm: "table_oper_data_html"
5425   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5426   data: "vpp-perf-results-2n-skx"
5427   filter: "all"
5428
5429 # Test Operational Data - VPP Performance Operational Data 2n-clx
5430 - type: "table"
5431   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5432   algorithm: "table_oper_data_html"
5433   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5434   data: "vpp-perf-results-2n-clx"
5435   filter: "all"
5436
5437 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5438 - type: "table"
5439   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5440   algorithm: "table_oper_data_html"
5441   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5442   data: "vpp-perf-results-3n-tsh"
5443   filter: "all"
5444
5445 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5446 - type: "table"
5447   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5448   algorithm: "table_oper_data_html"
5449   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5450   data: "vpp-perf-results-3n-dnv"
5451   filter: "all"
5452
5453 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5454 - type: "table"
5455   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5456   algorithm: "table_oper_data_html"
5457   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5458   data: "vpp-perf-results-2n-dnv"
5459   filter: "all"
5460
5461 # Detailed Test Results - VPP MRR Results 3n-hsw
5462 - type: "table"
5463   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5464   algorithm: "table_merged_details"
5465   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5466   columns:
5467     - title: " |prein| Test Name |preout| "
5468       data: "data name"
5469     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5470       data: "data msg"
5471   data: "vpp-mrr-results-3n-hsw"
5472   filter: "all"
5473   parameters:
5474   - "name"
5475   - "parent"
5476   - "msg"
5477
5478 # Detailed Test Results - VPP MRR Results 3n-skx
5479 - type: "table"
5480   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5481   algorithm: "table_merged_details"
5482   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5483   columns:
5484     - title: " |prein| Test Name |preout| "
5485       data: "data name"
5486     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5487       data: "data msg"
5488   data: "vpp-mrr-results-3n-skx"
5489   filter: "all"
5490   parameters:
5491   - "name"
5492   - "parent"
5493   - "msg"
5494
5495 # Detailed Test Results - VPP MRR Results 2n-skx
5496 - type: "table"
5497   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5498   algorithm: "table_merged_details"
5499   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5500   columns:
5501     - title: " |prein| Test Name |preout| "
5502       data: "data name"
5503     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5504       data: "data msg"
5505   data: "vpp-mrr-results-2n-skx"
5506   filter: "all"
5507   parameters:
5508   - "name"
5509   - "parent"
5510   - "msg"
5511
5512 # Detailed Test Results - VPP MRR Results 2n-clx
5513 - type: "table"
5514   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5515   algorithm: "table_merged_details"
5516   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5517   columns:
5518     - title: " |prein| Test Name |preout| "
5519       data: "data name"
5520     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5521       data: "data msg"
5522   data: "vpp-mrr-results-2n-clx"
5523   filter: "all"
5524   parameters:
5525   - "name"
5526   - "parent"
5527   - "msg"
5528
5529 # Detailed Test Results - VPP MRR Results 3n-tsh
5530 - type: "table"
5531   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5532   algorithm: "table_merged_details"
5533   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5534   columns:
5535     - title: " |prein| Test Name |preout| "
5536       data: "data name"
5537     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5538       data: "data msg"
5539   data: "vpp-mrr-results-3n-tsh"
5540   filter: "all"
5541   parameters:
5542   - "name"
5543   - "parent"
5544   - "msg"
5545
5546 # Detailed Test Results - VPP MRR Results 3n-dnv
5547 - type: "table"
5548   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5549   algorithm: "table_merged_details"
5550   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5551   columns:
5552     - title: " |prein| Test Name |preout| "
5553       data: "data name"
5554     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5555       data: "data msg"
5556   data: "vpp-mrr-results-3n-dnv"
5557   filter: "all"
5558   parameters:
5559   - "name"
5560   - "parent"
5561   - "msg"
5562
5563 # Detailed Test Results - VPP MRR Results 2n-dnv
5564 - type: "table"
5565   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5566   algorithm: "table_merged_details"
5567   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5568   columns:
5569     - title: " |prein| Test Name |preout| "
5570       data: "data name"
5571     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5572       data: "data msg"
5573   data: "vpp-mrr-results-2n-dnv"
5574   filter: "all"
5575   parameters:
5576   - "name"
5577   - "parent"
5578   - "msg"
5579
5580 # Test configuration - VPP MRR Test Configs 3n-hsw
5581 - type: "table"
5582   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5583   algorithm: "table_merged_details"
5584   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5585   columns:
5586     - title: " |prein| Test Name |preout| "
5587       data: "data name"
5588     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5589       data: "data conf-history"
5590   data: "vpp-mrr-results-3n-hsw"
5591   filter: "all"
5592   parameters:
5593   - "parent"
5594   - "name"
5595   - "conf-history"
5596
5597 # Test configuration - VPP MRR Test Configs 3n-skx
5598 - type: "table"
5599   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5600   algorithm: "table_merged_details"
5601   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5602   columns:
5603     - title: " |prein| Test Name |preout| "
5604       data: "data name"
5605     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5606       data: "data conf-history"
5607   data: "vpp-mrr-results-3n-skx"
5608   filter: "all"
5609   parameters:
5610   - "parent"
5611   - "name"
5612   - "conf-history"
5613
5614 # Test configuration - VPP MRR Test Configs 2n-skx
5615 - type: "table"
5616   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5617   algorithm: "table_merged_details"
5618   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5619   columns:
5620     - title: " |prein| Test Name |preout| "
5621       data: "data name"
5622     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5623       data: "data conf-history"
5624   data: "vpp-mrr-results-2n-skx"
5625   filter: "all"
5626   parameters:
5627   - "parent"
5628   - "name"
5629   - "conf-history"
5630
5631 # Test configuration - VPP MRR Test Configs 2n-clx
5632 - type: "table"
5633   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5634   algorithm: "table_merged_details"
5635   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5636   columns:
5637     - title: " |prein| Test Name |preout| "
5638       data: "data name"
5639     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5640       data: "data conf-history"
5641   data: "vpp-mrr-results-2n-clx"
5642   filter: "all"
5643   parameters:
5644   - "parent"
5645   - "name"
5646   - "conf-history"
5647
5648 # Test configuration - VPP MRR Test Configs 3n-tsh
5649 - type: "table"
5650   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5651   algorithm: "table_merged_details"
5652   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5653   columns:
5654     - title: " |prein| Test Name |preout| "
5655       data: "data name"
5656     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5657       data: "data conf-history"
5658   data: "vpp-mrr-results-3n-tsh"
5659   filter: "all"
5660   parameters:
5661   - "parent"
5662   - "name"
5663   - "conf-history"
5664
5665 # Test configuration - VPP MRR Test Configs 3n-dnv
5666 - type: "table"
5667   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5668   algorithm: "table_merged_details"
5669   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5670   columns:
5671     - title: " |prein| Test Name |preout| "
5672       data: "data name"
5673     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5674       data: "data conf-history"
5675   data: "vpp-mrr-results-3n-dnv"
5676   filter: "all"
5677   parameters:
5678   - "parent"
5679   - "name"
5680   - "conf-history"
5681
5682 # Test configuration - VPP MRR Test Configs 2n-dnv
5683 - type: "table"
5684   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5685   algorithm: "table_merged_details"
5686   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5687   columns:
5688     - title: " |prein| Test Name |preout| "
5689       data: "data name"
5690     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5691       data: "data conf-history"
5692   data: "vpp-mrr-results-2n-dnv"
5693   filter: "all"
5694   parameters:
5695   - "parent"
5696   - "name"
5697   - "conf-history"
5698
5699 # Detailed Test Results - VPP Device Results - Ubuntu
5700 - type: "table"
5701   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5702   algorithm: "table_merged_details"
5703   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5704   columns:
5705     - title: " |prein| Test Name |preout| "
5706       data: "data name"
5707     - title: " |prein| Status |preout| "
5708       data: "data status"
5709   data: "vpp-device-results-ubuntu"
5710   filter: "all"
5711   parameters:
5712   - "name"
5713   - "parent"
5714   - "doc"
5715   - "status"
5716
5717 # Test configuration - VPP Device Test Configs - Ubuntu
5718 - type: "table"
5719   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5720   algorithm: "table_merged_details"
5721   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5722   columns:
5723     - title: " |prein| Test Name |preout| "
5724       data: "data name"
5725     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5726       data: "data conf-history"
5727   data: "vpp-device-results-ubuntu"
5728   filter: "all"
5729   parameters:
5730   - "parent"
5731   - "name"
5732   - "conf-history"
5733
5734 ################################################################################
5735
5736 # DPDK Performance Changes 3n-hsw 1t1c pdr
5737 - type: "table"
5738   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5739   algorithm: "table_comparison"
5740   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5741   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5742   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5743   columns:
5744     - title: "1904"
5745       data-set: "dpdk-performance-changes-3n-hsw-h1"
5746     - title: "1908"
5747       data-set: "dpdk-performance-changes-3n-hsw-ref"
5748     - title: "2001"
5749       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5750   comparisons:
5751     - title: "Diff"
5752       reference: 2
5753       compare: 3
5754   legend:
5755     - "Legend to Table"
5756     - "1904, 1908, 2001 - DPDK versions tested."
5757     - "Diff - difference between 1908 and 2001 DPDK version."
5758
5759 # DPDK Performance Changes 3n-hsw 2t2c pdr
5760 - type: "table"
5761   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5762   algorithm: "table_comparison"
5763   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5764   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5765   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5766   columns:
5767     - title: "1904"
5768       data-set: "dpdk-performance-changes-3n-hsw-h1"
5769     - title: "1908"
5770       data-set: "dpdk-performance-changes-3n-hsw-ref"
5771     - title: "2001"
5772       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5773   comparisons:
5774     - title: "Diff"
5775       reference: 2
5776       compare: 3
5777   legend:
5778     - "Legend to Table"
5779     - "1904, 1908, 2001 - DPDK versions tested."
5780     - "Diff - difference between 1908 and 2001 DPDK version."
5781
5782 # DPDK Performance Changes 3n-hsw 1t1c pdr
5783 - type: "table"
5784   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5785   algorithm: "table_comparison"
5786   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5787   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5788   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5789   columns:
5790     - title: "1904"
5791       data-set: "dpdk-performance-changes-3n-hsw-h1"
5792     - title: "1908"
5793       data-set: "dpdk-performance-changes-3n-hsw-ref"
5794     - title: "2001"
5795       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5796   comparisons:
5797     - title: "Diff"
5798       reference: 2
5799       compare: 3
5800   legend:
5801     - "Legend to Table"
5802     - "1904, 1908, 2001 - DPDK versions tested."
5803     - "Diff - difference between 1908 and 2001 DPDK version."
5804
5805 # DPDK Performance Changes 3n-hsw 2t2c ndr
5806 - type: "table"
5807   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5808   algorithm: "table_comparison"
5809   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5810   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5811   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5812   columns:
5813     - title: "1904"
5814       data-set: "dpdk-performance-changes-3n-hsw-h1"
5815     - title: "1908"
5816       data-set: "dpdk-performance-changes-3n-hsw-ref"
5817     - title: "2001"
5818       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5819   comparisons:
5820     - title: "Diff"
5821       reference: 2
5822       compare: 3
5823   legend:
5824     - "Legend to Table"
5825     - "1904, 1908, 2001 - DPDK versions tested."
5826     - "Diff - difference between 1908 and 2001 DPDK version."
5827
5828 # DPDK Performance Changes 3n-skx 2t1c pdr
5829 - type: "table"
5830   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5831   algorithm: "table_comparison"
5832   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5833   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5834   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5835   columns:
5836     - title: "1904"
5837       data-set: "dpdk-performance-changes-3n-skx-h1"
5838     - title: "1908"
5839       data-set: "dpdk-performance-changes-3n-skx-ref"
5840     - title: "2001"
5841       data-set: "dpdk-performance-changes-3n-skx-cmp"
5842   comparisons:
5843     - title: "Diff"
5844       reference: 2
5845       compare: 3
5846   legend:
5847     - "Legend to Table"
5848     - "1904, 1908, 2001 - DPDK versions tested."
5849     - "Diff - difference between 1908 and 2001 DPDK version."
5850
5851 # DPDK Performance Changes 3n-skx 4t2c pdr
5852 - type: "table"
5853   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5854   algorithm: "table_comparison"
5855   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5856   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5857   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5858   columns:
5859     - title: "1904"
5860       data-set: "dpdk-performance-changes-3n-skx-h1"
5861     - title: "1908"
5862       data-set: "dpdk-performance-changes-3n-skx-ref"
5863     - title: "2001"
5864       data-set: "dpdk-performance-changes-3n-skx-cmp"
5865   comparisons:
5866     - title: "Diff"
5867       reference: 2
5868       compare: 3
5869   legend:
5870     - "Legend to Table"
5871     - "1904, 1908, 2001 - DPDK versions tested."
5872     - "Diff - difference between 1908 and 2001 DPDK version."
5873
5874 # DPDK Performance Changes 3n-skx 2t1c ndr
5875 - type: "table"
5876   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5877   algorithm: "table_comparison"
5878   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5880   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5881   columns:
5882     - title: "1904"
5883       data-set: "dpdk-performance-changes-3n-skx-h1"
5884     - title: "1908"
5885       data-set: "dpdk-performance-changes-3n-skx-ref"
5886     - title: "2001"
5887       data-set: "dpdk-performance-changes-3n-skx-cmp"
5888   comparisons:
5889     - title: "Diff"
5890       reference: 2
5891       compare: 3
5892   legend:
5893     - "Legend to Table"
5894     - "1904, 1908, 2001 - DPDK versions tested."
5895     - "Diff - difference between 1908 and 2001 DPDK version."
5896
5897 # DPDK Performance Changes 3n-skx 4t2c ndr
5898 - type: "table"
5899   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5900   algorithm: "table_comparison"
5901   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5902   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5903   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5904   columns:
5905     - title: "1904"
5906       data-set: "dpdk-performance-changes-3n-skx-h1"
5907     - title: "1908"
5908       data-set: "dpdk-performance-changes-3n-skx-ref"
5909     - title: "2001"
5910       data-set: "dpdk-performance-changes-3n-skx-cmp"
5911   comparisons:
5912     - title: "Diff"
5913       reference: 2
5914       compare: 3
5915   legend:
5916     - "Legend to Table"
5917     - "1904, 1908, 2001 - DPDK versions tested."
5918     - "Diff - difference between 1908 and 2001 DPDK version."
5919
5920 # DPDK Performance Changes 2n-skx 2t1c pdr
5921 - type: "table"
5922   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5923   algorithm: "table_comparison"
5924   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5925   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5926   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5927   columns:
5928     - title: "1904"
5929       data-set: "dpdk-performance-changes-2n-skx-h1"
5930     - title: "1908"
5931       data-set: "dpdk-performance-changes-2n-skx-ref"
5932     - title: "2001"
5933       data-set: "dpdk-performance-changes-2n-skx-cmp"
5934   comparisons:
5935     - title: "Diff"
5936       reference: 2
5937       compare: 3
5938   legend:
5939     - "Legend to Table"
5940     - "1904, 1908, 2001 - DPDK versions tested."
5941     - "Diff - difference between 1908 and 2001 DPDK version."
5942
5943 # DPDK Performance Changes 2n-skx 4t2c pdr
5944 - type: "table"
5945   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5946   algorithm: "table_comparison"
5947   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5948   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5949   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5950   columns:
5951     - title: "1904"
5952       data-set: "dpdk-performance-changes-2n-skx-h1"
5953     - title: "1908"
5954       data-set: "dpdk-performance-changes-2n-skx-ref"
5955     - title: "2001"
5956       data-set: "dpdk-performance-changes-2n-skx-cmp"
5957   comparisons:
5958     - title: "Diff"
5959       reference: 2
5960       compare: 3
5961   legend:
5962     - "Legend to Table"
5963     - "1904, 1908, 2001 - DPDK versions tested."
5964     - "Diff - difference between 1908 and 2001 DPDK version."
5965
5966 # DPDK Performance Changes 2n-skx 2t1c ndr
5967 - type: "table"
5968   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5969   algorithm: "table_comparison"
5970   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5971   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5972   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5973   columns:
5974     - title: "1904"
5975       data-set: "dpdk-performance-changes-2n-skx-h1"
5976     - title: "1908"
5977       data-set: "dpdk-performance-changes-2n-skx-ref"
5978     - title: "2001"
5979       data-set: "dpdk-performance-changes-2n-skx-cmp"
5980   comparisons:
5981     - title: "Diff"
5982       reference: 2
5983       compare: 3
5984   legend:
5985     - "Legend to Table"
5986     - "1904, 1908, 2001 - DPDK versions tested."
5987     - "Diff - difference between 1908 and 2001 DPDK version."
5988
5989 # DPDK Performance Changes 2n-skx 4t2c ndr
5990 - type: "table"
5991   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5992   algorithm: "table_comparison"
5993   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5994   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5995   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5996   columns:
5997     - title: "1904"
5998       data-set: "dpdk-performance-changes-2n-skx-h1"
5999     - title: "1908"
6000       data-set: "dpdk-performance-changes-2n-skx-ref"
6001     - title: "2001"
6002       data-set: "dpdk-performance-changes-2n-skx-cmp"
6003   comparisons:
6004     - title: "Diff"
6005       reference: 2
6006       compare: 3
6007   legend:
6008     - "Legend to Table"
6009     - "1904, 1908, 2001 - DPDK versions tested."
6010     - "Diff - difference between 1908 and 2001 DPDK version."
6011
6012 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6013 - type: "table"
6014   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6015   algorithm: "table_comparison"
6016   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6017   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6018   filter: "'NIC_Intel-X710'"
6019   columns:
6020     - title: "3n-hsw x710"
6021       data-set: "dpdk-compare-testbeds-ref"
6022     - title: "3n-skx x710"
6023       data-set: "dpdk-compare-testbeds-cmp"
6024   comparisons:
6025     - title: "Diff"
6026       reference: 1
6027       compare: 2
6028   legend:
6029     - "Legend to Table"
6030     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6031     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6032
6033 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6034 - type: "table"
6035   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6036   algorithm: "table_comparison"
6037   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6038   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6039   filter: "'NIC_Intel-X710'"
6040   columns:
6041     - title: "3n-hsw x710"
6042       data-set: "dpdk-compare-testbeds-ref"
6043     - title: "3n-skx x710"
6044       data-set: "dpdk-compare-testbeds-cmp"
6045   comparisons:
6046     - title: "Diff"
6047       reference: 1
6048       compare: 2
6049   legend:
6050     - "Legend to Table"
6051     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6052     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6053
6054 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6055 - type: "table"
6056   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6057   algorithm: "table_comparison"
6058   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6059   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6060   filter: "'NIC_Intel-XXV710'"
6061   columns:
6062     - title: "2n-skx"
6063       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6064     - title: "2n-clx"
6065       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6066   comparisons:
6067     - title: "Diff"
6068       reference: 1
6069       compare: 2
6070   legend:
6071     - "Legend to Table"
6072     - "2n-skx, 2n-clx - testbeds and NICs tested."
6073     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6074
6075 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6076 - type: "table"
6077   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6078   algorithm: "table_comparison"
6079   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6080   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6081   filter: "'NIC_Intel-XXV710'"
6082   columns:
6083     - title: "2n-skx"
6084       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6085     - title: "2n-clx"
6086       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6087   comparisons:
6088     - title: "Diff"
6089       reference: 1
6090       compare: 2
6091   legend:
6092     - "Legend to Table"
6093     - "2n-skx, 2n-clx - testbeds and NICs tested."
6094     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6095
6096 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6097 - type: "table"
6098   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6099   algorithm: "table_comparison"
6100   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6101   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6102   filter: "'NIC_Intel-XXV710'"
6103   columns:
6104     - title: "3n-skx"
6105       data-set: "dpdk-compare-topologies-ref"
6106     - title: "2n-skx"
6107       data-set: "dpdk-compare-topologies-cmp"
6108   comparisons:
6109     - title: "Diff"
6110       reference: 1
6111       compare: 2
6112   legend:
6113     - "Legend to Table"
6114     - "3n-skx, 2n-skx - topologies tested."
6115     - "Diff - difference between 3n-skx and 2n-skx topologies."
6116
6117 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6118 - type: "table"
6119   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6120   algorithm: "table_comparison"
6121   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6122   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6123   filter: "'NIC_Intel-XXV710'"
6124   columns:
6125     - title: "3n-skx"
6126       data-set: "dpdk-compare-topologies-ref"
6127     - title: "2n-skx"
6128       data-set: "dpdk-compare-topologies-cmp"
6129   comparisons:
6130     - title: "Diff"
6131       reference: 1
6132       compare: 2
6133   legend:
6134     - "Legend to Table"
6135     - "3n-skx, 2n-skx - topologies tested."
6136     - "Diff - difference between 3n-skx and 2n-skx topologies."
6137
6138 # Detailed Test Results - DPDK Performance Results 3n-hsw
6139 - type: "table"
6140   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6141   algorithm: "table_merged_details"
6142   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6143   columns:
6144     - title: " |prein| Test Name |preout| "
6145       data: "data name"
6146     - 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| "
6147       data: "data msg"
6148   data: "dpdk-perf-results-3n-hsw"
6149   filter: "all"
6150   parameters:
6151   - "name"
6152   - "parent"
6153   - "msg"
6154
6155 # Detailed Test Results - DPDK Performance Results 3n-skx
6156 - type: "table"
6157   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6158   algorithm: "table_merged_details"
6159   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6160   columns:
6161     - title: " |prein| Test Name |preout| "
6162       data: "data name"
6163     - 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| "
6164       data: "data msg"
6165   data: "dpdk-perf-results-3n-skx"
6166   filter: "all"
6167   remove-ndr: True  # Temporary solution: remove NDR results from test message
6168   parameters:
6169   - "name"
6170   - "parent"
6171   - "msg"
6172
6173 # Detailed Test Results - DPDK Performance Results 2n-skx
6174 - type: "table"
6175   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6176   algorithm: "table_merged_details"
6177   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6178   columns:
6179     - title: " |prein| Test Name |preout| "
6180       data: "data name"
6181     - 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| "
6182       data: "data msg"
6183   data: "dpdk-perf-results-2n-skx"
6184   filter: "all"
6185   remove-ndr: True  # Temporary solution: remove NDR results from test message
6186   parameters:
6187   - "name"
6188   - "parent"
6189   - "msg"
6190
6191 # Detailed Test Results - DPDK Performance Results 2n-clx
6192 - type: "table"
6193   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6194   algorithm: "table_merged_details"
6195   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6196   columns:
6197     - title: " |prein| Test Name |preout| "
6198       data: "data name"
6199     - 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| "
6200       data: "data msg"
6201   data: "dpdk-perf-results-2n-clx"
6202   filter: "all"
6203   parameters:
6204   - "name"
6205   - "parent"
6206   - "msg"
6207
6208 # Detailed Test Results - DPDK Performance Results 2n-dnv
6209 - type: "table"
6210   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6211   algorithm: "table_merged_details"
6212   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6213   columns:
6214     - title: " |prein| Test Name |preout| "
6215       data: "data name"
6216     - 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| "
6217       data: "data msg"
6218   data: "dpdk-perf-results-2n-dnv"
6219   filter: "all"
6220   parameters:
6221   - "name"
6222   - "parent"
6223   - "msg"
6224
6225 # Detailed Test Results - DPDK Performance Results 3n-dnv
6226 - type: "table"
6227   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6228   algorithm: "table_merged_details"
6229   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6230   columns:
6231     - title: " |prein| Test Name |preout| "
6232       data: "data name"
6233     - 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| "
6234       data: "data msg"
6235   data: "dpdk-perf-results-3n-dnv"
6236   filter: "all"
6237   parameters:
6238   - "name"
6239   - "parent"
6240   - "msg"
6241
6242 # Detailed Test Results - DPDK Performance Results 3n-tsh
6243 - type: "table"
6244   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6245   algorithm: "table_merged_details"
6246   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6247   columns:
6248     - title: " |prein| Test Name |preout| "
6249       data: "data name"
6250     - 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| "
6251       data: "data msg"
6252   data: "dpdk-perf-results-3n-tsh"
6253   filter: "all"
6254   parameters:
6255   - "name"
6256   - "parent"
6257   - "msg"
6258
6259 ################################################################################
6260 ###                                F I L E S                                 ###
6261 ################################################################################
6262
6263 # VPP Performance Results
6264 - type: "file"
6265   title: "VPP Performance Results"
6266   algorithm: "file_details_split"
6267   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6268   dir-tables:
6269     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6270     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6271     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6272     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6273     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6274     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6275     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6276   data:
6277     - "vpp-perf-results-2n-skx"
6278     - "vpp-perf-results-3n-skx"
6279     - "vpp-perf-results-2n-clx"
6280     - "vpp-perf-results-3n-hsw"
6281     - "vpp-perf-results-3n-tsh"
6282     - "vpp-perf-results-2n-dnv"
6283     - "vpp-perf-results-3n-dnv"
6284   filter: "all"
6285   data-start-level: 4
6286   order-chapters:
6287     level-1:
6288       - "l2"
6289       - "ip4"
6290       - "ip6"
6291       - "srv6"
6292       - "ip4_tunnels"
6293       - "ip6_tunnels"
6294       - "vm_vhost"
6295       - "container_memif"
6296       - "crypto"
6297       - "vts"
6298       - "lb"
6299       - "nfv_density"
6300       - "hoststack"
6301     level-2:
6302       - "2n-skx"
6303       - "3n-skx"
6304       - "2n-clx"
6305       - "3n-hsw"
6306       - "3n-tsh"
6307       - "2n-dnv"
6308       - "3n-dnv"
6309     level-3:
6310       - "xl710"
6311       - "x520"
6312       - "xxv710"
6313       - "x710"
6314       - "x553"
6315       - "cx556a"
6316       - "vic1227"
6317       - "vic1385"
6318
6319 # VPP Performance Configuration
6320 - type: "file"
6321   title: "VPP Performance Configuration"
6322   algorithm: "file_details_split"
6323   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6324   dir-tables:
6325     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6326     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6327     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6328     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6329     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6330     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6331     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6332   data:
6333     - "vpp-perf-results-2n-skx"
6334     - "vpp-perf-results-3n-skx"
6335     - "vpp-perf-results-2n-clx"
6336     - "vpp-perf-results-3n-hsw"
6337     - "vpp-perf-results-3n-tsh"
6338     - "vpp-perf-results-2n-dnv"
6339     - "vpp-perf-results-3n-dnv"
6340   filter: "all"
6341   data-start-level: 4
6342   order-chapters:
6343     level-1:
6344       - "l2"
6345       - "ip4"
6346       - "ip6"
6347       - "srv6"
6348       - "ip4_tunnels"
6349       - "ip6_tunnels"
6350       - "vm_vhost"
6351       - "container_memif"
6352       - "crypto"
6353       - "vts"
6354       - "lb"
6355       - "nfv_density"
6356       - "hoststack"
6357     level-2:
6358       - "2n-skx"
6359       - "3n-skx"
6360       - "2n-clx"
6361       - "3n-hsw"
6362       - "3n-tsh"
6363       - "2n-dnv"
6364       - "3n-dnv"
6365     level-3:
6366       - "xl710"
6367       - "x520"
6368       - "xxv710"
6369       - "x710"
6370       - "x553"
6371       - "cx556a"
6372       - "vic1227"
6373       - "vic1385"
6374
6375 # VPP Performance Operational
6376 - type: "file"
6377   title: "VPP Performance Operational"
6378   algorithm: "file_details_split_html"
6379   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6380   dir-tables:
6381     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6382     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6383     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6384     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6385     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6386     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6387     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6388   data:
6389     - "vpp-perf-results-2n-skx"
6390     - "vpp-perf-results-3n-skx"
6391     - "vpp-perf-results-2n-clx"
6392     - "vpp-perf-results-3n-hsw"
6393     - "vpp-perf-results-3n-tsh"
6394     - "vpp-perf-results-2n-dnv"
6395     - "vpp-perf-results-3n-dnv"
6396   filter: "all"
6397   data-start-level: 4
6398   order-chapters:
6399     level-1:
6400       - "l2"
6401       - "ip4"
6402       - "ip6"
6403       - "srv6"
6404       - "ip4_tunnels"
6405       - "ip6_tunnels"
6406       - "vm_vhost"
6407       - "container_memif"
6408       - "crypto"
6409       - "vts"
6410       - "lb"
6411       - "nfv_density"
6412       - "hoststack"
6413     level-2:
6414       - "2n-skx"
6415       - "3n-skx"
6416       - "2n-clx"
6417       - "3n-hsw"
6418       - "3n-tsh"
6419       - "2n-dnv"
6420       - "3n-dnv"
6421     level-3:
6422       - "xl710"
6423       - "x520"
6424       - "xxv710"
6425       - "x710"
6426       - "x553"
6427       - "cx556a"
6428       - "vic1227"
6429       - "vic1385"
6430
6431 # VPP MRR Results
6432 - type: "file"
6433   title: "VPP MRR Results"
6434   algorithm: "file_details_split"
6435   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6436   dir-tables:
6437     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6438     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6439     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6440     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6441     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6442     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6443     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6444   data:
6445     - "vpp-mrr-results-2n-skx"
6446     - "vpp-mrr-results-3n-skx"
6447     - "vpp-mrr-results-2n-clx"
6448     - "vpp-mrr-results-3n-hsw"
6449     - "vpp-mrr-results-3n-tsh"
6450     - "vpp-mrr-results-2n-dnv"
6451     - "vpp-mrr-results-3n-dnv"
6452   filter: "all"
6453   data-start-level: 4
6454   order-chapters:
6455     level-1:
6456       - "l2"
6457       - "ip4"
6458       - "ip6"
6459       - "srv6"
6460       - "ip4_tunnels"
6461       - "ip6_tunnels"
6462       - "vm_vhost"
6463       - "container_memif"
6464       - "crypto"
6465       - "vts"
6466       - "lb"
6467       - "nfv_density"
6468       - "hoststack"
6469     level-2:
6470       - "2n-skx"
6471       - "3n-skx"
6472       - "2n-clx"
6473       - "3n-hsw"
6474       - "3n-tsh"
6475       - "2n-dnv"
6476       - "3n-dnv"
6477     level-3:
6478       - "xl710"
6479       - "x520"
6480       - "xxv710"
6481       - "x710"
6482       - "x553"
6483       - "cx556a"
6484       - "vic1227"
6485       - "vic1385"
6486
6487 # VPP MRR Configuration
6488 - type: "file"
6489   title: "VPP MRR Configuration"
6490   algorithm: "file_details_split"
6491   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6492   dir-tables:
6493     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6494     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6495     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6496     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6497     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6498     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6499     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6500   data:
6501     - "vpp-mrr-results-2n-skx"
6502     - "vpp-mrr-results-3n-skx"
6503     - "vpp-mrr-results-2n-clx"
6504     - "vpp-mrr-results-3n-hsw"
6505     - "vpp-mrr-results-3n-tsh"
6506     - "vpp-mrr-results-2n-dnv"
6507     - "vpp-mrr-results-3n-dnv"
6508   filter: "all"
6509   data-start-level: 4
6510   order-chapters:
6511     level-1:
6512       - "l2"
6513       - "ip4"
6514       - "ip6"
6515       - "srv6"
6516       - "ip4_tunnels"
6517       - "ip6_tunnels"
6518       - "vm_vhost"
6519       - "container_memif"
6520       - "crypto"
6521       - "vts"
6522       - "lb"
6523       - "nfv_density"
6524       - "hoststack"
6525     level-2:
6526       - "2n-skx"
6527       - "3n-skx"
6528       - "2n-clx"
6529       - "3n-hsw"
6530       - "3n-tsh"
6531       - "2n-dnv"
6532       - "3n-dnv"
6533     level-3:
6534       - "xl710"
6535       - "x520"
6536       - "xxv710"
6537       - "x710"
6538       - "x553"
6539       - "cx556a"
6540       - "vic1227"
6541       - "vic1385"
6542
6543 # VPP Device Results - Ubuntu
6544 - type: "file"
6545   title: "VPP Device Results - Ubuntu"
6546   algorithm: "file_test_results"
6547   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6548   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6549   data: "vpp-device-results-ubuntu"
6550   filter: "all"
6551   data-start-level: 4
6552
6553 # VPP Device Configuration - Ubuntu
6554 - type: "file"
6555   title: "VPP Device Configuration - Ubuntu"
6556   algorithm: "file_test_results"
6557   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6558   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6559   data: "vpp-device-results-ubuntu"
6560   filter: "all"
6561   data-start-level: 4
6562
6563 # DPDK Performance Results 3n-hsw
6564 - type: "file"
6565   title: "DPDK Performance Results 3n-hsw"
6566   algorithm: "file_test_results"
6567   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6568   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6569   data: "dpdk-perf-results-3n-hsw"
6570   filter: "all"
6571   data-start-level: 4
6572
6573 # DPDK Performance Results 3n-skx
6574 - type: "file"
6575   title: "DPDK Performance Results 3n-skx"
6576   algorithm: "file_test_results"
6577   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6578   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6579   data: "dpdk-perf-results-3n-skx"
6580   filter: "all"
6581   data-start-level: 4
6582
6583 # DPDK Performance Results 2n-skx
6584 - type: "file"
6585   title: "DPDK Performance Results 2n-skx"
6586   algorithm: "file_test_results"
6587   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6588   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6589   data: "dpdk-perf-results-2n-skx"
6590   filter: "all"
6591   data-start-level: 4
6592
6593 # DPDK Performance Results 2n-clx
6594 - type: "file"
6595   title: "DPDK Performance Results 2n-clx"
6596   algorithm: "file_test_results"
6597   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6598   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6599   data: "dpdk-perf-results-2n-clx"
6600   filter: "all"
6601   data-start-level: 4
6602
6603 # DPDK Performance Results 2n-dnv
6604 - type: "file"
6605   title: "DPDK Performance Results 2n-dnv"
6606   algorithm: "file_test_results"
6607   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6608   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6609   data: "dpdk-perf-results-2n-dnv"
6610   filter: "all"
6611   data-start-level: 4
6612
6613 # DPDK Performance Results 3n-dnv
6614 - type: "file"
6615   title: "DPDK Performance Results 3n-dnv"
6616   algorithm: "file_test_results"
6617   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6618   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6619   data: "dpdk-perf-results-3n-dnv"
6620   filter: "all"
6621   data-start-level: 4
6622
6623 # DPDK Performance Results 3n-tsh
6624 - type: "file"
6625   title: "DPDK Performance Results 3n-tsh"
6626   algorithm: "file_test_results"
6627   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6628   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6629   data: "dpdk-perf-results-3n-tsh"
6630   filter: "all"
6631   data-start-level: 4
6632
6633 ################################################################################
6634 ###                                P L O T S                                 ###
6635 ################################################################################
6636
6637 # Hoststack tests 3n-hsw
6638
6639 - type: "plot"
6640   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6641   algorithm: "plot_perf_box_name"
6642   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6643   data: "plot-vpp-hoststack-3n-hsw"
6644   include:
6645     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6646     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6647   layout:
6648     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6649     layout: "plot-hoststack"
6650
6651 - type: "plot"
6652   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6653   algorithm: "plot_perf_box_name"
6654   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6655   data: "plot-vpp-hoststack-3n-hsw"
6656   include:
6657     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6658     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6659   layout:
6660     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6661     layout: "plot-hoststack"
6662
6663 - type: "plot"
6664   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6665   algorithm: "plot_perf_box_name"
6666   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6667   data: "plot-vpp-hoststack-3n-hsw"
6668   include:
6669     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6670     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6671     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6672     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6673   layout:
6674     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6675     layout: "plot-hoststack"
6676
6677 # Plots VPP HTTP Server Performance
6678 - type: "plot"
6679   title: "VPP HTTP Server Performance"
6680   algorithm: "plot_http_server_perf_box"
6681   output-file-type: ".html"
6682   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6683   data:
6684     "plot-vpp-http-server-performance"
6685   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6686   parameters:
6687   - "result"
6688   - "name"
6689   traces:
6690     hoverinfo: "y+name"
6691     boxpoints: "outliers"
6692     whiskerwidth: 0
6693   layout:
6694     title: "VPP HTTP Server Performance"
6695     layout:
6696       "plot-cps"
6697
6698 - type: "plot"
6699   title: "VPP HTTP Server Performance"
6700   algorithm: "plot_http_server_perf_box"
6701   output-file-type: ".html"
6702   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6703   data:
6704     "plot-vpp-http-server-performance"
6705   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6706   parameters:
6707   - "result"
6708   - "name"
6709   traces:
6710     hoverinfo: "y+name"
6711     boxpoints: "outliers"
6712     whiskerwidth: 0
6713   layout:
6714     title: "VPP HTTP Server Performance"
6715     layout:
6716       "plot-rps"
6717
6718 ################################################################################
6719
6720 # Soak Test (PLRsearch), boxes - 2n-clx
6721 - type: "plot"
6722   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6723   algorithm: "plot_perf_box_name"
6724   output-file-type: ".html"
6725   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6726   data: "plot-vpp-soak-2n-clx"
6727   include:
6728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6734   layout:
6735     title: "30 Minutes Soak Test (PLRsearch)"
6736     layout: "plot-soak-throughput"
6737
6738 # Soak Test (PLRsearch), boxes - 2n-clx
6739 - type: "plot"
6740   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6741   algorithm: "plot_perf_box_name"
6742   output-file-type: ".html"
6743   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6744   data: "plot-vpp-soak-2n-clx"
6745   include:
6746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6748     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6749     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6751     - "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"
6752   layout:
6753     title: "30 Minutes Soak Test (PLRsearch)"
6754     layout: "plot-soak-throughput"
6755
6756 # Soak Test (PLRsearch), boxes - 2n-skx
6757 - type: "plot"
6758   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6759   algorithm: "plot_perf_box_name"
6760   output-file-type: ".html"
6761   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6762   data: "plot-vpp-soak-2n-skx"
6763   include:
6764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6770   layout:
6771     title: "30 Minutes Soak Test (PLRsearch)"
6772     layout: "plot-soak-throughput"
6773
6774 # Soak Test (PLRsearch), boxes - 2n-skx
6775 - type: "plot"
6776   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6777   algorithm: "plot_perf_box_name"
6778   output-file-type: ".html"
6779   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6780   data: "plot-vpp-soak-2n-skx"
6781   include:
6782     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6783     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6784     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6785     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6787     - "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"
6788   layout:
6789     title: "30 Minutes Soak Test (PLRsearch)"
6790     layout: "plot-soak-throughput"
6791
6792 ###############################################################################
6793
6794 # Reconf tests 2n-skx
6795
6796 - type: "plot"
6797   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6798   algorithm: "plot_nf_reconf_box_name"
6799   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6800   data: "plot-vpp-nfv-reconf-2n-skx"
6801   include:
6802     - "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"
6803     - "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"
6804     - "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"
6805     - "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"
6806     - "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"
6807     - "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"
6808   layout:
6809     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6810     layout: "plot-throughput"
6811
6812 - type: "plot"
6813   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6814   algorithm: "plot_nf_reconf_box_name"
6815   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6816   data: "plot-vpp-nfv-reconf-2n-skx"
6817   include:
6818     - "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"
6819     - "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"
6820     - "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"
6821     - "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"
6822     - "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"
6823     - "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"
6824   layout:
6825     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6826     layout: "plot-throughput"
6827
6828 - type: "plot"
6829   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6830   algorithm: "plot_nf_reconf_box_name"
6831   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6832   data: "plot-vpp-nfv-reconf-2n-skx"
6833   include:
6834     - "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"
6835     - "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"
6836     - "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"
6837     - "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"
6838     - "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"
6839     - "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"
6840   layout:
6841     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6842     layout: "plot-throughput"
6843
6844 ###############################################################################
6845
6846 # Reconf tests 2n-clx
6847
6848 - type: "plot"
6849   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6850   algorithm: "plot_nf_reconf_box_name"
6851   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6852   data: "plot-vpp-nfv-reconf-2n-clx"
6853   include:
6854     - "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"
6855     - "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"
6856     - "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"
6857     - "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"
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-clx-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-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6866   data: "plot-vpp-nfv-reconf-2n-clx"
6867   include:
6868     - "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"
6869     - "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"
6870     - "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"
6871     - "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"
6872   layout:
6873     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6874     layout: "plot-throughput"
6875
6876 - type: "plot"
6877   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6878   algorithm: "plot_nf_reconf_box_name"
6879   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6880   data: "plot-vpp-nfv-reconf-2n-clx"
6881   include:
6882     - "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"
6883     - "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"
6884     - "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"
6885     - "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"
6886   layout:
6887     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6888     layout: "plot-throughput"
6889
6890 ################################################################################
6891 ## Plots - NF Density - VSC - MRR 64b
6892 #- type: "plot"
6893 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6894 #  algorithm: "plot_nf_heatmap"
6895 #  output-file-type: ".html"
6896 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6897 #  data: "plot-vpp-nfv-2n-skx-mrr"
6898 #  filter: "'NIC_Intel-XXV710' and
6899 #           'NF_DENSITY' and
6900 #           'VHOST' and
6901 #           not 'VXLAN' and
6902 #           'CHAIN' and
6903 #           'NF_VPPIP4' and
6904 #           '64B' and
6905 #           '2T1C' and
6906 #           'MRR'"
6907 #  parameters:
6908 #  - "result"
6909 #  - "name"
6910 #  - "tags"
6911 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6912 #  x-axis: "X = VNFs per Service Chain"
6913 #  y-axis: "Y = Number of Service Chains"
6914 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6915 #  layout:
6916 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6917 #    layout: "plot-service-density"
6918 #
6919 #- type: "plot"
6920 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6921 #  algorithm: "plot_nf_heatmap"
6922 #  output-file-type: ".html"
6923 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6924 #  data: "plot-vpp-nfv-2n-skx-mrr"
6925 #  filter: "'NIC_Intel-XXV710' and
6926 #           'NF_DENSITY' and
6927 #           'VHOST' and
6928 #           not 'VXLAN' and
6929 #           'CHAIN' and
6930 #           'NF_VPPIP4' and
6931 #           '64B' and
6932 #           '4T2C' and
6933 #           'MRR'"
6934 #  parameters:
6935 #  - "result"
6936 #  - "name"
6937 #  - "tags"
6938 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6939 #  x-axis: "X = VNFs per Service Chain"
6940 #  y-axis: "Y = Number of Service Chains"
6941 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6942 #  layout:
6943 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6944 #    layout: "plot-service-density"
6945 #
6946 #- type: "plot"
6947 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6948 #  algorithm: "plot_nf_heatmap"
6949 #  output-file-type: ".html"
6950 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6951 #  data: "plot-vpp-nfv-2n-skx-mrr"
6952 #  filter: "'NIC_Intel-XXV710' and
6953 #           'NF_DENSITY' and
6954 #           'VHOST' and
6955 #           not 'VXLAN' and
6956 #           'CHAIN' and
6957 #           'NF_VPPIP4' and
6958 #           '64B' and
6959 #           '8T4C' and
6960 #           'MRR'"
6961 #  parameters:
6962 #  - "result"
6963 #  - "name"
6964 #  - "tags"
6965 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6966 #  x-axis: "X = VNFs per Service Chain"
6967 #  y-axis: "Y = Number of Service Chains"
6968 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6969 #  layout:
6970 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6971 #    layout: "plot-service-density"
6972 #
6973 ## Plots - NF Density - VSC - MRR IMIX
6974 #- type: "plot"
6975 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6976 #  algorithm: "plot_nf_heatmap"
6977 #  output-file-type: ".html"
6978 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6979 #  data: "plot-vpp-nfv-2n-skx-mrr"
6980 #  filter: "'NIC_Intel-XXV710' and
6981 #           'NF_DENSITY' and
6982 #           'VHOST' and
6983 #           not 'VXLAN' and
6984 #           'CHAIN' and
6985 #           'NF_VPPIP4' and
6986 #           'IMIX' and
6987 #           '2T1C' and
6988 #           'MRR'"
6989 #  parameters:
6990 #  - "result"
6991 #  - "name"
6992 #  - "tags"
6993 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6994 #  x-axis: "X = VNFs per Service Chain"
6995 #  y-axis: "Y = Number of Service Chains"
6996 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6997 #  layout:
6998 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6999 #    layout: "plot-service-density"
7000 #
7001 #- type: "plot"
7002 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7003 #  algorithm: "plot_nf_heatmap"
7004 #  output-file-type: ".html"
7005 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7006 #  data: "plot-vpp-nfv-2n-skx-mrr"
7007 #  filter: "'NIC_Intel-XXV710' and
7008 #           'NF_DENSITY' and
7009 #           'VHOST' and
7010 #           not 'VXLAN' and
7011 #           'CHAIN' and
7012 #           'NF_VPPIP4' and
7013 #           'IMIX' and
7014 #           '4T2C' and
7015 #           'MRR'"
7016 #  parameters:
7017 #  - "result"
7018 #  - "name"
7019 #  - "tags"
7020 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7021 #  x-axis: "X = VNFs per Service Chain"
7022 #  y-axis: "Y = Number of Service Chains"
7023 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7024 #  layout:
7025 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7026 #    layout: "plot-service-density"
7027 #
7028 #- type: "plot"
7029 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7030 #  algorithm: "plot_nf_heatmap"
7031 #  output-file-type: ".html"
7032 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7033 #  data: "plot-vpp-nfv-2n-skx-mrr"
7034 #  filter: "'NIC_Intel-XXV710' and
7035 #           'NF_DENSITY' and
7036 #           'VHOST' and
7037 #           not 'VXLAN' and
7038 #           'CHAIN' and
7039 #           'NF_VPPIP4' and
7040 #           'IMIX' and
7041 #           '8T4C' and
7042 #           'MRR'"
7043 #  parameters:
7044 #  - "result"
7045 #  - "name"
7046 #  - "tags"
7047 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7048 #  x-axis: "X = VNFs per Service Chain"
7049 #  y-axis: "Y = Number of Service Chains"
7050 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7051 #  layout:
7052 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7053 #    layout: "plot-service-density"
7054 #
7055 ## Plots - NF Density - VSC - NDR 64b
7056 #- type: "plot"
7057 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7058 #  algorithm: "plot_nf_heatmap"
7059 #  output-file-type: ".html"
7060 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7061 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7062 #  filter: "'NIC_Intel-XXV710' and
7063 #           'NF_DENSITY' and
7064 #           'VHOST' and
7065 #           not 'VXLAN' and
7066 #           'CHAIN' and
7067 #           'NF_VPPIP4' and
7068 #           '64B' and
7069 #           '2T1C' and
7070 #           'NDRPDR'"
7071 #  parameters:
7072 #  - "throughput"
7073 #  - "name"
7074 #  - "tags"
7075 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7076 #  x-axis: "X = VNFs per Service Chain"
7077 #  y-axis: "Y = Number of Service Chains"
7078 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7079 #  layout:
7080 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7081 #    layout: "plot-service-density"
7082 #
7083 #- type: "plot"
7084 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7085 #  algorithm: "plot_nf_heatmap"
7086 #  output-file-type: ".html"
7087 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7088 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7089 #  filter: "'NIC_Intel-XXV710' and
7090 #           'NF_DENSITY' and
7091 #           'VHOST' and
7092 #           not 'VXLAN' and
7093 #           'CHAIN' and
7094 #           'NF_VPPIP4' and
7095 #           '64B' and
7096 #           '4T2C' and
7097 #           'NDRPDR'"
7098 #  parameters:
7099 #  - "throughput"
7100 #  - "name"
7101 #  - "tags"
7102 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7103 #  x-axis: "X = VNFs per Service Chain"
7104 #  y-axis: "Y = Number of Service Chains"
7105 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7106 #  layout:
7107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7108 #    layout: "plot-service-density"
7109 #
7110 #- type: "plot"
7111 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7112 #  algorithm: "plot_nf_heatmap"
7113 #  output-file-type: ".html"
7114 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7115 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7116 #  filter: "'NIC_Intel-XXV710' and
7117 #           'NF_DENSITY' and
7118 #           'VHOST' and
7119 #           not 'VXLAN' and
7120 #           'CHAIN' and
7121 #           'NF_VPPIP4' and
7122 #           '64B' and
7123 #           '8T4C' and
7124 #           'NDRPDR'"
7125 #  parameters:
7126 #  - "throughput"
7127 #  - "name"
7128 #  - "tags"
7129 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7130 #  x-axis: "X = VNFs per Service Chain"
7131 #  y-axis: "Y = Number of Service Chains"
7132 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7133 #  layout:
7134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7135 #    layout: "plot-service-density"
7136 #
7137 ## Plots - NF Density - VSC - NDR IMIX
7138 #- type: "plot"
7139 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7140 #  algorithm: "plot_nf_heatmap"
7141 #  output-file-type: ".html"
7142 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7143 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7144 #  filter: "'NIC_Intel-XXV710' and
7145 #           'NF_DENSITY' and
7146 #           'VHOST' and
7147 #           not 'VXLAN' and
7148 #           'CHAIN' and
7149 #           'NF_VPPIP4' and
7150 #           'IMIX' and
7151 #           '2T1C' and
7152 #           'NDRPDR'"
7153 #  parameters:
7154 #  - "throughput"
7155 #  - "name"
7156 #  - "tags"
7157 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7158 #  x-axis: "X = VNFs per Service Chain"
7159 #  y-axis: "Y = Number of Service Chains"
7160 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7161 #  layout:
7162 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7163 #    layout: "plot-service-density"
7164 #
7165 #- type: "plot"
7166 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7167 #  algorithm: "plot_nf_heatmap"
7168 #  output-file-type: ".html"
7169 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7170 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7171 #  filter: "'NIC_Intel-XXV710' and
7172 #           'NF_DENSITY' and
7173 #           'VHOST' and
7174 #           not 'VXLAN' and
7175 #           'CHAIN' and
7176 #           'NF_VPPIP4' and
7177 #           'IMIX' and
7178 #           '4T2C' and
7179 #           'NDRPDR'"
7180 #  parameters:
7181 #  - "throughput"
7182 #  - "name"
7183 #  - "tags"
7184 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7185 #  x-axis: "X = VNFs per Service Chain"
7186 #  y-axis: "Y = Number of Service Chains"
7187 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7188 #  layout:
7189 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7190 #    layout: "plot-service-density"
7191 #
7192 #- type: "plot"
7193 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7194 #  algorithm: "plot_nf_heatmap"
7195 #  output-file-type: ".html"
7196 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7197 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7198 #  filter: "'NIC_Intel-XXV710' and
7199 #           'NF_DENSITY' and
7200 #           'VHOST' and
7201 #           not 'VXLAN' and
7202 #           'CHAIN' and
7203 #           'NF_VPPIP4' and
7204 #           'IMIX' and
7205 #           '8T4C' and
7206 #           'NDRPDR'"
7207 #  parameters:
7208 #  - "throughput"
7209 #  - "name"
7210 #  - "tags"
7211 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7212 #  x-axis: "X = VNFs per Service Chain"
7213 #  y-axis: "Y = Number of Service Chains"
7214 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7215 #  layout:
7216 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7217 #    layout: "plot-service-density"
7218 #
7219 ## Plots - NF Density - VSC - PDR 64b
7220 #- type: "plot"
7221 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7222 #  algorithm: "plot_nf_heatmap"
7223 #  output-file-type: ".html"
7224 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7225 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7226 #  filter: "'NIC_Intel-XXV710' and
7227 #           'NF_DENSITY' and
7228 #           'VHOST' and
7229 #           not 'VXLAN' and
7230 #           'CHAIN' and
7231 #           'NF_VPPIP4' and
7232 #           '64B' and
7233 #           '2T1C' and
7234 #           'NDRPDR'"
7235 #  parameters:
7236 #  - "throughput"
7237 #  - "name"
7238 #  - "tags"
7239 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7240 #  x-axis: "X = VNFs per Service Chain"
7241 #  y-axis: "Y = Number of Service Chains"
7242 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7243 #  layout:
7244 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7245 #    layout: "plot-service-density"
7246 #
7247 #- type: "plot"
7248 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7249 #  algorithm: "plot_nf_heatmap"
7250 #  output-file-type: ".html"
7251 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7252 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7253 #  filter: "'NIC_Intel-XXV710' and
7254 #           'NF_DENSITY' and
7255 #           'VHOST' and
7256 #           not 'VXLAN' and
7257 #           'CHAIN' and
7258 #           'NF_VPPIP4' and
7259 #           '64B' and
7260 #           '4T2C' and
7261 #           'NDRPDR'"
7262 #  parameters:
7263 #  - "throughput"
7264 #  - "name"
7265 #  - "tags"
7266 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7267 #  x-axis: "X = VNFs per Service Chain"
7268 #  y-axis: "Y = Number of Service Chains"
7269 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7270 #  layout:
7271 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7272 #    layout: "plot-service-density"
7273 #
7274 #- type: "plot"
7275 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7276 #  algorithm: "plot_nf_heatmap"
7277 #  output-file-type: ".html"
7278 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7279 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7280 #  filter: "'NIC_Intel-XXV710' and
7281 #           'NF_DENSITY' and
7282 #           'VHOST' and
7283 #           not 'VXLAN' and
7284 #           'CHAIN' and
7285 #           'NF_VPPIP4' and
7286 #           '64B' and
7287 #           '8T4C' and
7288 #           'NDRPDR'"
7289 #  parameters:
7290 #  - "throughput"
7291 #  - "name"
7292 #  - "tags"
7293 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7294 #  x-axis: "X = VNFs per Service Chain"
7295 #  y-axis: "Y = Number of Service Chains"
7296 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7297 #  layout:
7298 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7299 #    layout: "plot-service-density"
7300 #
7301 ## Plots - NF Density - VSC - PDR IMIX
7302 #- type: "plot"
7303 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7304 #  algorithm: "plot_nf_heatmap"
7305 #  output-file-type: ".html"
7306 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7307 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7308 #  filter: "'NIC_Intel-XXV710' and
7309 #           'NF_DENSITY' and
7310 #           'VHOST' and
7311 #           not 'VXLAN' and
7312 #           'CHAIN' and
7313 #           'NF_VPPIP4' and
7314 #           'IMIX' and
7315 #           '2T1C' and
7316 #           'NDRPDR'"
7317 #  parameters:
7318 #  - "throughput"
7319 #  - "name"
7320 #  - "tags"
7321 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7322 #  x-axis: "X = VNFs per Service Chain"
7323 #  y-axis: "Y = Number of Service Chains"
7324 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7325 #  layout:
7326 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7327 #    layout: "plot-service-density"
7328 #
7329 #- type: "plot"
7330 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7331 #  algorithm: "plot_nf_heatmap"
7332 #  output-file-type: ".html"
7333 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7334 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7335 #  filter: "'NIC_Intel-XXV710' and
7336 #           'NF_DENSITY' and
7337 #           'VHOST' and
7338 #           not 'VXLAN' and
7339 #           'CHAIN' and
7340 #           'NF_VPPIP4' and
7341 #           'IMIX' and
7342 #           '4T2C' and
7343 #           'NDRPDR'"
7344 #  parameters:
7345 #  - "throughput"
7346 #  - "name"
7347 #  - "tags"
7348 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7349 #  x-axis: "X = VNFs per Service Chain"
7350 #  y-axis: "Y = Number of Service Chains"
7351 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7352 #  layout:
7353 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7354 #    layout: "plot-service-density"
7355 #
7356 #- type: "plot"
7357 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7358 #  algorithm: "plot_nf_heatmap"
7359 #  output-file-type: ".html"
7360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7361 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7362 #  filter: "'NIC_Intel-XXV710' and
7363 #           'NF_DENSITY' and
7364 #           'VHOST' and
7365 #           not 'VXLAN' and
7366 #           'CHAIN' and
7367 #           'NF_VPPIP4' and
7368 #           'IMIX' and
7369 #           '8T4C' and
7370 #           'NDRPDR'"
7371 #  parameters:
7372 #  - "throughput"
7373 #  - "name"
7374 #  - "tags"
7375 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7376 #  x-axis: "X = VNFs per Service Chain"
7377 #  y-axis: "Y = Number of Service Chains"
7378 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7379 #  layout:
7380 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7381 #    layout: "plot-service-density"
7382 #
7383 ################################################################################
7384 ## Plots - NF Density - VSC - MRR 64b
7385 #- type: "plot"
7386 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7387 #  algorithm: "plot_nf_heatmap"
7388 #  output-file-type: ".html"
7389 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7390 #  data: "plot-vpp-nfv-2n-skx-mrr"
7391 #  filter: "'NIC_Intel-XXV710' and
7392 #           'NF_DENSITY' and
7393 #           'VHOST' and
7394 #           'VXLAN' and
7395 #           'CHAIN' and
7396 #           '118' and
7397 #           '2T1C' and
7398 #           'MRR'"
7399 #  parameters:
7400 #  - "result"
7401 #  - "name"
7402 #  - "tags"
7403 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7404 #  x-axis: "X = VNFs per Service Chain"
7405 #  y-axis: "Y = Number of Service Chains"
7406 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7407 #  layout:
7408 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7409 #    layout: "plot-service-density"
7410 #
7411 #- type: "plot"
7412 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7413 #  algorithm: "plot_nf_heatmap"
7414 #  output-file-type: ".html"
7415 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7416 #  data: "plot-vpp-nfv-2n-skx-mrr"
7417 #  filter: "'NIC_Intel-XXV710' and
7418 #           'NF_DENSITY' and
7419 #           'VHOST' and
7420 #           'VXLAN' and
7421 #           'CHAIN' and
7422 #           '118' and
7423 #           '4T2C' and
7424 #           'MRR'"
7425 #  parameters:
7426 #  - "result"
7427 #  - "name"
7428 #  - "tags"
7429 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7430 #  x-axis: "X = VNFs per Service Chain"
7431 #  y-axis: "Y = Number of Service Chains"
7432 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7433 #  layout:
7434 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7435 #    layout: "plot-service-density"
7436 #
7437 #- type: "plot"
7438 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7439 #  algorithm: "plot_nf_heatmap"
7440 #  output-file-type: ".html"
7441 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7442 #  data: "plot-vpp-nfv-2n-skx-mrr"
7443 #  filter: "'NIC_Intel-XXV710' and
7444 #           'NF_DENSITY' and
7445 #           'VHOST' and
7446 #           'VXLAN' and
7447 #           'CHAIN' and
7448 #           '118' and
7449 #           '8T4C' and
7450 #           'MRR'"
7451 #  parameters:
7452 #  - "result"
7453 #  - "name"
7454 #  - "tags"
7455 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7456 #  x-axis: "X = VNFs per Service Chain"
7457 #  y-axis: "Y = Number of Service Chains"
7458 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7459 #  layout:
7460 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7461 #    layout: "plot-service-density"
7462 #
7463 ## Plots - NF Density - VSC - MRR IMIX
7464 #- type: "plot"
7465 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7466 #  algorithm: "plot_nf_heatmap"
7467 #  output-file-type: ".html"
7468 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7469 #  data: "plot-vpp-nfv-2n-skx-mrr"
7470 #  filter: "'NIC_Intel-XXV710' and
7471 #           'NF_DENSITY' and
7472 #           'VHOST' and
7473 #           'VXLAN' and
7474 #           'CHAIN' and
7475 #           'IMIX' and
7476 #           '2T1C' and
7477 #           'MRR'"
7478 #  parameters:
7479 #  - "result"
7480 #  - "name"
7481 #  - "tags"
7482 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7483 #  x-axis: "X = VNFs per Service Chain"
7484 #  y-axis: "Y = Number of Service Chains"
7485 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7486 #  layout:
7487 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7488 #    layout: "plot-service-density"
7489 #
7490 #- type: "plot"
7491 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7492 #  algorithm: "plot_nf_heatmap"
7493 #  output-file-type: ".html"
7494 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7495 #  data: "plot-vpp-nfv-2n-skx-mrr"
7496 #  filter: "'NIC_Intel-XXV710' and
7497 #           'NF_DENSITY' and
7498 #           'VHOST' and
7499 #           'VXLAN' and
7500 #           'CHAIN' and
7501 #           'IMIX' and
7502 #           '4T2C' and
7503 #           'MRR'"
7504 #  parameters:
7505 #  - "result"
7506 #  - "name"
7507 #  - "tags"
7508 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7509 #  x-axis: "X = VNFs per Service Chain"
7510 #  y-axis: "Y = Number of Service Chains"
7511 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7512 #  layout:
7513 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7514 #    layout: "plot-service-density"
7515 #
7516 #- type: "plot"
7517 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7518 #  algorithm: "plot_nf_heatmap"
7519 #  output-file-type: ".html"
7520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7521 #  data: "plot-vpp-nfv-2n-skx-mrr"
7522 #  filter: "'NIC_Intel-XXV710' and
7523 #           'NF_DENSITY' and
7524 #           'VHOST' and
7525 #           'VXLAN' and
7526 #           'CHAIN' and
7527 #           'IMIX' and
7528 #           '8T4C' and
7529 #           'MRR'"
7530 #  parameters:
7531 #  - "result"
7532 #  - "name"
7533 #  - "tags"
7534 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7535 #  x-axis: "X = VNFs per Service Chain"
7536 #  y-axis: "Y = Number of Service Chains"
7537 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7538 #  layout:
7539 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7540 #    layout: "plot-service-density"
7541 #
7542 ## Plots - NF Density - VSC - NDR 64b
7543 #- type: "plot"
7544 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7545 #  algorithm: "plot_nf_heatmap"
7546 #  output-file-type: ".html"
7547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7548 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7549 #  filter: "'NIC_Intel-XXV710' and
7550 #           'NF_DENSITY' and
7551 #           'VHOST' and
7552 #           'VXLAN' and
7553 #           'CHAIN' and
7554 #           '118' and
7555 #           '2T1C' and
7556 #           'NDRPDR'"
7557 #  parameters:
7558 #  - "throughput"
7559 #  - "name"
7560 #  - "tags"
7561 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7562 #  x-axis: "X = VNFs per Service Chain"
7563 #  y-axis: "Y = Number of Service Chains"
7564 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7565 #  layout:
7566 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7567 #    layout: "plot-service-density"
7568 #
7569 #- type: "plot"
7570 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7571 #  algorithm: "plot_nf_heatmap"
7572 #  output-file-type: ".html"
7573 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7574 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7575 #  filter: "'NIC_Intel-XXV710' and
7576 #           'NF_DENSITY' and
7577 #           'VHOST' and
7578 #           'VXLAN' and
7579 #           'CHAIN' and
7580 #           '118' and
7581 #           '4T2C' and
7582 #           'NDRPDR'"
7583 #  parameters:
7584 #  - "throughput"
7585 #  - "name"
7586 #  - "tags"
7587 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7588 #  x-axis: "X = VNFs per Service Chain"
7589 #  y-axis: "Y = Number of Service Chains"
7590 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7591 #  layout:
7592 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7593 #    layout: "plot-service-density"
7594 #
7595 #- type: "plot"
7596 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7597 #  algorithm: "plot_nf_heatmap"
7598 #  output-file-type: ".html"
7599 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7600 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7601 #  filter: "'NIC_Intel-XXV710' and
7602 #           'NF_DENSITY' and
7603 #           'VHOST' and
7604 #           'VXLAN' and
7605 #           'CHAIN' and
7606 #           '118' and
7607 #           '8T4C' and
7608 #           'NDRPDR'"
7609 #  parameters:
7610 #  - "throughput"
7611 #  - "name"
7612 #  - "tags"
7613 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7614 #  x-axis: "X = VNFs per Service Chain"
7615 #  y-axis: "Y = Number of Service Chains"
7616 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7617 #  layout:
7618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7619 #    layout: "plot-service-density"
7620 #
7621 ## Plots - NF Density - VSC - NDR IMIX
7622 #- type: "plot"
7623 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7624 #  algorithm: "plot_nf_heatmap"
7625 #  output-file-type: ".html"
7626 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7627 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7628 #  filter: "'NIC_Intel-XXV710' and
7629 #           'NF_DENSITY' and
7630 #           'VHOST' and
7631 #           'VXLAN' and
7632 #           'CHAIN' and
7633 #           'IMIX' and
7634 #           '2T1C' and
7635 #           'NDRPDR'"
7636 #  parameters:
7637 #  - "throughput"
7638 #  - "name"
7639 #  - "tags"
7640 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7641 #  x-axis: "X = VNFs per Service Chain"
7642 #  y-axis: "Y = Number of Service Chains"
7643 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7644 #  layout:
7645 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7646 #    layout: "plot-service-density"
7647 #
7648 #- type: "plot"
7649 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7650 #  algorithm: "plot_nf_heatmap"
7651 #  output-file-type: ".html"
7652 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7653 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7654 #  filter: "'NIC_Intel-XXV710' and
7655 #           'NF_DENSITY' and
7656 #           'VHOST' and
7657 #           'VXLAN' and
7658 #           'CHAIN' and
7659 #           'IMIX' and
7660 #           '4T2C' and
7661 #           'NDRPDR'"
7662 #  parameters:
7663 #  - "throughput"
7664 #  - "name"
7665 #  - "tags"
7666 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7667 #  x-axis: "X = VNFs per Service Chain"
7668 #  y-axis: "Y = Number of Service Chains"
7669 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7670 #  layout:
7671 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7672 #    layout: "plot-service-density"
7673 #
7674 #- type: "plot"
7675 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7676 #  algorithm: "plot_nf_heatmap"
7677 #  output-file-type: ".html"
7678 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7679 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7680 #  filter: "'NIC_Intel-XXV710' and
7681 #           'NF_DENSITY' and
7682 #           'VHOST' and
7683 #           'VXLAN' and
7684 #           'CHAIN' and
7685 #           'IMIX' and
7686 #           '8T4C' and
7687 #           'NDRPDR'"
7688 #  parameters:
7689 #  - "throughput"
7690 #  - "name"
7691 #  - "tags"
7692 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7693 #  x-axis: "X = VNFs per Service Chain"
7694 #  y-axis: "Y = Number of Service Chains"
7695 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7696 #  layout:
7697 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7698 #    layout: "plot-service-density"
7699 #
7700 ## Plots - NF Density - VSC - PDR 64b
7701 #- type: "plot"
7702 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7703 #  algorithm: "plot_nf_heatmap"
7704 #  output-file-type: ".html"
7705 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7706 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7707 #  filter: "'NIC_Intel-XXV710' and
7708 #           'NF_DENSITY' and
7709 #           'VHOST' and
7710 #           'VXLAN' and
7711 #           'CHAIN' and
7712 #           '118' and
7713 #           '2T1C' and
7714 #           'NDRPDR'"
7715 #  parameters:
7716 #  - "throughput"
7717 #  - "name"
7718 #  - "tags"
7719 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7720 #  x-axis: "X = VNFs per Service Chain"
7721 #  y-axis: "Y = Number of Service Chains"
7722 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7723 #  layout:
7724 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7725 #    layout: "plot-service-density"
7726 #
7727 #- type: "plot"
7728 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7729 #  algorithm: "plot_nf_heatmap"
7730 #  output-file-type: ".html"
7731 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7732 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7733 #  filter: "'NIC_Intel-XXV710' and
7734 #           'NF_DENSITY' and
7735 #           'VHOST' and
7736 #           'VXLAN' and
7737 #           'CHAIN' and
7738 #           '118' and
7739 #           '4T2C' and
7740 #           'NDRPDR'"
7741 #  parameters:
7742 #  - "throughput"
7743 #  - "name"
7744 #  - "tags"
7745 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7746 #  x-axis: "X = VNFs per Service Chain"
7747 #  y-axis: "Y = Number of Service Chains"
7748 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7749 #  layout:
7750 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7751 #    layout: "plot-service-density"
7752 #
7753 #- type: "plot"
7754 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7755 #  algorithm: "plot_nf_heatmap"
7756 #  output-file-type: ".html"
7757 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7758 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7759 #  filter: "'NIC_Intel-XXV710' and
7760 #           'NF_DENSITY' and
7761 #           'VHOST' and
7762 #           'VXLAN' and
7763 #           'CHAIN' and
7764 #           '118' and
7765 #           '8T4C' and
7766 #           'NDRPDR'"
7767 #  parameters:
7768 #  - "throughput"
7769 #  - "name"
7770 #  - "tags"
7771 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7772 #  x-axis: "X = VNFs per Service Chain"
7773 #  y-axis: "Y = Number of Service Chains"
7774 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7775 #  layout:
7776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7777 #    layout: "plot-service-density"
7778 #
7779 ## Plots - NF Density - VSC - PDR IMIX
7780 #- type: "plot"
7781 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7782 #  algorithm: "plot_nf_heatmap"
7783 #  output-file-type: ".html"
7784 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7785 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7786 #  filter: "'NIC_Intel-XXV710' and
7787 #           'NF_DENSITY' and
7788 #           'VHOST' and
7789 #           'VXLAN' and
7790 #           'CHAIN' and
7791 #           'IMIX' and
7792 #           '2T1C' and
7793 #           'NDRPDR'"
7794 #  parameters:
7795 #  - "throughput"
7796 #  - "name"
7797 #  - "tags"
7798 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7799 #  x-axis: "X = VNFs per Service Chain"
7800 #  y-axis: "Y = Number of Service Chains"
7801 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7802 #  layout:
7803 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7804 #    layout: "plot-service-density"
7805 #
7806 #- type: "plot"
7807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7808 #  algorithm: "plot_nf_heatmap"
7809 #  output-file-type: ".html"
7810 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7811 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7812 #  filter: "'NIC_Intel-XXV710' and
7813 #           'NF_DENSITY' and
7814 #           'VHOST' and
7815 #           'VXLAN' and
7816 #           'CHAIN' and
7817 #           'IMIX' and
7818 #           '4T2C' and
7819 #           'NDRPDR'"
7820 #  parameters:
7821 #  - "throughput"
7822 #  - "name"
7823 #  - "tags"
7824 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7825 #  x-axis: "X = VNFs per Service Chain"
7826 #  y-axis: "Y = Number of Service Chains"
7827 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7828 #  layout:
7829 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7830 #    layout: "plot-service-density"
7831 #
7832 #- type: "plot"
7833 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7834 #  algorithm: "plot_nf_heatmap"
7835 #  output-file-type: ".html"
7836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7837 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7838 #  filter: "'NIC_Intel-XXV710' and
7839 #           'NF_DENSITY' and
7840 #           'VHOST' and
7841 #           'VXLAN' and
7842 #           'CHAIN' and
7843 #           'IMIX' and
7844 #           '8T4C' and
7845 #           'NDRPDR'"
7846 #  parameters:
7847 #  - "throughput"
7848 #  - "name"
7849 #  - "tags"
7850 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7851 #  x-axis: "X = VNFs per Service Chain"
7852 #  y-axis: "Y = Number of Service Chains"
7853 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7854 #  layout:
7855 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7856 #    layout: "plot-service-density"
7857 #
7858 ################################################################################
7859 ## Plots - NF Density - CSC - MRR 64b
7860 #- type: "plot"
7861 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7862 #  algorithm: "plot_nf_heatmap"
7863 #  output-file-type: ".html"
7864 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7865 #  data: "plot-vpp-nfv-2n-skx-mrr"
7866 #  filter: "'NIC_Intel-XXV710' and
7867 #           'NF_DENSITY' and
7868 #           'DOCKER' and
7869 #           'CHAIN' and
7870 #           'NF_VPPIP4' and
7871 #           '64B' and
7872 #           '2T1C' and
7873 #           'MRR'"
7874 #  parameters:
7875 #  - "result"
7876 #  - "name"
7877 #  - "tags"
7878 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7879 #  x-axis: "X = CNFs per Service Chain"
7880 #  y-axis: "Y = Number of Service Chains"
7881 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7882 #  layout:
7883 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7884 #    layout: "plot-service-density"
7885 #
7886 #- type: "plot"
7887 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7888 #  algorithm: "plot_nf_heatmap"
7889 #  output-file-type: ".html"
7890 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7891 #  data: "plot-vpp-nfv-2n-skx-mrr"
7892 #  filter: "'NIC_Intel-XXV710' and
7893 #           'NF_DENSITY' and
7894 #           'DOCKER' and
7895 #           'CHAIN' and
7896 #           'NF_VPPIP4' and
7897 #           '64B' and
7898 #           '4T2C' and
7899 #           'MRR'"
7900 #  parameters:
7901 #  - "result"
7902 #  - "name"
7903 #  - "tags"
7904 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7905 #  x-axis: "X = CNFs per Service Chain"
7906 #  y-axis: "Y = Number of Service Chains"
7907 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7908 #  layout:
7909 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7910 #    layout: "plot-service-density"
7911 #
7912 #- type: "plot"
7913 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7914 #  algorithm: "plot_nf_heatmap"
7915 #  output-file-type: ".html"
7916 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7917 #  data: "plot-vpp-nfv-2n-skx-mrr"
7918 #  filter: "'NIC_Intel-XXV710' and
7919 #           'NF_DENSITY' and
7920 #           'DOCKER' and
7921 #           'CHAIN' and
7922 #           'NF_VPPIP4' and
7923 #           '64B' and
7924 #           '8T4C' and
7925 #           'MRR'"
7926 #  parameters:
7927 #  - "result"
7928 #  - "name"
7929 #  - "tags"
7930 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7931 #  x-axis: "X = CNFs per Service Chain"
7932 #  y-axis: "Y = Number of Service Chains"
7933 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7934 #  layout:
7935 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7936 #    layout: "plot-service-density"
7937 #
7938 ## Plots - NF Density - CSC - MRR IMIX
7939 #- type: "plot"
7940 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7941 #  algorithm: "plot_nf_heatmap"
7942 #  output-file-type: ".html"
7943 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7944 #  data: "plot-vpp-nfv-2n-skx-mrr"
7945 #  filter: "'NIC_Intel-XXV710' and
7946 #           'NF_DENSITY' and
7947 #           'DOCKER' and
7948 #           'CHAIN' and
7949 #           'NF_VPPIP4' and
7950 #           'IMIX' and
7951 #           '2T1C' and
7952 #           'MRR'"
7953 #  parameters:
7954 #  - "result"
7955 #  - "name"
7956 #  - "tags"
7957 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7958 #  x-axis: "X = CNFs per Service Chain"
7959 #  y-axis: "Y = Number of Service Chains"
7960 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7961 #  layout:
7962 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7963 #    layout: "plot-service-density"
7964 #
7965 #- type: "plot"
7966 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7967 #  algorithm: "plot_nf_heatmap"
7968 #  output-file-type: ".html"
7969 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7970 #  data: "plot-vpp-nfv-2n-skx-mrr"
7971 #  filter: "'NIC_Intel-XXV710' and
7972 #           'NF_DENSITY' and
7973 #           'DOCKER' and
7974 #           'CHAIN' and
7975 #           'NF_VPPIP4' and
7976 #           'IMIX' and
7977 #           '4T2C' and
7978 #           'MRR'"
7979 #  parameters:
7980 #  - "result"
7981 #  - "name"
7982 #  - "tags"
7983 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7984 #  x-axis: "X = CNFs per Service Chain"
7985 #  y-axis: "Y = Number of Service Chains"
7986 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7987 #  layout:
7988 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7989 #    layout: "plot-service-density"
7990 #
7991 #- type: "plot"
7992 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7993 #  algorithm: "plot_nf_heatmap"
7994 #  output-file-type: ".html"
7995 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7996 #  data: "plot-vpp-nfv-2n-skx-mrr"
7997 #  filter: "'NIC_Intel-XXV710' and
7998 #           'NF_DENSITY' and
7999 #           'DOCKER' and
8000 #           'CHAIN' and
8001 #           'NF_VPPIP4' and
8002 #           'IMIX' and
8003 #           '8T4C' and
8004 #           'MRR'"
8005 #  parameters:
8006 #  - "result"
8007 #  - "name"
8008 #  - "tags"
8009 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8010 #  x-axis: "X = CNFs per Service Chain"
8011 #  y-axis: "Y = Number of Service Chains"
8012 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8013 #  layout:
8014 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8015 #    layout: "plot-service-density"
8016 #
8017 ## Plots - NF Density - CSC - NDR 64b
8018 #- type: "plot"
8019 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8020 #  algorithm: "plot_nf_heatmap"
8021 #  output-file-type: ".html"
8022 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8023 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8024 #  filter: "'NIC_Intel-XXV710' and
8025 #           'NF_DENSITY' and
8026 #           'DOCKER' and
8027 #           'CHAIN' and
8028 #           'NF_VPPIP4' and
8029 #           '64B' and
8030 #           '2T1C' and
8031 #           'NDRPDR'"
8032 #  parameters:
8033 #  - "throughput"
8034 #  - "name"
8035 #  - "tags"
8036 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8037 #  x-axis: "X = CNFs per Service Chain"
8038 #  y-axis: "Y = Number of Service Chains"
8039 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8040 #  layout:
8041 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8042 #    layout: "plot-service-density"
8043 #
8044 #- type: "plot"
8045 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8046 #  algorithm: "plot_nf_heatmap"
8047 #  output-file-type: ".html"
8048 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8049 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8050 #  filter: "'NIC_Intel-XXV710' and
8051 #           'NF_DENSITY' and
8052 #           'DOCKER' and
8053 #           'CHAIN' and
8054 #           'NF_VPPIP4' and
8055 #           '64B' and
8056 #           '4T2C' and
8057 #           'NDRPDR'"
8058 #  parameters:
8059 #  - "throughput"
8060 #  - "name"
8061 #  - "tags"
8062 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8063 #  x-axis: "X = CNFs per Service Chain"
8064 #  y-axis: "Y = Number of Service Chains"
8065 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8066 #  layout:
8067 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8068 #    layout: "plot-service-density"
8069 #
8070 #- type: "plot"
8071 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8072 #  algorithm: "plot_nf_heatmap"
8073 #  output-file-type: ".html"
8074 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8075 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8076 #  filter: "'NIC_Intel-XXV710' and
8077 #           'NF_DENSITY' and
8078 #           'DOCKER' and
8079 #           'CHAIN' and
8080 #           'NF_VPPIP4' and
8081 #           '64B' and
8082 #           '8T4C' and
8083 #           'NDRPDR'"
8084 #  parameters:
8085 #  - "throughput"
8086 #  - "name"
8087 #  - "tags"
8088 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8089 #  x-axis: "X = CNFs per Service Chain"
8090 #  y-axis: "Y = Number of Service Chains"
8091 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8092 #  layout:
8093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8094 #    layout: "plot-service-density"
8095 #
8096 ## Plots - NF Density - CSC - NDR IMIX
8097 #- type: "plot"
8098 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8099 #  algorithm: "plot_nf_heatmap"
8100 #  output-file-type: ".html"
8101 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8102 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8103 #  filter: "'NIC_Intel-XXV710' and
8104 #           'NF_DENSITY' and
8105 #           'DOCKER' and
8106 #           'CHAIN' and
8107 #           'NF_VPPIP4' and
8108 #           'IMIX' and
8109 #           '2T1C' and
8110 #           'NDRPDR'"
8111 #  parameters:
8112 #  - "throughput"
8113 #  - "name"
8114 #  - "tags"
8115 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8116 #  x-axis: "X = CNFs per Service Chain"
8117 #  y-axis: "Y = Number of Service Chains"
8118 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8119 #  layout:
8120 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8121 #    layout: "plot-service-density"
8122 #
8123 #- type: "plot"
8124 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8125 #  algorithm: "plot_nf_heatmap"
8126 #  output-file-type: ".html"
8127 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8128 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8129 #  filter: "'NIC_Intel-XXV710' and
8130 #           'NF_DENSITY' and
8131 #           'DOCKER' and
8132 #           'CHAIN' and
8133 #           'NF_VPPIP4' and
8134 #           'IMIX' and
8135 #           '4T2C' and
8136 #           'NDRPDR'"
8137 #  parameters:
8138 #  - "throughput"
8139 #  - "name"
8140 #  - "tags"
8141 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8142 #  x-axis: "X = CNFs per Service Chain"
8143 #  y-axis: "Y = Number of Service Chains"
8144 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8145 #  layout:
8146 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8147 #    layout: "plot-service-density"
8148 #
8149 #- type: "plot"
8150 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8151 #  algorithm: "plot_nf_heatmap"
8152 #  output-file-type: ".html"
8153 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8154 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8155 #  filter: "'NIC_Intel-XXV710' and
8156 #           'NF_DENSITY' and
8157 #           'DOCKER' and
8158 #           'CHAIN' and
8159 #           'NF_VPPIP4' and
8160 #           'IMIX' and
8161 #           '8T4C' and
8162 #           'NDRPDR'"
8163 #  parameters:
8164 #  - "throughput"
8165 #  - "name"
8166 #  - "tags"
8167 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8168 #  x-axis: "X = CNFs per Service Chain"
8169 #  y-axis: "Y = Number of Service Chains"
8170 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8171 #  layout:
8172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8173 #    layout: "plot-service-density"
8174 #
8175 ## Plots - NF Density - CSC - PDR 64b
8176 #- type: "plot"
8177 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8178 #  algorithm: "plot_nf_heatmap"
8179 #  output-file-type: ".html"
8180 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8181 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8182 #  filter: "'NIC_Intel-XXV710' and
8183 #           'NF_DENSITY' and
8184 #           'DOCKER' and
8185 #           'CHAIN' and
8186 #           'NF_VPPIP4' and
8187 #           '64B' and
8188 #           '2T1C' and
8189 #           'NDRPDR'"
8190 #  parameters:
8191 #  - "throughput"
8192 #  - "name"
8193 #  - "tags"
8194 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8195 #  x-axis: "X = CNFs per Service Chain"
8196 #  y-axis: "Y = Number of Service Chains"
8197 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8198 #  layout:
8199 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8200 #    layout: "plot-service-density"
8201 #
8202 #- type: "plot"
8203 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8204 #  algorithm: "plot_nf_heatmap"
8205 #  output-file-type: ".html"
8206 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8207 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8208 #  filter: "'NIC_Intel-XXV710' and
8209 #           'NF_DENSITY' and
8210 #           'DOCKER' and
8211 #           'CHAIN' and
8212 #           'NF_VPPIP4' and
8213 #           '64B' and
8214 #           '4T2C' and
8215 #           'NDRPDR'"
8216 #  parameters:
8217 #  - "throughput"
8218 #  - "name"
8219 #  - "tags"
8220 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8221 #  x-axis: "X = CNFs per Service Chain"
8222 #  y-axis: "Y = Number of Service Chains"
8223 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8224 #  layout:
8225 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8226 #    layout: "plot-service-density"
8227 #
8228 #- type: "plot"
8229 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8230 #  algorithm: "plot_nf_heatmap"
8231 #  output-file-type: ".html"
8232 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8233 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8234 #  filter: "'NIC_Intel-XXV710' and
8235 #           'NF_DENSITY' and
8236 #           'DOCKER' and
8237 #           'CHAIN' and
8238 #           'NF_VPPIP4' and
8239 #           '64B' and
8240 #           '8T4C' and
8241 #           'NDRPDR'"
8242 #  parameters:
8243 #  - "throughput"
8244 #  - "name"
8245 #  - "tags"
8246 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8247 #  x-axis: "X = CNFs per Service Chain"
8248 #  y-axis: "Y = Number of Service Chains"
8249 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8250 #  layout:
8251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8252 #    layout: "plot-service-density"
8253 #
8254 ## Plots - NF Density - CSC - PDR IMIX
8255 #- type: "plot"
8256 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8257 #  algorithm: "plot_nf_heatmap"
8258 #  output-file-type: ".html"
8259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8260 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8261 #  filter: "'NIC_Intel-XXV710' and
8262 #           'NF_DENSITY' and
8263 #           'DOCKER' and
8264 #           'CHAIN' and
8265 #           'NF_VPPIP4' and
8266 #           'IMIX' and
8267 #           '2T1C' and
8268 #           'NDRPDR'"
8269 #  parameters:
8270 #  - "throughput"
8271 #  - "name"
8272 #  - "tags"
8273 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8274 #  x-axis: "X = CNFs per Service Chain"
8275 #  y-axis: "Y = Number of Service Chains"
8276 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8277 #  layout:
8278 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8279 #    layout: "plot-service-density"
8280 #
8281 #- type: "plot"
8282 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8283 #  algorithm: "plot_nf_heatmap"
8284 #  output-file-type: ".html"
8285 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8286 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8287 #  filter: "'NIC_Intel-XXV710' and
8288 #           'NF_DENSITY' and
8289 #           'DOCKER' and
8290 #           'CHAIN' and
8291 #           'NF_VPPIP4' and
8292 #           'IMIX' and
8293 #           '4T2C' and
8294 #           'NDRPDR'"
8295 #  parameters:
8296 #  - "throughput"
8297 #  - "name"
8298 #  - "tags"
8299 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8300 #  x-axis: "X = CNFs per Service Chain"
8301 #  y-axis: "Y = Number of Service Chains"
8302 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8303 #  layout:
8304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8305 #    layout: "plot-service-density"
8306 #
8307 #- type: "plot"
8308 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8309 #  algorithm: "plot_nf_heatmap"
8310 #  output-file-type: ".html"
8311 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8312 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8313 #  filter: "'NIC_Intel-XXV710' and
8314 #           'NF_DENSITY' and
8315 #           'DOCKER' and
8316 #           'CHAIN' and
8317 #           'NF_VPPIP4' and
8318 #           'IMIX' and
8319 #           '8T4C' and
8320 #           'NDRPDR'"
8321 #  parameters:
8322 #  - "throughput"
8323 #  - "name"
8324 #  - "tags"
8325 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8326 #  x-axis: "X = CNFs per Service Chain"
8327 #  y-axis: "Y = Number of Service Chains"
8328 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8329 #  layout:
8330 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8331 #    layout: "plot-service-density"
8332 #
8333 ################################################################################
8334 #
8335 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8336 #- type: "plot"
8337 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8338 #  algorithm: "plot_nf_heatmap"
8339 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8340 #  data: "plot-vpp-nfv-3n-skx-mrr"
8341 #  filter: "'NIC_Intel-XXV710' and
8342 #           'NF_DENSITY' and
8343 #           'DOCKER' and
8344 #           'CHAIN' and
8345 #           'NF_VPPIP4' and
8346 #           'IPSEC' and
8347 #           'TNL_4' and
8348 #           'IMIX' and
8349 #           '2T1C' and
8350 #           'MRR'"
8351 #  parameters:
8352 #  - "result"
8353 #  - "name"
8354 #  - "tags"
8355 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8356 #  x-axis: "X = CNFs per Service Chain"
8357 #  y-axis: "Y = Number of Service Chains"
8358 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8359 #  layout:
8360 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8361 #    layout: "plot-service-density"
8362 #
8363 #- type: "plot"
8364 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8365 #  algorithm: "plot_nf_heatmap"
8366 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8367 #  data: "plot-vpp-nfv-3n-skx-mrr"
8368 #  filter: "'NIC_Intel-XXV710' and
8369 #           'NF_DENSITY' and
8370 #           'DOCKER' and
8371 #           'CHAIN' and
8372 #           'NF_VPPIP4' and
8373 #           'IPSEC' and
8374 #           'TNL_4' and
8375 #           'IMIX' and
8376 #           '4T2C' and
8377 #           'MRR'"
8378 #  parameters:
8379 #  - "result"
8380 #  - "name"
8381 #  - "tags"
8382 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8383 #  x-axis: "X = CNFs per Service Chain"
8384 #  y-axis: "Y = Number of Service Chains"
8385 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8386 #  layout:
8387 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8388 #    layout: "plot-service-density"
8389 #
8390 #- type: "plot"
8391 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8392 #  algorithm: "plot_nf_heatmap"
8393 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8394 #  data: "plot-vpp-nfv-3n-skx-mrr"
8395 #  filter: "'NIC_Intel-XXV710' and
8396 #           'NF_DENSITY' and
8397 #           'DOCKER' and
8398 #           'CHAIN' and
8399 #           'NF_VPPIP4' and
8400 #           'IPSEC' and
8401 #           'TNL_4' and
8402 #           'IMIX' and
8403 #           '8T4C' and
8404 #           'MRR'"
8405 #  parameters:
8406 #  - "result"
8407 #  - "name"
8408 #  - "tags"
8409 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8410 #  x-axis: "X = CNFs per Service Chain"
8411 #  y-axis: "Y = Number of Service Chains"
8412 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8413 #  layout:
8414 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8415 #    layout: "plot-service-density"
8416
8417 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8418 - type: "plot"
8419   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8420   algorithm: "plot_nf_heatmap"
8421   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8422   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8423   filter: "'NIC_Intel-XXV710' and
8424            'NF_DENSITY' and
8425            'DOCKER' and
8426            'CHAIN' and
8427            'NF_VPPIP4' and
8428            'IPSEC' and
8429            'TNL_4' and
8430            'IMIX' and
8431            '2T1C' and
8432            'NDRPDR'"
8433   parameters:
8434   - "throughput"
8435   - "name"
8436   - "tags"
8437   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8438   x-axis: "X = CNFs per Service Chain"
8439   y-axis: "Y = Number of Service Chains"
8440   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8441   layout:
8442     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8443     layout: "plot-service-density"
8444
8445 - type: "plot"
8446   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8447   algorithm: "plot_nf_heatmap"
8448   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8449   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8450   filter: "'NIC_Intel-XXV710' and
8451            'NF_DENSITY' and
8452            'DOCKER' and
8453            'CHAIN' and
8454            'NF_VPPIP4' and
8455            'IPSEC' and
8456            'TNL_4' and
8457            'IMIX' and
8458            '4T2C' and
8459            'NDRPDR'"
8460   parameters:
8461   - "throughput"
8462   - "name"
8463   - "tags"
8464   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8465   x-axis: "X = CNFs per Service Chain"
8466   y-axis: "Y = Number of Service Chains"
8467   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8468   layout:
8469     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8470     layout: "plot-service-density"
8471
8472 - type: "plot"
8473   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8474   algorithm: "plot_nf_heatmap"
8475   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8476   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8477   filter: "'NIC_Intel-XXV710' and
8478            'NF_DENSITY' and
8479            'DOCKER' and
8480            'CHAIN' and
8481            'NF_VPPIP4' and
8482            'IPSEC' and
8483            'TNL_4' and
8484            'IMIX' and
8485            '8T4C' and
8486            'NDRPDR'"
8487   parameters:
8488   - "throughput"
8489   - "name"
8490   - "tags"
8491   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8492   x-axis: "X = CNFs per Service Chain"
8493   y-axis: "Y = Number of Service Chains"
8494   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8495   layout:
8496     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8497     layout: "plot-service-density"
8498
8499 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8500 - type: "plot"
8501   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8502   algorithm: "plot_nf_heatmap"
8503   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8504   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8505   filter: "'NIC_Intel-XXV710' and
8506            'NF_DENSITY' and
8507            'DOCKER' and
8508            'CHAIN' and
8509            'NF_VPPIP4' and
8510            'IPSEC' and
8511            'TNL_4' and
8512            'IMIX' and
8513            '2T1C' and
8514            'NDRPDR'"
8515   parameters:
8516   - "throughput"
8517   - "name"
8518   - "tags"
8519   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8520   x-axis: "X = CNFs per Service Chain"
8521   y-axis: "Y = Number of Service Chains"
8522   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8523   layout:
8524     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8525     layout: "plot-service-density"
8526
8527 - type: "plot"
8528   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8529   algorithm: "plot_nf_heatmap"
8530   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8531   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8532   filter: "'NIC_Intel-XXV710' and
8533            'NF_DENSITY' and
8534            'DOCKER' and
8535            'CHAIN' and
8536            'NF_VPPIP4' and
8537            'IPSEC' and
8538            'TNL_4' and
8539            'IMIX' and
8540            '4T2C' and
8541            'NDRPDR'"
8542   parameters:
8543   - "throughput"
8544   - "name"
8545   - "tags"
8546   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8547   x-axis: "X = CNFs per Service Chain"
8548   y-axis: "Y = Number of Service Chains"
8549   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8550   layout:
8551     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8552     layout: "plot-service-density"
8553
8554 - type: "plot"
8555   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8556   algorithm: "plot_nf_heatmap"
8557   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8558   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8559   filter: "'NIC_Intel-XXV710' and
8560            'NF_DENSITY' and
8561            'DOCKER' and
8562            'CHAIN' and
8563            'NF_VPPIP4' and
8564            'IPSEC' and
8565            'TNL_4' and
8566            'IMIX' and
8567            '8T4C' and
8568            'NDRPDR'"
8569   parameters:
8570   - "throughput"
8571   - "name"
8572   - "tags"
8573   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8574   x-axis: "X = CNFs per Service Chain"
8575   y-axis: "Y = Number of Service Chains"
8576   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8577   layout:
8578     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8579     layout: "plot-service-density"
8580
8581 ###############################################################################
8582
8583 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8584 - type: "plot"
8585   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8586   algorithm: "plot_nf_heatmap"
8587   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8588   data: "plot-vpp-nfv-3n-hsw-mrr"
8589   filter: "'NIC_Intel-XL710' and
8590            'NF_DENSITY' and
8591            'DOCKER' and
8592            'CHAIN' and
8593            'NF_VPPIP4' and
8594            'IMIX' and
8595            'TNL_4' and
8596            '1T1C' and
8597            'MRR'"
8598   parameters:
8599   - "result"
8600   - "name"
8601   - "tags"
8602   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8603   x-axis: "X = CNFs per Service Chain"
8604   y-axis: "Y = Number of Service Chains"
8605   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8606   layout:
8607     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8608     layout: "plot-service-density"
8609
8610 - type: "plot"
8611   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8612   algorithm: "plot_nf_heatmap"
8613   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8614   data: "plot-vpp-nfv-3n-hsw-mrr"
8615   filter: "'NIC_Intel-XL710' and
8616            'NF_DENSITY' and
8617            'DOCKER' and
8618            'CHAIN' and
8619            'NF_VPPIP4' and
8620            'IPSEC' and
8621            'TNL_4' and
8622            'IMIX' and
8623            '2T2C' and
8624            'MRR'"
8625   parameters:
8626   - "result"
8627   - "name"
8628   - "tags"
8629   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8630   x-axis: "X = CNFs per Service Chain"
8631   y-axis: "Y = Number of Service Chains"
8632   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8633   layout:
8634     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8635     layout: "plot-service-density"
8636
8637 - type: "plot"
8638   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8639   algorithm: "plot_nf_heatmap"
8640   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8641   data: "plot-vpp-nfv-3n-hsw-mrr"
8642   filter: "'NIC_Intel-XL710' and
8643            'NF_DENSITY' and
8644            'DOCKER' and
8645            'CHAIN' and
8646            'NF_VPPIP4' and
8647            'IPSEC' and
8648            'TNL_4' and
8649            'IMIX' and
8650            '4T4C' and
8651            'MRR'"
8652   parameters:
8653   - "result"
8654   - "name"
8655   - "tags"
8656   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8657   x-axis: "X = CNFs per Service Chain"
8658   y-axis: "Y = Number of Service Chains"
8659   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8660   layout:
8661     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8662     layout: "plot-service-density"
8663
8664 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8665 - type: "plot"
8666   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8667   algorithm: "plot_nf_heatmap"
8668   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8669   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8670   filter: "'NIC_Intel-XL710' and
8671            'NF_DENSITY' and
8672            'DOCKER' and
8673            'CHAIN' and
8674            'NF_VPPIP4' and
8675            'IPSEC' and
8676            'TNL_4' and
8677            'IMIX' and
8678            '1T1C' and
8679            'NDRPDR'"
8680   parameters:
8681   - "throughput"
8682   - "name"
8683   - "tags"
8684   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8685   x-axis: "X = CNFs per Service Chain"
8686   y-axis: "Y = Number of Service Chains"
8687   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8688   layout:
8689     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8690     layout: "plot-service-density"
8691
8692 - type: "plot"
8693   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8694   algorithm: "plot_nf_heatmap"
8695   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8696   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8697   filter: "'NIC_Intel-XL710' and
8698            'NF_DENSITY' and
8699            'DOCKER' and
8700            'CHAIN' and
8701            'NF_VPPIP4' and
8702            'IPSEC' and
8703            'TNL_4' and
8704            'IMIX' and
8705            '2T2C' and
8706            'NDRPDR'"
8707   parameters:
8708   - "throughput"
8709   - "name"
8710   - "tags"
8711   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8712   x-axis: "X = CNFs per Service Chain"
8713   y-axis: "Y = Number of Service Chains"
8714   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8715   layout:
8716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8717     layout: "plot-service-density"
8718
8719 - type: "plot"
8720   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8721   algorithm: "plot_nf_heatmap"
8722   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8723   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8724   filter: "'NIC_Intel-XL710' and
8725            'NF_DENSITY' and
8726            'DOCKER' and
8727            'CHAIN' and
8728            'NF_VPPIP4' and
8729            'IPSEC' and
8730            'TNL_4' and
8731            'IMIX' and
8732            '4T4C' and
8733            'NDRPDR'"
8734   parameters:
8735   - "throughput"
8736   - "name"
8737   - "tags"
8738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8739   x-axis: "X = CNFs per Service Chain"
8740   y-axis: "Y = Number of Service Chains"
8741   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8742   layout:
8743     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8744     layout: "plot-service-density"
8745
8746 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8747 - type: "plot"
8748   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8749   algorithm: "plot_nf_heatmap"
8750   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8751   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8752   filter: "'NIC_Intel-XL710' and
8753            'NF_DENSITY' and
8754            'DOCKER' and
8755            'CHAIN' and
8756            'NF_VPPIP4' and
8757            'IPSEC' and
8758            'TNL_4' and
8759            'IMIX' and
8760            '1T1C' and
8761            'NDRPDR'"
8762   parameters:
8763   - "throughput"
8764   - "name"
8765   - "tags"
8766   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8767   x-axis: "X = CNFs per Service Chain"
8768   y-axis: "Y = Number of Service Chains"
8769   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8770   layout:
8771     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8772     layout: "plot-service-density"
8773
8774 - type: "plot"
8775   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8776   algorithm: "plot_nf_heatmap"
8777   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8778   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8779   filter: "'NIC_Intel-XL710' and
8780            'NF_DENSITY' and
8781            'DOCKER' and
8782            'CHAIN' and
8783            'NF_VPPIP4' and
8784            'IPSEC' and
8785            'TNL_4' and
8786            'IMIX' and
8787            '2T2C' and
8788            'NDRPDR'"
8789   parameters:
8790   - "throughput"
8791   - "name"
8792   - "tags"
8793   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8794   x-axis: "X = CNFs per Service Chain"
8795   y-axis: "Y = Number of Service Chains"
8796   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8797   layout:
8798     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8799     layout: "plot-service-density"
8800
8801 - type: "plot"
8802   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8803   algorithm: "plot_nf_heatmap"
8804   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8805   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8806   filter: "'NIC_Intel-XL710' and
8807            'NF_DENSITY' and
8808            'DOCKER' and
8809            'CHAIN' and
8810            'NF_VPPIP4' and
8811            'IPSEC' and
8812            'TNL_4' and
8813            'IMIX' and
8814            '4T4C' and
8815            'NDRPDR'"
8816   parameters:
8817   - "throughput"
8818   - "name"
8819   - "tags"
8820   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8821   x-axis: "X = CNFs per Service Chain"
8822   y-axis: "Y = Number of Service Chains"
8823   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8824   layout:
8825     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8826     layout: "plot-service-density"
8827
8828 ###############################################################################
8829
8830 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8831 #- type: "plot"
8832 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8833 #  algorithm: "plot_nf_heatmap"
8834 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8835 #  data: "plot-vpp-nfv-3n-skx-mrr"
8836 #  filter: "'NIC_Intel-XXV710' and
8837 #           'NF_DENSITY' and
8838 #           'DOCKER' and
8839 #           'CHAIN' and
8840 #           'NF_VPPIP4' and
8841 #           'IPSEC' and
8842 #           'TNL_1000' and
8843 #           'IMIX' and
8844 #           '2T1C' and
8845 #           'MRR'"
8846 #  parameters:
8847 #  - "result"
8848 #  - "name"
8849 #  - "tags"
8850 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8851 #  x-axis: "X = CNFs per Service Chain"
8852 #  y-axis: "Y = Number of Service Chains"
8853 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8854 #  layout:
8855 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8856 #    layout: "plot-service-density"
8857 #
8858 #- type: "plot"
8859 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8860 #  algorithm: "plot_nf_heatmap"
8861 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8862 #  data: "plot-vpp-nfv-3n-skx-mrr"
8863 #  filter: "'NIC_Intel-XXV710' and
8864 #           'NF_DENSITY' and
8865 #           'DOCKER' and
8866 #           'CHAIN' and
8867 #           'NF_VPPIP4' and
8868 #           'IPSEC' and
8869 #           'TNL_1000' and
8870 #           'IMIX' and
8871 #           '4T2C' and
8872 #           'MRR'"
8873 #  parameters:
8874 #  - "result"
8875 #  - "name"
8876 #  - "tags"
8877 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8878 #  x-axis: "X = CNFs per Service Chain"
8879 #  y-axis: "Y = Number of Service Chains"
8880 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8881 #  layout:
8882 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8883 #    layout: "plot-service-density"
8884 #
8885 #- type: "plot"
8886 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8887 #  algorithm: "plot_nf_heatmap"
8888 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8889 #  data: "plot-vpp-nfv-3n-skx-mrr"
8890 #  filter: "'NIC_Intel-XXV710' and
8891 #           'NF_DENSITY' and
8892 #           'DOCKER' and
8893 #           'CHAIN' and
8894 #           'NF_VPPIP4' and
8895 #           'IPSEC' and
8896 #           'TNL_1000' and
8897 #           'IMIX' and
8898 #           '8T4C' and
8899 #           'MRR'"
8900 #  parameters:
8901 #  - "result"
8902 #  - "name"
8903 #  - "tags"
8904 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8905 #  x-axis: "X = CNFs per Service Chain"
8906 #  y-axis: "Y = Number of Service Chains"
8907 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8908 #  layout:
8909 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8910 #    layout: "plot-service-density"
8911
8912 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8913 - type: "plot"
8914   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8915   algorithm: "plot_nf_heatmap"
8916   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8917   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8918   filter: "'NIC_Intel-XXV710' and
8919            'NF_DENSITY' and
8920            'DOCKER' and
8921            'CHAIN' and
8922            'NF_VPPIP4' and
8923            'IPSEC' and
8924            'TNL_1000' and
8925            'IMIX' and
8926            '2T1C' and
8927            'NDRPDR'"
8928   parameters:
8929   - "throughput"
8930   - "name"
8931   - "tags"
8932   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8933   x-axis: "X = CNFs per Service Chain"
8934   y-axis: "Y = Number of Service Chains"
8935   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8936   layout:
8937     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8938     layout: "plot-service-density"
8939
8940 - type: "plot"
8941   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8942   algorithm: "plot_nf_heatmap"
8943   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8944   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8945   filter: "'NIC_Intel-XXV710' and
8946            'NF_DENSITY' and
8947            'DOCKER' and
8948            'CHAIN' and
8949            'NF_VPPIP4' and
8950            'IPSEC' and
8951            'TNL_1000' and
8952            'IMIX' and
8953            '4T2C' and
8954            'NDRPDR'"
8955   parameters:
8956   - "throughput"
8957   - "name"
8958   - "tags"
8959   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8960   x-axis: "X = CNFs per Service Chain"
8961   y-axis: "Y = Number of Service Chains"
8962   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8963   layout:
8964     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8965     layout: "plot-service-density"
8966
8967 - type: "plot"
8968   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8969   algorithm: "plot_nf_heatmap"
8970   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8971   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8972   filter: "'NIC_Intel-XXV710' and
8973            'NF_DENSITY' and
8974            'DOCKER' and
8975            'CHAIN' and
8976            'NF_VPPIP4' and
8977            'IPSEC' and
8978            'TNL_1000' and
8979            'IMIX' and
8980            '8T4C' and
8981            'NDRPDR'"
8982   parameters:
8983   - "throughput"
8984   - "name"
8985   - "tags"
8986   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8987   x-axis: "X = CNFs per Service Chain"
8988   y-axis: "Y = Number of Service Chains"
8989   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8990   layout:
8991     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8992     layout: "plot-service-density"
8993
8994 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8995 - type: "plot"
8996   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8997   algorithm: "plot_nf_heatmap"
8998   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8999   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9000   filter: "'NIC_Intel-XXV710' and
9001            'NF_DENSITY' and
9002            'DOCKER' and
9003            'CHAIN' and
9004            'NF_VPPIP4' and
9005            'IPSEC' and
9006            'TNL_1000' and
9007            'IMIX' and
9008            '2T1C' and
9009            'NDRPDR'"
9010   parameters:
9011   - "throughput"
9012   - "name"
9013   - "tags"
9014   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9015   x-axis: "X = CNFs per Service Chain"
9016   y-axis: "Y = Number of Service Chains"
9017   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9018   layout:
9019     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9020     layout: "plot-service-density"
9021
9022 - type: "plot"
9023   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9024   algorithm: "plot_nf_heatmap"
9025   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9026   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9027   filter: "'NIC_Intel-XXV710' and
9028            'NF_DENSITY' and
9029            'DOCKER' and
9030            'CHAIN' and
9031            'NF_VPPIP4' and
9032            'IPSEC' and
9033            'TNL_1000' and
9034            'IMIX' and
9035            '4T2C' and
9036            'NDRPDR'"
9037   parameters:
9038   - "throughput"
9039   - "name"
9040   - "tags"
9041   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9042   x-axis: "X = CNFs per Service Chain"
9043   y-axis: "Y = Number of Service Chains"
9044   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9045   layout:
9046     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9047     layout: "plot-service-density"
9048
9049 - type: "plot"
9050   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9051   algorithm: "plot_nf_heatmap"
9052   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9053   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9054   filter: "'NIC_Intel-XXV710' and
9055            'NF_DENSITY' and
9056            'DOCKER' and
9057            'CHAIN' and
9058            'NF_VPPIP4' and
9059            'IPSEC' and
9060            'TNL_1000' and
9061            'IMIX' and
9062            '8T4C' and
9063            'NDRPDR'"
9064   parameters:
9065   - "throughput"
9066   - "name"
9067   - "tags"
9068   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9069   x-axis: "X = CNFs per Service Chain"
9070   y-axis: "Y = Number of Service Chains"
9071   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9072   layout:
9073     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9074     layout: "plot-service-density"
9075
9076 ###############################################################################
9077
9078 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9079 - type: "plot"
9080   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9081   algorithm: "plot_nf_heatmap"
9082   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9083   data: "plot-vpp-nfv-3n-hsw-mrr"
9084   filter: "'NIC_Intel-XL710' and
9085            'NF_DENSITY' and
9086            'DOCKER' and
9087            'CHAIN' and
9088            'NF_VPPIP4' and
9089            'IMIX' and
9090            'TNL_1000' and
9091            '1T1C' and
9092            'MRR'"
9093   parameters:
9094   - "result"
9095   - "name"
9096   - "tags"
9097   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9098   x-axis: "X = CNFs per Service Chain"
9099   y-axis: "Y = Number of Service Chains"
9100   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9101   layout:
9102     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9103     layout: "plot-service-density"
9104
9105 - type: "plot"
9106   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9107   algorithm: "plot_nf_heatmap"
9108   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9109   data: "plot-vpp-nfv-3n-hsw-mrr"
9110   filter: "'NIC_Intel-XL710' and
9111            'NF_DENSITY' and
9112            'DOCKER' and
9113            'CHAIN' and
9114            'NF_VPPIP4' and
9115            'IPSEC' and
9116            'TNL_1000' and
9117            'IMIX' and
9118            '2T2C' and
9119            'MRR'"
9120   parameters:
9121   - "result"
9122   - "name"
9123   - "tags"
9124   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9125   x-axis: "X = CNFs per Service Chain"
9126   y-axis: "Y = Number of Service Chains"
9127   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9128   layout:
9129     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9130     layout: "plot-service-density"
9131
9132 - type: "plot"
9133   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9134   algorithm: "plot_nf_heatmap"
9135   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9136   data: "plot-vpp-nfv-3n-hsw-mrr"
9137   filter: "'NIC_Intel-XL710' and
9138            'NF_DENSITY' and
9139            'DOCKER' and
9140            'CHAIN' and
9141            'NF_VPPIP4' and
9142            'IPSEC' and
9143            'TNL_1000' and
9144            'IMIX' and
9145            '4T4C' and
9146            'MRR'"
9147   parameters:
9148   - "result"
9149   - "name"
9150   - "tags"
9151   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9152   x-axis: "X = CNFs per Service Chain"
9153   y-axis: "Y = Number of Service Chains"
9154   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9155   layout:
9156     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9157     layout: "plot-service-density"
9158
9159 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9160 - type: "plot"
9161   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9162   algorithm: "plot_nf_heatmap"
9163   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9164   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9165   filter: "'NIC_Intel-XL710' and
9166            'NF_DENSITY' and
9167            'DOCKER' and
9168            'CHAIN' and
9169            'NF_VPPIP4' and
9170            'IPSEC' and
9171            'TNL_1000' and
9172            'IMIX' and
9173            '1T1C' and
9174            'NDRPDR'"
9175   parameters:
9176   - "throughput"
9177   - "name"
9178   - "tags"
9179   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9180   x-axis: "X = CNFs per Service Chain"
9181   y-axis: "Y = Number of Service Chains"
9182   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9183   layout:
9184     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9185     layout: "plot-service-density"
9186
9187 - type: "plot"
9188   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9189   algorithm: "plot_nf_heatmap"
9190   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9191   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9192   filter: "'NIC_Intel-XL710' and
9193            'NF_DENSITY' and
9194            'DOCKER' and
9195            'CHAIN' and
9196            'NF_VPPIP4' and
9197            'IPSEC' and
9198            'TNL_1000' and
9199            'IMIX' and
9200            '2T2C' and
9201            'NDRPDR'"
9202   parameters:
9203   - "throughput"
9204   - "name"
9205   - "tags"
9206   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9207   x-axis: "X = CNFs per Service Chain"
9208   y-axis: "Y = Number of Service Chains"
9209   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9210   layout:
9211     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9212     layout: "plot-service-density"
9213
9214 - type: "plot"
9215   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9216   algorithm: "plot_nf_heatmap"
9217   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9218   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9219   filter: "'NIC_Intel-XL710' and
9220            'NF_DENSITY' and
9221            'DOCKER' and
9222            'CHAIN' and
9223            'NF_VPPIP4' and
9224            'IPSEC' and
9225            'TNL_1000' and
9226            'IMIX' and
9227            '4T4C' and
9228            'NDRPDR'"
9229   parameters:
9230   - "throughput"
9231   - "name"
9232   - "tags"
9233   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9234   x-axis: "X = CNFs per Service Chain"
9235   y-axis: "Y = Number of Service Chains"
9236   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9237   layout:
9238     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9239     layout: "plot-service-density"
9240
9241 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9242 - type: "plot"
9243   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9244   algorithm: "plot_nf_heatmap"
9245   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9246   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9247   filter: "'NIC_Intel-XL710' and
9248            'NF_DENSITY' and
9249            'DOCKER' and
9250            'CHAIN' and
9251            'NF_VPPIP4' and
9252            'IPSEC' and
9253            'TNL_1000' and
9254            'IMIX' and
9255            '1T1C' and
9256            'NDRPDR'"
9257   parameters:
9258   - "throughput"
9259   - "name"
9260   - "tags"
9261   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9262   x-axis: "X = CNFs per Service Chain"
9263   y-axis: "Y = Number of Service Chains"
9264   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9265   layout:
9266     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9267     layout: "plot-service-density"
9268
9269 - type: "plot"
9270   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9271   algorithm: "plot_nf_heatmap"
9272   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9273   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9274   filter: "'NIC_Intel-XL710' and
9275            'NF_DENSITY' and
9276            'DOCKER' and
9277            'CHAIN' and
9278            'NF_VPPIP4' and
9279            'IPSEC' and
9280            'TNL_1000' and
9281            'IMIX' and
9282            '2T2C' and
9283            'NDRPDR'"
9284   parameters:
9285   - "throughput"
9286   - "name"
9287   - "tags"
9288   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9289   x-axis: "X = CNFs per Service Chain"
9290   y-axis: "Y = Number of Service Chains"
9291   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9292   layout:
9293     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9294     layout: "plot-service-density"
9295
9296 - type: "plot"
9297   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9298   algorithm: "plot_nf_heatmap"
9299   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9300   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9301   filter: "'NIC_Intel-XL710' and
9302            'NF_DENSITY' and
9303            'DOCKER' and
9304            'CHAIN' and
9305            'NF_VPPIP4' and
9306            'IPSEC' and
9307            'TNL_1000' and
9308            'IMIX' and
9309            '4T4C' and
9310            'NDRPDR'"
9311   parameters:
9312   - "throughput"
9313   - "name"
9314   - "tags"
9315   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9316   x-axis: "X = CNFs per Service Chain"
9317   y-axis: "Y = Number of Service Chains"
9318   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9319   layout:
9320     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9321     layout: "plot-service-density"
9322
9323 ###############################################################################
9324
9325 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9326 #- type: "plot"
9327 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9328 #  algorithm: "plot_nf_heatmap"
9329 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9330 #  data: "plot-vpp-nfv-3n-skx-mrr"
9331 #  filter: "'NIC_Intel-XXV710' and
9332 #           'NF_DENSITY' and
9333 #           'DOCKER' and
9334 #           'CHAIN' and
9335 #           'NF_VPPIP4' and
9336 #           'IPSEC' and
9337 #           'TNL_10000' and
9338 #           'IMIX' and
9339 #           '2T1C' and
9340 #           'MRR'"
9341 #  parameters:
9342 #  - "result"
9343 #  - "name"
9344 #  - "tags"
9345 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9346 #  x-axis: "X = CNFs per Service Chain"
9347 #  y-axis: "Y = Number of Service Chains"
9348 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9349 #  layout:
9350 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9351 #    layout: "plot-service-density"
9352 #
9353 #- type: "plot"
9354 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9355 #  algorithm: "plot_nf_heatmap"
9356 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9357 #  data: "plot-vpp-nfv-3n-skx-mrr"
9358 #  filter: "'NIC_Intel-XXV710' and
9359 #           'NF_DENSITY' and
9360 #           'DOCKER' and
9361 #           'CHAIN' and
9362 #           'NF_VPPIP4' and
9363 #           'IPSEC' and
9364 #           'TNL_10000' and
9365 #           'IMIX' and
9366 #           '4T2C' and
9367 #           'MRR'"
9368 #  parameters:
9369 #  - "result"
9370 #  - "name"
9371 #  - "tags"
9372 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9373 #  x-axis: "X = CNFs per Service Chain"
9374 #  y-axis: "Y = Number of Service Chains"
9375 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9376 #  layout:
9377 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9378 #    layout: "plot-service-density"
9379 #
9380 #- type: "plot"
9381 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9382 #  algorithm: "plot_nf_heatmap"
9383 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9384 #  data: "plot-vpp-nfv-3n-skx-mrr"
9385 #  filter: "'NIC_Intel-XXV710' and
9386 #           'NF_DENSITY' and
9387 #           'DOCKER' and
9388 #           'CHAIN' and
9389 #           'NF_VPPIP4' and
9390 #           'IPSEC' and
9391 #           'TNL_10000' and
9392 #           'IMIX' and
9393 #           '8T4C' and
9394 #           'MRR'"
9395 #  parameters:
9396 #  - "result"
9397 #  - "name"
9398 #  - "tags"
9399 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9400 #  x-axis: "X = CNFs per Service Chain"
9401 #  y-axis: "Y = Number of Service Chains"
9402 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9403 #  layout:
9404 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9405 #    layout: "plot-service-density"
9406
9407 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9408 - type: "plot"
9409   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9410   algorithm: "plot_nf_heatmap"
9411   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9412   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9413   filter: "'NIC_Intel-XXV710' and
9414            'NF_DENSITY' and
9415            'DOCKER' and
9416            'CHAIN' and
9417            'NF_VPPIP4' and
9418            'IPSEC' and
9419            'TNL_10000' and
9420            'IMIX' and
9421            '2T1C' and
9422            'NDRPDR'"
9423   parameters:
9424   - "throughput"
9425   - "name"
9426   - "tags"
9427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9428   x-axis: "X = CNFs per Service Chain"
9429   y-axis: "Y = Number of Service Chains"
9430   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9431   layout:
9432     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9433     layout: "plot-service-density"
9434
9435 - type: "plot"
9436   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9437   algorithm: "plot_nf_heatmap"
9438   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9439   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9440   filter: "'NIC_Intel-XXV710' and
9441            'NF_DENSITY' and
9442            'DOCKER' and
9443            'CHAIN' and
9444            'NF_VPPIP4' and
9445            'IPSEC' and
9446            'TNL_10000' and
9447            'IMIX' and
9448            '4T2C' and
9449            'NDRPDR'"
9450   parameters:
9451   - "throughput"
9452   - "name"
9453   - "tags"
9454   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9455   x-axis: "X = CNFs per Service Chain"
9456   y-axis: "Y = Number of Service Chains"
9457   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9458   layout:
9459     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9460     layout: "plot-service-density"
9461
9462 - type: "plot"
9463   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9464   algorithm: "plot_nf_heatmap"
9465   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9466   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9467   filter: "'NIC_Intel-XXV710' and
9468            'NF_DENSITY' and
9469            'DOCKER' and
9470            'CHAIN' and
9471            'NF_VPPIP4' and
9472            'IPSEC' and
9473            'TNL_10000' and
9474            'IMIX' and
9475            '8T4C' and
9476            'NDRPDR'"
9477   parameters:
9478   - "throughput"
9479   - "name"
9480   - "tags"
9481   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9482   x-axis: "X = CNFs per Service Chain"
9483   y-axis: "Y = Number of Service Chains"
9484   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9485   layout:
9486     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9487     layout: "plot-service-density"
9488
9489 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9490 - type: "plot"
9491   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9492   algorithm: "plot_nf_heatmap"
9493   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9494   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9495   filter: "'NIC_Intel-XXV710' and
9496            'NF_DENSITY' and
9497            'DOCKER' and
9498            'CHAIN' and
9499            'NF_VPPIP4' and
9500            'IPSEC' and
9501            'TNL_10000' and
9502            'IMIX' and
9503            '2T1C' and
9504            'NDRPDR'"
9505   parameters:
9506   - "throughput"
9507   - "name"
9508   - "tags"
9509   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9510   x-axis: "X = CNFs per Service Chain"
9511   y-axis: "Y = Number of Service Chains"
9512   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9513   layout:
9514     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9515     layout: "plot-service-density"
9516
9517 - type: "plot"
9518   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9519   algorithm: "plot_nf_heatmap"
9520   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9521   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9522   filter: "'NIC_Intel-XXV710' and
9523            'NF_DENSITY' and
9524            'DOCKER' and
9525            'CHAIN' and
9526            'NF_VPPIP4' and
9527            'IPSEC' and
9528            'TNL_10000' and
9529            'IMIX' and
9530            '4T2C' and
9531            'NDRPDR'"
9532   parameters:
9533   - "throughput"
9534   - "name"
9535   - "tags"
9536   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9537   x-axis: "X = CNFs per Service Chain"
9538   y-axis: "Y = Number of Service Chains"
9539   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9540   layout:
9541     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9542     layout: "plot-service-density"
9543
9544 - type: "plot"
9545   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9546   algorithm: "plot_nf_heatmap"
9547   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9548   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9549   filter: "'NIC_Intel-XXV710' and
9550            'NF_DENSITY' and
9551            'DOCKER' and
9552            'CHAIN' and
9553            'NF_VPPIP4' and
9554            'IPSEC' and
9555            'TNL_10000' and
9556            'IMIX' and
9557            '8T4C' and
9558            'NDRPDR'"
9559   parameters:
9560   - "throughput"
9561   - "name"
9562   - "tags"
9563   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9564   x-axis: "X = CNFs per Service Chain"
9565   y-axis: "Y = Number of Service Chains"
9566   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9567   layout:
9568     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9569     layout: "plot-service-density"
9570
9571 ###############################################################################
9572
9573 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9574 - type: "plot"
9575   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9576   algorithm: "plot_nf_heatmap"
9577   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9578   data: "plot-vpp-nfv-3n-hsw-mrr"
9579   filter: "'NIC_Intel-XL710' and
9580            'NF_DENSITY' and
9581            'DOCKER' and
9582            'CHAIN' and
9583            'NF_VPPIP4' and
9584            'IMIX' and
9585            'TNL_10000' and
9586            '1T1C' and
9587            'MRR'"
9588   parameters:
9589   - "result"
9590   - "name"
9591   - "tags"
9592   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9593   x-axis: "X = CNFs per Service Chain"
9594   y-axis: "Y = Number of Service Chains"
9595   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9596   layout:
9597     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9598     layout: "plot-service-density"
9599
9600 - type: "plot"
9601   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9602   algorithm: "plot_nf_heatmap"
9603   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9604   data: "plot-vpp-nfv-3n-hsw-mrr"
9605   filter: "'NIC_Intel-XL710' and
9606            'NF_DENSITY' and
9607            'DOCKER' and
9608            'CHAIN' and
9609            'NF_VPPIP4' and
9610            'IPSEC' and
9611            'TNL_10000' and
9612            'IMIX' and
9613            '2T2C' and
9614            'MRR'"
9615   parameters:
9616   - "result"
9617   - "name"
9618   - "tags"
9619   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9620   x-axis: "X = CNFs per Service Chain"
9621   y-axis: "Y = Number of Service Chains"
9622   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9623   layout:
9624     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9625     layout: "plot-service-density"
9626
9627 - type: "plot"
9628   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9629   algorithm: "plot_nf_heatmap"
9630   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9631   data: "plot-vpp-nfv-3n-hsw-mrr"
9632   filter: "'NIC_Intel-XL710' and
9633            'NF_DENSITY' and
9634            'DOCKER' and
9635            'CHAIN' and
9636            'NF_VPPIP4' and
9637            'IPSEC' and
9638            'TNL_10000' and
9639            'IMIX' and
9640            '4T4C' and
9641            'MRR'"
9642   parameters:
9643   - "result"
9644   - "name"
9645   - "tags"
9646   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9647   x-axis: "X = CNFs per Service Chain"
9648   y-axis: "Y = Number of Service Chains"
9649   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9650   layout:
9651     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9652     layout: "plot-service-density"
9653
9654 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9655 - type: "plot"
9656   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9657   algorithm: "plot_nf_heatmap"
9658   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9659   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9660   filter: "'NIC_Intel-XL710' and
9661            'NF_DENSITY' and
9662            'DOCKER' and
9663            'CHAIN' and
9664            'NF_VPPIP4' and
9665            'IPSEC' and
9666            'TNL_10000' and
9667            'IMIX' and
9668            '1T1C' and
9669            'NDRPDR'"
9670   parameters:
9671   - "throughput"
9672   - "name"
9673   - "tags"
9674   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9675   x-axis: "X = CNFs per Service Chain"
9676   y-axis: "Y = Number of Service Chains"
9677   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9678   layout:
9679     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9680     layout: "plot-service-density"
9681
9682 - type: "plot"
9683   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9684   algorithm: "plot_nf_heatmap"
9685   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9686   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9687   filter: "'NIC_Intel-XL710' and
9688            'NF_DENSITY' and
9689            'DOCKER' and
9690            'CHAIN' and
9691            'NF_VPPIP4' and
9692            'IPSEC' and
9693            'TNL_10000' and
9694            'IMIX' and
9695            '2T2C' and
9696            'NDRPDR'"
9697   parameters:
9698   - "throughput"
9699   - "name"
9700   - "tags"
9701   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9702   x-axis: "X = CNFs per Service Chain"
9703   y-axis: "Y = Number of Service Chains"
9704   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9705   layout:
9706     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9707     layout: "plot-service-density"
9708
9709 - type: "plot"
9710   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9711   algorithm: "plot_nf_heatmap"
9712   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9713   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9714   filter: "'NIC_Intel-XL710' and
9715            'NF_DENSITY' and
9716            'DOCKER' and
9717            'CHAIN' and
9718            'NF_VPPIP4' and
9719            'IPSEC' and
9720            'TNL_10000' and
9721            'IMIX' and
9722            '4T4C' and
9723            'NDRPDR'"
9724   parameters:
9725   - "throughput"
9726   - "name"
9727   - "tags"
9728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9729   x-axis: "X = CNFs per Service Chain"
9730   y-axis: "Y = Number of Service Chains"
9731   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9732   layout:
9733     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9734     layout: "plot-service-density"
9735
9736 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9737 - type: "plot"
9738   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9739   algorithm: "plot_nf_heatmap"
9740   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9741   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9742   filter: "'NIC_Intel-XL710' and
9743            'NF_DENSITY' and
9744            'DOCKER' and
9745            'CHAIN' and
9746            'NF_VPPIP4' and
9747            'IPSEC' and
9748            'TNL_10000' and
9749            'IMIX' and
9750            '1T1C' and
9751            'NDRPDR'"
9752   parameters:
9753   - "throughput"
9754   - "name"
9755   - "tags"
9756   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9757   x-axis: "X = CNFs per Service Chain"
9758   y-axis: "Y = Number of Service Chains"
9759   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9760   layout:
9761     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9762     layout: "plot-service-density"
9763
9764 - type: "plot"
9765   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9766   algorithm: "plot_nf_heatmap"
9767   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9768   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9769   filter: "'NIC_Intel-XL710' and
9770            'NF_DENSITY' and
9771            'DOCKER' and
9772            'CHAIN' and
9773            'NF_VPPIP4' and
9774            'IPSEC' and
9775            'TNL_10000' and
9776            'IMIX' and
9777            '2T2C' and
9778            'NDRPDR'"
9779   parameters:
9780   - "throughput"
9781   - "name"
9782   - "tags"
9783   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9784   x-axis: "X = CNFs per Service Chain"
9785   y-axis: "Y = Number of Service Chains"
9786   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9787   layout:
9788     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9789     layout: "plot-service-density"
9790
9791 - type: "plot"
9792   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9793   algorithm: "plot_nf_heatmap"
9794   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9795   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9796   filter: "'NIC_Intel-XL710' and
9797            'NF_DENSITY' and
9798            'DOCKER' and
9799            'CHAIN' and
9800            'NF_VPPIP4' and
9801            'IPSEC' and
9802            'TNL_10000' and
9803            'IMIX' and
9804            '4T4C' and
9805            'NDRPDR'"
9806   parameters:
9807   - "throughput"
9808   - "name"
9809   - "tags"
9810   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9811   x-axis: "X = CNFs per Service Chain"
9812   y-axis: "Y = Number of Service Chains"
9813   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9814   layout:
9815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9816     layout: "plot-service-density"
9817
9818 ###############################################################################
9819
9820 # Plots - NF Density - CSP - MRR 64b
9821
9822 #- type: "plot"
9823 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9824 #  algorithm: "plot_nf_heatmap"
9825 #  output-file-type: ".html"
9826 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9827 #  data: "plot-vpp-nfv-2n-skx-mrr"
9828 #  filter: "'NIC_Intel-XXV710' and
9829 #           'NF_DENSITY' and
9830 #           'DOCKER' and
9831 #           'PIPELINE' and
9832 #           'NF_VPPIP4' and
9833 #           '64B' and
9834 #           '2T1C' and
9835 #           'MRR'"
9836 #  parameters:
9837 #  - "result"
9838 #  - "name"
9839 #  - "tags"
9840 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9841 #  x-axis: "X = CNFs per Service Pipeline"
9842 #  y-axis: "Y = Number of Service Pipelines"
9843 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9844 #  layout:
9845 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9846 #    layout: "plot-service-density"
9847 #
9848 #- type: "plot"
9849 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9850 #  algorithm: "plot_nf_heatmap"
9851 #  output-file-type: ".html"
9852 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9853 #  data: "plot-vpp-nfv-2n-skx-mrr"
9854 #  filter: "'NIC_Intel-XXV710' and
9855 #           'NF_DENSITY' and
9856 #           'DOCKER' and
9857 #           'PIPELINE' and
9858 #           'NF_VPPIP4' and
9859 #           '64B' and
9860 #           '4T2C' and
9861 #           'MRR'"
9862 #  parameters:
9863 #  - "result"
9864 #  - "name"
9865 #  - "tags"
9866 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9867 #  x-axis: "X = CNFs per Service Pipeline"
9868 #  y-axis: "Y = Number of Service Pipelines"
9869 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9870 #  layout:
9871 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9872 #    layout: "plot-service-density"
9873 #
9874 #- type: "plot"
9875 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9876 #  algorithm: "plot_nf_heatmap"
9877 #  output-file-type: ".html"
9878 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9879 #  data: "plot-vpp-nfv-2n-skx-mrr"
9880 #  filter: "'NIC_Intel-XXV710' and
9881 #           'NF_DENSITY' and
9882 #           'DOCKER' and
9883 #           'PIPELINE' and
9884 #           'NF_VPPIP4' and
9885 #           '64B' and
9886 #           '8T4C' and
9887 #           'MRR'"
9888 #  parameters:
9889 #  - "result"
9890 #  - "name"
9891 #  - "tags"
9892 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9893 #  x-axis: "X = CNFs per Service Pipeline"
9894 #  y-axis: "Y = Number of Service Pipelines"
9895 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9896 #  layout:
9897 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9898 #    layout: "plot-service-density"
9899 #
9900 ## Plots - NF Density - CSP - MRR IMIX
9901 #- type: "plot"
9902 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9903 #  algorithm: "plot_nf_heatmap"
9904 #  output-file-type: ".html"
9905 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9906 #  data: "plot-vpp-nfv-2n-skx-mrr"
9907 #  filter: "'NIC_Intel-XXV710' and
9908 #           'NF_DENSITY' and
9909 #           'DOCKER' and
9910 #           'PIPELINE' and
9911 #           'NF_VPPIP4' and
9912 #           'IMIX' and
9913 #           '2T1C' and
9914 #           'MRR'"
9915 #  parameters:
9916 #  - "result"
9917 #  - "name"
9918 #  - "tags"
9919 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9920 #  x-axis: "X = CNFs per Service Pipeline"
9921 #  y-axis: "Y = Number of Service Pipelines"
9922 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9923 #  layout:
9924 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9925 #    layout: "plot-service-density"
9926 #
9927 #- type: "plot"
9928 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9929 #  algorithm: "plot_nf_heatmap"
9930 #  output-file-type: ".html"
9931 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9932 #  data: "plot-vpp-nfv-2n-skx-mrr"
9933 #  filter: "'NIC_Intel-XXV710' and
9934 #           'NF_DENSITY' and
9935 #           'DOCKER' and
9936 #           'PIPELINE' and
9937 #           'NF_VPPIP4' and
9938 #           'IMIX' and
9939 #           '4T2C' and
9940 #           'MRR'"
9941 #  parameters:
9942 #  - "result"
9943 #  - "name"
9944 #  - "tags"
9945 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9946 #  x-axis: "X = CNFs per Service Pipeline"
9947 #  y-axis: "Y = Number of Service Pipelines"
9948 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9949 #  layout:
9950 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9951 #    layout: "plot-service-density"
9952 #
9953 #- type: "plot"
9954 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9955 #  algorithm: "plot_nf_heatmap"
9956 #  output-file-type: ".html"
9957 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9958 #  data: "plot-vpp-nfv-2n-skx-mrr"
9959 #  filter: "'NIC_Intel-XXV710' and
9960 #           'NF_DENSITY' and
9961 #           'DOCKER' and
9962 #           'PIPELINE' and
9963 #           'NF_VPPIP4' and
9964 #           'IMIX' and
9965 #           '8T4C' and
9966 #           'MRR'"
9967 #  parameters:
9968 #  - "result"
9969 #  - "name"
9970 #  - "tags"
9971 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9972 #  x-axis: "X = CNFs per Service Pipeline"
9973 #  y-axis: "Y = Number of Service Pipelines"
9974 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9975 #  layout:
9976 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9977 #    layout: "plot-service-density"
9978 #
9979 ## Plots - NF Density - CSP - NDR 64b
9980 #- type: "plot"
9981 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9982 #  algorithm: "plot_nf_heatmap"
9983 #  output-file-type: ".html"
9984 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9985 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9986 #  filter: "'NIC_Intel-XXV710' and
9987 #           'NF_DENSITY' and
9988 #           'DOCKER' and
9989 #           'PIPELINE' and
9990 #           'NF_VPPIP4' and
9991 #           '64B' and
9992 #           '2T1C' and
9993 #           'NDRPDR'"
9994 #  parameters:
9995 #  - "throughput"
9996 #  - "name"
9997 #  - "tags"
9998 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9999 #  x-axis: "X = CNFs per Service Pipeline"
10000 #  y-axis: "Y = Number of Service Pipelines"
10001 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10002 #  layout:
10003 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10004 #    layout: "plot-service-density"
10005 #
10006 #- type: "plot"
10007 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10008 #  algorithm: "plot_nf_heatmap"
10009 #  output-file-type: ".html"
10010 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10011 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10012 #  filter: "'NIC_Intel-XXV710' and
10013 #           'NF_DENSITY' and
10014 #           'DOCKER' and
10015 #           'PIPELINE' and
10016 #           'NF_VPPIP4' and
10017 #           '64B' and
10018 #           '4T2C' and
10019 #           'NDRPDR'"
10020 #  parameters:
10021 #  - "throughput"
10022 #  - "name"
10023 #  - "tags"
10024 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10025 #  x-axis: "X = CNFs per Service Pipeline"
10026 #  y-axis: "Y = Number of Service Pipelines"
10027 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10028 #  layout:
10029 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10030 #    layout: "plot-service-density"
10031 #
10032 #- type: "plot"
10033 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10034 #  algorithm: "plot_nf_heatmap"
10035 #  output-file-type: ".html"
10036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10037 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10038 #  filter: "'NIC_Intel-XXV710' and
10039 #           'NF_DENSITY' and
10040 #           'DOCKER' and
10041 #           'PIPELINE' and
10042 #           'NF_VPPIP4' and
10043 #           '64B' and
10044 #           '8T4C' and
10045 #           'NDRPDR'"
10046 #  parameters:
10047 #  - "throughput"
10048 #  - "name"
10049 #  - "tags"
10050 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10051 #  x-axis: "X = CNFs per Service Pipeline"
10052 #  y-axis: "Y = Number of Service Pipelines"
10053 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10054 #  layout:
10055 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10056 #    layout: "plot-service-density"
10057 #
10058 ## Plots - NF Density - CSP - NDR IMIX
10059 #- type: "plot"
10060 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10061 #  algorithm: "plot_nf_heatmap"
10062 #  output-file-type: ".html"
10063 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10064 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10065 #  filter: "'NIC_Intel-XXV710' and
10066 #           'NF_DENSITY' and
10067 #           'DOCKER' and
10068 #           'PIPELINE' and
10069 #           'NF_VPPIP4' and
10070 #           'IMIX' and
10071 #           '2T1C' and
10072 #           'NDRPDR'"
10073 #  parameters:
10074 #  - "throughput"
10075 #  - "name"
10076 #  - "tags"
10077 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10078 #  x-axis: "X = CNFs per Service Pipeline"
10079 #  y-axis: "Y = Number of Service Pipelines"
10080 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10081 #  layout:
10082 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10083 #    layout: "plot-service-density"
10084 #
10085 #- type: "plot"
10086 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10087 #  algorithm: "plot_nf_heatmap"
10088 #  output-file-type: ".html"
10089 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10090 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10091 #  filter: "'NIC_Intel-XXV710' and
10092 #           'NF_DENSITY' and
10093 #           'DOCKER' and
10094 #           'PIPELINE' and
10095 #           'NF_VPPIP4' and
10096 #           'IMIX' and
10097 #           '4T2C' and
10098 #           'NDRPDR'"
10099 #  parameters:
10100 #  - "throughput"
10101 #  - "name"
10102 #  - "tags"
10103 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10104 #  x-axis: "X = CNFs per Service Pipeline"
10105 #  y-axis: "Y = Number of Service Pipelines"
10106 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10107 #  layout:
10108 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10109 #    layout: "plot-service-density"
10110 #
10111 #- type: "plot"
10112 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10113 #  algorithm: "plot_nf_heatmap"
10114 #  output-file-type: ".html"
10115 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10116 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10117 #  filter: "'NIC_Intel-XXV710' and
10118 #           'NF_DENSITY' and
10119 #           'DOCKER' and
10120 #           'PIPELINE' and
10121 #           'NF_VPPIP4' and
10122 #           'IMIX' and
10123 #           '8T4C' and
10124 #           'NDRPDR'"
10125 #  parameters:
10126 #  - "throughput"
10127 #  - "name"
10128 #  - "tags"
10129 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10130 #  x-axis: "X = CNFs per Service Pipeline"
10131 #  y-axis: "Y = Number of Service Pipelines"
10132 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10133 #  layout:
10134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10135 #    layout: "plot-service-density"
10136 #
10137 ## Plots - NF Density - CSP - PDR 64b
10138 #- type: "plot"
10139 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10140 #  algorithm: "plot_nf_heatmap"
10141 #  output-file-type: ".html"
10142 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10143 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10144 #  filter: "'NIC_Intel-XXV710' and
10145 #           'NF_DENSITY' and
10146 #           'DOCKER' and
10147 #           'PIPELINE' and
10148 #           'NF_VPPIP4' and
10149 #           '64B' and
10150 #           '2T1C' and
10151 #           'NDRPDR'"
10152 #  parameters:
10153 #  - "throughput"
10154 #  - "name"
10155 #  - "tags"
10156 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10157 #  x-axis: "X = CNFs per Service Pipeline"
10158 #  y-axis: "Y = Number of Service Pipelines"
10159 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10160 #  layout:
10161 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10162 #    layout: "plot-service-density"
10163 #
10164 #- type: "plot"
10165 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10166 #  algorithm: "plot_nf_heatmap"
10167 #  output-file-type: ".html"
10168 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10169 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10170 #  filter: "'NIC_Intel-XXV710' and
10171 #           'NF_DENSITY' and
10172 #           'DOCKER' and
10173 #           'PIPELINE' and
10174 #           'NF_VPPIP4' and
10175 #           '64B' and
10176 #           '4T2C' and
10177 #           'NDRPDR'"
10178 #  parameters:
10179 #  - "throughput"
10180 #  - "name"
10181 #  - "tags"
10182 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10183 #  x-axis: "X = CNFs per Service Pipeline"
10184 #  y-axis: "Y = Number of Service Pipelines"
10185 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10186 #  layout:
10187 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10188 #    layout: "plot-service-density"
10189 #
10190 #- type: "plot"
10191 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10192 #  algorithm: "plot_nf_heatmap"
10193 #  output-file-type: ".html"
10194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10195 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10196 #  filter: "'NIC_Intel-XXV710' and
10197 #           'NF_DENSITY' and
10198 #           'DOCKER' and
10199 #           'PIPELINE' and
10200 #           'NF_VPPIP4' and
10201 #           '64B' and
10202 #           '8T4C' and
10203 #           'NDRPDR'"
10204 #  parameters:
10205 #  - "throughput"
10206 #  - "name"
10207 #  - "tags"
10208 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10209 #  x-axis: "X = CNFs per Service Pipeline"
10210 #  y-axis: "Y = Number of Service Pipelines"
10211 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10212 #  layout:
10213 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10214 #    layout: "plot-service-density"
10215 #
10216 ## Plots - NF Density - CSP - PDR IMIX
10217 #- type: "plot"
10218 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10219 #  algorithm: "plot_nf_heatmap"
10220 #  output-file-type: ".html"
10221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10222 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10223 #  filter: "'NIC_Intel-XXV710' and
10224 #           'NF_DENSITY' and
10225 #           'DOCKER' and
10226 #           'PIPELINE' and
10227 #           'NF_VPPIP4' and
10228 #           'IMIX' and
10229 #           '2T1C' and
10230 #           'NDRPDR'"
10231 #  parameters:
10232 #  - "throughput"
10233 #  - "name"
10234 #  - "tags"
10235 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10236 #  x-axis: "X = CNFs per Service Pipeline"
10237 #  y-axis: "Y = Number of Service Pipelines"
10238 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10239 #  layout:
10240 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10241 #    layout: "plot-service-density"
10242 #
10243 #- type: "plot"
10244 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10245 #  algorithm: "plot_nf_heatmap"
10246 #  output-file-type: ".html"
10247 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10248 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10249 #  filter: "'NIC_Intel-XXV710' and
10250 #           'NF_DENSITY' and
10251 #           'DOCKER' and
10252 #           'PIPELINE' and
10253 #           'NF_VPPIP4' and
10254 #           'IMIX' and
10255 #           '4T2C' and
10256 #           'NDRPDR'"
10257 #  parameters:
10258 #  - "throughput"
10259 #  - "name"
10260 #  - "tags"
10261 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10262 #  x-axis: "X = CNFs per Service Pipeline"
10263 #  y-axis: "Y = Number of Service Pipelines"
10264 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10265 #  layout:
10266 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10267 #    layout: "plot-service-density"
10268 #
10269 #- type: "plot"
10270 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10271 #  algorithm: "plot_nf_heatmap"
10272 #  output-file-type: ".html"
10273 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10274 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10275 #  filter: "'NIC_Intel-XXV710' and
10276 #           'NF_DENSITY' and
10277 #           'DOCKER' and
10278 #           'PIPELINE' and
10279 #           'NF_VPPIP4' and
10280 #           'IMIX' and
10281 #           '8T4C' and
10282 #           'NDRPDR'"
10283 #  parameters:
10284 #  - "throughput"
10285 #  - "name"
10286 #  - "tags"
10287 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10288 #  x-axis: "X = CNFs per Service Pipeline"
10289 #  y-axis: "Y = Number of Service Pipelines"
10290 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10291 #  layout:
10292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10293 #    layout: "plot-service-density"
10294
10295 ###############################################################################
10296 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10297
10298 - type: "plot"
10299   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10300   algorithm: "plot_nf_heatmap"
10301   output-file-type: ".html"
10302   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10303   data: "plot-vpp-nfv-2n-clx-mrr"
10304   filter: "'NIC_Intel-XXV710' and
10305            'NF_DENSITY' and
10306            'VHOST' and
10307            not 'VXLAN' and
10308            'CHAIN' and
10309            'NF_VPPIP4' and
10310            'IMIX' and
10311            '2T1C' and
10312            'MRR'"
10313   parameters:
10314   - "result"
10315   - "name"
10316   - "tags"
10317   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10318   x-axis: "X = VNFs per Service Chain"
10319   y-axis: "Y = Number of Service Chains"
10320   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10321   layout:
10322     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10323     layout: "plot-service-density"
10324
10325 - type: "plot"
10326   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10327   algorithm: "plot_nf_heatmap"
10328   output-file-type: ".html"
10329   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10330   data: "plot-vpp-nfv-2n-clx-mrr"
10331   filter: "'NIC_Intel-XXV710' and
10332            'NF_DENSITY' and
10333            'VHOST' and
10334            not 'VXLAN' and
10335            'CHAIN' and
10336            'NF_VPPIP4' and
10337            'IMIX' and
10338            '4T2C' and
10339            'MRR'"
10340   parameters:
10341   - "result"
10342   - "name"
10343   - "tags"
10344   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10345   x-axis: "X = VNFs per Service Chain"
10346   y-axis: "Y = Number of Service Chains"
10347   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10348   layout:
10349     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10350     layout: "plot-service-density"
10351
10352 - type: "plot"
10353   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10354   algorithm: "plot_nf_heatmap"
10355   output-file-type: ".html"
10356   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10357   data: "plot-vpp-nfv-2n-clx-mrr"
10358   filter: "'NIC_Intel-XXV710' and
10359            'NF_DENSITY' and
10360            'VHOST' and
10361            not 'VXLAN' and
10362            'CHAIN' and
10363            'NF_VPPIP4' and
10364            'IMIX' and
10365            '8T4C' and
10366            'MRR'"
10367   parameters:
10368   - "result"
10369   - "name"
10370   - "tags"
10371   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10372   x-axis: "X = VNFs per Service Chain"
10373   y-axis: "Y = Number of Service Chains"
10374   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10375   layout:
10376     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10377     layout: "plot-service-density"
10378
10379 # Plots - NF Density - VSC - NDR IMIX
10380 - type: "plot"
10381   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10382   algorithm: "plot_nf_heatmap"
10383   output-file-type: ".html"
10384   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10385   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10386   filter: "'NIC_Intel-XXV710' and
10387            'NF_DENSITY' and
10388            'VHOST' and
10389            not 'VXLAN' and
10390            'CHAIN' and
10391            'NF_VPPIP4' and
10392            'IMIX' and
10393            '2T1C' and
10394            'NDRPDR'"
10395   parameters:
10396   - "throughput"
10397   - "name"
10398   - "tags"
10399   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10400   x-axis: "X = VNFs per Service Chain"
10401   y-axis: "Y = Number of Service Chains"
10402   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10403   layout:
10404     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10405     layout: "plot-service-density"
10406
10407 - type: "plot"
10408   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10409   algorithm: "plot_nf_heatmap"
10410   output-file-type: ".html"
10411   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10412   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10413   filter: "'NIC_Intel-XXV710' and
10414            'NF_DENSITY' and
10415            'VHOST' and
10416            not 'VXLAN' and
10417            'CHAIN' and
10418            'NF_VPPIP4' and
10419            'IMIX' and
10420            '4T2C' and
10421            'NDRPDR'"
10422   parameters:
10423   - "throughput"
10424   - "name"
10425   - "tags"
10426   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10427   x-axis: "X = VNFs per Service Chain"
10428   y-axis: "Y = Number of Service Chains"
10429   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10430   layout:
10431     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10432     layout: "plot-service-density"
10433
10434 - type: "plot"
10435   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10436   algorithm: "plot_nf_heatmap"
10437   output-file-type: ".html"
10438   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10439   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10440   filter: "'NIC_Intel-XXV710' and
10441            'NF_DENSITY' and
10442            'VHOST' and
10443            not 'VXLAN' and
10444            'CHAIN' and
10445            'NF_VPPIP4' and
10446            'IMIX' and
10447            '8T4C' and
10448            'NDRPDR'"
10449   parameters:
10450   - "throughput"
10451   - "name"
10452   - "tags"
10453   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10454   x-axis: "X = VNFs per Service Chain"
10455   y-axis: "Y = Number of Service Chains"
10456   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10457   layout:
10458     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10459     layout: "plot-service-density"
10460
10461 # Plots - NF Density - VSC - PDR IMIX
10462 - type: "plot"
10463   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10464   algorithm: "plot_nf_heatmap"
10465   output-file-type: ".html"
10466   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10467   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10468   filter: "'NIC_Intel-XXV710' and
10469            'NF_DENSITY' and
10470            'VHOST' and
10471            not 'VXLAN' and
10472            'CHAIN' and
10473            'NF_VPPIP4' and
10474            'IMIX' and
10475            '2T1C' and
10476            'NDRPDR'"
10477   parameters:
10478   - "throughput"
10479   - "name"
10480   - "tags"
10481   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10482   x-axis: "X = VNFs per Service Chain"
10483   y-axis: "Y = Number of Service Chains"
10484   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10485   layout:
10486     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10487     layout: "plot-service-density"
10488
10489 - type: "plot"
10490   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10491   algorithm: "plot_nf_heatmap"
10492   output-file-type: ".html"
10493   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10494   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10495   filter: "'NIC_Intel-XXV710' and
10496            'NF_DENSITY' and
10497            'VHOST' and
10498            not 'VXLAN' and
10499            'CHAIN' and
10500            'NF_VPPIP4' and
10501            'IMIX' and
10502            '4T2C' and
10503            'NDRPDR'"
10504   parameters:
10505   - "throughput"
10506   - "name"
10507   - "tags"
10508   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10509   x-axis: "X = VNFs per Service Chain"
10510   y-axis: "Y = Number of Service Chains"
10511   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10512   layout:
10513     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10514     layout: "plot-service-density"
10515
10516 - type: "plot"
10517   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10518   algorithm: "plot_nf_heatmap"
10519   output-file-type: ".html"
10520   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10521   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10522   filter: "'NIC_Intel-XXV710' and
10523            'NF_DENSITY' and
10524            'VHOST' and
10525            not 'VXLAN' and
10526            'CHAIN' and
10527            'NF_VPPIP4' and
10528            'IMIX' and
10529            '8T4C' and
10530            'NDRPDR'"
10531   parameters:
10532   - "throughput"
10533   - "name"
10534   - "tags"
10535   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10536   x-axis: "X = VNFs per Service Chain"
10537   y-axis: "Y = Number of Service Chains"
10538   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10539   layout:
10540     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10541     layout: "plot-service-density"
10542
10543 # Plots - NF Density - VSC - MRR IMIX
10544 - type: "plot"
10545   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10546   algorithm: "plot_nf_heatmap"
10547   output-file-type: ".html"
10548   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10549   data: "plot-vpp-nfv-2n-clx-mrr"
10550   filter: "'NIC_Intel-XXV710' and
10551            'NF_DENSITY' and
10552            'VHOST' and
10553            'VXLAN' and
10554            'CHAIN' and
10555            'IMIX' and
10556            '2T1C' and
10557            'MRR'"
10558   parameters:
10559   - "result"
10560   - "name"
10561   - "tags"
10562   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10563   x-axis: "X = VNFs per Service Chain"
10564   y-axis: "Y = Number of Service Chains"
10565   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10566   layout:
10567     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10568     layout: "plot-service-density"
10569
10570 - type: "plot"
10571   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10572   algorithm: "plot_nf_heatmap"
10573   output-file-type: ".html"
10574   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10575   data: "plot-vpp-nfv-2n-clx-mrr"
10576   filter: "'NIC_Intel-XXV710' and
10577            'NF_DENSITY' and
10578            'VHOST' and
10579            'VXLAN' and
10580            'CHAIN' and
10581            'IMIX' and
10582            '4T2C' and
10583            'MRR'"
10584   parameters:
10585   - "result"
10586   - "name"
10587   - "tags"
10588   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10589   x-axis: "X = VNFs per Service Chain"
10590   y-axis: "Y = Number of Service Chains"
10591   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10592   layout:
10593     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10594     layout: "plot-service-density"
10595
10596 - type: "plot"
10597   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10598   algorithm: "plot_nf_heatmap"
10599   output-file-type: ".html"
10600   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10601   data: "plot-vpp-nfv-2n-clx-mrr"
10602   filter: "'NIC_Intel-XXV710' and
10603            'NF_DENSITY' and
10604            'VHOST' and
10605            'VXLAN' and
10606            'CHAIN' and
10607            'IMIX' and
10608            '8T4C' and
10609            'MRR'"
10610   parameters:
10611   - "result"
10612   - "name"
10613   - "tags"
10614   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10615   x-axis: "X = VNFs per Service Chain"
10616   y-axis: "Y = Number of Service Chains"
10617   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10618   layout:
10619     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10620     layout: "plot-service-density"
10621
10622 # Plots - NF Density - VSC - NDR IMIX
10623 - type: "plot"
10624   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10625   algorithm: "plot_nf_heatmap"
10626   output-file-type: ".html"
10627   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10628   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10629   filter: "'NIC_Intel-XXV710' and
10630            'NF_DENSITY' and
10631            'VHOST' and
10632            'VXLAN' and
10633            'CHAIN' a
10634            'IMIX' and
10635            '2T1C' and
10636            'NDRPDR'"
10637   parameters:
10638   - "throughput"
10639   - "name"
10640   - "tags"
10641   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10642   x-axis: "X = VNFs per Service Chain"
10643   y-axis: "Y = Number of Service Chains"
10644   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10645   layout:
10646     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10647     layout: "plot-service-density"
10648
10649 - type: "plot"
10650   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10651   algorithm: "plot_nf_heatmap"
10652   output-file-type: ".html"
10653   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10654   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10655   filter: "'NIC_Intel-XXV710' and
10656            'NF_DENSITY' and
10657            'VHOST' and
10658            'VXLAN' and
10659            'CHAIN' and
10660            'IMIX' and
10661            '4T2C' and
10662            'NDRPDR'"
10663   parameters:
10664   - "throughput"
10665   - "name"
10666   - "tags"
10667   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10668   x-axis: "X = VNFs per Service Chain"
10669   y-axis: "Y = Number of Service Chains"
10670   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10671   layout:
10672     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10673     layout: "plot-service-density"
10674
10675 - type: "plot"
10676   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10677   algorithm: "plot_nf_heatmap"
10678   output-file-type: ".html"
10679   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10680   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10681   filter: "'NIC_Intel-XXV710' and
10682            'NF_DENSITY' and
10683            'VHOST' and
10684            'VXLAN' and
10685            'CHAIN' and
10686            'IMIX' and
10687            '8T4C' and
10688            'NDRPDR'"
10689   parameters:
10690   - "throughput"
10691   - "name"
10692   - "tags"
10693   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10694   x-axis: "X = VNFs per Service Chain"
10695   y-axis: "Y = Number of Service Chains"
10696   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10697   layout:
10698     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10699     layout: "plot-service-density"
10700
10701 # Plots - NF Density - VSC - PDR IMIX
10702 - type: "plot"
10703   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10704   algorithm: "plot_nf_heatmap"
10705   output-file-type: ".html"
10706   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10707   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10708   filter: "'NIC_Intel-XXV710' and
10709            'NF_DENSITY' and
10710            'VHOST' and
10711            'VXLAN' and
10712            'CHAIN' and
10713            'IMIX' and
10714            '2T1C' and
10715            'NDRPDR'"
10716   parameters:
10717   - "throughput"
10718   - "name"
10719   - "tags"
10720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10721   x-axis: "X = VNFs per Service Chain"
10722   y-axis: "Y = Number of Service Chains"
10723   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10724   layout:
10725     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10726     layout: "plot-service-density"
10727
10728 - type: "plot"
10729   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10730   algorithm: "plot_nf_heatmap"
10731   output-file-type: ".html"
10732   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10733   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10734   filter: "'NIC_Intel-XXV710' and
10735            'NF_DENSITY' and
10736            'VHOST' and
10737            'VXLAN' and
10738            'CHAIN' and
10739            'IMIX' and
10740            '4T2C' and
10741            'NDRPDR'"
10742   parameters:
10743   - "throughput"
10744   - "name"
10745   - "tags"
10746   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10747   x-axis: "X = VNFs per Service Chain"
10748   y-axis: "Y = Number of Service Chains"
10749   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10750   layout:
10751     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10752     layout: "plot-service-density"
10753
10754 - type: "plot"
10755   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10756   algorithm: "plot_nf_heatmap"
10757   output-file-type: ".html"
10758   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10759   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10760   filter: "'NIC_Intel-XXV710' and
10761            'NF_DENSITY' and
10762            'VHOST' and
10763            'VXLAN' and
10764            'CHAIN' and
10765            'IMIX' and
10766            '8T4C' and
10767            'NDRPDR'"
10768   parameters:
10769   - "throughput"
10770   - "name"
10771   - "tags"
10772   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10773   x-axis: "X = VNFs per Service Chain"
10774   y-axis: "Y = Number of Service Chains"
10775   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10776   layout:
10777     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10778     layout: "plot-service-density"
10779
10780 # Plots - NF Density - CSC - MRR IMIX
10781 - type: "plot"
10782   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10783   algorithm: "plot_nf_heatmap"
10784   output-file-type: ".html"
10785   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10786   data: "plot-vpp-nfv-2n-clx-mrr"
10787   filter: "'NIC_Intel-XXV710' and
10788            'NF_DENSITY' and
10789            'DOCKER' and
10790            'CHAIN' and
10791            'NF_VPPIP4' and
10792            'IMIX' and
10793            '2T1C' and
10794            'MRR'"
10795   parameters:
10796   - "result"
10797   - "name"
10798   - "tags"
10799   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10800   x-axis: "X = CNFs per Service Chain"
10801   y-axis: "Y = Number of Service Chains"
10802   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10803   layout:
10804     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10805     layout: "plot-service-density"
10806
10807 - type: "plot"
10808   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10809   algorithm: "plot_nf_heatmap"
10810   output-file-type: ".html"
10811   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10812   data: "plot-vpp-nfv-2n-clx-mrr"
10813   filter: "'NIC_Intel-XXV710' and
10814            'NF_DENSITY' and
10815            'DOCKER' and
10816            'CHAIN' and
10817            'NF_VPPIP4' and
10818            'IMIX' and
10819            '4T2C' and
10820            'MRR'"
10821   parameters:
10822   - "result"
10823   - "name"
10824   - "tags"
10825   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10826   x-axis: "X = CNFs per Service Chain"
10827   y-axis: "Y = Number of Service Chains"
10828   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10829   layout:
10830     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10831     layout: "plot-service-density"
10832
10833 - type: "plot"
10834   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10835   algorithm: "plot_nf_heatmap"
10836   output-file-type: ".html"
10837   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10838   data: "plot-vpp-nfv-2n-clx-mrr"
10839   filter: "'NIC_Intel-XXV710' and
10840            'NF_DENSITY' and
10841            'DOCKER' and
10842            'CHAIN' and
10843            'NF_VPPIP4' and
10844            'IMIX' and
10845            '8T4C' and
10846            'MRR'"
10847   parameters:
10848   - "result"
10849   - "name"
10850   - "tags"
10851   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10852   x-axis: "X = CNFs per Service Chain"
10853   y-axis: "Y = Number of Service Chains"
10854   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10855   layout:
10856     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10857     layout: "plot-service-density"
10858
10859 # Plots - NF Density - CSC - NDR IMIX
10860 - type: "plot"
10861   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10862   algorithm: "plot_nf_heatmap"
10863   output-file-type: ".html"
10864   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10865   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10866   filter: "'NIC_Intel-XXV710' and
10867            'NF_DENSITY' and
10868            'DOCKER' and
10869            'CHAIN' and
10870            'NF_VPPIP4' and
10871            'IMIX' and
10872            '2T1C' and
10873            'NDRPDR'"
10874   parameters:
10875   - "throughput"
10876   - "name"
10877   - "tags"
10878   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10879   x-axis: "X = CNFs per Service Chain"
10880   y-axis: "Y = Number of Service Chains"
10881   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10882   layout:
10883     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10884     layout: "plot-service-density"
10885
10886 - type: "plot"
10887   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10888   algorithm: "plot_nf_heatmap"
10889   output-file-type: ".html"
10890   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10891   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10892   filter: "'NIC_Intel-XXV710' and
10893            'NF_DENSITY' and
10894            'DOCKER' and
10895            'CHAIN' and
10896            'NF_VPPIP4' and
10897            'IMIX' and
10898            '4T2C' and
10899            'NDRPDR'"
10900   parameters:
10901   - "throughput"
10902   - "name"
10903   - "tags"
10904   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10905   x-axis: "X = CNFs per Service Chain"
10906   y-axis: "Y = Number of Service Chains"
10907   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10908   layout:
10909     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10910     layout: "plot-service-density"
10911
10912 - type: "plot"
10913   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10914   algorithm: "plot_nf_heatmap"
10915   output-file-type: ".html"
10916   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10917   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10918   filter: "'NIC_Intel-XXV710' and
10919            'NF_DENSITY' and
10920            'DOCKER' and
10921            'CHAIN' and
10922            'NF_VPPIP4' and
10923            'IMIX' and
10924            '8T4C' and
10925            'NDRPDR'"
10926   parameters:
10927   - "throughput"
10928   - "name"
10929   - "tags"
10930   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10931   x-axis: "X = CNFs per Service Chain"
10932   y-axis: "Y = Number of Service Chains"
10933   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10934   layout:
10935     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10936     layout: "plot-service-density"
10937
10938 # Plots - NF Density - CSC - PDR IMIX
10939 - type: "plot"
10940   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10941   algorithm: "plot_nf_heatmap"
10942   output-file-type: ".html"
10943   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10944   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10945   filter: "'NIC_Intel-XXV710' and
10946            'NF_DENSITY' and
10947            'DOCKER' and
10948            'CHAIN' and
10949            'NF_VPPIP4' and
10950            'IMIX' and
10951            '2T1C' and
10952            'NDRPDR'"
10953   parameters:
10954   - "throughput"
10955   - "name"
10956   - "tags"
10957   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10958   x-axis: "X = CNFs per Service Chain"
10959   y-axis: "Y = Number of Service Chains"
10960   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10961   layout:
10962     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10963     layout: "plot-service-density"
10964
10965 - type: "plot"
10966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10967   algorithm: "plot_nf_heatmap"
10968   output-file-type: ".html"
10969   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10970   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10971   filter: "'NIC_Intel-XXV710' and
10972            'NF_DENSITY' and
10973            'DOCKER' and
10974            'CHAIN' and
10975            'NF_VPPIP4' and
10976            'IMIX' and
10977            '4T2C' and
10978            'NDRPDR'"
10979   parameters:
10980   - "throughput"
10981   - "name"
10982   - "tags"
10983   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10984   x-axis: "X = CNFs per Service Chain"
10985   y-axis: "Y = Number of Service Chains"
10986   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10987   layout:
10988     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10989     layout: "plot-service-density"
10990
10991 - type: "plot"
10992   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10993   algorithm: "plot_nf_heatmap"
10994   output-file-type: ".html"
10995   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10996   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10997   filter: "'NIC_Intel-XXV710' and
10998            'NF_DENSITY' and
10999            'DOCKER' and
11000            'CHAIN' and
11001            'NF_VPPIP4' and
11002            'IMIX' and
11003            '8T4C' and
11004            'NDRPDR'"
11005   parameters:
11006   - "throughput"
11007   - "name"
11008   - "tags"
11009   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11010   x-axis: "X = CNFs per Service Chain"
11011   y-axis: "Y = Number of Service Chains"
11012   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11013   layout:
11014     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11015     layout: "plot-service-density"
11016
11017 # Plots - NF Density - CSP - MRR IMIX
11018 - type: "plot"
11019   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11020   algorithm: "plot_nf_heatmap"
11021   output-file-type: ".html"
11022   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11023   data: "plot-vpp-nfv-2n-clx-mrr"
11024   filter: "'NIC_Intel-XXV710' and
11025            'NF_DENSITY' and
11026            'DOCKER' and
11027            'PIPELINE' and
11028            'NF_VPPIP4' and
11029            'IMIX' and
11030            '2T1C' and
11031            'MRR'"
11032   parameters:
11033   - "result"
11034   - "name"
11035   - "tags"
11036   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11037   x-axis: "X = CNFs per Service Pipeline"
11038   y-axis: "Y = Number of Service Pipelines"
11039   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11040   layout:
11041     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11042     layout: "plot-service-density"
11043
11044 - type: "plot"
11045   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11046   algorithm: "plot_nf_heatmap"
11047   output-file-type: ".html"
11048   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11049   data: "plot-vpp-nfv-2n-clx-mrr"
11050   filter: "'NIC_Intel-XXV710' and
11051            'NF_DENSITY' and
11052            'DOCKER' and
11053            'PIPELINE' and
11054            'NF_VPPIP4' and
11055            'IMIX' and
11056            '4T2C' and
11057            'MRR'"
11058   parameters:
11059   - "result"
11060   - "name"
11061   - "tags"
11062   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11063   x-axis: "X = CNFs per Service Pipeline"
11064   y-axis: "Y = Number of Service Pipelines"
11065   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11066   layout:
11067     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11068     layout: "plot-service-density"
11069
11070 - type: "plot"
11071   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11072   algorithm: "plot_nf_heatmap"
11073   output-file-type: ".html"
11074   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11075   data: "plot-vpp-nfv-2n-clx-mrr"
11076   filter: "'NIC_Intel-XXV710' and
11077            'NF_DENSITY' and
11078            'DOCKER' and
11079            'PIPELINE' and
11080            'NF_VPPIP4' and
11081            'IMIX' and
11082            '8T4C' and
11083            'MRR'"
11084   parameters:
11085   - "result"
11086   - "name"
11087   - "tags"
11088   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11089   x-axis: "X = CNFs per Service Pipeline"
11090   y-axis: "Y = Number of Service Pipelines"
11091   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11092   layout:
11093     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11094     layout: "plot-service-density"
11095
11096 # Plots - NF Density - CSP - NDR IMIX
11097 - type: "plot"
11098   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11099   algorithm: "plot_nf_heatmap"
11100   output-file-type: ".html"
11101   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11102   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11103   filter: "'NIC_Intel-XXV710' and
11104            'NF_DENSITY' and
11105            'DOCKER' and
11106            'PIPELINE' and
11107            'NF_VPPIP4' and
11108            'IMIX' and
11109            '2T1C' and
11110            'NDRPDR'"
11111   parameters:
11112   - "throughput"
11113   - "name"
11114   - "tags"
11115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11116   x-axis: "X = CNFs per Service Pipeline"
11117   y-axis: "Y = Number of Service Pipelines"
11118   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11119   layout:
11120     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11121     layout: "plot-service-density"
11122
11123 - type: "plot"
11124   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11125   algorithm: "plot_nf_heatmap"
11126   output-file-type: ".html"
11127   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11128   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11129   filter: "'NIC_Intel-XXV710' and
11130            'NF_DENSITY' and
11131            'DOCKER' and
11132            'PIPELINE' and
11133            'NF_VPPIP4' and
11134            'IMIX' and
11135            '4T2C' and
11136            'NDRPDR'"
11137   parameters:
11138   - "throughput"
11139   - "name"
11140   - "tags"
11141   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11142   x-axis: "X = CNFs per Service Pipeline"
11143   y-axis: "Y = Number of Service Pipelines"
11144   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11145   layout:
11146     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11147     layout: "plot-service-density"
11148
11149 - type: "plot"
11150   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11151   algorithm: "plot_nf_heatmap"
11152   output-file-type: ".html"
11153   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11154   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11155   filter: "'NIC_Intel-XXV710' and
11156            'NF_DENSITY' and
11157            'DOCKER' and
11158            'PIPELINE' and
11159            'NF_VPPIP4' and
11160            'IMIX' and
11161            '8T4C' and
11162            'NDRPDR'"
11163   parameters:
11164   - "throughput"
11165   - "name"
11166   - "tags"
11167   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11168   x-axis: "X = CNFs per Service Pipeline"
11169   y-axis: "Y = Number of Service Pipelines"
11170   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11171   layout:
11172     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11173     layout: "plot-service-density"
11174
11175 # Plots - NF Density - CSP - PDR IMIX
11176 - type: "plot"
11177   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11178   algorithm: "plot_nf_heatmap"
11179   output-file-type: ".html"
11180   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11181   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11182   filter: "'NIC_Intel-XXV710' and
11183            'NF_DENSITY' and
11184            'DOCKER' and
11185            'PIPELINE' and
11186            'NF_VPPIP4' and
11187            'IMIX' and
11188            '2T1C' and
11189            'NDRPDR'"
11190   parameters:
11191   - "throughput"
11192   - "name"
11193   - "tags"
11194   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11195   x-axis: "X = CNFs per Service Pipeline"
11196   y-axis: "Y = Number of Service Pipelines"
11197   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11198   layout:
11199     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11200     layout: "plot-service-density"
11201
11202 - type: "plot"
11203   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11204   algorithm: "plot_nf_heatmap"
11205   output-file-type: ".html"
11206   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11207   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11208   filter: "'NIC_Intel-XXV710' and
11209            'NF_DENSITY' and
11210            'DOCKER' and
11211            'PIPELINE' and
11212            'NF_VPPIP4' and
11213            'IMIX' and
11214            '4T2C' and
11215            'NDRPDR'"
11216   parameters:
11217   - "throughput"
11218   - "name"
11219   - "tags"
11220   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11221   x-axis: "X = CNFs per Service Pipeline"
11222   y-axis: "Y = Number of Service Pipelines"
11223   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11224   layout:
11225     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11226     layout: "plot-service-density"
11227
11228 - type: "plot"
11229   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11230   algorithm: "plot_nf_heatmap"
11231   output-file-type: ".html"
11232   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11233   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11234   filter: "'NIC_Intel-XXV710' and
11235            'NF_DENSITY' and
11236            'DOCKER' and
11237            'PIPELINE' and
11238            'NF_VPPIP4' and
11239            'IMIX' and
11240            '8T4C' and
11241            'NDRPDR'"
11242   parameters:
11243   - "throughput"
11244   - "name"
11245   - "tags"
11246   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11247   x-axis: "X = CNFs per Service Pipeline"
11248   y-axis: "Y = Number of Service Pipelines"
11249   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11250   layout:
11251     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11252     layout: "plot-service-density"
11253
11254 ################################################################################
11255
11256 # Packet Throughput
11257
11258 - type: "plot"
11259   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11260   algorithm: "plot_perf_box_name"
11261   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11262   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11263   include:
11264     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11265     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11266     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11267     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11268   layout:
11269     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11270     layout: "plot-throughput"
11271
11272 - type: "plot"
11273   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11274   algorithm: "plot_perf_box_name"
11275   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11276   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11277   include:
11278     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11279     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11280     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11281     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11282   layout:
11283     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11284     layout: "plot-throughput"
11285
11286 - type: "plot"
11287   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11288   algorithm: "plot_perf_box_name"
11289   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11291   include:
11292     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11293     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11294     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11295     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11296   layout:
11297     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11298     layout: "plot-throughput"
11299
11300 - type: "plot"
11301   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11302   algorithm: "plot_perf_box_name"
11303   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11304   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11305   include:
11306     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11307     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11308     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11309     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11310   layout:
11311     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11312     layout: "plot-throughput"
11313
11314 - type: "plot"
11315   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11316   algorithm: "plot_perf_box_name"
11317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11319   include:
11320     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11321     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11322     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11323     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11324     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11325   layout:
11326     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11327     layout: "plot-throughput"
11328
11329 - type: "plot"
11330   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11331   algorithm: "plot_perf_box_name"
11332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11334   include:
11335     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11336     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11337     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11338     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11339     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11340   layout:
11341     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11342     layout: "plot-throughput"
11343
11344 - type: "plot"
11345   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11346   algorithm: "plot_perf_box_name"
11347   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11349   include:
11350     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11351     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11352     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11353     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11354     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11355   layout:
11356     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11357     layout: "plot-throughput"
11358
11359 - type: "plot"
11360   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11361   algorithm: "plot_perf_box_name"
11362   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11363   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11364   include:
11365     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11366     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11367     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11368     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11369     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11370   layout:
11371     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11372     layout: "plot-throughput"
11373
11374 - type: "plot"
11375   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11376   algorithm: "plot_perf_box_name"
11377   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11378   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11379   include:
11380     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11381     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11382     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11383     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11384     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11385   layout:
11386     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11387     layout: "plot-throughput"
11388
11389 - type: "plot"
11390   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11391   algorithm: "plot_perf_box_name"
11392   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11393   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11394   include:
11395     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11396     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11397     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11398     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11399     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11400   layout:
11401     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11402     layout: "plot-throughput"
11403
11404 - type: "plot"
11405   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11406   algorithm: "plot_perf_box_name"
11407   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11408   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11409   include:
11410     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11416   layout:
11417     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11418     layout: "plot-throughput"
11419
11420 - type: "plot"
11421   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11422   algorithm: "plot_perf_box_name"
11423   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11425   include:
11426     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11427     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11432   layout:
11433     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11434     layout: "plot-throughput"
11435
11436 - type: "plot"
11437   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11438   algorithm: "plot_perf_box_name"
11439   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11441   include:
11442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11447   layout:
11448     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11449     layout: "plot-throughput"
11450
11451 - type: "plot"
11452   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11453   algorithm: "plot_perf_box_name"
11454   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11456   include:
11457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11462   layout:
11463     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11464     layout: "plot-throughput"
11465
11466 - type: "plot"
11467   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11468   algorithm: "plot_perf_box_name"
11469   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11470   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11471   include:
11472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11475   layout:
11476     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11477     layout: "plot-throughput"
11478
11479 - type: "plot"
11480   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11481   algorithm: "plot_perf_box_name"
11482   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11483   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11484   include:
11485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11488   layout:
11489     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11490     layout: "plot-throughput"
11491
11492 - type: "plot"
11493   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11494   algorithm: "plot_perf_box_name"
11495   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11497   include:
11498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11503   layout:
11504     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11505     layout: "plot-throughput"
11506
11507 - type: "plot"
11508   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11509   algorithm: "plot_perf_box_name"
11510   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11511   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11512   include:
11513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11518   layout:
11519     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11520     layout: "plot-throughput"
11521
11522 - type: "plot"
11523   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11524   algorithm: "plot_perf_box_name"
11525   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11526   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11527   include:
11528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11531   layout:
11532     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11533     layout: "plot-throughput"
11534
11535 - type: "plot"
11536   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11537   algorithm: "plot_perf_box_name"
11538   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11539   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11540   include:
11541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11544   layout:
11545     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11546     layout: "plot-throughput"
11547
11548 - type: "plot"
11549   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11550   algorithm: "plot_perf_box_name"
11551   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11552   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11553   include:
11554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11560   layout:
11561     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11562     layout: "plot-throughput"
11563
11564 - type: "plot"
11565   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11566   algorithm: "plot_perf_box_name"
11567   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11568   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11569   include:
11570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11576   layout:
11577     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11578     layout: "plot-throughput"
11579
11580 - type: "plot"
11581   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11582   algorithm: "plot_perf_box_name"
11583   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11584   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11585   include:
11586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11592   layout:
11593     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11594     layout: "plot-throughput"
11595
11596 - type: "plot"
11597   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11598   algorithm: "plot_perf_box_name"
11599   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11601   include:
11602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11608   layout:
11609     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11610     layout: "plot-throughput"
11611
11612 - type: "plot"
11613   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11614   algorithm: "plot_perf_box_name"
11615   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11616   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11617   include:
11618     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11621   layout:
11622     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11623     layout: "plot-throughput"
11624
11625 - type: "plot"
11626   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11627   algorithm: "plot_perf_box_name"
11628   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11629   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11630   include:
11631     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11634   layout:
11635     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11636     layout: "plot-throughput"
11637
11638 - type: "plot"
11639   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11640   algorithm: "plot_perf_box_name"
11641   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11643   include:
11644     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11647 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11648 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11649   layout:
11650     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11651     layout: "plot-throughput"
11652
11653 - type: "plot"
11654   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11655   algorithm: "plot_perf_box_name"
11656   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11658   include:
11659     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11662 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11663 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11664   layout:
11665     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11666     layout: "plot-throughput"
11667
11668 - type: "plot"
11669   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11670   algorithm: "plot_perf_box_name"
11671   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11673   include:
11674     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11675     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11679   layout:
11680     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11681     layout: "plot-throughput"
11682
11683 - type: "plot"
11684   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11685   algorithm: "plot_perf_box_name"
11686   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11688   include:
11689     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11690     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11691     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11694   layout:
11695     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11696     layout: "plot-throughput"
11697
11698 - type: "plot"
11699   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11700   algorithm: "plot_perf_box_name"
11701   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11703   include:
11704     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11709   layout:
11710     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11711     layout: "plot-throughput"
11712
11713 - type: "plot"
11714   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11715   algorithm: "plot_perf_box_name"
11716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11718   include:
11719     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11724   layout:
11725     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11726     layout: "plot-throughput"
11727
11728 - type: "plot"
11729   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11730   algorithm: "plot_perf_box_name"
11731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11733   include:
11734     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11740   layout:
11741     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11742     layout: "plot-throughput"
11743
11744 - type: "plot"
11745   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11746   algorithm: "plot_perf_box_name"
11747   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11749   include:
11750     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11752     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11753     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11756   layout:
11757     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11758     layout: "plot-throughput"
11759
11760 - type: "plot"
11761   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11762   algorithm: "plot_perf_box_name"
11763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11765   include:
11766     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11767     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11768     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11772   layout:
11773     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11774     layout: "plot-throughput"
11775
11776 - type: "plot"
11777   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11778   algorithm: "plot_perf_box_name"
11779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11781   include:
11782     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11784     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11788   layout:
11789     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11790     layout: "plot-throughput"
11791
11792 - type: "plot"
11793   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11794   algorithm: "plot_perf_box_name"
11795   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11796   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11797   include:
11798     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11803   layout:
11804     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11805     layout: "plot-throughput"
11806
11807 - type: "plot"
11808   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11809   algorithm: "plot_perf_box_name"
11810   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11811   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11812   include:
11813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11815     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11818   layout:
11819     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11820     layout: "plot-throughput"
11821
11822 - type: "plot"
11823   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11824   algorithm: "plot_perf_box_name"
11825   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11826   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11827   include:
11828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11834   layout:
11835     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11836     layout: "plot-throughput"
11837
11838 - type: "plot"
11839   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11840   algorithm: "plot_perf_box_name"
11841   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11842   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11843   include:
11844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11850   layout:
11851     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11852     layout: "plot-throughput"
11853
11854 - type: "plot"
11855   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11856   algorithm: "plot_perf_box_name"
11857   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11858   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11859   include:
11860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11865   layout:
11866     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11867     layout: "plot-throughput"
11868
11869 - type: "plot"
11870   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11871   algorithm: "plot_perf_box_name"
11872   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11873   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11874   include:
11875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11880   layout:
11881     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11882     layout: "plot-throughput"
11883
11884 - type: "plot"
11885   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11886   algorithm: "plot_perf_box_name"
11887   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11888   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11889   include:
11890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11896   layout:
11897     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11898     layout: "plot-throughput"
11899
11900 - type: "plot"
11901   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11902   algorithm: "plot_perf_box_name"
11903   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11904   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11905   include:
11906     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11912   layout:
11913     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11914     layout: "plot-throughput"
11915
11916 - type: "plot"
11917   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11918   algorithm: "plot_perf_box_name"
11919   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11920   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11921   include:
11922     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11927   layout:
11928     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11929     layout: "plot-throughput"
11930
11931 - type: "plot"
11932   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11933   algorithm: "plot_perf_box_name"
11934   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11935   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11936   include:
11937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11942   layout:
11943     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11944     layout: "plot-throughput"
11945
11946 - type: "plot"
11947   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11948   algorithm: "plot_perf_box_name"
11949   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11950   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11951   include:
11952     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11958   layout:
11959     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11960     layout: "plot-throughput"
11961
11962 - type: "plot"
11963   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11964   algorithm: "plot_perf_box_name"
11965   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11966   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11967   include:
11968     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11974   layout:
11975     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11976     layout: "plot-throughput"
11977
11978 - type: "plot"
11979   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11980   algorithm: "plot_perf_box_name"
11981   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11983   include:
11984     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11986   layout:
11987     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11988     layout: "plot-throughput"
11989
11990 - type: "plot"
11991   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11992   algorithm: "plot_perf_box_name"
11993   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11995   include:
11996     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11998   layout:
11999     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12000     layout: "plot-throughput"
12001
12002 - type: "plot"
12003   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12004   algorithm: "plot_perf_box_name"
12005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12007   include:
12008     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12012   layout:
12013     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12014     layout: "plot-throughput"
12015
12016 - type: "plot"
12017   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12018   algorithm: "plot_perf_box_name"
12019   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12021   include:
12022     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12026   layout:
12027     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12028     layout: "plot-throughput"
12029
12030 - type: "plot"
12031   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12032   algorithm: "plot_perf_box_name"
12033   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12035   include:
12036     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12040   layout:
12041     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12042     layout: "plot-throughput"
12043
12044 - type: "plot"
12045   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12046   algorithm: "plot_perf_box_name"
12047   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12048   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12049   include:
12050     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12054   layout:
12055     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12056     layout: "plot-throughput"
12057
12058 - type: "plot"
12059   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12060   algorithm: "plot_perf_box_name"
12061   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12062   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12063   include:
12064     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12068   layout:
12069     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12070     layout: "plot-throughput"
12071
12072 - type: "plot"
12073   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12074   algorithm: "plot_perf_box_name"
12075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12077   include:
12078     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12079     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12082   layout:
12083     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12084     layout: "plot-throughput"
12085
12086 - type: "plot"
12087   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12088   algorithm: "plot_perf_box_name"
12089   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12090   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12091   include:
12092     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12093     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12096   layout:
12097     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12098     layout: "plot-throughput"
12099
12100 - type: "plot"
12101   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12102   algorithm: "plot_perf_box_name"
12103   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12104   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12105   include:
12106     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12110   layout:
12111     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12112     layout: "plot-throughput"
12113
12114 - type: "plot"
12115   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12116   algorithm: "plot_perf_box_name"
12117   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12118   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12119   include:
12120     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12126   layout:
12127     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12128     layout: "plot-throughput"
12129
12130 - type: "plot"
12131   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12132   algorithm: "plot_perf_box_name"
12133   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12134   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12135   include:
12136     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12142   layout:
12143     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12144     layout: "plot-throughput"
12145
12146 - type: "plot"
12147   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12148   algorithm: "plot_perf_box_name"
12149   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12150   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12151   include:
12152     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12157   layout:
12158     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12159     layout: "plot-throughput"
12160
12161 - type: "plot"
12162   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12163   algorithm: "plot_perf_box_name"
12164   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12165   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12166   include:
12167     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12172   layout:
12173     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12174     layout: "plot-throughput"
12175
12176 - type: "plot"
12177   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12178   algorithm: "plot_perf_box_name"
12179   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12180   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12181   include:
12182     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12187   layout:
12188     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12189     layout: "plot-throughput"
12190
12191 - type: "plot"
12192   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12193   algorithm: "plot_perf_box_name"
12194   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12195   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12196   include:
12197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12202   layout:
12203     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12204     layout: "plot-throughput"
12205
12206 - type: "plot"
12207   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12208   algorithm: "plot_perf_box_name"
12209   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12210   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12211   include:
12212     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12215   layout:
12216     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12217     layout: "plot-throughput"
12218
12219 - type: "plot"
12220   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12221   algorithm: "plot_perf_box_name"
12222   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12224   include:
12225     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12228   layout:
12229     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12230     layout: "plot-throughput"
12231
12232 - type: "plot"
12233   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12234   algorithm: "plot_perf_box_name"
12235   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12237   include:
12238     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12241   layout:
12242     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12243     layout: "plot-throughput"
12244
12245 - type: "plot"
12246   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12247   algorithm: "plot_perf_box_name"
12248   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12250   include:
12251     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12254   layout:
12255     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12256     layout: "plot-throughput"
12257
12258 - type: "plot"
12259   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12260   algorithm: "plot_perf_box_name"
12261   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12263   include:
12264     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12269   layout:
12270     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12271     layout: "plot-throughput"
12272
12273 - type: "plot"
12274   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12275   algorithm: "plot_perf_box_name"
12276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12278   include:
12279     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12284   layout:
12285     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12286     layout: "plot-throughput"
12287
12288 - type: "plot"
12289   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12290   algorithm: "plot_perf_box_name"
12291   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12293   include:
12294     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12299   layout:
12300     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12301     layout: "plot-throughput"
12302
12303 - type: "plot"
12304   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12305   algorithm: "plot_perf_box_name"
12306   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12308   include:
12309     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12314   layout:
12315     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12316     layout: "plot-throughput"
12317
12318 - type: "plot"
12319   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12320   algorithm: "plot_perf_box_name"
12321   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12322   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12323   include:
12324     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12329   layout:
12330     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12331     layout: "plot-throughput"
12332
12333 - type: "plot"
12334   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12335   algorithm: "plot_perf_box_name"
12336   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12337   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12338   include:
12339     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12344   layout:
12345     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12346     layout: "plot-throughput"
12347
12348 - type: "plot"
12349   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12350   algorithm: "plot_perf_box_name"
12351   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12352   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12353   include:
12354     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12359   layout:
12360     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12361     layout: "plot-throughput"
12362
12363 - type: "plot"
12364   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12365   algorithm: "plot_perf_box_name"
12366   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12367   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12368   include:
12369     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12374   layout:
12375     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12376     layout: "plot-throughput"
12377
12378 - type: "plot"
12379   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12380   algorithm: "plot_perf_box_name"
12381   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12382   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12383   include:
12384     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12389   layout:
12390     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12391     layout: "plot-throughput"
12392
12393 - type: "plot"
12394   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12395   algorithm: "plot_perf_box_name"
12396   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12397   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12398   include:
12399     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12404   layout:
12405     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12406     layout: "plot-throughput"
12407
12408 - type: "plot"
12409   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12410   algorithm: "plot_perf_box_name"
12411   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12412   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12413   include:
12414     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12415     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12416     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12417     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12418     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12419     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12420   layout:
12421     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12422     layout: "plot-throughput"
12423
12424 - type: "plot"
12425   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12426   algorithm: "plot_perf_box_name"
12427   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12428   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12429   include:
12430     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12431     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12432     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12433     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12434     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12435     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12436   layout:
12437     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12438     layout: "plot-throughput"
12439
12440 - type: "plot"
12441   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12442   algorithm: "plot_perf_box_name"
12443   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12444   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12445   include:
12446     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12447     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12448     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12449     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12450   layout:
12451     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12452     layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12456   algorithm: "plot_perf_box_name"
12457   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12458   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12459   include:
12460     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12461     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12462     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12463     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12464   layout:
12465     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12466     layout: "plot-throughput"
12467
12468 - type: "plot"
12469   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12470   algorithm: "plot_perf_box_name"
12471   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12473   include:
12474     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12475     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12476     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12477     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12478     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12479     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12480   layout:
12481     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12482     layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12486   algorithm: "plot_perf_box_name"
12487   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12489   include:
12490     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12491     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12492     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12493     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12494     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12495     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12496   layout:
12497     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12498     layout: "plot-throughput"
12499
12500 - type: "plot"
12501   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12502   algorithm: "plot_perf_box_name"
12503   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12505   include:
12506     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12507     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12508     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12509     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12510     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12511     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12512   layout:
12513     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12514     layout: "plot-throughput"
12515
12516 - type: "plot"
12517   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12518   algorithm: "plot_perf_box_name"
12519   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12520   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12521   include:
12522     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12523     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12524     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12525     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12526     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12527     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12528   layout:
12529     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12530     layout: "plot-throughput"
12531
12532 - type: "plot"
12533   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12534   algorithm: "plot_perf_box_name"
12535   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12537   include:
12538     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12539     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12540     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12541     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12542     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12543     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12544   layout:
12545     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12546     layout: "plot-throughput"
12547
12548 - type: "plot"
12549   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12550   algorithm: "plot_perf_box_name"
12551   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12553   include:
12554     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12555     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12556     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12557     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12558     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12559     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12560   layout:
12561     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12562     layout: "plot-throughput"
12563
12564 - type: "plot"
12565   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12566   algorithm: "plot_perf_box_name"
12567   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12568   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12569   include:
12570     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12571     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12572     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12573     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12574     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12575     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12576   layout:
12577     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12578     layout: "plot-throughput"
12579
12580 - type: "plot"
12581   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12582   algorithm: "plot_perf_box_name"
12583   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12584   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12585   include:
12586     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12587     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12588     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12589     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12590     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12591     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12592   layout:
12593     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12594     layout: "plot-throughput"
12595
12596 - type: "plot"
12597   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12598   algorithm: "plot_perf_box_name"
12599   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12600   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12601   include:
12602     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12603     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12604     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12605     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12606     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12607     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12608   layout:
12609     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12610     layout: "plot-throughput"
12611
12612 - type: "plot"
12613   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12614   algorithm: "plot_perf_box_name"
12615   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12616   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12617   include:
12618     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12619     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12620     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12621     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12622     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12623     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12624   layout:
12625     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12626     layout: "plot-throughput"
12627
12628 - type: "plot"
12629   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12630   algorithm: "plot_perf_box_name"
12631   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12632   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12633   include:
12634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12640   layout:
12641     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12642     layout: "plot-throughput"
12643
12644 - type: "plot"
12645   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12646   algorithm: "plot_perf_box_name"
12647   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12649   include:
12650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12656   layout:
12657     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12658     layout: "plot-throughput"
12659
12660 - type: "plot"
12661   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12662   algorithm: "plot_perf_box_name"
12663   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12665   include:
12666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12672   layout:
12673     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12674     layout: "plot-throughput"
12675
12676 - type: "plot"
12677   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12678   algorithm: "plot_perf_box_name"
12679   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12680   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12681   include:
12682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12688   layout:
12689     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12690     layout: "plot-throughput"
12691
12692 - type: "plot"
12693   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12694   algorithm: "plot_perf_box_name"
12695   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12696   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12697   include:
12698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12704   layout:
12705     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12706     layout: "plot-throughput"
12707
12708 - type: "plot"
12709   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12710   algorithm: "plot_perf_box_name"
12711   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12712   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12713   include:
12714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12720   layout:
12721     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12722     layout: "plot-throughput"
12723
12724 - type: "plot"
12725   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12726   algorithm: "plot_perf_box_name"
12727   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12728   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12729   include:
12730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12734   layout:
12735     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12736     layout: "plot-throughput"
12737
12738 - type: "plot"
12739   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12740   algorithm: "plot_perf_box_name"
12741   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12742   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12743   include:
12744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12748   layout:
12749     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12750     layout: "plot-throughput"
12751
12752 - type: "plot"
12753   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12754   algorithm: "plot_perf_box_name"
12755   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12757   include:
12758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12762   layout:
12763     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12764     layout: "plot-throughput"
12765
12766 - type: "plot"
12767   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12768   algorithm: "plot_perf_box_name"
12769   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12770   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12771   include:
12772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12776   layout:
12777     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12778     layout: "plot-throughput"
12779
12780 - type: "plot"
12781   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12782   algorithm: "plot_perf_box_name"
12783   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12784   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12785   include:
12786     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12787     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12788     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12789     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12790     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12791     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12792   layout:
12793     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12794     layout: "plot-throughput"
12795
12796 - type: "plot"
12797   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12798   algorithm: "plot_perf_box_name"
12799   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12800   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12801   include:
12802     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12803     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12804     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12806     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12807     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12808   layout:
12809     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12810     layout: "plot-throughput"
12811
12812 - type: "plot"
12813   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12814   algorithm: "plot_perf_box_name"
12815   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12817   include:
12818     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12819     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12820     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12821     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12822     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12823   layout:
12824     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12825     layout: "plot-throughput"
12826
12827 - type: "plot"
12828   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12829   algorithm: "plot_perf_box_name"
12830   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12831   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12832   include:
12833     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12834     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12835     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12836     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12838   layout:
12839     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12840     layout: "plot-throughput"
12841
12842 - type: "plot"
12843   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12844   algorithm: "plot_perf_box_name"
12845   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12847   include:
12848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12853   layout:
12854     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12855     layout: "plot-throughput"
12856
12857 - type: "plot"
12858   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12859   algorithm: "plot_perf_box_name"
12860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12862   include:
12863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12868   layout:
12869     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12870     layout: "plot-throughput"
12871
12872 - type: "plot"
12873   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12874   algorithm: "plot_perf_box_name"
12875   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12877   include:
12878     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12879     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12880     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12882   layout:
12883     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12884     layout: "plot-throughput"
12885
12886 - type: "plot"
12887   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12888   algorithm: "plot_perf_box_name"
12889   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12891   include:
12892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12896   layout:
12897     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12898     layout: "plot-throughput"
12899
12900 - type: "plot"
12901   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12902   algorithm: "plot_perf_box_name"
12903   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12905   include:
12906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12912   layout:
12913     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12914     layout: "plot-throughput"
12915
12916 - type: "plot"
12917   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12918   algorithm: "plot_perf_box_name"
12919   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12921   include:
12922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12928   layout:
12929     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12930     layout: "plot-throughput"
12931
12932 - type: "plot"
12933   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12934   algorithm: "plot_perf_box_name"
12935   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12937   include:
12938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12939     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12944   layout:
12945     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12946     layout: "plot-throughput"
12947
12948 - type: "plot"
12949   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12950   algorithm: "plot_perf_box_name"
12951   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12952   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12953   include:
12954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12955     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12960   layout:
12961     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12962     layout: "plot-throughput"
12963
12964 - type: "plot"
12965   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12966   algorithm: "plot_perf_box_name"
12967   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12969   include:
12970     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12971     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12976   layout:
12977     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12978     layout: "plot-throughput"
12979
12980 - type: "plot"
12981   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12982   algorithm: "plot_perf_box_name"
12983   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12985   include:
12986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12987     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12988     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12990     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12992   layout:
12993     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12994     layout: "plot-throughput"
12995
12996 - type: "plot"
12997   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12998   algorithm: "plot_perf_box_name"
12999   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13000   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13001   include:
13002     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13003     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13004     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13005     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13006     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13008   layout:
13009     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13010     layout: "plot-throughput"
13011
13012 - type: "plot"
13013   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13014   algorithm: "plot_perf_box_name"
13015   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13016   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13017   include:
13018     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13019     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13020     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13022     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13024   layout:
13025     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13026     layout: "plot-throughput"
13027
13028 - type: "plot"
13029   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13030   algorithm: "plot_perf_box_name"
13031   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13032   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13033   include:
13034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13038   layout:
13039     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13040     layout: "plot-throughput"
13041
13042 - type: "plot"
13043   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13044   algorithm: "plot_perf_box_name"
13045   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13046   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13047   include:
13048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13052   layout:
13053     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13054     layout: "plot-throughput"
13055
13056 - type: "plot"
13057   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13058   algorithm: "plot_perf_box_name"
13059   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13060   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13061   include:
13062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13068   layout:
13069     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13070     layout: "plot-throughput"
13071
13072 - type: "plot"
13073   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13074   algorithm: "plot_perf_box_name"
13075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13077   include:
13078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13084   layout:
13085     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13086     layout: "plot-throughput"
13087
13088 - type: "plot"
13089   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13090   algorithm: "plot_perf_box_name"
13091   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13092   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13093   include:
13094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13100   layout:
13101     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13102     layout: "plot-throughput"
13103
13104 - type: "plot"
13105   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13106   algorithm: "plot_perf_box_name"
13107   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13108   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13109   include:
13110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13116   layout:
13117     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13118     layout: "plot-throughput"
13119
13120 #- type: "plot"
13121 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13122 #  algorithm: "plot_perf_box_name"
13123 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13124 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13125 #  include:
13126 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13127 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13128 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13129 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13130 #  layout:
13131 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13132 #    layout: "plot-throughput"
13133 #
13134 #- type: "plot"
13135 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13136 #  algorithm: "plot_perf_box_name"
13137 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13138 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13139 #  include:
13140 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13141 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13142 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13143 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13144 #  layout:
13145 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13146 #    layout: "plot-throughput"
13147
13148 - type: "plot"
13149   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13150   algorithm: "plot_perf_box_name"
13151   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13152   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13153   include:
13154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13160   layout:
13161     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13162     layout: "plot-throughput"
13163
13164 - type: "plot"
13165   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13166   algorithm: "plot_perf_box_name"
13167   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13168   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13169   include:
13170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13176   layout:
13177     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13178     layout: "plot-throughput"
13179
13180 #- type: "plot"
13181 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13182 #  algorithm: "plot_perf_box_name"
13183 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13184 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13185 #  include:
13186 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13187 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13188 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13189 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13190 #  layout:
13191 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13192 #    layout: "plot-throughput"
13193 #
13194 #- type: "plot"
13195 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13196 #  algorithm: "plot_perf_box_name"
13197 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13198 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13199 #  include:
13200 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13201 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13202 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13203 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13204 #  layout:
13205 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13206 #    layout: "plot-throughput"
13207
13208 - type: "plot"
13209   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13210   algorithm: "plot_perf_box_name"
13211   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13212   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13213   include:
13214     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13219     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13220   layout:
13221     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13222     layout: "plot-throughput"
13223
13224 - type: "plot"
13225   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13226   algorithm: "plot_perf_box_name"
13227   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13228   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13229   include:
13230     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13231     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13232     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13233     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13234     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13236   layout:
13237     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13238     layout: "plot-throughput"
13239
13240 #- type: "plot"
13241 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13242 #  algorithm: "plot_perf_box_name"
13243 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13244 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13245 #  include:
13246 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13247 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13248 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13249 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13250 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13251 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13252 #  layout:
13253 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13254 #    layout: "plot-throughput"
13255 #
13256 #- type: "plot"
13257 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13258 #  algorithm: "plot_perf_box_name"
13259 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13260 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13261 #  include:
13262 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13263 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13264 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13265 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13266 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13267 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13268 #  layout:
13269 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13270 #    layout: "plot-throughput"
13271
13272 - type: "plot"
13273   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13274   algorithm: "plot_perf_box_name"
13275   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13276   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13277   include:
13278     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13279     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13280     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13281     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13282     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13283     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13284   layout:
13285     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13286     layout: "plot-throughput"
13287
13288 - type: "plot"
13289   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13290   algorithm: "plot_perf_box_name"
13291   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13292   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13293   include:
13294     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13295     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13296     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13297     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13298     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13299     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13300   layout:
13301     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13302     layout: "plot-throughput"
13303
13304 - type: "plot"
13305   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13306   algorithm: "plot_perf_box_name"
13307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13309   include:
13310     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13311     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13312     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13313     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13314     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13315     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13316   layout:
13317     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13318     layout: "plot-throughput"
13319
13320 - type: "plot"
13321   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13322   algorithm: "plot_perf_box_name"
13323   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13325   include:
13326     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13327     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13328     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13329     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13330     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13331     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13332   layout:
13333     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13334     layout: "plot-throughput"
13335
13336 - type: "plot"
13337   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13338   algorithm: "plot_perf_box_name"
13339   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13341   include:
13342     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13343     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13344     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13345     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13346     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13347     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13348   layout:
13349     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13350     layout: "plot-throughput"
13351
13352 - type: "plot"
13353   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13354   algorithm: "plot_perf_box_name"
13355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13357   include:
13358     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13359     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13360     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13361     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13362     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13363     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13364   layout:
13365     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13366     layout: "plot-throughput"
13367
13368 - type: "plot"
13369   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13370   algorithm: "plot_perf_box_name"
13371   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13372   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13373   include:
13374     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13375     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13376     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13377     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13378     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13379     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13380   layout:
13381     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13382     layout: "plot-throughput"
13383
13384 - type: "plot"
13385   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13386   algorithm: "plot_perf_box_name"
13387   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13388   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13389   include:
13390     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13391     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13392     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13393     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13394     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13395     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13396   layout:
13397     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13398     layout: "plot-throughput"
13399
13400 #- type: "plot"
13401 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13402 #  algorithm: "plot_perf_box_name"
13403 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13404 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13405 #  include:
13406 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13407 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13408 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13409 #  layout:
13410 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13411 #    layout: "plot-throughput"
13412 #
13413 #- type: "plot"
13414 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13415 #  algorithm: "plot_perf_box_name"
13416 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13417 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13418 #  include:
13419 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13420 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13421 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13422 #  layout:
13423 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13424 #    layout: "plot-throughput"
13425
13426 - type: "plot"
13427   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13428   algorithm: "plot_perf_box_name"
13429   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13430   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13431   include:
13432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13437   layout:
13438     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13439     layout: "plot-throughput"
13440
13441 - type: "plot"
13442   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13443   algorithm: "plot_perf_box_name"
13444   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13445   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13446   include:
13447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13452   layout:
13453     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13454     layout: "plot-throughput"
13455
13456 - type: "plot"
13457   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13458   algorithm: "plot_perf_box_name"
13459   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13460   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13461   include:
13462     - "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"
13463     - "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"
13464     - "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"
13465     - "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"
13466     - "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"
13467   layout:
13468     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13469     layout: "plot-throughput"
13470
13471 - type: "plot"
13472   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13473   algorithm: "plot_perf_box_name"
13474   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13475   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13476   include:
13477     - "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"
13478     - "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"
13479     - "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"
13480     - "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"
13481     - "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"
13482   layout:
13483     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13484     layout: "plot-throughput"
13485
13486 - type: "plot"
13487   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13488   algorithm: "plot_perf_box_name"
13489   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13490   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13491   include:
13492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13497   layout:
13498     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13499     layout: "plot-throughput"
13500
13501 - type: "plot"
13502   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13503   algorithm: "plot_perf_box_name"
13504   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13505   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13506   include:
13507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13512   layout:
13513     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13514     layout: "plot-throughput"
13515
13516 - type: "plot"
13517   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13518   algorithm: "plot_perf_box_name"
13519   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13521   include:
13522     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13527   layout:
13528     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13529     layout: "plot-throughput"
13530
13531 - type: "plot"
13532   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13533   algorithm: "plot_perf_box_name"
13534   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13535   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13536   include:
13537     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13538     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13539     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13541     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13542   layout:
13543     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13544     layout: "plot-throughput"
13545
13546 - type: "plot"
13547   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13548   algorithm: "plot_perf_box_name"
13549   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13550   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13551   include:
13552     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13553     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13554     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13555     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13556     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13557   layout:
13558     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13559     layout: "plot-throughput"
13560
13561 - type: "plot"
13562   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13563   algorithm: "plot_perf_box_name"
13564   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13565   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13566   include:
13567     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13568     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13569     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13570     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13571     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13572   layout:
13573     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13574     layout: "plot-throughput"
13575
13576 - type: "plot"
13577   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13578   algorithm: "plot_perf_box_name"
13579   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13580   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13581   include:
13582     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13583     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13584     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13585     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13586     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13587   layout:
13588     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13589     layout: "plot-throughput"
13590
13591 - type: "plot"
13592   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13593   algorithm: "plot_perf_box_name"
13594   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13595   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13596   include:
13597     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13598     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13599     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13600     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13601     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13602   layout:
13603     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13604     layout: "plot-throughput"
13605
13606 - type: "plot"
13607   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13608   algorithm: "plot_perf_box_name"
13609   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13611   include:
13612     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13614     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13615     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13616   layout:
13617     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13618     layout: "plot-throughput"
13619
13620 - type: "plot"
13621   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13622   algorithm: "plot_perf_box_name"
13623   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13625   include:
13626     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13627     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13628     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13629     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13630   layout:
13631     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13632     layout: "plot-throughput"
13633
13634 - type: "plot"
13635   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13636   algorithm: "plot_perf_box_name"
13637   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13639   include:
13640     - "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"
13641     - "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"
13642     - "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"
13643     - "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"
13644   layout:
13645     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13646     layout: "plot-throughput"
13647
13648 - type: "plot"
13649   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13650   algorithm: "plot_perf_box_name"
13651   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13653   include:
13654     - "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"
13655     - "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"
13656     - "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"
13657     - "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"
13658   layout:
13659     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13660     layout: "plot-throughput"
13661
13662 - type: "plot"
13663   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13664   algorithm: "plot_perf_box_name"
13665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13667   include:
13668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13674   layout:
13675     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13676     layout: "plot-throughput"
13677
13678 - type: "plot"
13679   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13680   algorithm: "plot_perf_box_name"
13681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13683   include:
13684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13690   layout:
13691     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13692     layout: "plot-throughput"
13693
13694 - type: "plot"
13695   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13696   algorithm: "plot_perf_box_name"
13697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13699   include:
13700     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13706   layout:
13707     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13708     layout: "plot-throughput"
13709
13710 - type: "plot"
13711   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13712   algorithm: "plot_perf_box_name"
13713   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13715   include:
13716     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13721     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13722   layout:
13723     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13724     layout: "plot-throughput"
13725
13726 - type: "plot"
13727   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13728   algorithm: "plot_perf_box_name"
13729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13731   include:
13732     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13733     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13734     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13735     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13736     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13738   layout:
13739     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13740     layout: "plot-throughput"
13741
13742 - type: "plot"
13743   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13744   algorithm: "plot_perf_box_name"
13745   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13747   include:
13748     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13749     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13750     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13751     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13752     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13753     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13754   layout:
13755     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13756     layout: "plot-throughput"
13757
13758 - type: "plot"
13759   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13760   algorithm: "plot_perf_box_name"
13761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13763   include:
13764     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13765     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13766     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13767     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13768     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13769   layout:
13770     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13771     layout: "plot-throughput"
13772
13773 - type: "plot"
13774   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13775   algorithm: "plot_perf_box_name"
13776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13778   include:
13779     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13780     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13781     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13782     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13783     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13784   layout:
13785     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13786     layout: "plot-throughput"
13787
13788 - type: "plot"
13789   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13790   algorithm: "plot_perf_box_name"
13791   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13793   include:
13794     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13795     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13796   layout:
13797     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13798     layout: "plot-throughput"
13799
13800 - type: "plot"
13801   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13802   algorithm: "plot_perf_box_name"
13803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13805   include:
13806     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13807     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13808   layout:
13809     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13810     layout: "plot-throughput"
13811
13812 - type: "plot"
13813   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13814   algorithm: "plot_perf_box_name"
13815   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13817   include:
13818     - "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"
13819     - "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"
13820   layout:
13821     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13822     layout: "plot-throughput"
13823
13824 - type: "plot"
13825   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13826   algorithm: "plot_perf_box_name"
13827   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13829   include:
13830     - "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"
13831     - "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"
13832   layout:
13833     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13834     layout: "plot-throughput"
13835
13836 - type: "plot"
13837   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13838   algorithm: "plot_perf_box_name"
13839   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13841   include:
13842     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13843     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13844   layout:
13845     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13846     layout: "plot-throughput"
13847
13848 - type: "plot"
13849   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13850   algorithm: "plot_perf_box_name"
13851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13853   include:
13854     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13855     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13856   layout:
13857     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13858     layout: "plot-throughput"
13859
13860 - type: "plot"
13861   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13862   algorithm: "plot_perf_box_name"
13863   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13865   include:
13866     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13867     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13868   layout:
13869     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13870     layout: "plot-throughput"
13871
13872 - type: "plot"
13873   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13874   algorithm: "plot_perf_box_name"
13875   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13877   include:
13878     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13879     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13880   layout:
13881     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13882     layout: "plot-throughput"
13883
13884 - type: "plot"
13885   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13886   algorithm: "plot_perf_box_name"
13887   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13888   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13889   include:
13890     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13891     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13892     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13893     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13894     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13895     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13896   layout:
13897     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13898     layout: "plot-throughput"
13899
13900 - type: "plot"
13901   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13902   algorithm: "plot_perf_box_name"
13903   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13904   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13905   include:
13906     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13907     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13908     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13909     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13910     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13911     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13912   layout:
13913     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13914     layout: "plot-throughput"
13915
13916 - type: "plot"
13917   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13918   algorithm: "plot_perf_box_name"
13919   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13920   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13921   include:
13922     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13923     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13924     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13925     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13926     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13927     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13928   layout:
13929     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13930     layout: "plot-throughput"
13931
13932 - type: "plot"
13933   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13934   algorithm: "plot_perf_box_name"
13935   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13936   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13937   include:
13938     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13939     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13940     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13941     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13942     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13944   layout:
13945     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13946     layout: "plot-throughput"
13947
13948 #- type: "plot"
13949 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13950 #  algorithm: "plot_perf_box_name"
13951 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13952 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13953 #  include:
13954 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13955 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13956 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13957 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13958 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13959 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13960 #  layout:
13961 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13962 #    layout: "plot-throughput"
13963 #
13964 #- type: "plot"
13965 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13966 #  algorithm: "plot_perf_box_name"
13967 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13968 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13969 #  include:
13970 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13971 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13972 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13973 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13974 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-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 #  layout:
13977 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13978 #    layout: "plot-throughput"
13979
13980 - type: "plot"
13981   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13982   algorithm: "plot_perf_box_name"
13983   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13985   include:
13986     - "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"
13987     - "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"
13988     - "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"
13989     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13990     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13991     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13992   layout:
13993     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13994     layout: "plot-throughput"
13995
13996 - type: "plot"
13997   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13998   algorithm: "plot_perf_box_name"
13999   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14001   include:
14002     - "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"
14003     - "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"
14004     - "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"
14005     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14006     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14007     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14008   layout:
14009     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14010     layout: "plot-throughput"
14011
14012 ################################################################################
14013
14014 # Packet Speedup
14015
14016 - type: "plot"
14017   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14018   algorithm: "plot_tsa_name"
14019   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14020   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14021   include:
14022     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14023     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14024     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14025     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14026   layout:
14027     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14028     layout: "plot-throughput-speedup-analysis"
14029
14030 - type: "plot"
14031   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14032   algorithm: "plot_tsa_name"
14033   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14034   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14035   include:
14036     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14037     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14038     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14039     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14040   layout:
14041     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14042     layout: "plot-throughput-speedup-analysis"
14043
14044 - type: "plot"
14045   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14046   algorithm: "plot_tsa_name"
14047   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14049   include:
14050     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14051     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14052     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14053     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14054   layout:
14055     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14056     layout: "plot-throughput-speedup-analysis"
14057
14058 - type: "plot"
14059   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14060   algorithm: "plot_tsa_name"
14061   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14063   include:
14064     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14065     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14066     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14067     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14068   layout:
14069     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14070     layout: "plot-throughput-speedup-analysis"
14071
14072 - type: "plot"
14073   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14074   algorithm: "plot_tsa_name"
14075   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14077   include:
14078     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14079     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14080     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14081     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14082     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14083   layout:
14084     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14085     layout: "plot-throughput-speedup-analysis"
14086
14087 - type: "plot"
14088   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14089   algorithm: "plot_tsa_name"
14090   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14091   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14092   include:
14093     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14094     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14095     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14096     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14097     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14098   layout:
14099     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14100     layout: "plot-throughput-speedup-analysis"
14101
14102 - type: "plot"
14103   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14104   algorithm: "plot_tsa_name"
14105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14107   include:
14108     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14109     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14110     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14111     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14112     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14113   layout:
14114     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14115     layout: "plot-throughput-speedup-analysis"
14116
14117 - type: "plot"
14118   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14119   algorithm: "plot_tsa_name"
14120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14121   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14122   include:
14123     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14124     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14125     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14126     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14127     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14128   layout:
14129     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14130     layout: "plot-throughput-speedup-analysis"
14131
14132 - type: "plot"
14133   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14134   algorithm: "plot_tsa_name"
14135   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14137   include:
14138     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14141     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14142     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14144   layout:
14145     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14146     layout: "plot-throughput-speedup-analysis"
14147
14148 - type: "plot"
14149   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14150   algorithm: "plot_tsa_name"
14151   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14153   include:
14154     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14155     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14156     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14157     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14158     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14160   layout:
14161     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14162     layout: "plot-throughput-speedup-analysis"
14163
14164 - type: "plot"
14165   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14166   algorithm: "plot_tsa_name"
14167   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14169   include:
14170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14175   layout:
14176     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14177     layout: "plot-throughput-speedup-analysis"
14178
14179 - type: "plot"
14180   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14181   algorithm: "plot_tsa_name"
14182   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14183   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14184   include:
14185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14190   layout:
14191     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14192     layout: "plot-throughput-speedup-analysis"
14193
14194 - type: "plot"
14195   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14196   algorithm: "plot_tsa_name"
14197   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14198   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14199   include:
14200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14203   layout:
14204     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14205     layout: "plot-throughput-speedup-analysis"
14206
14207 - type: "plot"
14208   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14209   algorithm: "plot_tsa_name"
14210   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14211   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14212   include:
14213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14216   layout:
14217     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14218     layout: "plot-throughput-speedup-analysis"
14219
14220 - type: "plot"
14221   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14222   algorithm: "plot_tsa_name"
14223   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14224   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14225   include:
14226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14231   layout:
14232     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14233     layout: "plot-throughput-speedup-analysis"
14234
14235 - type: "plot"
14236   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14237   algorithm: "plot_tsa_name"
14238   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14239   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14240   include:
14241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14246   layout:
14247     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14248     layout: "plot-throughput-speedup-analysis"
14249
14250 - type: "plot"
14251   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14252   algorithm: "plot_tsa_name"
14253   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14254   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14255   include:
14256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14259   layout:
14260     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14261     layout: "plot-throughput-speedup-analysis"
14262
14263 - type: "plot"
14264   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14265   algorithm: "plot_tsa_name"
14266   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14267   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14268   include:
14269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14272   layout:
14273     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14274     layout: "plot-throughput-speedup-analysis"
14275
14276 - type: "plot"
14277   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14278   algorithm: "plot_tsa_name"
14279   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14280   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14281   include:
14282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14288   layout:
14289     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14290     layout: "plot-throughput-speedup-analysis"
14291
14292 - type: "plot"
14293   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14294   algorithm: "plot_tsa_name"
14295   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14296   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14297   include:
14298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14304   layout:
14305     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14306     layout: "plot-throughput-speedup-analysis"
14307
14308 - type: "plot"
14309   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14310   algorithm: "plot_tsa_name"
14311   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14312   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14313   include:
14314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14320   layout:
14321     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14322     layout: "plot-throughput-speedup-analysis"
14323
14324 - type: "plot"
14325   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14326   algorithm: "plot_tsa_name"
14327   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14328   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14329   include:
14330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14336   layout:
14337     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14338     layout: "plot-throughput-speedup-analysis"
14339
14340 - type: "plot"
14341   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14342   algorithm: "plot_tsa_name"
14343   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14344   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14345   include:
14346     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14347     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14348     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14349   layout:
14350     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14351     layout: "plot-throughput-speedup-analysis"
14352
14353 - type: "plot"
14354   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14355   algorithm: "plot_tsa_name"
14356   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14357   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14358   include:
14359     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14361     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14362   layout:
14363     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14364     layout: "plot-throughput-speedup-analysis"
14365
14366 - type: "plot"
14367   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14368   algorithm: "plot_tsa_name"
14369   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14371   include:
14372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14375 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14376 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14377   layout:
14378     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14379     layout: "plot-throughput-speedup-analysis"
14380
14381 - type: "plot"
14382   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14383   algorithm: "plot_tsa_name"
14384   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14385   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14386   include:
14387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14390 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14391 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14392   layout:
14393     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14394     layout: "plot-throughput-speedup-analysis"
14395
14396 - type: "plot"
14397   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14398   algorithm: "plot_tsa_name"
14399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14401   include:
14402     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14403     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14404     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14405     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14406     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14407   layout:
14408     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14409     layout: "plot-throughput-speedup-analysis"
14410
14411 - type: "plot"
14412   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14413   algorithm: "plot_tsa_name"
14414   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14415   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14416   include:
14417     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14418     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14419     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14420     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14422   layout:
14423     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14424     layout: "plot-throughput-speedup-analysis"
14425
14426 - type: "plot"
14427   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14428   algorithm: "plot_tsa_name"
14429   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14431   include:
14432     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14433     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14434     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14435     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14437   layout:
14438     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14439     layout: "plot-throughput-speedup-analysis"
14440
14441 - type: "plot"
14442   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14443   algorithm: "plot_tsa_name"
14444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14446   include:
14447     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14450     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14452   layout:
14453     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14454     layout: "plot-throughput-speedup-analysis"
14455
14456 - type: "plot"
14457   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14458   algorithm: "plot_tsa_name"
14459   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14461   include:
14462     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14467     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14468   layout:
14469     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14470     layout: "plot-throughput-speedup-analysis"
14471
14472 - type: "plot"
14473   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14474   algorithm: "plot_tsa_name"
14475   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14476   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14477   include:
14478     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14482     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14484   layout:
14485     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14486     layout: "plot-throughput-speedup-analysis"
14487
14488 - type: "plot"
14489   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14490   algorithm: "plot_tsa_name"
14491   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14492   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14493   include:
14494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14500   layout:
14501     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14502     layout: "plot-throughput-speedup-analysis"
14503
14504 - type: "plot"
14505   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14506   algorithm: "plot_tsa_name"
14507   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14508   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14509   include:
14510     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14516   layout:
14517     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14518     layout: "plot-throughput-speedup-analysis"
14519
14520 - type: "plot"
14521   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14522   algorithm: "plot_tsa_name"
14523   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14524   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14525   include:
14526     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14528   layout:
14529     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14530     layout: "plot-throughput-speedup-analysis"
14531
14532 - type: "plot"
14533   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14534   algorithm: "plot_tsa_name"
14535   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14536   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14537   include:
14538     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14540   layout:
14541     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14542     layout: "plot-throughput-speedup-analysis"
14543
14544 - type: "plot"
14545   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14546   algorithm: "plot_tsa_name"
14547   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14549   include:
14550     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14551     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14554   layout:
14555     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14556     layout: "plot-throughput-speedup-analysis"
14557
14558 - type: "plot"
14559   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14560   algorithm: "plot_tsa_name"
14561   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14563   include:
14564     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14565     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14566     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14568   layout:
14569     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14570     layout: "plot-throughput-speedup-analysis"
14571
14572 - type: "plot"
14573   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14574   algorithm: "plot_tsa_name"
14575   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14577   include:
14578     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14579     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14580     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14581     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14582   layout:
14583     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14584     layout: "plot-throughput-speedup-analysis"
14585
14586 - type: "plot"
14587   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14588   algorithm: "plot_tsa_name"
14589   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14591   include:
14592     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14593     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14594     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14596   layout:
14597     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14598     layout: "plot-throughput-speedup-analysis"
14599
14600 - type: "plot"
14601   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14602   algorithm: "plot_tsa_name"
14603   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14604   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14605   include:
14606     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14610     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14612   layout:
14613     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14614     layout: "plot-throughput-speedup-analysis"
14615
14616 - type: "plot"
14617   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14618   algorithm: "plot_tsa_name"
14619   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14620   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14621   include:
14622     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14628   layout:
14629     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14630     layout: "plot-throughput-speedup-analysis"
14631
14632 - type: "plot"
14633   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14634   algorithm: "plot_tsa_name"
14635   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14636   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14637   include:
14638     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14643   layout:
14644     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14645     layout: "plot-throughput-speedup-analysis"
14646
14647 - type: "plot"
14648   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14649   algorithm: "plot_tsa_name"
14650   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14652   include:
14653     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14656     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14658   layout:
14659     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14660     layout: "plot-throughput-speedup-analysis"
14661
14662 - type: "plot"
14663   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14664   algorithm: "plot_tsa_name"
14665   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14666   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14667   include:
14668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14673   layout:
14674     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14675     layout: "plot-throughput-speedup-analysis"
14676
14677 - type: "plot"
14678   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14679   algorithm: "plot_tsa_name"
14680   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14681   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14682   include:
14683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14688   layout:
14689     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14690     layout: "plot-throughput-speedup-analysis"
14691
14692 - type: "plot"
14693   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14694   algorithm: "plot_tsa_name"
14695   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14696   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14697   include:
14698     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14701   layout:
14702     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14703     layout: "plot-throughput-speedup-analysis"
14704
14705 - type: "plot"
14706   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14707   algorithm: "plot_tsa_name"
14708   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14709   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14710   include:
14711     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14714   layout:
14715     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14716     layout: "plot-throughput-speedup-analysis"
14717
14718 - type: "plot"
14719   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14720   algorithm: "plot_tsa_name"
14721   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14723   include:
14724     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14727   layout:
14728     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14729     layout: "plot-throughput-speedup-analysis"
14730
14731 - type: "plot"
14732   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14733   algorithm: "plot_tsa_name"
14734   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14736   include:
14737     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14740   layout:
14741     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14742     layout: "plot-throughput-speedup-analysis"
14743
14744 - type: "plot"
14745   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14746   algorithm: "plot_tsa_name"
14747   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14749   include:
14750     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14753     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14755   layout:
14756     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14757     layout: "plot-throughput-speedup-analysis"
14758
14759 - type: "plot"
14760   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14761   algorithm: "plot_tsa_name"
14762   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14764   include:
14765     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14766     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14770   layout:
14771     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14772     layout: "plot-throughput-speedup-analysis"
14773
14774 - type: "plot"
14775   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14776   algorithm: "plot_tsa_name"
14777   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14779   include:
14780     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14785   layout:
14786     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14787     layout: "plot-throughput-speedup-analysis"
14788
14789 - type: "plot"
14790   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14791   algorithm: "plot_tsa_name"
14792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14794   include:
14795     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14796     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14797     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14798     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14799     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14800   layout:
14801     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14802     layout: "plot-throughput-speedup-analysis"
14803
14804 - type: "plot"
14805   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14806   algorithm: "plot_tsa_name"
14807   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14808   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14809   include:
14810     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14811     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14812     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14813     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14814     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14815     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14816   layout:
14817     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14818     layout: "plot-throughput-speedup-analysis"
14819
14820 - type: "plot"
14821   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14822   algorithm: "plot_tsa_name"
14823   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14824   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14825   include:
14826     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14827     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14828     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14829     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14832   layout:
14833     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14834     layout: "plot-throughput-speedup-analysis"
14835
14836 - type: "plot"
14837   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14838   algorithm: "plot_tsa_name"
14839   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14840   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14841   include:
14842     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14843     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14846   layout:
14847     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14848     layout: "plot-throughput-speedup-analysis"
14849
14850 - type: "plot"
14851   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14852   algorithm: "plot_tsa_name"
14853   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14854   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14855   include:
14856     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14860   layout:
14861     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14862     layout: "plot-throughput-speedup-analysis"
14863
14864 - type: "plot"
14865   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14866   algorithm: "plot_tsa_name"
14867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14869   include:
14870     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14871     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14872     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14873     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14874     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14875     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14876   layout:
14877     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14878     layout: "plot-throughput-speedup-analysis"
14879
14880 - type: "plot"
14881   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14882   algorithm: "plot_tsa_name"
14883   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14885   include:
14886     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14887     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14888     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14889     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14892   layout:
14893     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14894     layout: "plot-throughput-speedup-analysis"
14895
14896 - type: "plot"
14897   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14898   algorithm: "plot_tsa_name"
14899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14901   include:
14902     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14903     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14908   layout:
14909     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14910     layout: "plot-throughput-speedup-analysis"
14911
14912 - type: "plot"
14913   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14914   algorithm: "plot_tsa_name"
14915   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14917   include:
14918     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14919     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14920     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14921     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14924   layout:
14925     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14926     layout: "plot-throughput-speedup-analysis"
14927
14928 - type: "plot"
14929   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14930   algorithm: "plot_tsa_name"
14931   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14933   include:
14934     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14935     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14940   layout:
14941     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14942     layout: "plot-throughput-speedup-analysis"
14943
14944 - type: "plot"
14945   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14946   algorithm: "plot_tsa_name"
14947   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14949   include:
14950     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14956   layout:
14957     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14958     layout: "plot-throughput-speedup-analysis"
14959
14960 - type: "plot"
14961   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14962   algorithm: "plot_tsa_name"
14963   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14965   include:
14966     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14972   layout:
14973     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14974     layout: "plot-throughput-speedup-analysis"
14975
14976 - type: "plot"
14977   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14978   algorithm: "plot_tsa_name"
14979   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14981   include:
14982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14988   layout:
14989     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14990     layout: "plot-throughput-speedup-analysis"
14991
14992 - type: "plot"
14993   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14994   algorithm: "plot_tsa_name"
14995   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14997   include:
14998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15004   layout:
15005     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15006     layout: "plot-throughput-speedup-analysis"
15007
15008 - type: "plot"
15009   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15010   algorithm: "plot_tsa_name"
15011   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15013   include:
15014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15020   layout:
15021     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15022     layout: "plot-throughput-speedup-analysis"
15023
15024 - type: "plot"
15025   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15026   algorithm: "plot_tsa_name"
15027   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15029   include:
15030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15034   layout:
15035     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15036     layout: "plot-throughput-speedup-analysis"
15037
15038 - type: "plot"
15039   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15040   algorithm: "plot_tsa_name"
15041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15043   include:
15044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15048   layout:
15049     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15050     layout: "plot-throughput-speedup-analysis"
15051
15052 - type: "plot"
15053   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15054   algorithm: "plot_tsa_name"
15055   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15057   include:
15058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15062   layout:
15063     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15064     layout: "plot-throughput-speedup-analysis"
15065
15066 - type: "plot"
15067   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15068   algorithm: "plot_tsa_name"
15069   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15071   include:
15072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15076   layout:
15077     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15078     layout: "plot-throughput-speedup-analysis"
15079
15080 - type: "plot"
15081   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15082   algorithm: "plot_tsa_name"
15083   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15084   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15085   include:
15086     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15087     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15088     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15089     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15090     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15091     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15092   layout:
15093     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15094     layout: "plot-throughput-speedup-analysis"
15095
15096 - type: "plot"
15097   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15098   algorithm: "plot_tsa_name"
15099   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15100   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15101   include:
15102     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15103     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15104     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15106     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15107     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15108   layout:
15109     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15110     layout: "plot-throughput-speedup-analysis"
15111
15112 - type: "plot"
15113   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15114   algorithm: "plot_tsa_name"
15115   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15117   include:
15118     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15119     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15120     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15121     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15122     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15123   layout:
15124     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15125     layout: "plot-throughput-speedup-analysis"
15126
15127 - type: "plot"
15128   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15129   algorithm: "plot_tsa_name"
15130   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15132   include:
15133     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15134     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15135     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15136     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15137     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15138   layout:
15139     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15140     layout: "plot-throughput-speedup-analysis"
15141
15142 - type: "plot"
15143   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15144   algorithm: "plot_tsa_name"
15145   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15147   include:
15148     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15149     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15150     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15151     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15152     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15153   layout:
15154     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15155     layout: "plot-throughput-speedup-analysis"
15156
15157 - type: "plot"
15158   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15159   algorithm: "plot_tsa_name"
15160   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15162   include:
15163     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15164     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15168   layout:
15169     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15170     layout: "plot-throughput-speedup-analysis"
15171
15172 - type: "plot"
15173   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15174   algorithm: "plot_tsa_name"
15175   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15177   include:
15178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15179     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15180     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15182   layout:
15183     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15184     layout: "plot-throughput-speedup-analysis"
15185
15186 - type: "plot"
15187   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15188   algorithm: "plot_tsa_name"
15189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15191   include:
15192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15196   layout:
15197     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15198     layout: "plot-throughput-speedup-analysis"
15199
15200 - type: "plot"
15201   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15202   algorithm: "plot_tsa_name"
15203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15205   include:
15206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15212   layout:
15213     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15214     layout: "plot-throughput-speedup-analysis"
15215
15216 - type: "plot"
15217   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15218   algorithm: "plot_tsa_name"
15219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15221   include:
15222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15228   layout:
15229     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15230     layout: "plot-throughput-speedup-analysis"
15231
15232 - type: "plot"
15233   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15234   algorithm: "plot_tsa_name"
15235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15237   include:
15238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15244   layout:
15245     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15246     layout: "plot-throughput-speedup-analysis"
15247
15248 - type: "plot"
15249   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15250   algorithm: "plot_tsa_name"
15251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15253   include:
15254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15260   layout:
15261     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15262     layout: "plot-throughput-speedup-analysis"
15263
15264 - type: "plot"
15265   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15266   algorithm: "plot_tsa_name"
15267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15269   include:
15270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15276   layout:
15277     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15278     layout: "plot-throughput-speedup-analysis"
15279
15280 - type: "plot"
15281   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15282   algorithm: "plot_tsa_name"
15283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15285   include:
15286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15287     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15292   layout:
15293     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15294     layout: "plot-throughput-speedup-analysis"
15295
15296 - type: "plot"
15297   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15298   algorithm: "plot_tsa_name"
15299   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15301   include:
15302     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15303     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15304     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15305     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15306     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15307     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15308   layout:
15309     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15310     layout: "plot-throughput-speedup-analysis"
15311
15312 - type: "plot"
15313   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15314   algorithm: "plot_tsa_name"
15315   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15316   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15317   include:
15318     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15319     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15320     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15321     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15322     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15323     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15324   layout:
15325     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15326     layout: "plot-throughput-speedup-analysis"
15327
15328 - type: "plot"
15329   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15330   algorithm: "plot_tsa_name"
15331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15333   include:
15334     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15335     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15336     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15337     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15338     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15339     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15340   layout:
15341     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15342     layout: "plot-throughput-speedup-analysis"
15343
15344 - type: "plot"
15345   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15346   algorithm: "plot_tsa_name"
15347   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15349   include:
15350     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15351     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15352     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15353     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15354     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15355     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15356   layout:
15357     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15358     layout: "plot-throughput-speedup-analysis"
15359
15360 - type: "plot"
15361   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15362   algorithm: "plot_tsa_name"
15363   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15364   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15365   include:
15366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15371   layout:
15372     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15373     layout: "plot-throughput-speedup-analysis"
15374
15375 - type: "plot"
15376   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15377   algorithm: "plot_tsa_name"
15378   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15380   include:
15381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15386   layout:
15387     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15388     layout: "plot-throughput-speedup-analysis"
15389
15390 - type: "plot"
15391   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15392   algorithm: "plot_tsa_name"
15393   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15394   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15395   include:
15396     - "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"
15397     - "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"
15398     - "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"
15399     - "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"
15400     - "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"
15401   layout:
15402     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15403     layout: "plot-throughput-speedup-analysis"
15404
15405 - type: "plot"
15406   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15407   algorithm: "plot_tsa_name"
15408   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15410   include:
15411     - "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"
15412     - "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"
15413     - "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"
15414     - "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"
15415     - "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"
15416   layout:
15417     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15418     layout: "plot-throughput-speedup-analysis"
15419
15420 - type: "plot"
15421   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15422   algorithm: "plot_tsa_name"
15423   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15425   include:
15426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15431   layout:
15432     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15433     layout: "plot-throughput-speedup-analysis"
15434
15435 - type: "plot"
15436   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15437   algorithm: "plot_tsa_name"
15438   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15439   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15440   include:
15441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15446   layout:
15447     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15448     layout: "plot-throughput-speedup-analysis"
15449
15450 - type: "plot"
15451   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15452   algorithm: "plot_tsa_name"
15453   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15454   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15455   include:
15456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15461   layout:
15462     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15463     layout: "plot-throughput-speedup-analysis"
15464
15465 - type: "plot"
15466   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15467   algorithm: "plot_tsa_name"
15468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15470   include:
15471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15476   layout:
15477     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15478     layout: "plot-throughput-speedup-analysis"
15479
15480 - type: "plot"
15481   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15482   algorithm: "plot_tsa_name"
15483   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15484   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15485   include:
15486     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15487     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15488     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15489     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15490     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15491   layout:
15492     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15493     layout: "plot-throughput-speedup-analysis"
15494
15495 - type: "plot"
15496   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15497   algorithm: "plot_tsa_name"
15498   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15499   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15500   include:
15501     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15502     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15503     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15504     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15505     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15506   layout:
15507     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15508     layout: "plot-throughput-speedup-analysis"
15509
15510 - type: "plot"
15511   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15512   algorithm: "plot_tsa_name"
15513   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15514   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15515   include:
15516     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15517     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15518     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15519     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15520     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15521   layout:
15522     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15523     layout: "plot-throughput-speedup-analysis"
15524
15525 - type: "plot"
15526   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15527   algorithm: "plot_tsa_name"
15528   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15529   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15530   include:
15531     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15532     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15533     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15534     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15535     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15536   layout:
15537     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15538     layout: "plot-throughput-speedup-analysis"
15539
15540 - type: "plot"
15541   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15542   algorithm: "plot_tsa_name"
15543   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15545   include:
15546     - "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"
15547     - "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"
15548     - "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"
15549     - "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"
15550   layout:
15551     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15552     layout: "plot-throughput-speedup-analysis"
15553
15554 - type: "plot"
15555   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15556   algorithm: "plot_tsa_name"
15557   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15559   include:
15560     - "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"
15561     - "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"
15562     - "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"
15563     - "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"
15564   layout:
15565     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15566     layout: "plot-throughput-speedup-analysis"
15567
15568 - type: "plot"
15569   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15570   algorithm: "plot_tsa_name"
15571   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15573   include:
15574     - "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"
15575     - "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"
15576     - "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"
15577     - "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"
15578   layout:
15579     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15580     layout: "plot-throughput-speedup-analysis"
15581
15582 - type: "plot"
15583   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15584   algorithm: "plot_tsa_name"
15585   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15587   include:
15588     - "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"
15589     - "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"
15590     - "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"
15591     - "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"
15592   layout:
15593     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15594     layout: "plot-throughput-speedup-analysis"
15595
15596 - type: "plot"
15597   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15598   algorithm: "plot_tsa_name"
15599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15601   include:
15602     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15603     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15604     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15608   layout:
15609     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15610     layout: "plot-throughput-speedup-analysis"
15611
15612 - type: "plot"
15613   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15614   algorithm: "plot_tsa_name"
15615   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15617   include:
15618     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15619     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15623     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15624   layout:
15625     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15626     layout: "plot-throughput-speedup-analysis"
15627
15628 - type: "plot"
15629   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15630   algorithm: "plot_tsa_name"
15631   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15633   include:
15634     - "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"
15635     - "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"
15636     - "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"
15637     - "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"
15638     - "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"
15639     - "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"
15640   layout:
15641     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15642     layout: "plot-throughput-speedup-analysis"
15643
15644 - type: "plot"
15645   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15646   algorithm: "plot_tsa_name"
15647   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15649   include:
15650     - "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"
15651     - "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"
15652     - "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"
15653     - "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"
15654     - "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"
15655     - "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"
15656   layout:
15657     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15658     layout: "plot-throughput-speedup-analysis"
15659
15660 - type: "plot"
15661   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15662   algorithm: "plot_tsa_name"
15663   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15665   include:
15666     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15667     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15672   layout:
15673     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15674     layout: "plot-throughput-speedup-analysis"
15675
15676 - type: "plot"
15677   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15678   algorithm: "plot_tsa_name"
15679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15681   include:
15682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15688   layout:
15689     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15690     layout: "plot-throughput-speedup-analysis"
15691
15692 - type: "plot"
15693   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15694   algorithm: "plot_tsa_name"
15695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15697   include:
15698     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15699     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15700     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15703   layout:
15704     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15705     layout: "plot-throughput-speedup-analysis"
15706
15707 - type: "plot"
15708   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15709   algorithm: "plot_tsa_name"
15710   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15712   include:
15713     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15714     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15715     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15716     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15718   layout:
15719     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15720     layout: "plot-throughput-speedup-analysis"
15721
15722 - type: "plot"
15723   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15724   algorithm: "plot_tsa_name"
15725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15727   include:
15728     - "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"
15729     - "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"
15730   layout:
15731     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15732     layout: "plot-throughput-speedup-analysis"
15733
15734 - type: "plot"
15735   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15736   algorithm: "plot_tsa_name"
15737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15739   include:
15740     - "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"
15741     - "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"
15742   layout:
15743     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15744     layout: "plot-throughput-speedup-analysis"
15745
15746 - type: "plot"
15747   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15748   algorithm: "plot_tsa_name"
15749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15751   include:
15752     - "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"
15753     - "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"
15754   layout:
15755     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15756     layout: "plot-throughput-speedup-analysis"
15757
15758 - type: "plot"
15759   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15760   algorithm: "plot_tsa_name"
15761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15763   include:
15764     - "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"
15765     - "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"
15766   layout:
15767     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15768     layout: "plot-throughput-speedup-analysis"
15769
15770 - type: "plot"
15771   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15772   algorithm: "plot_tsa_name"
15773   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15774   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15775   include:
15776     - "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"
15777     - "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"
15778     - "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"
15779     - "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"
15780     - "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"
15781     - "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"
15782   layout:
15783     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15784     layout: "plot-throughput-speedup-analysis"
15785
15786 - type: "plot"
15787   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15788   algorithm: "plot_tsa_name"
15789   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15790   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15791   include:
15792     - "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"
15793     - "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"
15794     - "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"
15795     - "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"
15796     - "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"
15797     - "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"
15798   layout:
15799     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15800     layout: "plot-throughput-speedup-analysis"
15801
15802 - type: "plot"
15803   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15804   algorithm: "plot_tsa_name"
15805   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15806   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15807   include:
15808     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15809     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15810     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15811     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15812     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15813   layout:
15814     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15815     layout: "plot-throughput-speedup-analysis"
15816
15817 - type: "plot"
15818   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15819   algorithm: "plot_tsa_name"
15820   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15821   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15822   include:
15823     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15824     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15825     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15826     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15827     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15828   layout:
15829     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15830     layout: "plot-throughput-speedup-analysis"
15831
15832 - type: "plot"
15833   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15834   algorithm: "plot_tsa_name"
15835   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15836   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15837   include:
15838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15843   layout:
15844     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15845     layout: "plot-throughput-speedup-analysis"
15846
15847 - type: "plot"
15848   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15849   algorithm: "plot_tsa_name"
15850   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15851   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15852   include:
15853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15858   layout:
15859     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15860     layout: "plot-throughput-speedup-analysis"
15861
15862 - type: "plot"
15863   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15864   algorithm: "plot_tsa_name"
15865   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15866   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15867   include:
15868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15874   layout:
15875     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15876     layout: "plot-throughput-speedup-analysis"
15877
15878 - type: "plot"
15879   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15880   algorithm: "plot_tsa_name"
15881   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15882   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15883   include:
15884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15890   layout:
15891     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15892     layout: "plot-throughput-speedup-analysis"
15893
15894 - type: "plot"
15895   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15896   algorithm: "plot_tsa_name"
15897   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15898   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15899   include:
15900     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15901     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15902     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15903     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15904   layout:
15905     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15906     layout: "plot-throughput-speedup-analysis"
15907
15908 - type: "plot"
15909   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15910   algorithm: "plot_tsa_name"
15911   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15912   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15913   include:
15914     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15915     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15916     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15917     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15918   layout:
15919     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15920     layout: "plot-throughput-speedup-analysis"
15921
15922 - type: "plot"
15923   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15924   algorithm: "plot_tsa_name"
15925   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15926   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15927   include:
15928     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15932     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15933   layout:
15934     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15935     layout: "plot-throughput-speedup-analysis"
15936
15937 - type: "plot"
15938   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15939   algorithm: "plot_tsa_name"
15940   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15941   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15942   include:
15943     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15945     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15947     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15948   layout:
15949     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15950     layout: "plot-throughput-speedup-analysis"
15951
15952 - type: "plot"
15953   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15954   algorithm: "plot_tsa_name"
15955   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15956   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15957   include:
15958     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15960     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15961     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15962     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15963     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15964   layout:
15965     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15966     layout: "plot-throughput-speedup-analysis"
15967
15968 - type: "plot"
15969   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15970   algorithm: "plot_tsa_name"
15971   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15972   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15973   include:
15974     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15975     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15976     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15977     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15978     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15979     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15980   layout:
15981     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15982     layout: "plot-throughput-speedup-analysis"
15983
15984 - type: "plot"
15985   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15986   algorithm: "plot_tsa_name"
15987   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15988   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15989   include:
15990     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15991     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15992     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15993     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15994   layout:
15995     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15996     layout: "plot-throughput-speedup-analysis"
15997
15998 - type: "plot"
15999   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16000   algorithm: "plot_tsa_name"
16001   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16002   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16003   include:
16004     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16006     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16007     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16008   layout:
16009     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16010     layout: "plot-throughput-speedup-analysis"
16011
16012 - type: "plot"
16013   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16014   algorithm: "plot_tsa_name"
16015   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16016   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16017   include:
16018     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16019     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16020     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16021     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16022     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16023     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16024   layout:
16025     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16026     layout: "plot-throughput-speedup-analysis"
16027
16028 - type: "plot"
16029   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16030   algorithm: "plot_tsa_name"
16031   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16032   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16033   include:
16034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16038     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16039     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16040   layout:
16041     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16042     layout: "plot-throughput-speedup-analysis"
16043
16044 - type: "plot"
16045   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16046   algorithm: "plot_tsa_name"
16047   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16048   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16049   include:
16050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16056   layout:
16057     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16058     layout: "plot-throughput-speedup-analysis"
16059
16060 - type: "plot"
16061   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16062   algorithm: "plot_tsa_name"
16063   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16064   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16065   include:
16066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16072   layout:
16073     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16074     layout: "plot-throughput-speedup-analysis"
16075
16076 - type: "plot"
16077   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16078   algorithm: "plot_tsa_name"
16079   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16080   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16081   include:
16082     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16083     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16084     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16085     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16086     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16087     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16088   layout:
16089     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16090     layout: "plot-throughput-speedup-analysis"
16091
16092 - type: "plot"
16093   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16094   algorithm: "plot_tsa_name"
16095   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16096   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16097   include:
16098     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16099     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16100     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16101     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16102     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16103     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16104   layout:
16105     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16106     layout: "plot-throughput-speedup-analysis"
16107
16108 - type: "plot"
16109   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16110   algorithm: "plot_tsa_name"
16111   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16112   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16113   include:
16114     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16115     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16116     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16117     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16118     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16120   layout:
16121     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16122     layout: "plot-throughput-speedup-analysis"
16123
16124 - type: "plot"
16125   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16126   algorithm: "plot_tsa_name"
16127   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16128   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16129   include:
16130     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16131     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16132     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16136   layout:
16137     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16138     layout: "plot-throughput-speedup-analysis"
16139
16140 - type: "plot"
16141   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16142   algorithm: "plot_tsa_name"
16143   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16144   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16145   include:
16146     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16147     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16148     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16150     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16151     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16152   layout:
16153     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16154     layout: "plot-throughput-speedup-analysis"
16155
16156 - type: "plot"
16157   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16158   algorithm: "plot_tsa_name"
16159   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16160   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16161   include:
16162     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16163     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16164     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16165     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16166     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16167     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16168   layout:
16169     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16170     layout: "plot-throughput-speedup-analysis"
16171
16172 #- type: "plot"
16173 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16174 #  algorithm: "plot_tsa_name"
16175 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16176 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16177 #  include:
16178 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16179 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16180 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16181 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16182 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16183 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16184 #  layout:
16185 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16186 #    layout: "plot-throughput-speedup-analysis"
16187 #
16188 #- type: "plot"
16189 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16190 #  algorithm: "plot_tsa_name"
16191 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16192 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16193 #  include:
16194 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16195 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16196 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16197 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16198 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-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 #  layout:
16201 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16202 #    layout: "plot-throughput-speedup-analysis"
16203
16204 - type: "plot"
16205   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16206   algorithm: "plot_tsa_name"
16207   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16208   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16209   include:
16210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16215   layout:
16216     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16217     layout: "plot-throughput-speedup-analysis"
16218
16219 - type: "plot"
16220   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16221   algorithm: "plot_tsa_name"
16222   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16223   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16224   include:
16225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16226     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16227     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16230   layout:
16231     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16232     layout: "plot-throughput-speedup-analysis"
16233
16234 - type: "plot"
16235   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16236   algorithm: "plot_tsa_name"
16237   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16238   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16239   include:
16240     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16241     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16242     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16246   layout:
16247     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16248     layout: "plot-throughput-speedup-analysis"
16249
16250 - type: "plot"
16251   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16252   algorithm: "plot_tsa_name"
16253   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16254   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16255   include:
16256     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16257     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16258     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16259     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16262   layout:
16263     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16264     layout: "plot-throughput-speedup-analysis"
16265
16266 - type: "plot"
16267   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16268   algorithm: "plot_tsa_name"
16269   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16270   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16271   include:
16272     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16273     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16274     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16275     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16277   layout:
16278     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16279     layout: "plot-throughput-speedup-analysis"
16280
16281 - type: "plot"
16282   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16283   algorithm: "plot_tsa_name"
16284   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16285   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16286   include:
16287     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16288     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16289     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16292   layout:
16293     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16294     layout: "plot-throughput-speedup-analysis"
16295
16296 #- type: "plot"
16297 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16298 #  algorithm: "plot_tsa_name"
16299 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16300 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16301 #  include:
16302 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16303 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16304 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16305 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16306 #  layout:
16307 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16308 #    layout: "plot-throughput-speedup-analysis"
16309 #
16310 #- type: "plot"
16311 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16312 #  algorithm: "plot_tsa_name"
16313 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16314 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16315 #  include:
16316 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16317 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16318 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16319 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16320 #  layout:
16321 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16322 #    layout: "plot-throughput-speedup-analysis"
16323
16324 - type: "plot"
16325   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16326   algorithm: "plot_tsa_name"
16327   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16328   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16329   include:
16330     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16331     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16332     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16333     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16334     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16335     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16336   layout:
16337     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16338     layout: "plot-throughput-speedup-analysis"
16339
16340 - type: "plot"
16341   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16342   algorithm: "plot_tsa_name"
16343   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16344   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16345   include:
16346     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16347     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16348     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16349     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16350     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16351     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16352   layout:
16353     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16354     layout: "plot-throughput-speedup-analysis"
16355
16356 - type: "plot"
16357   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16358   algorithm: "plot_tsa_name"
16359   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16360   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16361   include:
16362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16367   layout:
16368     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16369     layout: "plot-throughput-speedup-analysis"
16370
16371 - type: "plot"
16372   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16373   algorithm: "plot_tsa_name"
16374   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16375   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16376   include:
16377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16382   layout:
16383     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16384     layout: "plot-throughput-speedup-analysis"
16385
16386 - type: "plot"
16387   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16388   algorithm: "plot_tsa_name"
16389   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16390   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16391   include:
16392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16398   layout:
16399     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16400     layout: "plot-throughput-speedup-analysis"
16401
16402 - type: "plot"
16403   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16404   algorithm: "plot_tsa_name"
16405   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16406   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16407   include:
16408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16414   layout:
16415     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16416     layout: "plot-throughput-speedup-analysis"
16417
16418 - type: "plot"
16419   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16420   algorithm: "plot_tsa_name"
16421   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16422   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16423   include:
16424     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16425     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16426     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16427     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16428   layout:
16429     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16430     layout: "plot-throughput-speedup-analysis"
16431
16432 - type: "plot"
16433   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16434   algorithm: "plot_tsa_name"
16435   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16436   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16437   include:
16438     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16440     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16441     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16442   layout:
16443     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16444     layout: "plot-throughput-speedup-analysis"
16445
16446 - type: "plot"
16447   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16448   algorithm: "plot_tsa_name"
16449   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16450   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16451   include:
16452     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16455     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16456     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16457   layout:
16458     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16459     layout: "plot-throughput-speedup-analysis"
16460
16461 - type: "plot"
16462   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16463   algorithm: "plot_tsa_name"
16464   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16465   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16466   include:
16467     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16468     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16469     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16470     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16471     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16472   layout:
16473     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16474     layout: "plot-throughput-speedup-analysis"
16475
16476 - type: "plot"
16477   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16478   algorithm: "plot_tsa_name"
16479   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16480   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16481   include:
16482     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16483     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16484     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16485     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16486     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16487     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16488   layout:
16489     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16490     layout: "plot-throughput-speedup-analysis"
16491
16492 - type: "plot"
16493   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16494   algorithm: "plot_tsa_name"
16495   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16496   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16497   include:
16498     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16499     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16500     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16501     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16502     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16504   layout:
16505     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16506     layout: "plot-throughput-speedup-analysis"
16507
16508 #- type: "plot"
16509 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16510 #  algorithm: "plot_tsa_name"
16511 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16512 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16513 #  include:
16514 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16515 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16516 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16517 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16518 #  layout:
16519 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16520 #    layout: "plot-throughput-speedup-analysis"
16521 #
16522 #- type: "plot"
16523 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16524 #  algorithm: "plot_tsa_name"
16525 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16526 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16527 #  include:
16528 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16529 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16530 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16531 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16532 #  layout:
16533 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16534 #    layout: "plot-throughput-speedup-analysis"
16535
16536 - type: "plot"
16537   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16538   algorithm: "plot_tsa_name"
16539   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16540   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16541   include:
16542     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16543     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16544     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16545     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16546     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16547     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16548   layout:
16549     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16550     layout: "plot-throughput-speedup-analysis"
16551
16552 - type: "plot"
16553   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16554   algorithm: "plot_tsa_name"
16555   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16556   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16557   include:
16558     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16559     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16560     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16561     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16562     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16563     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16564   layout:
16565     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16566     layout: "plot-throughput-speedup-analysis"
16567
16568 #- type: "plot"
16569 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16570 #  algorithm: "plot_tsa_name"
16571 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16572 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16573 #  include:
16574 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16575 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16576 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16577 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16578 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16579 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16580 #  layout:
16581 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16582 #    layout: "plot-throughput-speedup-analysis"
16583 #
16584 #- type: "plot"
16585 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16586 #  algorithm: "plot_tsa_name"
16587 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16588 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16589 #  include:
16590 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16591 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16592 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16593 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16594 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16595 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16596 #  layout:
16597 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16598 #    layout: "plot-throughput-speedup-analysis"
16599
16600 #- type: "plot"
16601 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16602 #  algorithm: "plot_tsa_name"
16603 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16604 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16605 #  include:
16606 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16607 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16608 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16609 #  layout:
16610 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16611 #    layout: "plot-throughput-speedup-analysis"
16612 #
16613 #- type: "plot"
16614 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16615 #  algorithm: "plot_tsa_name"
16616 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16617 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16618 #  include:
16619 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16620 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16621 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16622 #  layout:
16623 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16624 #    layout: "plot-throughput-speedup-analysis"
16625
16626 ################################################################################
16627
16628 # Packet Throughput - DPDK
16629
16630 # 2n-skx-xxv710
16631
16632 - type: "plot"
16633   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16634   algorithm: "plot_perf_box_name"
16635   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16636   data: "plot-dpdk-throughput-latency-2n-skx"
16637   include:
16638     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16639     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16640   layout:
16641     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16642     layout: "plot-throughput"
16643
16644 - type: "plot"
16645   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16646   algorithm: "plot_perf_box_name"
16647   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16648   data: "plot-dpdk-throughput-latency-2n-skx"
16649   include:
16650     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16651     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16652   layout:
16653     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16654     layout: "plot-throughput"
16655
16656 - type: "plot"
16657   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16658   algorithm: "plot_perf_box_name"
16659   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16660   data: "plot-dpdk-throughput-latency-2n-skx"
16661   include:
16662     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16663     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16664   layout:
16665     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16666     layout: "plot-throughput"
16667
16668 - type: "plot"
16669   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16670   algorithm: "plot_perf_box_name"
16671   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16672   data: "plot-dpdk-throughput-latency-2n-skx"
16673   include:
16674     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16675     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16676   layout:
16677     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16678     layout: "plot-throughput"
16679
16680 # 2n-skx-x710
16681
16682 - type: "plot"
16683   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16684   algorithm: "plot_perf_box_name"
16685   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16686   data: "plot-dpdk-throughput-latency-2n-skx"
16687   include:
16688     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16689     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16690   layout:
16691     title: "2n-skx-x710-64b-2t1c-base-ndr"
16692     layout: "plot-throughput"
16693
16694 - type: "plot"
16695   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16696   algorithm: "plot_perf_box_name"
16697   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16698   data: "plot-dpdk-throughput-latency-2n-skx"
16699   include:
16700     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16701     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16702   layout:
16703     title: "2n-skx-x710-64b-4t2c-base-ndr"
16704     layout: "plot-throughput"
16705
16706 - type: "plot"
16707   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16708   algorithm: "plot_perf_box_name"
16709   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16710   data: "plot-dpdk-throughput-latency-2n-skx"
16711   include:
16712     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16713     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16714   layout:
16715     title: "2n-skx-x710-64b-2t1c-base-pdr"
16716     layout: "plot-throughput"
16717
16718 - type: "plot"
16719   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16720   algorithm: "plot_perf_box_name"
16721   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16722   data: "plot-dpdk-throughput-latency-2n-skx"
16723   include:
16724     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16725     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16726   layout:
16727     title: "2n-skx-x710-64b-4t2c-base-pdr"
16728     layout: "plot-throughput"
16729
16730 # 3n-skx-xxv710
16731
16732 - type: "plot"
16733   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16734   algorithm: "plot_perf_box_name"
16735   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16736   data: "plot-dpdk-throughput-latency-3n-skx"
16737   include:
16738     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16739     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16740   layout:
16741     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16742     layout: "plot-throughput"
16743
16744 - type: "plot"
16745   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16746   algorithm: "plot_perf_box_name"
16747   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16748   data: "plot-dpdk-throughput-latency-3n-skx"
16749   include:
16750     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16751     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16752   layout:
16753     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16754     layout: "plot-throughput"
16755
16756 - type: "plot"
16757   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16758   algorithm: "plot_perf_box_name"
16759   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16760   data: "plot-dpdk-throughput-latency-3n-skx"
16761   include:
16762     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16763     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16764   layout:
16765     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16766     layout: "plot-throughput"
16767
16768 - type: "plot"
16769   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16770   algorithm: "plot_perf_box_name"
16771   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16772   data: "plot-dpdk-throughput-latency-3n-skx"
16773   include:
16774     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16775     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16776   layout:
16777     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16778     layout: "plot-throughput"
16779
16780 # 3n-skx-x710
16781
16782 - type: "plot"
16783   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16784   algorithm: "plot_perf_box_name"
16785   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16786   data: "plot-dpdk-throughput-latency-3n-skx"
16787   include:
16788     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16789     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16790   layout:
16791     title: "3n-skx-x710-64b-2t1c-base-ndr"
16792     layout: "plot-throughput"
16793
16794 - type: "plot"
16795   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16796   algorithm: "plot_perf_box_name"
16797   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16798   data: "plot-dpdk-throughput-latency-3n-skx"
16799   include:
16800     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16801     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16802   layout:
16803     title: "3n-skx-x710-64b-4t2c-base-ndr"
16804     layout: "plot-throughput"
16805
16806 - type: "plot"
16807   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16808   algorithm: "plot_perf_box_name"
16809   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16810   data: "plot-dpdk-throughput-latency-3n-skx"
16811   include:
16812     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16813     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16814   layout:
16815     title: "3n-skx-x710-64b-2t1c-base-pdr"
16816     layout: "plot-throughput"
16817
16818 - type: "plot"
16819   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16820   algorithm: "plot_perf_box_name"
16821   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16822   data: "plot-dpdk-throughput-latency-3n-skx"
16823   include:
16824     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16825     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16826   layout:
16827     title: "3n-skx-x710-64b-4t2c-base-pdr"
16828     layout: "plot-throughput"
16829
16830 # 3n-hsw-xl710
16831
16832 - type: "plot"
16833   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16834   algorithm: "plot_perf_box_name"
16835   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16836   data: "plot-dpdk-throughput-latency-3n-hsw"
16837   include:
16838     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16839     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16840   layout:
16841     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16842     layout: "plot-throughput"
16843
16844 - type: "plot"
16845   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16846   algorithm: "plot_perf_box_name"
16847   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16848   data: "plot-dpdk-throughput-latency-3n-hsw"
16849   include:
16850     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16851     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16852   layout:
16853     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16854     layout: "plot-throughput"
16855
16856 - type: "plot"
16857   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16858   algorithm: "plot_perf_box_name"
16859   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16860   data: "plot-dpdk-throughput-latency-3n-hsw"
16861   include:
16862     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16863     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16864   layout:
16865     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16866     layout: "plot-throughput"
16867
16868 - type: "plot"
16869   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16870   algorithm: "plot_perf_box_name"
16871   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16872   data: "plot-dpdk-throughput-latency-3n-hsw"
16873   include:
16874     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16875     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16876   layout:
16877     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16878     layout: "plot-throughput"
16879
16880 # 3n-hsw-x710
16881
16882 - type: "plot"
16883   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16884   algorithm: "plot_perf_box_name"
16885   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16886   data: "plot-dpdk-throughput-latency-3n-hsw"
16887   include:
16888     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16889     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16890   layout:
16891     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16892     layout: "plot-throughput"
16893
16894 - type: "plot"
16895   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16896   algorithm: "plot_perf_box_name"
16897   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16898   data: "plot-dpdk-throughput-latency-3n-hsw"
16899   include:
16900     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16901     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16902   layout:
16903     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16904     layout: "plot-throughput"
16905
16906 - type: "plot"
16907   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16908   algorithm: "plot_perf_box_name"
16909   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16910   data: "plot-dpdk-throughput-latency-3n-hsw"
16911   include:
16912     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16913     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16914   layout:
16915     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16916     layout: "plot-throughput"
16917
16918 - type: "plot"
16919   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16920   algorithm: "plot_perf_box_name"
16921   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16922   data: "plot-dpdk-throughput-latency-3n-hsw"
16923   include:
16924     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16925     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16926   layout:
16927     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16928     layout: "plot-throughput"
16929
16930 # 2n-dnv-x553
16931
16932 - type: "plot"
16933   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16934   algorithm: "plot_perf_box_name"
16935   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16936   data: "plot-dpdk-throughput-latency-2n-dnv"
16937   include:
16938     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16939     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16940   layout:
16941     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16942     layout: "plot-throughput"
16943
16944 - type: "plot"
16945   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16946   algorithm: "plot_perf_box_name"
16947   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16948   data: "plot-dpdk-throughput-latency-2n-dnv"
16949   include:
16950     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16951     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16952   layout:
16953     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16954     layout: "plot-throughput"
16955
16956 - type: "plot"
16957   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16958   algorithm: "plot_perf_box_name"
16959   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16960   data: "plot-dpdk-throughput-latency-2n-dnv"
16961   include:
16962     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16963     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16964   layout:
16965     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16966     layout: "plot-throughput"
16967
16968 - type: "plot"
16969   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16970   algorithm: "plot_perf_box_name"
16971   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16972   data: "plot-dpdk-throughput-latency-2n-dnv"
16973   include:
16974     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16975     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16976   layout:
16977     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16978     layout: "plot-throughput"
16979
16980 # 3n-dnv-x553
16981
16982 - type: "plot"
16983   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16984   algorithm: "plot_perf_box_name"
16985   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16986   data: "plot-dpdk-throughput-latency-3n-dnv"
16987   include:
16988     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16989     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16990   layout:
16991     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16992     layout: "plot-throughput"
16993
16994 - type: "plot"
16995   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16996   algorithm: "plot_perf_box_name"
16997   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16998   data: "plot-dpdk-throughput-latency-3n-dnv"
16999   include:
17000     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17001     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17002   layout:
17003     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17004     layout: "plot-throughput"
17005
17006 - type: "plot"
17007   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17008   algorithm: "plot_perf_box_name"
17009   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17010   data: "plot-dpdk-throughput-latency-3n-dnv"
17011   include:
17012     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17013     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17014   layout:
17015     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17016     layout: "plot-throughput"
17017
17018 - type: "plot"
17019   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17020   algorithm: "plot_perf_box_name"
17021   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17022   data: "plot-dpdk-throughput-latency-3n-dnv"
17023   include:
17024     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17025     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17026   layout:
17027     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17028     layout: "plot-throughput"
17029
17030 # 3n-tsh-x520
17031
17032 - type: "plot"
17033   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17034   algorithm: "plot_perf_box_name"
17035   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17036   data: "plot-dpdk-throughput-latency-3n-tsh"
17037   include:
17038     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17039     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17040   layout:
17041     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17042     layout: "plot-throughput"
17043
17044 - type: "plot"
17045   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17046   algorithm: "plot_perf_box_name"
17047   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17048   data: "plot-dpdk-throughput-latency-3n-tsh"
17049   include:
17050     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17051     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17052   layout:
17053     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17054     layout: "plot-throughput"
17055
17056 - type: "plot"
17057   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17058   algorithm: "plot_perf_box_name"
17059   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17060   data: "plot-dpdk-throughput-latency-3n-tsh"
17061   include:
17062     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17063     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17064   layout:
17065     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17066     layout: "plot-throughput"
17067
17068 - type: "plot"
17069   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17070   algorithm: "plot_perf_box_name"
17071   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17072   data: "plot-dpdk-throughput-latency-3n-tsh"
17073   include:
17074     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17075     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17076   layout:
17077     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17078     layout: "plot-throughput"
17079
17080 ################################################################################
17081 ###   2n-clx                                                                 ###
17082 ################################################################################
17083
17084 # Packet Throughput
17085
17086 - type: "plot"
17087   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17088   algorithm: "plot_perf_box_name"
17089   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17090   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17091   include:
17092     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17093     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17094     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17095     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17096   layout:
17097     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17098     layout: "plot-throughput"
17099
17100 - type: "plot"
17101   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17102   algorithm: "plot_perf_box_name"
17103   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17104   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17105   include:
17106     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17107     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17108     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17109     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17110   layout:
17111     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17112     layout: "plot-throughput"
17113
17114 - type: "plot"
17115   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17116   algorithm: "plot_perf_box_name"
17117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17119   include:
17120     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17121     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17122     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17123     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17124   layout:
17125     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17126     layout: "plot-throughput"
17127
17128 - type: "plot"
17129   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17130   algorithm: "plot_perf_box_name"
17131   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17132   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17133   include:
17134     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17135     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17136     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17137     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17138   layout:
17139     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17140     layout: "plot-throughput"
17141
17142 - type: "plot"
17143   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17144   algorithm: "plot_perf_box_name"
17145   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17146   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17147   include:
17148     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17149     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17150     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17151     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17152   layout:
17153     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17154     layout: "plot-throughput"
17155
17156 - type: "plot"
17157   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17158   algorithm: "plot_perf_box_name"
17159   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17160   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17161   include:
17162     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17163     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17164     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17165     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17166   layout:
17167     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17168     layout: "plot-throughput"
17169
17170 - type: "plot"
17171   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17172   algorithm: "plot_perf_box_name"
17173   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17175   include:
17176     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17177     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17178     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17179     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17182   layout:
17183     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17184     layout: "plot-throughput"
17185
17186 - type: "plot"
17187   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17188   algorithm: "plot_perf_box_name"
17189   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17191   include:
17192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17193     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17194     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17197   layout:
17198     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17199     layout: "plot-throughput"
17200
17201 - type: "plot"
17202   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17203   algorithm: "plot_perf_box_name"
17204   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17205   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17206   include:
17207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17211   layout:
17212     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17213     layout: "plot-throughput"
17214
17215 - type: "plot"
17216   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17217   algorithm: "plot_perf_box_name"
17218   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17220   include:
17221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17225   layout:
17226     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17227     layout: "plot-throughput"
17228
17229 - type: "plot"
17230   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17231   algorithm: "plot_perf_box_name"
17232   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17233   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17234   include:
17235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17238   layout:
17239     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17240     layout: "plot-throughput"
17241
17242 - type: "plot"
17243   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17244   algorithm: "plot_perf_box_name"
17245   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17246   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17247   include:
17248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17251   layout:
17252     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17253     layout: "plot-throughput"
17254
17255 - type: "plot"
17256   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17257   algorithm: "plot_perf_box_name"
17258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17260   include:
17261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17266   layout:
17267     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17268     layout: "plot-throughput"
17269
17270 - type: "plot"
17271   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17272   algorithm: "plot_perf_box_name"
17273   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17275   include:
17276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17281   layout:
17282     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17283     layout: "plot-throughput"
17284
17285 - type: "plot"
17286   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17287   algorithm: "plot_perf_box_name"
17288   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17290   include:
17291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17294   layout:
17295     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17296     layout: "plot-throughput"
17297
17298 - type: "plot"
17299   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17300   algorithm: "plot_perf_box_name"
17301   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17303   include:
17304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17307   layout:
17308     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17309     layout: "plot-throughput"
17310
17311 - type: "plot"
17312   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17313   algorithm: "plot_perf_box_name"
17314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17316   include:
17317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17323   layout:
17324     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17325     layout: "plot-throughput"
17326
17327 - type: "plot"
17328   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17329   algorithm: "plot_perf_box_name"
17330   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17332   include:
17333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17339   layout:
17340     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17341     layout: "plot-throughput"
17342
17343 - type: "plot"
17344   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17345   algorithm: "plot_perf_box_name"
17346   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17348   include:
17349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17355   layout:
17356     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17357     layout: "plot-throughput"
17358
17359 - type: "plot"
17360   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17361   algorithm: "plot_perf_box_name"
17362   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17364   include:
17365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17371   layout:
17372     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17373     layout: "plot-throughput"
17374
17375 - type: "plot"
17376   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17377   algorithm: "plot_perf_box_name"
17378   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17380   include:
17381     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17382     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17383   layout:
17384     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17385     layout: "plot-throughput"
17386
17387 - type: "plot"
17388   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17389   algorithm: "plot_perf_box_name"
17390   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17392   include:
17393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17395   layout:
17396     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17397     layout: "plot-throughput"
17398
17399 - type: "plot"
17400   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17401   algorithm: "plot_perf_box_name"
17402   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17404   include:
17405     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17406     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17411   layout:
17412     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17413     layout: "plot-throughput"
17414
17415 - type: "plot"
17416   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17417   algorithm: "plot_perf_box_name"
17418   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17420   include:
17421     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17422     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17423     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17424     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17427   layout:
17428     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17429     layout: "plot-throughput"
17430
17431 - type: "plot"
17432   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17433   algorithm: "plot_perf_box_name"
17434   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17436   include:
17437     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17438     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17439     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17440     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17441     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17442     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17443   layout:
17444     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17445     layout: "plot-throughput"
17446
17447 - type: "plot"
17448   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17449   algorithm: "plot_perf_box_name"
17450   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17452   include:
17453     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17454     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17455     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17456     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17457     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17458     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17459   layout:
17460     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17461     layout: "plot-throughput"
17462
17463 - type: "plot"
17464   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17465   algorithm: "plot_perf_box_name"
17466   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17468   include:
17469     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17470     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17471     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17472     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17473     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17474     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17475   layout:
17476     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17477     layout: "plot-throughput"
17478
17479 - type: "plot"
17480   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17481   algorithm: "plot_perf_box_name"
17482   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17483   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17484   include:
17485     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17486     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17487     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17488     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17489     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17490     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17491   layout:
17492     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17493     layout: "plot-throughput"
17494
17495 - type: "plot"
17496   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17497   algorithm: "plot_perf_box_name"
17498   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17500   include:
17501     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17502     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17506   layout:
17507     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17508     layout: "plot-throughput"
17509
17510 - type: "plot"
17511   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17512   algorithm: "plot_perf_box_name"
17513   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17515   include:
17516     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17517     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17518     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17521   layout:
17522     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17523     layout: "plot-throughput"
17524
17525 - type: "plot"
17526   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17527   algorithm: "plot_perf_box_name"
17528   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17530   include:
17531     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17532     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17533     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17534     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17536   layout:
17537     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17538     layout: "plot-throughput"
17539
17540 - type: "plot"
17541   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17542   algorithm: "plot_perf_box_name"
17543   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17545   include:
17546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17547     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17548     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17549     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17551   layout:
17552     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17553     layout: "plot-throughput"
17554
17555 - type: "plot"
17556   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17557   algorithm: "plot_perf_box_name"
17558   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17560   include:
17561     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17562     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17563     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17564     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17565     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17566   layout:
17567     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17568     layout: "plot-throughput"
17569
17570 - type: "plot"
17571   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17572   algorithm: "plot_perf_box_name"
17573   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17575   include:
17576     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17577     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17578     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17579     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17580     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17581   layout:
17582     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17583     layout: "plot-throughput"
17584
17585 - type: "plot"
17586   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17587   algorithm: "plot_perf_box_name"
17588   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17590   include:
17591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17596   layout:
17597     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17598     layout: "plot-throughput"
17599
17600 - type: "plot"
17601   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17602   algorithm: "plot_perf_box_name"
17603   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17605   include:
17606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17611   layout:
17612     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17613     layout: "plot-throughput"
17614
17615 - type: "plot"
17616   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17617   algorithm: "plot_perf_box_name"
17618   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17620   include:
17621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17626   layout:
17627     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17628     layout: "plot-throughput"
17629
17630 - type: "plot"
17631   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17632   algorithm: "plot_perf_box_name"
17633   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17635   include:
17636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17641   layout:
17642     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17643     layout: "plot-throughput"
17644
17645 - type: "plot"
17646   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17647   algorithm: "plot_perf_box_name"
17648   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17650   include:
17651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17657   layout:
17658     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17659     layout: "plot-throughput"
17660
17661 - type: "plot"
17662   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17663   algorithm: "plot_perf_box_name"
17664   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17665   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17666   include:
17667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17673   layout:
17674     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17675     layout: "plot-throughput"
17676
17677 - type: "plot"
17678   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17679   algorithm: "plot_perf_box_name"
17680   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17681   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17682   include:
17683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17687   layout:
17688     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17689     layout: "plot-throughput"
17690
17691 - type: "plot"
17692   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17693   algorithm: "plot_perf_box_name"
17694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17696   include:
17697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17701   layout:
17702     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17703     layout: "plot-throughput"
17704
17705 - type: "plot"
17706   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17707   algorithm: "plot_perf_box_name"
17708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17710   include:
17711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17717   layout:
17718     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17719     layout: "plot-throughput"
17720
17721 - type: "plot"
17722   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17723   algorithm: "plot_perf_box_name"
17724   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17726   include:
17727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17733   layout:
17734     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17735     layout: "plot-throughput"
17736
17737 - type: "plot"
17738   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17739   algorithm: "plot_perf_box_name"
17740   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17742   include:
17743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17747   layout:
17748     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17749     layout: "plot-throughput"
17750
17751 - type: "plot"
17752   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17753   algorithm: "plot_perf_box_name"
17754   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17756   include:
17757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17761   layout:
17762     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17763     layout: "plot-throughput"
17764
17765 - type: "plot"
17766   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17767   algorithm: "plot_perf_box_name"
17768   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17770   include:
17771     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17772     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17773     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17774     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17775     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17776     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17777   layout:
17778     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17779     layout: "plot-throughput"
17780
17781 - type: "plot"
17782   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17783   algorithm: "plot_perf_box_name"
17784   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17786   include:
17787     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17788     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17789     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17790     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17791     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17792     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17793   layout:
17794     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17795     layout: "plot-throughput"
17796
17797 - type: "plot"
17798   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17799   algorithm: "plot_perf_box_name"
17800   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17802   include:
17803     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17804     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17805     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17806     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17807   layout:
17808     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17809     layout: "plot-throughput"
17810
17811 - type: "plot"
17812   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17813   algorithm: "plot_perf_box_name"
17814   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17816   include:
17817     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17818     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17819     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17820     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17821   layout:
17822     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17823     layout: "plot-throughput"
17824
17825 - type: "plot"
17826   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17827   algorithm: "plot_perf_box_name"
17828   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17830   include:
17831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17836   layout:
17837     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17838     layout: "plot-throughput"
17839
17840 - type: "plot"
17841   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17842   algorithm: "plot_perf_box_name"
17843   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17845   include:
17846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17851   layout:
17852     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17853     layout: "plot-throughput"
17854
17855 - type: "plot"
17856   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17857   algorithm: "plot_perf_box_name"
17858   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17860   include:
17861     - "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"
17862     - "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"
17863     - "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"
17864     - "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"
17865     - "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"
17866   layout:
17867     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17868     layout: "plot-throughput"
17869
17870 - type: "plot"
17871   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17872   algorithm: "plot_perf_box_name"
17873   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17874   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17875   include:
17876     - "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"
17877     - "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"
17878     - "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"
17879     - "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"
17880     - "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"
17881   layout:
17882     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17883     layout: "plot-throughput"
17884
17885 - type: "plot"
17886   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17887   algorithm: "plot_perf_box_name"
17888   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17890   include:
17891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17896   layout:
17897     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17898     layout: "plot-throughput"
17899
17900 - type: "plot"
17901   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17902   algorithm: "plot_perf_box_name"
17903   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17904   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17905   include:
17906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17911   layout:
17912     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17913     layout: "plot-throughput"
17914
17915 - type: "plot"
17916   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17917   algorithm: "plot_perf_box_name"
17918   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17920   include:
17921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17926   layout:
17927     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17928     layout: "plot-throughput"
17929
17930 - type: "plot"
17931   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17932   algorithm: "plot_perf_box_name"
17933   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17934   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17935   include:
17936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17941   layout:
17942     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17943     layout: "plot-throughput"
17944
17945 - type: "plot"
17946   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17947   algorithm: "plot_perf_box_name"
17948   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17950   include:
17951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17955   layout:
17956     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17957     layout: "plot-throughput"
17958
17959 - type: "plot"
17960   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17961   algorithm: "plot_perf_box_name"
17962   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17963   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17964   include:
17965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17969   layout:
17970     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17971     layout: "plot-throughput"
17972
17973 - type: "plot"
17974   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17975   algorithm: "plot_perf_box_name"
17976   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17978   include:
17979     - "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"
17980     - "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"
17981     - "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"
17982     - "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"
17983   layout:
17984     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17985     layout: "plot-throughput"
17986
17987 - type: "plot"
17988   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17989   algorithm: "plot_perf_box_name"
17990   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17992   include:
17993     - "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"
17994     - "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"
17995     - "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"
17996     - "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"
17997   layout:
17998     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17999     layout: "plot-throughput"
18000
18001 - type: "plot"
18002   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18003   algorithm: "plot_perf_box_name"
18004   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18006   include:
18007     - "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"
18008     - "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"
18009     - "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"
18010     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18011     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18012     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18013   layout:
18014     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18015     layout: "plot-throughput"
18016
18017 - type: "plot"
18018   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18019   algorithm: "plot_perf_box_name"
18020   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18022   include:
18023     - "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"
18024     - "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"
18025     - "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"
18026     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18027     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18028     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18029   layout:
18030     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18031     layout: "plot-throughput"
18032
18033 ################################################################################
18034
18035 # Packet Speedup
18036
18037 - type: "plot"
18038   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18039   algorithm: "plot_tsa_name"
18040   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18042   include:
18043     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18044     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18045     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18046     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18047   layout:
18048     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18049     layout: "plot-throughput-speedup-analysis"
18050
18051 - type: "plot"
18052   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18053   algorithm: "plot_tsa_name"
18054   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18056   include:
18057     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18058     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18059     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18060     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18061   layout:
18062     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18063     layout: "plot-throughput-speedup-analysis"
18064
18065 - type: "plot"
18066   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18067   algorithm: "plot_tsa_name"
18068   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18070   include:
18071     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18072     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18073     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18074     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18075   layout:
18076     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18077     layout: "plot-throughput-speedup-analysis"
18078
18079 - type: "plot"
18080   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18081   algorithm: "plot_tsa_name"
18082   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18084   include:
18085     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18086     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18089   layout:
18090     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18091     layout: "plot-throughput-speedup-analysis"
18092
18093 - type: "plot"
18094   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18095   algorithm: "plot_tsa_name"
18096   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18098   include:
18099     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18100     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18101     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18102     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18103   layout:
18104     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18105     layout: "plot-throughput-speedup-analysis"
18106
18107 - type: "plot"
18108   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18109   algorithm: "plot_tsa_name"
18110   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18112   include:
18113     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18114     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18115     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18116     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18117   layout:
18118     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18119     layout: "plot-throughput-speedup-analysis"
18120
18121 - type: "plot"
18122   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18123   algorithm: "plot_tsa_name"
18124   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18126   include:
18127     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18128     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18129     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18130     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18131     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18132     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18133   layout:
18134     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18135     layout: "plot-throughput-speedup-analysis"
18136
18137 - type: "plot"
18138   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18139   algorithm: "plot_tsa_name"
18140   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18142   include:
18143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18149   layout:
18150     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18151     layout: "plot-throughput-speedup-analysis"
18152
18153 - type: "plot"
18154   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18155   algorithm: "plot_tsa_name"
18156   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18158   include:
18159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18163   layout:
18164     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18165     layout: "plot-throughput-speedup-analysis"
18166
18167 - type: "plot"
18168   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18169   algorithm: "plot_tsa_name"
18170   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18172   include:
18173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18177   layout:
18178     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18179     layout: "plot-throughput-speedup-analysis"
18180
18181 - type: "plot"
18182   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18183   algorithm: "plot_tsa_name"
18184   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18186   include:
18187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18190   layout:
18191     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18192     layout: "plot-throughput-speedup-analysis"
18193
18194 - type: "plot"
18195   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18196   algorithm: "plot_tsa_name"
18197   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18198   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18199   include:
18200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18203   layout:
18204     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18205     layout: "plot-throughput-speedup-analysis"
18206
18207 - type: "plot"
18208   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18209   algorithm: "plot_tsa_name"
18210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18212   include:
18213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18218   layout:
18219     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18220     layout: "plot-throughput-speedup-analysis"
18221
18222 - type: "plot"
18223   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18224   algorithm: "plot_tsa_name"
18225   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18227   include:
18228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18233   layout:
18234     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18235     layout: "plot-throughput-speedup-analysis"
18236
18237 - type: "plot"
18238   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18239   algorithm: "plot_tsa_name"
18240   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18242   include:
18243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18246   layout:
18247     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18248     layout: "plot-throughput-speedup-analysis"
18249
18250 - type: "plot"
18251   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18252   algorithm: "plot_tsa_name"
18253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18255   include:
18256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18259   layout:
18260     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18261     layout: "plot-throughput-speedup-analysis"
18262
18263 - type: "plot"
18264   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18265   algorithm: "plot_tsa_name"
18266   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18268   include:
18269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18275   layout:
18276     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18277     layout: "plot-throughput-speedup-analysis"
18278
18279 - type: "plot"
18280   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18281   algorithm: "plot_tsa_name"
18282   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18284   include:
18285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18291   layout:
18292     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18293     layout: "plot-throughput-speedup-analysis"
18294
18295 - type: "plot"
18296   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18297   algorithm: "plot_tsa_name"
18298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18300   include:
18301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18307   layout:
18308     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18309     layout: "plot-throughput-speedup-analysis"
18310
18311 - type: "plot"
18312   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18313   algorithm: "plot_tsa_name"
18314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18316   include:
18317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18323   layout:
18324     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18325     layout: "plot-throughput-speedup-analysis"
18326
18327 - type: "plot"
18328   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18329   algorithm: "plot_tsa_name"
18330   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18332   include:
18333     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18335   layout:
18336     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18337     layout: "plot-throughput-speedup-analysis"
18338
18339 - type: "plot"
18340   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18341   algorithm: "plot_tsa_name"
18342   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18344   include:
18345     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18346     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18347   layout:
18348     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18349     layout: "plot-throughput-speedup-analysis"
18350
18351 - type: "plot"
18352   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18353   algorithm: "plot_tsa_name"
18354   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18355   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18356   include:
18357     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18358     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18359     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18361     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18363   layout:
18364     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18365     layout: "plot-throughput-speedup-analysis"
18366
18367 - type: "plot"
18368   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18369   algorithm: "plot_tsa_name"
18370   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18372   include:
18373     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18374     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18375     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18376     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18379   layout:
18380     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18381     layout: "plot-throughput-speedup-analysis"
18382
18383 - type: "plot"
18384   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18385   algorithm: "plot_tsa_name"
18386   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18387   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18388   include:
18389     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18390     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18391     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18395   layout:
18396     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18397     layout: "plot-throughput-speedup-analysis"
18398
18399 - type: "plot"
18400   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18401   algorithm: "plot_tsa_name"
18402   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18404   include:
18405     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18406     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18411   layout:
18412     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18413     layout: "plot-throughput-speedup-analysis"
18414
18415 - type: "plot"
18416   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18417   algorithm: "plot_tsa_name"
18418   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18420   include:
18421     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18422     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18423     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18424     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18425     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18426     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18427   layout:
18428     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18429     layout: "plot-throughput-speedup-analysis"
18430
18431 - type: "plot"
18432   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18433   algorithm: "plot_tsa_name"
18434   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18436   include:
18437     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18438     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18439     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18440     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18441     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18442     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18443   layout:
18444     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18445     layout: "plot-throughput-speedup-analysis"
18446
18447 - type: "plot"
18448   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18449   algorithm: "plot_tsa_name"
18450   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18452   include:
18453     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18454     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18455     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18456     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18457     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18458   layout:
18459     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18460     layout: "plot-throughput-speedup-analysis"
18461
18462 - type: "plot"
18463   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18464   algorithm: "plot_tsa_name"
18465   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18466   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18467   include:
18468     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18469     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18470     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18471     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18472     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18473   layout:
18474     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18475     layout: "plot-throughput-speedup-analysis"
18476
18477 - type: "plot"
18478   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18479   algorithm: "plot_tsa_name"
18480   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18482   include:
18483     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18484     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18485     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18486     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18487     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18488   layout:
18489     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18490     layout: "plot-throughput-speedup-analysis"
18491
18492 - type: "plot"
18493   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18494   algorithm: "plot_tsa_name"
18495   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18496   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18497   include:
18498     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18499     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18500     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18501     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18502     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18503   layout:
18504     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18505     layout: "plot-throughput-speedup-analysis"
18506
18507 - type: "plot"
18508   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18509   algorithm: "plot_tsa_name"
18510   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18512   include:
18513     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18514     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18515     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18516     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18517     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18518   layout:
18519     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18520     layout: "plot-throughput-speedup-analysis"
18521
18522 - type: "plot"
18523   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18524   algorithm: "plot_tsa_name"
18525   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18527   include:
18528     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18529     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18530     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18531     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18532     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18533   layout:
18534     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18535     layout: "plot-throughput-speedup-analysis"
18536
18537 - type: "plot"
18538   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18539   algorithm: "plot_tsa_name"
18540   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18542   include:
18543     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18544     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18547     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18548   layout:
18549     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18550     layout: "plot-throughput-speedup-analysis"
18551
18552 - type: "plot"
18553   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18554   algorithm: "plot_tsa_name"
18555   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18557   include:
18558     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18559     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18563   layout:
18564     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18565     layout: "plot-throughput-speedup-analysis"
18566
18567 - type: "plot"
18568   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18569   algorithm: "plot_tsa_name"
18570   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18572   include:
18573     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18574     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18575     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18578   layout:
18579     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18580     layout: "plot-throughput-speedup-analysis"
18581
18582 - type: "plot"
18583   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18584   algorithm: "plot_tsa_name"
18585   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18587   include:
18588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18593   layout:
18594     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18595     layout: "plot-throughput-speedup-analysis"
18596
18597 - type: "plot"
18598   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18599   algorithm: "plot_tsa_name"
18600   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18602   include:
18603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18609   layout:
18610     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18611     layout: "plot-throughput-speedup-analysis"
18612
18613 - type: "plot"
18614   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18615   algorithm: "plot_tsa_name"
18616   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18618   include:
18619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18625   layout:
18626     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18627     layout: "plot-throughput-speedup-analysis"
18628
18629 - type: "plot"
18630   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18631   algorithm: "plot_tsa_name"
18632   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18634   include:
18635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18639   layout:
18640     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18641     layout: "plot-throughput-speedup-analysis"
18642
18643 - type: "plot"
18644   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18645   algorithm: "plot_tsa_name"
18646   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18648   include:
18649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18653   layout:
18654     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18655     layout: "plot-throughput-speedup-analysis"
18656
18657 - type: "plot"
18658   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18659   algorithm: "plot_tsa_name"
18660   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18662   include:
18663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18669   layout:
18670     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18671     layout: "plot-throughput-speedup-analysis"
18672
18673 - type: "plot"
18674   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18675   algorithm: "plot_tsa_name"
18676   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18678   include:
18679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18685   layout:
18686     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18687     layout: "plot-throughput-speedup-analysis"
18688
18689 - type: "plot"
18690   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18691   algorithm: "plot_tsa_name"
18692   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18694   include:
18695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18699   layout:
18700     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18701     layout: "plot-throughput-speedup-analysis"
18702
18703 - type: "plot"
18704   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18705   algorithm: "plot_tsa_name"
18706   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18708   include:
18709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18713   layout:
18714     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18715     layout: "plot-throughput-speedup-analysis"
18716
18717 - type: "plot"
18718   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18719   algorithm: "plot_tsa_name"
18720   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18722   include:
18723     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18724     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18725     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18726     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18727     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18728     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18729   layout:
18730     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18731     layout: "plot-throughput-speedup-analysis"
18732
18733 - type: "plot"
18734   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18735   algorithm: "plot_tsa_name"
18736   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18738   include:
18739     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18740     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18741     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18742     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18743     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18744     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18745   layout:
18746     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18747     layout: "plot-throughput-speedup-analysis"
18748
18749 - type: "plot"
18750   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18751   algorithm: "plot_tsa_name"
18752   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18754   include:
18755     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18756     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18757     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18758     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18759   layout:
18760     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18761     layout: "plot-throughput-speedup-analysis"
18762
18763 - type: "plot"
18764   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18765   algorithm: "plot_tsa_name"
18766   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18768   include:
18769     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18770     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18771     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18772     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18773   layout:
18774     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18775     layout: "plot-throughput-speedup-analysis"
18776
18777 - type: "plot"
18778   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18779   algorithm: "plot_tsa_name"
18780   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18781   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18782   include:
18783     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18784     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18788   layout:
18789     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18790     layout: "plot-throughput-speedup-analysis"
18791
18792 - type: "plot"
18793   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18794   algorithm: "plot_tsa_name"
18795   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18797   include:
18798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18803   layout:
18804     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18805     layout: "plot-throughput-speedup-analysis"
18806
18807 - type: "plot"
18808   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18809   algorithm: "plot_tsa_name"
18810   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18812   include:
18813     - "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"
18814     - "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"
18815     - "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"
18816     - "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"
18817     - "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"
18818   layout:
18819     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18820     layout: "plot-throughput-speedup-analysis"
18821
18822 - type: "plot"
18823   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18824   algorithm: "plot_tsa_name"
18825   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18827   include:
18828     - "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"
18829     - "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"
18830     - "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"
18831     - "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"
18832     - "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"
18833   layout:
18834     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18835     layout: "plot-throughput-speedup-analysis"
18836
18837 - type: "plot"
18838   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18839   algorithm: "plot_tsa_name"
18840   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18842   include:
18843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18848   layout:
18849     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18850     layout: "plot-throughput-speedup-analysis"
18851
18852 - type: "plot"
18853   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18854   algorithm: "plot_tsa_name"
18855   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18856   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18857   include:
18858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18863   layout:
18864     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18865     layout: "plot-throughput-speedup-analysis"
18866
18867 - type: "plot"
18868   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18869   algorithm: "plot_tsa_name"
18870   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18871   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18872   include:
18873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18878   layout:
18879     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18880     layout: "plot-throughput-speedup-analysis"
18881
18882 - type: "plot"
18883   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18884   algorithm: "plot_tsa_name"
18885   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18887   include:
18888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18893   layout:
18894     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18895     layout: "plot-throughput-speedup-analysis"
18896
18897 - type: "plot"
18898   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18899   algorithm: "plot_tsa_name"
18900   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18902   include:
18903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18907   layout:
18908     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18909     layout: "plot-throughput-speedup-analysis"
18910
18911 - type: "plot"
18912   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18913   algorithm: "plot_tsa_name"
18914   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18916   include:
18917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18921   layout:
18922     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18923     layout: "plot-throughput-speedup-analysis"
18924
18925 - type: "plot"
18926   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18927   algorithm: "plot_tsa_name"
18928   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18930   include:
18931     - "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"
18932     - "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"
18933     - "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"
18934     - "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"
18935   layout:
18936     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18937     layout: "plot-throughput-speedup-analysis"
18938
18939 - type: "plot"
18940   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18941   algorithm: "plot_tsa_name"
18942   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18943   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18944   include:
18945     - "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"
18946     - "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"
18947     - "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"
18948     - "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"
18949   layout:
18950     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18951     layout: "plot-throughput-speedup-analysis"
18952
18953 - type: "plot"
18954   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18955   algorithm: "plot_tsa_name"
18956   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18958   include:
18959     - "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"
18960     - "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"
18961     - "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"
18962     - "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"
18963     - "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"
18964     - "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"
18965   layout:
18966     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18967     layout: "plot-throughput-speedup-analysis"
18968
18969 - type: "plot"
18970   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18971   algorithm: "plot_tsa_name"
18972   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18974   include:
18975     - "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"
18976     - "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"
18977     - "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"
18978     - "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"
18979     - "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"
18980     - "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"
18981   layout:
18982     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18983     layout: "plot-throughput-speedup-analysis"
18984
18985 ################################################################################
18986
18987 # Packet Throughput - DPDK
18988
18989 # 2n-clx-xxv710
18990
18991 - type: "plot"
18992   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18993   algorithm: "plot_perf_box_name"
18994   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18995   data: "plot-dpdk-throughput-latency-2n-clx"
18996   include:
18997     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18998     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18999   layout:
19000     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19001     layout: "plot-throughput"
19002
19003 - type: "plot"
19004   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19005   algorithm: "plot_perf_box_name"
19006   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19007   data: "plot-dpdk-throughput-latency-2n-clx"
19008   include:
19009     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19010     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19011   layout:
19012     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19013     layout: "plot-throughput"
19014
19015 - type: "plot"
19016   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19017   algorithm: "plot_perf_box_name"
19018   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19019   data: "plot-dpdk-throughput-latency-2n-clx"
19020   include:
19021     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19022     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19023   layout:
19024     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19025     layout: "plot-throughput"
19026
19027 - type: "plot"
19028   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19029   algorithm: "plot_perf_box_name"
19030   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19031   data: "plot-dpdk-throughput-latency-2n-clx"
19032   include:
19033     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19034     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19035   layout:
19036     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19037     layout: "plot-throughput"
19038
19039 # 2n-clx-x710
19040
19041 - type: "plot"
19042   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19043   algorithm: "plot_perf_box_name"
19044   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19045   data: "plot-dpdk-throughput-latency-2n-clx"
19046   include:
19047     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19048     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19049   layout:
19050     title: "2n-clx-x710-64b-2t1c-base-ndr"
19051     layout: "plot-throughput"
19052
19053 - type: "plot"
19054   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19055   algorithm: "plot_perf_box_name"
19056   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19057   data: "plot-dpdk-throughput-latency-2n-clx"
19058   include:
19059     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19060     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19061   layout:
19062     title: "2n-clx-x710-64b-4t2c-base-ndr"
19063     layout: "plot-throughput"
19064
19065 - type: "plot"
19066   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19067   algorithm: "plot_perf_box_name"
19068   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19069   data: "plot-dpdk-throughput-latency-2n-clx"
19070   include:
19071     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19072     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19073   layout:
19074     title: "2n-clx-x710-64b-2t1c-base-pdr"
19075     layout: "plot-throughput"
19076
19077 - type: "plot"
19078   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19079   algorithm: "plot_perf_box_name"
19080   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19081   data: "plot-dpdk-throughput-latency-2n-clx"
19082   include:
19083     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19084     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19085   layout:
19086     title: "2n-clx-x710-64b-4t2c-base-pdr"
19087     layout: "plot-throughput"
19088
19089 ################################################################################
19090
19091 - type: "plot"
19092   title: "Latency by percentile: 2n-skx"
19093   algorithm: "plot_hdrh_lat_by_percentile"
19094   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19095   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19096   target-links: "../../_static/vpp"
19097   data: "plot-vpp-hdrh-lat-2n-skx"
19098   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19099   layout:
19100     layout: "plot-hdrh-latency-by-percentile"
19101
19102 - type: "plot"
19103   title: "Latency by percentile: 3n-skx"
19104   algorithm: "plot_hdrh_lat_by_percentile"
19105   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19106   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19107   target-links: "../../_static/vpp"
19108   data: "plot-vpp-hdrh-lat-3n-skx"
19109   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19110   layout:
19111     layout: "plot-hdrh-latency-by-percentile"
19112
19113 - type: "plot"
19114   title: "Latency by percentile: 2n-clx"
19115   algorithm: "plot_hdrh_lat_by_percentile"
19116   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19117   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19118   target-links: "../../_static/vpp"
19119   data: "plot-vpp-hdrh-lat-2n-clx"
19120   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19121   layout:
19122     layout: "plot-hdrh-latency-by-percentile"
19123
19124 - type: "plot"
19125   title: "Latency by percentile: 3n-hsw"
19126   algorithm: "plot_hdrh_lat_by_percentile"
19127   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19128   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19129   target-links: "../../_static/vpp"
19130   data: "plot-vpp-hdrh-lat-3n-hsw"
19131   filter: "'1T1C' and 'NIC_Intel-XL710'"
19132   layout:
19133     layout: "plot-hdrh-latency-by-percentile"
19134
19135 - type: "plot"
19136   title: "Latency by percentile: 3n-tsh"
19137   algorithm: "plot_hdrh_lat_by_percentile"
19138   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19139   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19140   target-links: "../../_static/vpp"
19141   data: "plot-vpp-hdrh-lat-3n-tsh"
19142   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19143   layout:
19144     layout: "plot-hdrh-latency-by-percentile"
19145
19146 - type: "plot"
19147   title: "Latency by percentile: DPDK 2n-skx"
19148   algorithm: "plot_hdrh_lat_by_percentile"
19149   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19150   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19151   target-links: "../../_static/dpdk"
19152   data: "plot-dpdk-hdrh-lat-2n-skx"
19153   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19154   layout:
19155     layout: "plot-hdrh-latency-by-percentile"
19156
19157 - type: "plot"
19158   title: "Latency by percentile: DPDK 3n-skx"
19159   algorithm: "plot_hdrh_lat_by_percentile"
19160   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19161   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19162   target-links: "../../_static/dpdk"
19163   data: "plot-dpdk-hdrh-lat-3n-skx"
19164   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19165   layout:
19166     layout: "plot-hdrh-latency-by-percentile"
19167
19168 - type: "plot"
19169   title: "Latency by percentile: DPDK 2n-clx"
19170   algorithm: "plot_hdrh_lat_by_percentile"
19171   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19172   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19173   target-links: "../../_static/dpdk"
19174   data: "plot-dpdk-hdrh-lat-2n-clx"
19175   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19176   layout:
19177     layout: "plot-hdrh-latency-by-percentile"
19178
19179 - type: "plot"
19180   title: "Latency by percentile: DPDK 3n-hsw"
19181   algorithm: "plot_hdrh_lat_by_percentile"
19182   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19183   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19184   target-links: "../../_static/dpdk"
19185   data: "plot-dpdk-hdrh-lat-3n-hsw"
19186   filter: "'1T1C' and 'NIC_Intel-XL710'"
19187   layout:
19188     layout: "plot-hdrh-latency-by-percentile"
19189
19190 - type: "plot"
19191   title: "Latency by percentile: DPDK 3n-tsh"
19192   algorithm: "plot_hdrh_lat_by_percentile"
19193   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19194   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19195   target-links: "../../_static/dpdk"
19196   data: "plot-dpdk-hdrh-lat-3n-tsh"
19197   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19198   layout:
19199     layout: "plot-hdrh-latency-by-percentile"