Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
167         - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
168         - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
169         - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
170         - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
171         - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
172         - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
173         - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
174         - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
175         - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
180         - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
181         - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
182         - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
183         - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
184         - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
185         - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
186         - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
187         - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
188         - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 103  # hoststack
255         - 104  # hoststack
256         - 105  # hoststack
257         - 106  # hoststack
258         - 107  # hoststack
259         - 108  # hoststack
260         - 109  # hoststack
261         - 110  # hoststack
262         - 111  # hoststack
263         - 112  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
275         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
276         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
277         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
278         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
279         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
280         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
281
282     plot-vpp-hdrh-lat-3n-skx:
283       csit-vpp-perf-verify-2001-3n-skx:
284         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
285
286     plot-vpp-nfv-3n-skx-ndrpdr:
287       # TODO: Add data
288       csit-vpp-perf-verify-2001-3n-skx:
289         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
290
291     plot-vpp-nfv-3n-skx-mrr:
292       csit-vpp-perf-verify-2001-3n-skx:
293         - 50  # MRR sel
294
295     plot-dpdk-throughput-latency-3n-skx:
296       csit-dpdk-perf-verify-2001-3n-skx:
297         - 29  # NDRPDR sel xxv710
298         - 33  # NDRPDR sel xxv710
299         - 34  # NDRPDR sel xxv710
300         - 35  # NDRPDR sel xxv710
301         - 36  # NDRPDR sel xxv710
302         - 37  # NDRPDR sel xxv710
303         - 41  # NDRPDR sel xxv710
304         - 42  # NDRPDR sel xxv710
305         - 43  # NDRPDR sel xxv710
306         - 45  # NDRPDR sel xxv710
307         - 30  # NDRPDR sel x710
308         - 31  # NDRPDR sel x710
309         - 32  # NDRPDR sel x710
310         - 38  # NDRPDR sel x710
311         - 39  # NDRPDR sel x710
312         - 40  # NDRPDR sel x710
313         - 44  # NDRPDR sel x710
314         - 46  # NDRPDR sel x710
315         - 47  # NDRPDR sel x710
316         - 48  # NDRPDR sel x710
317
318     plot-dpdk-hdrh-lat-3n-skx:
319       csit-dpdk-perf-verify-2001-3n-skx:
320         - 29  # NDRPDR sel xxv710
321
322     # 2n-skx
323
324     plot-vpp-throughput-lat-tsa-2n-skx:
325       csit-vpp-perf-verify-2001-2n-skx:
326         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
327         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
328         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
329         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
330         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
331         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
332         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
333         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
334         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
335         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
336
337     plot-vpp-hdrh-lat-2n-skx:
338       csit-vpp-perf-verify-2001-2n-skx:
339         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
340
341     plot-vpp-http-server-performance:
342       csit-vpp-perf-verify-2001-2n-clx:
343         - 80  # TCP
344         - 82  # TCP
345         - 83  # TCP
346         - 85  # TCP
347         - 86  # TCP
348         - 87  # TCP
349         - 88  # TCP
350         - 89  # TCP
351         - 90  # TCP
352         - 91  # TCP
353
354     plot-vpp-soak-2n-skx:
355       csit-vpp-perf-verify-2001-2n-skx:
356         - 181  # Soak
357         - 182  # Soak
358
359     plot-vpp-nfv-2n-skx-ndrpdr:
360       # TODO: Replace the data
361       csit-vpp-perf-verify-2001-2n-skx:
362         - 30  # NFV
363         - 31  # NFV
364
365     plot-vpp-nfv-2n-skx-mrr:
366       # TODO: Replace the data
367       # csit-vpp-perf-verify-2001-2n-skx:
368       csit-vpp-perf-verify-1908-2n-skx:
369         - 71  # NFV MRR
370
371     plot-vpp-nfv-reconf-2n-skx:
372       csit-vpp-perf-verify-2001-2n-skx:
373         - 169  # Reconf
374         - 171  # Reconf
375         - 172  # Reconf
376         - 173  # Reconf
377         - 174  # Reconf
378         - 175  # Reconf
379         - 176  # Reconf
380         - 177  # Reconf
381         - 178  # Reconf
382         - 179  # Reconf
383
384     plot-dpdk-throughput-latency-2n-skx:
385       csit-dpdk-perf-verify-2001-2n-skx:
386         - 35  # NDRPDR sel xxv710
387         - 36  # NDRPDR sel xxv710
388         - 37  # NDRPDR sel xxv710
389         - 41  # NDRPDR sel xxv710
390         - 42  # NDRPDR sel xxv710
391         - 43  # NDRPDR sel xxv710
392         - 46  # NDRPDR sel xxv710
393         - 47  # NDRPDR sel xxv710
394         - 52  # NDRPDR sel xxv710
395         - 53  # NDRPDR sel xxv710
396         - 38  # NDRPDR sel x710
397         - 39  # NDRPDR sel x710
398         - 40  # NDRPDR sel x710
399         - 44  # NDRPDR sel x710
400         - 45  # NDRPDR sel x710
401         - 48  # NDRPDR sel x710
402         - 49  # NDRPDR sel x710
403         - 50  # NDRPDR sel x710
404         - 51  # NDRPDR sel x710
405         - 54  # NDRPDR sel x710
406
407     plot-dpdk-hdrh-lat-2n-skx:
408       csit-dpdk-perf-verify-2001-2n-skx:
409         - 35  # NDRPDR sel xxv710
410
411     # 2n-clx
412
413     plot-vpp-throughput-lat-tsa-2n-clx:
414       csit-vpp-perf-verify-2001-2n-clx:
415         - 28  # NDRPDR sel
416         - 29  # NDRPDR sel
417         - 32  # NDRPDR sel
418         - 40  # NDRPDR sel
419         - 43  # NDRPDR sel
420         - 44  # NDRPDR sel
421         - 45  # NDRPDR sel
422         - 47  # NDRPDR sel
423         - 48  # NDRPDR sel
424         - 49  # NDRPDR sel
425
426     plot-vpp-hdrh-lat-2n-clx:
427       csit-vpp-perf-verify-2001-2n-clx:
428         - 28  # NDRPDR sel
429
430     plot-vpp-nfv-2n-clx-ndrpdr:
431       csit-vpp-perf-verify-2001-2n-clx:
432         - 28  # NDRPDR sel
433         - 29  # NDRPDR sel
434         - 32  # NDRPDR sel
435         - 40  # NDRPDR sel
436         - 43  # NDRPDR sel
437         - 44  # NDRPDR sel
438         - 45  # NDRPDR sel
439         - 47  # NDRPDR sel
440         - 48  # NDRPDR sel
441         - 49  # NDRPDR sel
442
443     plot-vpp-nfv-2n-clx-mrr:
444       csit-vpp-perf-verify-2001-2n-clx:
445         - 39  # MRR
446
447     plot-vpp-nfv-reconf-2n-clx:
448       csit-vpp-perf-verify-2001-2n-clx:
449         - 68  # Reconf
450         - 69  # Reconf
451         - 70  # Reconf
452         - 71  # Reconf
453         - 72  # Reconf
454         - 73  # Reconf
455         - 74  # Reconf
456         - 75  # Reconf
457         - 76  # Reconf
458         - 77  # Reconf
459
460     plot-vpp-soak-2n-clx:
461       csit-vpp-perf-verify-2001-2n-clx:
462         - 93  # Soak
463         - 94  # Soak
464
465     plot-dpdk-throughput-latency-2n-clx:
466       csit-dpdk-perf-verify-2001-2n-clx:
467         - 15  # NDRPDR sel
468         - 16  # NDRPDR sel
469         - 17  # NDRPDR sel
470         - 18  # NDRPDR sel
471         - 19  # NDRPDR sel
472         - 20  # NDRPDR sel
473         - 21  # NDRPDR sel
474         - 22  # NDRPDR sel
475         - 23  # NDRPDR sel
476         - 24  # NDRPDR sel
477         - 25  # NDRPDR sel
478         - 26  # NDRPDR sel
479         - 27  # NDRPDR sel
480         - 28  # NDRPDR sel
481         - 29  # NDRPDR sel
482         - 30  # NDRPDR sel
483         - 31  # NDRPDR sel
484         - 32  # NDRPDR sel
485         - 33  # NDRPDR sel
486         - 34  # NDRPDR sel
487
488
489     plot-dpdk-hdrh-lat-2n-clx:
490       csit-dpdk-perf-verify-2001-2n-clx:
491         - 15  # NDRPDR sel
492
493     # 3n-tsh
494
495     plot-vpp-throughput-lat-tsa-3n-tsh:
496       csit-vpp-perf-verify-2001-3n-tsh:
497         - 3   # NDRPDR sel
498         - 4   # NDRPDR sel
499         - 7   # NDRPDR sel
500         - 8   # NDRPDR sel
501         - 10  # NDRPDR sel
502         - 12  # NDRPDR sel
503         - 13  # NDRPDR sel
504         - 14  # NDRPDR sel
505         - 15  # NDRPDR sel
506         - 21  # NDRPDR sel
507
508     plot-vpp-hdrh-lat-3n-tsh:
509       csit-vpp-perf-verify-2001-3n-tsh:
510         - 10  # NDRPDR sel
511
512     plot-dpdk-throughput-latency-3n-tsh:
513       csit-dpdk-perf-verify-2001-3n-tsh:
514         - 3   # NDRPDR sel
515         - 4   # NDRPDR sel
516         - 5   # NDRPDR sel
517         - 9   # NDRPDR sel
518         - 10  # NDRPDR sel
519         - 11  # NDRPDR sel
520         - 12  # NDRPDR sel
521         - 14  # NDRPDR sel
522         - 15  # NDRPDR sel
523         - 18  # NDRPDR sel
524
525     plot-dpdk-hdrh-lat-3n-tsh:
526       csit-dpdk-perf-verify-2001-3n-tsh:
527         - 3   # NDRPDR sel
528
529     # 3n-dnv
530
531     plot-vpp-throughput-lat-tsa-3n-dnv:
532       csit-vpp-perf-verify-2001-3n-dnv:
533         - 5   # NDRPDR sel
534         - 6   # NDRPDR sel
535         - 7   # NDRPDR sel
536         - 8   # NDRPDR sel
537         - 9   # NDRPDR sel
538         - 10  # NDRPDR sel
539         - 12  # NDRPDR sel
540         - 16  # NDRPDR sel
541         - 17  # NDRPDR sel
542         - 18  # NDRPDR sel
543
544     plot-dpdk-throughput-latency-3n-dnv:
545       csit-dpdk-perf-verify-2001-3n-dnv:
546         - 12  # NDRPDR sel
547         - 13  # NDRPDR sel
548         - 14  # NDRPDR sel
549         - 15  # NDRPDR sel
550         - 16  # NDRPDR sel
551         - 17  # NDRPDR sel
552         - 18  # NDRPDR sel
553         - 19  # NDRPDR sel
554         - 20  # NDRPDR sel
555         - 22  # NDRPDR sel
556
557     # 2n-dnv
558
559     plot-vpp-throughput-lat-tsa-2n-dnv:
560       csit-vpp-perf-verify-2001-2n-dnv:
561         - 4   # NDRPDR sel
562         - 5   # NDRPDR sel
563         - 6   # NDRPDR sel
564         - 7   # NDRPDR sel
565         - 8   # NDRPDR sel
566         - 9   # NDRPDR sel
567         - 10  # NDRPDR sel
568         - 11  # NDRPDR sel
569         - 13  # NDRPDR sel
570         - 16  # NDRPDR sel
571
572     plot-dpdk-throughput-latency-2n-dnv:
573       csit-dpdk-perf-verify-2001-2n-dnv:
574         - 9   # NDRPDR sel
575         - 10  # NDRPDR sel
576         - 11  # NDRPDR sel
577         - 12  # NDRPDR sel
578         - 13  # NDRPDR sel
579         - 14  # NDRPDR sel
580         - 15  # NDRPDR sel
581         - 16  # NDRPDR sel
582         - 17  # NDRPDR sel
583         - 18  # NDRPDR sel
584
585     ###########################################################################
586     # Simple tables (only one data set):
587
588     # NIC Comparisons
589
590     vpp-nic-comparison-3n-skx:
591       # TODO: Add the data
592       csit-vpp-perf-verify-2001-3n-skx:
593         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
594         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
595         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
596         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
597         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
598         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
599         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
600
601     vpp-nic-comparison-2n-skx:
602       csit-vpp-perf-verify-2001-2n-skx:
603         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
604         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
605         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
606         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
607         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
608         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
609         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
610         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
611         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
612         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
613
614     vpp-nic-comparison-3n-skx-mrr:
615       csit-vpp-perf-verify-2001-3n-skx:
616         - 50  # MRR sel
617         - 53  # MRR sel addition
618
619     vpp-nic-comparison-2n-skx-mrr:
620       csit-vpp-perf-verify-2001-2n-skx:
621         - 101 # MRR sel
622         - 128 # MRR sel addition
623
624     # Results
625
626     vpp-perf-results-3n-hsw:
627       csit-vpp-perf-verify-2001-3n-hsw:
628         - 18  # NDRPDR full
629         - 20  # NDRPDR full
630         - 28  # NDRPDR full
631         - 35  # NDRPDR full
632         - 42  # NDRPDR full
633         - 46  # NDRPDR full
634         - 47  # NDRPDR full
635         - 48  # NDRPDR full
636         - 49  # NDRPDR full
637         - 50  # NDRPDR full
638         - 51  # NDRPDR full
639         - 52  # NDRPDR full
640         - 53  # NDRPDR full
641         - 54  # NDRPDR full
642         - 55  # NDRPDR full
643         - 56  # NDRPDR full
644         - 57  # NDRPDR full
645         - 58  # NDRPDR full
646         - 59  # NDRPDR full
647         - 61  # NDRPDR full
648         - 62  # NDRPDR full
649         - 63  # NDRPDR full
650         - 64  # NDRPDR full
651         - 65  # NDRPDR full
652         - 67  # NDRPDR full
653         - 70  # NDRPDR full
654         - 72  # NDRPDR full
655         - 73  # NDRPDR full
656         - 76  # NDRPDR full
657         - 77  # NDRPDR full
658         - 78  # NDRPDR full
659         - 79  # NDRPDR full
660         - 81  # NDRPDR full
661         - 82  # NDRPDR full
662         - 84  # NDRPDR full
663         - 85  # NDRPDR full
664
665     vpp-perf-results-3n-skx:
666       # TODO: Add data
667       csit-vpp-perf-verify-2001-3n-skx:
668         - 82  # NDRPDR full - crypto-1
669         - 85  # NDRPDR full - l2-2
670         - 87  # NDRPDR full - ip6-1
671         - 88  # NDRPDR full - ip6-2
672         - 90  # NDRPDR full - memif
673         - 95  # NDRPDR full - l2-1
674         - 96  # NDRPDR full - ip4-2
675         - 97  # NDRPDR full - vhost-1
676         - 102 # NDRPDR full - crypto-2
677         - 104 # NDRPDR full - ip4tunnels-1
678         - 105 # NDRPDR full - ip4tunnels-2
679         - 106 # NDRPDR full - ip4tunnels-3
680         - 107 # NDRPDR full - ip6tunnels-1
681         - 108 # NDRPDR full - ip4-1
682         - 109 # NDRPDR full - crypto-3
683         - 110 # NDRPDR full - crypto-4
684         - 111 # NDRPDR full - ip4-2
685         - 115 # NDRPDR full - ip4-7
686         - 116 # NDRPDR full - ip4-8
687         - 117 # NDRPDR full - ip4-9
688         - 118 # NDRPDR full - srv6-1
689
690     vpp-perf-results-2n-skx:
691       csit-vpp-perf-verify-2001-2n-skx:
692         - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
693         - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
694         - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
695         - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
696         - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
697         - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
698         - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
699         - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
700         - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
701         - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
702         - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
703         - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
704         - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
705         - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
706
707     vpp-perf-results-2n-clx:
708       csit-vpp-perf-verify-2001-2n-clx:
709         - 53  # NDRPDR full
710         - 54  # NDRPDR full
711         - 55  # NDRPDR full
712         - 56  # NDRPDR full
713         - 57  # NDRPDR full
714         - 58  # NDRPDR full
715         - 59  # NDRPDR full
716         - 60  # NDRPDR full
717         - 61  # NDRPDR full
718         - 62  # NDRPDR full
719         - 63  # NDRPDR full
720         - 64  # NDRPDR full
721         - 65  # NDRPDR full
722         - 66  # NDRPDR full
723         - 67  # NDRPDR full
724
725     vpp-perf-results-3n-tsh:
726       csit-vpp-perf-verify-2001-3n-tsh:
727         - 10  # NDRPDR sel
728
729     vpp-perf-results-3n-dnv:
730       csit-vpp-perf-verify-2001-3n-dnv:
731         - 19  # NDRPDR full
732         - 20  # NDRPDR full
733         - 21  # NDRPDR full
734         - 22  # NDRPDR full
735         - 23  # NDRPDR full
736         - 24  # NDRPDR full
737         - 25  # NDRPDR full
738         - 26  # NDRPDR full
739         - 37  # NDRPDR full
740         - 38  # NDRPDR full
741         - 39  # NDRPDR full
742
743     vpp-perf-results-2n-dnv:
744       csit-vpp-perf-verify-2001-2n-dnv:
745         - 21  # NDRPDR full
746         - 22  # NDRPDR full
747         - 25  # NDRPDR full
748         - 26  # NDRPDR full
749         - 27  # NDRPDR full
750         - 28  # NDRPDR full
751
752     vpp-mrr-results-3n-hsw:
753       csit-vpp-perf-verify-2001-3n-hsw:
754         - 17  # MRR sel
755
756     vpp-mrr-results-3n-skx:
757       csit-vpp-perf-verify-2001-3n-skx:
758         - 50  # MRR sel
759         - 53  # MRR sel addition
760
761     vpp-mrr-results-2n-skx:
762       csit-vpp-perf-verify-2001-2n-skx:
763         - 101 # MRR sel
764         - 128 # MRR sel addition
765
766     vpp-mrr-results-2n-clx:
767       csit-vpp-perf-verify-2001-2n-clx:
768         - 39  # MRR
769
770     vpp-mrr-results-3n-tsh:
771       csit-vpp-perf-verify-2001-3n-tsh:
772         - 9   # MRR sel
773
774     vpp-mrr-results-3n-dnv:
775       csit-vpp-perf-verify-2001-3n-dnv:
776         - 11  # MRR sel
777
778     vpp-mrr-results-2n-dnv:
779       csit-vpp-perf-verify-2001-2n-dnv:
780         - 12  # MRR sel
781
782     vpp-device-results-ubuntu:
783       csit-vpp-device-2001-ubuntu1804-1n-skx:
784         - 57
785
786     dpdk-perf-results-3n-hsw:
787       csit-dpdk-perf-verify-2001-3n-hsw:
788         - 25  # NDRPDR full
789         - 26  # NDRPDR full
790
791     dpdk-perf-results-3n-skx:
792       csit-dpdk-perf-verify-2001-3n-skx:
793         - 29  # NDRPDR sel xxv710
794         - 30  # NDRPDR sel x710
795
796     dpdk-perf-results-2n-skx:
797       csit-dpdk-perf-verify-2001-2n-skx:
798         - 35  # NDRPDR sel xxv710
799         - 38  # NDRPDR sel x710
800
801     dpdk-perf-results-2n-clx:
802       csit-dpdk-perf-verify-2001-2n-clx:
803         - 15  # NDRPDR sel
804         - 34  # NDRPDR sel
805
806     dpdk-perf-results-2n-dnv:
807       csit-dpdk-perf-verify-2001-2n-dnv:
808         - 16  # NDRPDR sel
809
810     dpdk-perf-results-3n-dnv:
811       csit-dpdk-perf-verify-2001-3n-dnv:
812         - 12  # NDRPDR sel
813
814     dpdk-perf-results-3n-tsh:
815       csit-dpdk-perf-verify-2001-3n-tsh:
816         - 3   # NDRPDR sel
817
818 ###########################################################################
819     # Tables (more than one data set)
820
821     # Performance changes
822
823     vpp-perf-changes-2n-skx-old1908_0:
824       csit-vpp-perf-verify-1908-2n-skx:
825         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
826         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
827         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
828         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
829         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
830         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
831         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
832         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
833         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
834         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
835     vpp-perf-changes-2n-skx-old1908_1:
836       csit-vpp-perf-verify-1908_1-2n-skx:
837         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
838         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
839         - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
840         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
841         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
842         - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
843         - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
844         - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
845         - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
846         - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
847     vpp-perf-changes-2n-skx-new1908_1:
848       csit-vpp-perf-verify-1908_1-2n-skx:
849         - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
850         - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
851         - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
852         - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
853         - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
854         - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
855         - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
856         - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
857         - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
858         - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
859     vpp-perf-changes-2n-skx-new1908_2:
860       csit-vpp-perf-verify-1908_2-2n-skx:
861         - 1   # NDRPDR sel
862         - 2   # NDRPDR sel
863         - 3   # NDRPDR sel
864         - 4   # NDRPDR sel
865         - 5   # NDRPDR sel
866         - 6   # NDRPDR sel
867         - 7   # NDRPDR sel
868         - 8   # NDRPDR sel
869         - 9   # NDRPDR sel
870         - 10  # NDRPDR sel
871     vpp-perf-changes-2n-skx-new2001_0:
872       csit-vpp-perf-verify-2001-2n-skx:
873         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
874         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
875         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
876         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
877         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
878         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
879         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
880         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
881         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
882         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
883
884     vpp-perf-changes-3n-skx-old1908_0:
885       csit-vpp-perf-verify-1908-3n-skx:
886         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
887         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
888         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
889         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
890         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
891         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
892         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
893         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
894         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
895         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
896     vpp-perf-changes-3n-skx-old1908_1:
897       csit-vpp-perf-verify-1908_1-3n-skx:
898         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
899         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
900         - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
901         - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
902         - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
903         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
904         - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
905         - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
906         - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
907         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
908     vpp-perf-changes-3n-skx-new1908_1:
909       csit-vpp-perf-verify-1908_1-3n-skx:
910         - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
911         - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
912         - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
913         - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
914         - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
915         - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
916         - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
917         - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
918         - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
919         - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
920     vpp-perf-changes-3n-skx-new1908_2:
921       csit-vpp-perf-verify-1908_2-3n-skx:
922         - 1   # NDRPDR sel
923         - 2   # NDRPDR sel
924     vpp-perf-changes-3n-skx-new2001_0:
925       csit-vpp-perf-verify-2001-3n-skx:
926         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
927         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
928         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
929         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
930         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
931         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
932         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
933
934     vpp-perf-changes-2n-clx-new1908_1:
935       csit-vpp-perf-verify-1908_1-2n-clx:
936         - 5  # NDRPDR sel
937         - 6  # NDRPDR sel
938         - 7  # NDRPDR sel
939         - 8  # NDRPDR sel
940     vpp-perf-changes-2n-clx-new1908_2:
941       csit-vpp-perf-verify-1908_2-2n-clx:
942         - 4  # NDRPDR sel
943         - 5  # NDRPDR sel
944         - 6  # NDRPDR sel
945         - 7  # NDRPDR sel
946         - 8  # NDRPDR sel
947
948     vpp-performance-changes-3n-hsw-h1:
949       csit-vpp-perf-verify-1904-3n-hsw:
950         - 11  # NDRPDR sel
951         - 12  # NDRPDR sel
952         - 20  # NDRPDR sel
953         - 21  # NDRPDR sel
954         - 23  # NDRPDR sel
955         - 24  # NDRPDR sel
956         - 25  # NDRPDR sel
957         - 26  # NDRPDR sel
958         - 29  # NDRPDR sel
959         - 30  # NDRPDR sel
960     vpp-performance-changes-3n-hsw-ref:
961       csit-vpp-perf-verify-1908-3n-hsw:
962         - 12  # NDRPDR sel
963         - 13  # NDRPDR sel
964         - 14  # NDRPDR sel
965         - 15  # NDRPDR sel
966         - 16  # NDRPDR sel
967         - 17  # NDRPDR sel
968         - 18  # NDRPDR sel
969         - 19  # NDRPDR sel
970         - 20  # NDRPDR sel
971         - 21  # NDRPDR sel
972     vpp-performance-changes-3n-hsw-cmp:
973       csit-vpp-perf-verify-2001-3n-hsw:
974         - 21  # NDRPDR sel
975         - 22  # NDRPDR sel
976         - 23  # NDRPDR sel
977         - 24  # NDRPDR sel
978         - 25  # NDRPDR sel
979         - 29  # NDRPDR sel
980         - 30  # NDRPDR sel
981         - 31  # NDRPDR sel
982         - 32  # NDRPDR sel
983         - 34  # NDRPDR sel
984
985     vpp-performance-changes-3n-skx-h1:
986       csit-vpp-perf-verify-1904-3n-skx:
987         - 8   # NDRPDR sel
988         - 9   # NDRPDR sel
989         - 10  # NDRPDR sel
990         - 11  # NDRPDR sel
991         - 12  # NDRPDR sel
992         - 14  # NDRPDR sel
993         - 16  # NDRPDR sel
994         - 21  # NDRPDR sel
995         - 23  # NDRPDR sel
996         - 25  # NDRPDR sel
997     vpp-performance-changes-3n-skx-ref:
998       csit-vpp-perf-verify-1908-3n-skx:
999         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
1000         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
1001         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
1002         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
1003         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
1004         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
1005         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
1006         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
1007         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
1008         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
1009     vpp-performance-changes-3n-skx-cmp:
1010       # TODO: Add the data
1011       csit-vpp-perf-verify-2001-3n-skx:
1012         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1013         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1014         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1015         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1016         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1017         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1018         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1019
1020     vpp-performance-changes-2n-skx-h1:
1021       csit-vpp-perf-verify-1904-2n-skx:
1022         - 12  # NDRPDR sel
1023         - 14  # NDRPDR sel
1024         - 16  # NDRPDR sel
1025         - 17  # NDRPDR sel
1026         - 18  # NDRPDR sel
1027         - 21  # NDRPDR sel
1028         - 27  # NDRPDR sel
1029         - 30  # NDRPDR sel
1030         - 31  # NDRPDR sel
1031         - 32  # NDRPDR sel
1032     vpp-performance-changes-2n-skx-ref:
1033       csit-vpp-perf-verify-1908-2n-skx:
1034         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
1035         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
1036         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
1037         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
1038         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
1039         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
1040         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
1041         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
1042         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
1043         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
1044     vpp-performance-changes-2n-skx-cmp:
1045       csit-vpp-perf-verify-2001-2n-skx:
1046         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1047         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1048         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1049         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1050         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1051         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1052         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1053         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1054         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1055         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1056
1057     vpp-performance-changes-nfv-2n-skx-ref:
1058       csit-vpp-perf-verify-1908-2n-skx:
1059         - 22  # NFV
1060         - 31  # NFV
1061         - 32  # NFV
1062     vpp-performance-changes-nfv-2n-skx-cmp:
1063       # TODO: Add the data
1064       csit-vpp-perf-verify-2001-2n-skx:
1065         - 30  # NFV
1066         - 31  # NFV
1067
1068     vpp-performance-changes-2n-dnv-ref:
1069       csit-vpp-perf-verify-1908-2n-dnv:
1070         - 1   # NDRPDR sel
1071         - 2   # NDRPDR sel
1072         - 3   # NDRPDR sel
1073         - 4   # NDRPDR sel
1074         - 5   # NDRPDR sel
1075         - 6   # NDRPDR sel
1076         - 7   # NDRPDR sel
1077         - 8   # NDRPDR sel
1078         - 9   # NDRPDR sel
1079         - 10  # NDRPDR sel
1080     vpp-performance-changes-2n-dnv-cmp:
1081       csit-vpp-perf-verify-2001-2n-dnv:
1082         - 4   # NDRPDR sel
1083         - 5   # NDRPDR sel
1084         - 6   # NDRPDR sel
1085         - 7   # NDRPDR sel
1086         - 8   # NDRPDR sel
1087         - 9   # NDRPDR sel
1088         - 10  # NDRPDR sel
1089         - 11  # NDRPDR sel
1090         - 13  # NDRPDR sel
1091         - 16  # NDRPDR sel
1092
1093     vpp-performance-changes-3n-dnv-ref:
1094       csit-vpp-perf-verify-1908-3n-dnv:
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         - 13  # NDRPDR sel
1102         - 14  # NDRPDR sel
1103         - 15  # NDRPDR sel
1104         - 16  # NDRPDR sel
1105     vpp-performance-changes-3n-dnv-cmp:
1106       csit-vpp-perf-verify-2001-3n-dnv:
1107         - 5   # NDRPDR sel
1108         - 6   # NDRPDR sel
1109         - 7   # NDRPDR sel
1110         - 8   # NDRPDR sel
1111         - 9   # NDRPDR sel
1112         - 10  # NDRPDR sel
1113         - 12  # NDRPDR sel
1114         - 16  # NDRPDR sel
1115         - 17  # NDRPDR sel
1116         - 18  # NDRPDR sel
1117
1118     vpp-performance-changes-3n-tsh-ref:
1119       csit-vpp-perf-verify-1908-3n-tsh:
1120         - 7   # NDRPDR sel
1121         - 8   # NDRPDR sel
1122         - 9   # NDRPDR sel
1123         - 10  # NDRPDR sel
1124         - 11  # NDRPDR sel
1125         - 12  # NDRPDR sel
1126         - 13  # NDRPDR sel
1127         - 14  # NDRPDR sel
1128         - 15  # NDRPDR sel
1129         - 16  # NDRPDR sel
1130     vpp-performance-changes-3n-tsh-cmp:
1131       csit-vpp-perf-verify-2001-3n-tsh:
1132         - 3   # NDRPDR sel
1133         - 4   # NDRPDR sel
1134         - 7   # NDRPDR sel
1135         - 8   # NDRPDR sel
1136         - 10  # NDRPDR sel
1137         - 12  # NDRPDR sel
1138         - 13  # NDRPDR sel
1139         - 14  # NDRPDR sel
1140         - 15  # NDRPDR sel
1141         - 21  # NDRPDR sel
1142
1143     vpp-soak-vs-ndr-2n-skx-ref:
1144       csit-vpp-perf-verify-2001-2n-skx:
1145         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1146         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1147         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1148         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1149         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1150         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1151         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1152         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1153         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1154         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1155     vpp-soak-vs-ndr-2n-skx-cmp:
1156       csit-vpp-perf-verify-2001-2n-skx:
1157         - 181  # Soak
1158         - 182  # Soak
1159     vpp-soak-vs-ndr-2n-skx:
1160       csit-vpp-perf-verify-2001-2n-skx:
1161         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1162         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1163         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1164         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1165         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1166         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1167         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1168         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1169         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1170         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1171         - 181  # Soak
1172         - 182  # Soak
1173
1174     vpp-soak-vs-ndr-2n-clx-ref:
1175       csit-vpp-perf-verify-2001-2n-clx:
1176         - 28  # NDRPDR sel
1177         - 29  # NDRPDR sel
1178         - 32  # NDRPDR sel
1179         - 40  # NDRPDR sel
1180         - 43  # NDRPDR sel
1181         - 44  # NDRPDR sel
1182         - 45  # NDRPDR sel
1183         - 47  # NDRPDR sel
1184         - 48  # NDRPDR sel
1185         - 49  # NDRPDR sel
1186     vpp-soak-vs-ndr-2n-clx-cmp:
1187       csit-vpp-perf-verify-2001-2n-clx:
1188         - 93  # SOAK
1189         - 94  # Soak
1190     vpp-soak-vs-ndr-2n-clx:
1191       csit-vpp-perf-verify-2001-2n-clx:
1192         - 28  # NDRPDR sel
1193         - 29  # NDRPDR sel
1194         - 32  # NDRPDR sel
1195         - 40  # NDRPDR sel
1196         - 43  # NDRPDR sel
1197         - 44  # NDRPDR sel
1198         - 45  # NDRPDR sel
1199         - 47  # NDRPDR sel
1200         - 48  # NDRPDR sel
1201         - 49  # NDRPDR sel
1202         - 93  # SOAK
1203         - 94  # Soak
1204
1205     vpp-performance-changes-3n-hsw-mrr-h1:
1206       csit-vpp-perf-verify-1904-3n-hsw:
1207         - 9   # MRR sel
1208     vpp-performance-changes-3n-hsw-mrr-ref:
1209       csit-vpp-perf-verify-1908-3n-hsw:
1210         - 39  # MRR sel
1211     vpp-performance-changes-3n-hsw-mrr-cmp:
1212       csit-vpp-perf-verify-2001-3n-hsw:
1213         - 17  # MRR sel
1214
1215     vpp-performance-changes-3n-skx-mrr-h1:
1216       csit-vpp-perf-verify-1904-3n-skx:
1217         - 7   # MRR sel
1218     vpp-performance-changes-3n-skx-mrr-ref:
1219       csit-vpp-perf-verify-1908-3n-skx:
1220         - 36  # MRR sel
1221     vpp-performance-changes-3n-skx-mrr-cmp:
1222       csit-vpp-perf-verify-2001-3n-skx:
1223         - 50  # MRR sel
1224         - 53  # MRR sel addition
1225
1226     vpp-performance-changes-2n-skx-mrr-h1:
1227       csit-vpp-perf-verify-1904-2n-skx:
1228         - 11  # MRR sel
1229     vpp-performance-changes-2n-skx-mrr-ref:
1230       csit-vpp-perf-verify-1908-2n-skx:
1231         - 69  # MRR sel
1232     vpp-performance-changes-2n-skx-mrr-cmp:
1233       csit-vpp-perf-verify-2001-2n-skx:
1234         - 101 # MRR sel
1235         - 128 # MRR sel addition
1236
1237     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1238       csit-vpp-perf-verify-1908-2n-skx:
1239         - 71  # NFV MRR
1240     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1241       # TODO: Replace
1242       # csit-vpp-perf-verify-2001-2n-skx:
1243       csit-vpp-perf-verify-1908-2n-skx:
1244         - 71  # NFV MRR
1245
1246     vpp-performance-changes-2n-dnv-mrr-ref:
1247       csit-vpp-perf-verify-1908-2n-dnv:
1248         - 11  # MRR sel
1249     vpp-performance-changes-2n-dnv-mrr-cmp:
1250       csit-vpp-perf-verify-2001-2n-dnv:
1251         - 12  # MRR sel
1252
1253     vpp-performance-changes-3n-dnv-mrr-ref:
1254       csit-vpp-perf-verify-1908-3n-dnv:
1255         - 17  # MRR sel
1256     vpp-performance-changes-3n-dnv-mrr-cmp:
1257       csit-vpp-perf-verify-2001-3n-dnv:
1258         - 11  # MRR sel
1259
1260     vpp-performance-changes-3n-tsh-mrr-ref:
1261       csit-vpp-perf-verify-1908-3n-tsh:
1262         - 17  # MRR sel
1263     vpp-performance-changes-3n-tsh-mrr-cmp:
1264       csit-vpp-perf-verify-2001-3n-tsh:
1265         - 9   # MRR sel
1266
1267     dpdk-performance-changes-3n-hsw-h1:
1268       csit-dpdk-perf-verify-1904-3n-hsw:
1269         - 2   # NDRPDR sel
1270         - 3   # NDRPDR sel
1271         - 5   # NDRPDR sel
1272         - 6   # NDRPDR sel
1273         - 13  # NDRPDR sel
1274         - 14  # NDRPDR sel
1275         - 15  # NDRPDR sel
1276         - 18  # NDRPDR sel
1277         - 19  # NDRPDR sel
1278         - 20  # NDRPDR sel
1279     dpdk-performance-changes-3n-hsw-ref:
1280       csit-dpdk-perf-verify-1908-3n-hsw:
1281         - 2   # NDRPDR sel
1282         - 3   # NDRPDR sel
1283         - 4   # NDRPDR sel
1284         - 5   # NDRPDR sel
1285         - 6   # NDRPDR sel
1286         - 7   # NDRPDR sel
1287         - 8   # NDRPDR sel
1288         - 9   # NDRPDR sel
1289         - 10  # NDRPDR sel
1290         - 11  # NDRPDR sel
1291     dpdk-performance-changes-3n-hsw-cmp:
1292       csit-dpdk-perf-verify-2001-3n-hsw:
1293 #        - 4   # NDRPDR sel
1294 #        - 5   # NDRPDR sel
1295 #        - 6   # NDRPDR sel
1296 #        - 7   # NDRPDR sel
1297 #        - 8   # NDRPDR sel
1298 #        - 9   # NDRPDR sel
1299 #        - 10  # NDRPDR sel
1300 #        - 11  # NDRPDR sel
1301 #        - 12  # NDRPDR sel
1302 #        - 13  # NDRPDR sel
1303         - 15  # NDRPDR sel
1304         - 16  # NDRPDR sel
1305         - 17  # NDRPDR sel
1306         - 18  # NDRPDR sel
1307         - 19  # NDRPDR sel
1308         - 20  # NDRPDR sel
1309         - 21  # NDRPDR sel
1310         - 22  # NDRPDR sel
1311         - 23  # NDRPDR sel
1312         - 24  # NDRPDR sel
1313
1314     dpdk-performance-changes-3n-skx-h1:
1315       csit-dpdk-perf-verify-1904-3n-skx:
1316         - 2   # NDRPDR sel
1317         - 3   # NDRPDR sel
1318         - 4   # NDRPDR sel
1319         - 5   # NDRPDR sel
1320         - 6   # NDRPDR sel
1321         - 7   # NDRPDR sel
1322         - 11  # NDRPDR sel
1323         - 12  # NDRPDR sel
1324         - 13  # NDRPDR sel
1325         - 14  # NDRPDR sel
1326     dpdk-performance-changes-3n-skx-ref:
1327       csit-dpdk-perf-verify-1908-3n-skx:
1328         - 3   # NDRPDR sel
1329         - 4   # NDRPDR sel
1330         - 5   # NDRPDR sel
1331         - 6   # NDRPDR sel
1332         - 7   # NDRPDR sel
1333         - 8   # NDRPDR sel
1334         - 9   # NDRPDR sel
1335         - 10  # NDRPDR sel
1336         - 11  # NDRPDR sel
1337         - 12  # NDRPDR sel
1338     dpdk-performance-changes-3n-skx-cmp:
1339       csit-dpdk-perf-verify-2001-3n-skx:
1340         - 29  # NDRPDR sel xxv710
1341         - 33  # NDRPDR sel xxv710
1342         - 34  # NDRPDR sel xxv710
1343         - 35  # NDRPDR sel xxv710
1344         - 36  # NDRPDR sel xxv710
1345         - 37  # NDRPDR sel xxv710
1346         - 41  # NDRPDR sel xxv710
1347         - 42  # NDRPDR sel xxv710
1348         - 43  # NDRPDR sel xxv710
1349         - 45  # NDRPDR sel xxv710
1350         - 30  # NDRPDR sel x710
1351         - 31  # NDRPDR sel x710
1352         - 32  # NDRPDR sel x710
1353         - 38  # NDRPDR sel x710
1354         - 39  # NDRPDR sel x710
1355         - 40  # NDRPDR sel x710
1356         - 44  # NDRPDR sel x710
1357         - 46  # NDRPDR sel x710
1358         - 47  # NDRPDR sel x710
1359         - 48  # NDRPDR sel x710
1360
1361     dpdk-performance-changes-2n-skx-h1:
1362       csit-dpdk-perf-verify-1904-2n-skx:
1363         - 2   # NDRPDR sel
1364         - 3   # NDRPDR sel
1365         - 4   # NDRPDR sel
1366         - 5   # NDRPDR sel
1367         - 7   # NDRPDR sel
1368         - 8   # NDRPDR sel
1369         - 9   # NDRPDR sel
1370         - 10  # NDRPDR sel
1371         - 11  # NDRPDR sel
1372         - 12  # NDRPDR sel
1373     dpdk-performance-changes-2n-skx-ref:
1374       csit-dpdk-perf-verify-1908-2n-skx:
1375         - 2   # NDRPDR sel
1376         - 3   # NDRPDR sel
1377         - 4   # NDRPDR sel
1378         - 5   # NDRPDR sel
1379         - 7   # NDRPDR sel
1380         - 8   # NDRPDR sel
1381         - 9   # NDRPDR sel
1382         - 10  # NDRPDR sel
1383         - 11  # NDRPDR sel
1384         - 12  # NDRPDR sel
1385     dpdk-performance-changes-2n-skx-cmp:
1386       csit-dpdk-perf-verify-2001-2n-skx:
1387         - 35  # NDRPDR sel xxv710
1388         - 36  # NDRPDR sel xxv710
1389         - 37  # NDRPDR sel xxv710
1390         - 41  # NDRPDR sel xxv710
1391         - 42  # NDRPDR sel xxv710
1392         - 43  # NDRPDR sel xxv710
1393         - 46  # NDRPDR sel xxv710
1394         - 47  # NDRPDR sel xxv710
1395         - 52  # NDRPDR sel xxv710
1396         - 53  # NDRPDR sel xxv710
1397         - 38  # NDRPDR sel x710
1398         - 39  # NDRPDR sel x710
1399         - 40  # NDRPDR sel x710
1400         - 44  # NDRPDR sel x710
1401         - 45  # NDRPDR sel x710
1402         - 48  # NDRPDR sel x710
1403         - 49  # NDRPDR sel x710
1404         - 50  # NDRPDR sel x710
1405         - 51  # NDRPDR sel x710
1406         - 54  # NDRPDR sel x710
1407
1408     # Compare testbeds
1409
1410     vpp-compare-testbeds-ref:
1411       csit-vpp-perf-verify-2001-3n-hsw:
1412         - 21  # NDRPDR sel
1413         - 22  # NDRPDR sel
1414         - 23  # NDRPDR sel
1415         - 24  # NDRPDR sel
1416         - 25  # NDRPDR sel
1417         - 29  # NDRPDR sel
1418         - 30  # NDRPDR sel
1419         - 31  # NDRPDR sel
1420         - 32  # NDRPDR sel
1421         - 34  # NDRPDR sel
1422     vpp-compare-testbeds-cmp:
1423       # TODO: Add the data
1424       csit-vpp-perf-verify-2001-3n-skx:
1425         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1426         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1427         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1428         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1429         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1430         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1431         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1432
1433     vpp-compare-testbeds-skx-clx-ref:
1434       csit-vpp-perf-verify-2001-2n-skx:
1435         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1436         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1437         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1438         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1439         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1440         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1441         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1442         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1443         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1444         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1445     vpp-compare-testbeds-skx-clx-cmp:
1446       csit-vpp-perf-verify-2001-2n-clx:
1447         - 28  # NDRPDR sel
1448         - 29  # NDRPDR sel
1449         - 32  # NDRPDR sel
1450         - 40  # NDRPDR sel
1451         - 43  # NDRPDR sel
1452         - 44  # NDRPDR sel
1453         - 45  # NDRPDR sel
1454         - 47  # NDRPDR sel
1455         - 48  # NDRPDR sel
1456         - 49  # NDRPDR sel
1457
1458     vpp-compare-testbeds-hsw-clx-ref:
1459       csit-vpp-perf-verify-2001-3n-hsw:
1460         - 21  # NDRPDR sel
1461         - 22  # NDRPDR sel
1462         - 23  # NDRPDR sel
1463         - 24  # NDRPDR sel
1464         - 25  # NDRPDR sel
1465         - 29  # NDRPDR sel
1466         - 30  # NDRPDR sel
1467         - 31  # NDRPDR sel
1468         - 32  # NDRPDR sel
1469         - 34  # NDRPDR sel
1470     vpp-compare-testbeds-hsw-clx-cmp:
1471       csit-vpp-perf-verify-2001-2n-clx:
1472         - 28  # NDRPDR sel
1473         - 29  # NDRPDR sel
1474         - 32  # NDRPDR sel
1475         - 40  # NDRPDR sel
1476         - 43  # NDRPDR sel
1477         - 44  # NDRPDR sel
1478         - 45  # NDRPDR sel
1479         - 47  # NDRPDR sel
1480         - 48  # NDRPDR sel
1481         - 49  # NDRPDR sel
1482
1483     vpp-compare-testbeds-mrr-ref:
1484       csit-vpp-perf-verify-2001-3n-hsw:
1485         - 17  # MRR sel
1486     vpp-compare-testbeds-mrr-cmp:
1487       csit-vpp-perf-verify-2001-3n-skx:
1488         - 50  # MRR sel
1489         - 53  # MRR sel addition
1490
1491     vpp-compare-testbeds-mrr-skx-clx-ref:
1492       csit-vpp-perf-verify-2001-2n-skx:
1493         - 101 # MRR sel
1494         - 128 # MRR sel addition
1495     vpp-compare-testbeds-mrr-skx-clx-cmp:
1496       csit-vpp-perf-verify-2001-2n-clx:
1497         - 39  # MRR
1498
1499     vpp-compare-testbeds-mrr-hsw-clx-ref:
1500       csit-vpp-perf-verify-2001-3n-hsw:
1501         - 17  # MRR sel
1502     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1503       csit-vpp-perf-verify-2001-2n-clx:
1504         - 39  # MRR
1505
1506     dpdk-compare-testbeds-ref:
1507       csit-dpdk-perf-verify-2001-3n-hsw:
1508         - 4   # NDRPDR sel
1509         - 5   # NDRPDR sel
1510         - 6   # NDRPDR sel
1511         - 7   # NDRPDR sel
1512         - 8   # NDRPDR sel
1513         - 9   # NDRPDR sel
1514         - 10  # NDRPDR sel
1515         - 11  # NDRPDR sel
1516         - 12  # NDRPDR sel
1517         - 13  # NDRPDR sel
1518         - 15  # NDRPDR sel
1519         - 16  # NDRPDR sel
1520         - 17  # NDRPDR sel
1521         - 18  # NDRPDR sel
1522         - 19  # NDRPDR sel
1523         - 20  # NDRPDR sel
1524         - 21  # NDRPDR sel
1525         - 22  # NDRPDR sel
1526         - 23  # NDRPDR sel
1527         - 24  # NDRPDR sel
1528     dpdk-compare-testbeds-cmp:
1529       csit-dpdk-perf-verify-2001-3n-skx:
1530         - 29  # NDRPDR sel xxv710
1531         - 33  # NDRPDR sel xxv710
1532         - 34  # NDRPDR sel xxv710
1533         - 35  # NDRPDR sel xxv710
1534         - 36  # NDRPDR sel xxv710
1535         - 37  # NDRPDR sel xxv710
1536         - 41  # NDRPDR sel xxv710
1537         - 42  # NDRPDR sel xxv710
1538         - 43  # NDRPDR sel xxv710
1539         - 45  # NDRPDR sel xxv710
1540         - 30  # NDRPDR sel x710
1541         - 31  # NDRPDR sel x710
1542         - 32  # NDRPDR sel x710
1543         - 38  # NDRPDR sel x710
1544         - 39  # NDRPDR sel x710
1545         - 40  # NDRPDR sel x710
1546         - 44  # NDRPDR sel x710
1547         - 46  # NDRPDR sel x710
1548         - 47  # NDRPDR sel x710
1549         - 48  # NDRPDR sel x710
1550
1551     dpdk-compare-testbeds-skx-clx-ref:
1552       csit-dpdk-perf-verify-2001-2n-skx:
1553         - 35  # NDRPDR sel xxv710
1554         - 36  # NDRPDR sel xxv710
1555         - 37  # NDRPDR sel xxv710
1556         - 41  # NDRPDR sel xxv710
1557         - 42  # NDRPDR sel xxv710
1558         - 43  # NDRPDR sel xxv710
1559         - 46  # NDRPDR sel xxv710
1560         - 47  # NDRPDR sel xxv710
1561         - 52  # NDRPDR sel xxv710
1562         - 53  # NDRPDR sel xxv710
1563         - 38  # NDRPDR sel x710
1564         - 39  # NDRPDR sel x710
1565         - 40  # NDRPDR sel x710
1566         - 44  # NDRPDR sel x710
1567         - 45  # NDRPDR sel x710
1568         - 48  # NDRPDR sel x710
1569         - 49  # NDRPDR sel x710
1570         - 50  # NDRPDR sel x710
1571         - 51  # NDRPDR sel x710
1572         - 54  # NDRPDR sel x710
1573     dpdk-compare-testbeds-skx-clx-cmp:
1574       csit-dpdk-perf-verify-2001-2n-clx:
1575         - 15  # NDRPDR sel
1576         - 16  # NDRPDR sel
1577         - 17  # NDRPDR sel
1578         - 18  # NDRPDR sel
1579         - 19  # NDRPDR sel
1580         - 20  # NDRPDR sel
1581         - 21  # NDRPDR sel
1582         - 22  # NDRPDR sel
1583         - 23  # NDRPDR sel
1584         - 24  # NDRPDR sel
1585         - 25  # NDRPDR sel
1586         - 26  # NDRPDR sel
1587         - 27  # NDRPDR sel
1588         - 28  # NDRPDR sel
1589         - 29  # NDRPDR sel
1590         - 30  # NDRPDR sel
1591         - 31  # NDRPDR sel
1592         - 32  # NDRPDR sel
1593         - 33  # NDRPDR sel
1594         - 34  # NDRPDR sel
1595
1596     # Compare topologies
1597
1598     vpp-compare-topologies-ref:
1599       # TODO: Add the data
1600       csit-vpp-perf-verify-2001-3n-skx:
1601         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1602         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1603         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1604         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1605         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1606         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1607         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1608     vpp-compare-topologies-cmp:
1609       csit-vpp-perf-verify-2001-2n-skx:
1610         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1611         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1612         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1613         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1614         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1615         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1616         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1617         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1618         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1619         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1620
1621     vpp-compare-topologies-mrr-ref:
1622       csit-vpp-perf-verify-2001-3n-skx:
1623         - 50  # MRR sel
1624         - 53  # MRR sel addition
1625     vpp-compare-topologies-mrr-cmp:
1626       csit-vpp-perf-verify-2001-2n-skx:
1627         - 101 # MRR sel
1628         - 128 # MRR sel addition
1629
1630     dpdk-compare-topologies-ref:
1631       csit-dpdk-perf-verify-2001-3n-skx:
1632         - 29  # NDRPDR sel xxv710
1633         - 33  # NDRPDR sel xxv710
1634         - 34  # NDRPDR sel xxv710
1635         - 35  # NDRPDR sel xxv710
1636         - 36  # NDRPDR sel xxv710
1637         - 37  # NDRPDR sel xxv710
1638         - 41  # NDRPDR sel xxv710
1639         - 42  # NDRPDR sel xxv710
1640         - 43  # NDRPDR sel xxv710
1641         - 45  # NDRPDR sel xxv710
1642         - 30  # NDRPDR sel x710
1643         - 31  # NDRPDR sel x710
1644         - 32  # NDRPDR sel x710
1645         - 38  # NDRPDR sel x710
1646         - 39  # NDRPDR sel x710
1647         - 40  # NDRPDR sel x710
1648         - 44  # NDRPDR sel x710
1649         - 46  # NDRPDR sel x710
1650         - 47  # NDRPDR sel x710
1651         - 48  # NDRPDR sel x710
1652     dpdk-compare-topologies-cmp:
1653       csit-dpdk-perf-verify-2001-2n-skx:
1654         - 35  # NDRPDR sel xxv710
1655         - 36  # NDRPDR sel xxv710
1656         - 37  # NDRPDR sel xxv710
1657         - 41  # NDRPDR sel xxv710
1658         - 42  # NDRPDR sel xxv710
1659         - 43  # NDRPDR sel xxv710
1660         - 46  # NDRPDR sel xxv710
1661         - 47  # NDRPDR sel xxv710
1662         - 52  # NDRPDR sel xxv710
1663         - 53  # NDRPDR sel xxv710
1664         - 38  # NDRPDR sel x710
1665         - 39  # NDRPDR sel x710
1666         - 40  # NDRPDR sel x710
1667         - 44  # NDRPDR sel x710
1668         - 45  # NDRPDR sel x710
1669         - 48  # NDRPDR sel x710
1670         - 49  # NDRPDR sel x710
1671         - 50  # NDRPDR sel x710
1672         - 51  # NDRPDR sel x710
1673         - 54  # NDRPDR sel x710
1674
1675   plot-layouts:
1676
1677     plot-soak-throughput:
1678       titlefont:
1679         size: 18
1680       xaxis:
1681         title: "<b>Test Cases [Index]</b>"
1682         titlefont:
1683           size: 16
1684         autorange: True
1685         fixedrange: False
1686         gridcolor: "rgb(230, 230, 230)"
1687         linecolor: "rgb(220, 220, 220)"
1688         linewidth: 1
1689         showgrid: True
1690         showline: True
1691         showticklabels: True
1692         tickcolor: "rgb(220, 220, 220)"
1693         tickmode: "linear"
1694         tickfont:
1695           size: 16
1696         zeroline: False
1697       yaxis:
1698         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1699         titlefont:
1700           size: 16
1701         gridcolor: "rgb(230, 230, 230)"
1702         hoverformat: ".4r"
1703         tickformat: ".3r"
1704         linecolor: "rgb(220, 220, 220)"
1705         linewidth: 1
1706         showgrid: True
1707         showline: True
1708         showticklabels: True
1709         tickcolor: "rgb(220, 220, 220)"
1710         tickfont:
1711           size: 16
1712         zeroline: False
1713         range: [0,50]
1714       autosize: False
1715       margin:
1716         t: 50
1717         b: 0
1718         l: 80
1719         r: 20
1720       showlegend: True
1721       legend:
1722         orientation: "h"
1723         font:
1724           size: 16
1725       width: 700
1726       height: 900
1727       paper_bgcolor: "#fff"
1728       plot_bgcolor: "#fff"
1729       hoverlabel:
1730         namelength: -1
1731
1732     plot-service-density:
1733       titlefont:
1734         size: 18
1735       xaxis:
1736         side: "top"
1737         autorange: True
1738         fixedrange: False
1739         showgrid: False
1740         showline: False
1741         showticklabels: False
1742         ticks: ""
1743         ticklen: 0
1744         tickwidth: 0
1745         zeroline: False
1746       yaxis:
1747         autorange: "reversed"
1748         showgrid: False
1749         showline: False
1750         showticklabels: False
1751         ticks: ""
1752         ticklen: 0
1753         tickwidth: 0
1754         zeroline: False
1755       showlegend: False
1756       paper_bgcolor: "#fff"
1757       plot_bgcolor: "#fff"
1758       width: 700
1759       height: 700
1760       hoverlabel:
1761         namelength: -1
1762
1763     plot-cps:
1764       titlefont:
1765         size: 18
1766       xaxis:
1767         title: "<b>Test Cases [Index]</b>"
1768         titlefont:
1769           size: 16
1770         autorange: True
1771         fixedrange: False
1772         gridcolor: "rgb(230, 230, 230)"
1773         linecolor: "rgb(220, 220, 220)"
1774         linewidth: 1
1775         showgrid: True
1776         showline: True
1777         showticklabels: True
1778         tickcolor: "rgb(220, 220, 220)"
1779         tickmode: "linear"
1780         tickfont:
1781           size: 16
1782         zeroline: False
1783       yaxis:
1784         title: "<b>Connections Per Second [cps]</b>"
1785         titlefont:
1786           size: 16
1787         gridcolor: "rgb(230, 230, 230)"
1788         hoverformat: ".4s"
1789         linecolor: "rgb(220, 220, 220)"
1790         linewidth: 1
1791         rangemode: "tozero"
1792         showgrid: True
1793         showline: True
1794         showticklabels: True
1795         tickcolor: "rgb(220, 220, 220)"
1796         tickformat: ".3s"
1797         tickfont:
1798           size: 16
1799         zeroline: False
1800       boxmode: "group"
1801       boxgroupgap: 0.5
1802       autosize: False
1803       margin:
1804         t: 50
1805         b: 20
1806         l: 80
1807         r: 20
1808       showlegend: True
1809       legend:
1810         orientation: "h"
1811         font:
1812           size: 16
1813       width: 700
1814       height: 800
1815       paper_bgcolor: "#fff"
1816       plot_bgcolor: "#fff"
1817       hoverlabel:
1818         namelength: -1
1819
1820     plot-rps:
1821       titlefont:
1822         size: 18
1823       xaxis:
1824         title: "<b>Test Cases [Index]</b>"
1825         titlefont:
1826           size: 16
1827         autorange: True
1828         fixedrange: False
1829         gridcolor: "rgb(230, 230, 230)"
1830         linecolor: "rgb(220, 220, 220)"
1831         linewidth: 1
1832         showgrid: True
1833         showline: True
1834         showticklabels: True
1835         tickcolor: "rgb(220, 220, 220)"
1836         tickmode: "linear"
1837         tickfont:
1838           size: 16
1839         zeroline: False
1840       yaxis:
1841         title: "<b>Requests Per Second [rps]</b>"
1842         titlefont:
1843           size: 16
1844         gridcolor: "rgb(230, 230, 230)"
1845         hoverformat: ".4s"
1846         linecolor: "rgb(220, 220, 220)"
1847         linewidth: 1
1848         rangemode: "tozero"
1849         showgrid: True
1850         showline: True
1851         showticklabels: True
1852         tickcolor: "rgb(230, 230, 230)"
1853         tickformat: ".3s"
1854         tickfont:
1855           size: 16
1856         zeroline: False
1857       boxmode: "group"
1858       boxgroupgap: 0.5
1859       autosize: False
1860       margin:
1861         t: 50
1862         b: 20
1863         l: 80
1864         r: 20
1865       showlegend: True
1866       legend:
1867         orientation: "h"
1868         font:
1869           size: 16
1870       width: 700
1871       height: 800
1872       paper_bgcolor: "#fff"
1873       plot_bgcolor: "#fff"
1874       hoverlabel:
1875         namelength: -1
1876
1877     plot-hoststack:
1878       titlefont:
1879         size: 16
1880       xaxis:
1881         title: "<b>Test Cases [Index]</b>"
1882         titlefont:
1883           size: 14
1884         autorange: True
1885         fixedrange: False
1886         gridcolor: "rgb(230, 230, 230)"
1887         linecolor: "rgb(220, 220, 220)"
1888         linewidth: 1
1889         showgrid: True
1890         showline: True
1891         showticklabels: True
1892         tickcolor: "rgb(220, 220, 220)"
1893         tickmode: "linear"
1894         tickfont:
1895           size: 14
1896         zeroline: False
1897       yaxis:
1898         title: "<b>Bandwidth [Gbps]</b>"
1899         titlefont:
1900           size: 14
1901         gridcolor: "rgb(230, 230, 230)"
1902         hoverformat: ".4s"
1903         linecolor: "rgb(220, 220, 220)"
1904         linewidth: 1
1905         rangemode: "tozero"
1906         showgrid: True
1907         showline: True
1908         showticklabels: True
1909         tickcolor: "rgb(230, 230, 230)"
1910         tickformat: ".3s"
1911         tickfont:
1912           size: 14
1913         zeroline: False
1914       boxmode: "group"
1915       boxgroupgap: 0.5
1916       autosize: False
1917       margin:
1918         t: 50
1919         b: 20
1920         l: 80
1921         r: 20
1922       showlegend: True
1923       legend:
1924         orientation: "h"
1925         font:
1926           size: 14
1927       width: 700
1928       height: 800
1929       paper_bgcolor: "#fff"
1930       plot_bgcolor: "#fff"
1931       hoverlabel:
1932         namelength: -1
1933
1934     plot-throughput:
1935       titlefont:
1936         size: 18
1937       xaxis:
1938         title: "<b>Test Cases [Index]</b>"
1939         titlefont:
1940           size: 16
1941         autorange: True
1942         fixedrange: False
1943         gridcolor: "rgb(230, 230, 230)"
1944         linecolor: "rgb(220, 220, 220)"
1945         linewidth: 1
1946         showgrid: True
1947         showline: True
1948         showticklabels: True
1949         tickcolor: "rgb(220, 220, 220)"
1950         tickmode: "linear"
1951         tickfont:
1952           size: 16
1953         zeroline: False
1954       yaxis:
1955         title: "<b>Packet Throughput [Mpps]</b>"
1956         titlefont:
1957           size: 16
1958         gridcolor: "rgb(230, 230, 230)"
1959         hoverformat: ".4r"
1960         tickformat: ".3r"
1961         linecolor: "rgb(220, 220, 220)"
1962         linewidth: 1
1963         showgrid: True
1964         showline: True
1965         showticklabels: True
1966         tickcolor: "rgb(220, 220, 220)"
1967         tickfont:
1968           size: 16
1969         zeroline: False
1970         range: [0,50]
1971       autosize: False
1972       margin:
1973         t: 50
1974         b: 0
1975         l: 80
1976         r: 20
1977       showlegend: True
1978       legend:
1979         orientation: "h"
1980         font:
1981           size: 16
1982       width: 700
1983       height: 900
1984       paper_bgcolor: "#fff"
1985       plot_bgcolor: "#fff"
1986       hoverlabel:
1987         namelength: -1
1988
1989     plot-throughput-speedup-analysis:
1990       titlefont:
1991         size: 18
1992       xaxis:
1993         title: "<b>Number of Cores [Qty]</b>"
1994         titlefont:
1995           size: 16
1996         autorange: True
1997         fixedrange: False
1998         gridcolor: "rgb(230, 230, 230)"
1999         linecolor: "rgb(220, 220, 220)"
2000         linewidth: 1
2001         showgrid: True
2002         showline: True
2003         showticklabels: True
2004         tickcolor: "rgb(238, 238, 238)"
2005         tickmode: "linear"
2006         tickfont:
2007           size: 16
2008         zeroline: False
2009       yaxis:
2010         title: "<b>Packet Throughput [Mpps]</b>"
2011         titlefont:
2012           size: 16
2013         type: "linear"
2014         gridcolor: "rgb(230, 230, 230)"
2015         hoverformat: ".4s"
2016         linecolor: "rgb(220, 220, 220)"
2017         linewidth: 1
2018         showgrid: True
2019         showline: True
2020         showticklabels: True
2021         tickcolor: "rgb(220, 220, 220)"
2022         tickformat: ".4s"
2023         tickfont:
2024           size: 16
2025         zeroline: True
2026         rangemode: "tozero"
2027         range: [0,100]
2028       legend:
2029         orientation: "h"
2030         font:
2031           size: 16
2032         xanchor: "left"
2033         yanchor: "top"
2034         x: 0
2035         y: -0.2
2036         bgcolor: "rgba(255, 255, 255, 0)"
2037         bordercolor: "rgba(255, 255, 255, 0)"
2038         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2039       autosize: False
2040       margin:
2041           't': 50
2042           'b': 150
2043           'l': 85
2044           'r': 10
2045       showlegend: True
2046       width: 700
2047       height: 700
2048       paper_bgcolor: "#fff"
2049       plot_bgcolor: "#fff"
2050       hoverlabel:
2051         namelength: -1
2052       annotations: [
2053         {
2054           text: "_ _          __          ...",
2055           align: "left",
2056           showarrow: False,
2057           xref: "paper",
2058           yref: "paper",
2059           xanchor: "left",
2060           yanchor: "top",
2061           x: 0,
2062           y: -0.13,
2063           font: {
2064             family: "Consolas, Courier New",
2065             size: 15
2066           },
2067         },
2068         {
2069           text: "    Perfect     Measured     Limit",
2070           align: "left",
2071           showarrow: False,
2072           xref: "paper",
2073           yref: "paper",
2074           xanchor: "left",
2075           yanchor: "top",
2076           x: 0,
2077           y: -0.15,
2078           font: {
2079             family: "Consolas, Courier New",
2080             size: 15
2081           },
2082         },
2083       ]
2084
2085     plot-latency:
2086       titlefont:
2087         size: 18
2088       xaxis:
2089         title: "<b>Direction</b>"
2090         titlefont:
2091           size: 16
2092         autorange: True
2093         fixedrange: False
2094         gridcolor: "rgb(230, 230, 230)"
2095         linecolor: "rgb(220, 220, 220)"
2096         linewidth: 1
2097         showgrid: True
2098         showline: True
2099         showticklabels: False
2100         tickcolor: "rgb(220, 220, 220)"
2101         tickmode: "linear"
2102         tickfont:
2103           size: 16
2104         zeroline: False
2105       yaxis:
2106         title: "<b>Packet Latency [uSec]</b>"
2107         titlefont:
2108           size: 16
2109         type: "linear"
2110         gridcolor: "rgb(230, 230, 230)"
2111         hoverformat: ".4s"
2112         linecolor: "rgb(220, 220, 220)"
2113         linewidth: 1
2114         showgrid: True
2115         showline: True
2116         showticklabels: True
2117         tickcolor: "rgb(220, 220, 220)"
2118         tickformat: ".4s"
2119         tickfont:
2120           size: 16
2121         zeroline: True
2122         rangemode: "tozero"
2123       legend:
2124         orientation: "h"
2125         font:
2126           size: 16
2127         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2128       autosize: False
2129       margin:
2130           't': 50
2131           'b': 150
2132           'l': 80
2133           'r': 10
2134       showlegend: True
2135       width: 700
2136       height: 700
2137       paper_bgcolor: "#fff"
2138       plot_bgcolor: "#fff"
2139       hoverlabel:
2140         namelength: -1
2141
2142     plot-hdrh-latency:
2143       title:
2144         text: ""
2145         xanchor: "center"
2146         x: 0.5
2147         font:
2148           size: 16
2149       width: 700
2150       plot_bgcolor: "white"
2151       annotations:
2152         - font:
2153             size: 14
2154           showarrow: False
2155           text: "<b>Packet Latency [uSec]</b>"
2156           x: 1
2157           xanchor: "right"
2158           xref: "paper"
2159           y: -0.045
2160           yanchor: "top"
2161           yref: "paper"
2162         - font:
2163             size: 14
2164           showarrow: False
2165           text: "<b>Probability [%]</b>"
2166           textangle: 270
2167           x: -0.06
2168           xanchor: "center"
2169           xref: "paper"
2170           y: 0.5
2171           yanchor: "middle"
2172           yref: "paper"
2173         - font:
2174             size: 14
2175           showarrow: False
2176           text: "<b>Direction: E-W</b>"
2177           x: 0.24
2178           xanchor: "center"
2179           xref: "paper"
2180           y: 1.05
2181           yanchor: "bottom"
2182           yref: "paper"
2183         - font:
2184             size: 14
2185           showarrow: False
2186           text: "<b>Direction: W-E</b>"
2187           x: 0.74
2188           xanchor: "center"
2189           xref: "paper"
2190           y: 1.05
2191           yanchor: "bottom"
2192           yref: "paper"
2193
2194     plot-hdrh-latency-percentile:
2195       title:
2196         text: ""
2197         xanchor: "center"
2198         x: 0.5
2199         font:
2200           size: 18
2201       xaxis:
2202         type: "log"
2203         title: "<b>Percentile [%]</b>"
2204         titlefont:
2205           size: 16
2206         autorange: True
2207         fixedrange: False
2208         gridcolor: "rgb(230, 230, 230)"
2209         linecolor: "rgb(220, 220, 220)"
2210         linewidth: 1
2211         showgrid: True
2212         showline: True
2213         showticklabels: True
2214         tickcolor: "rgb(220, 220, 220)"
2215         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2216         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2217         tickfont:
2218           size: 16
2219       yaxis:
2220         title: "<b>Packet Latency [uSec]</b>"
2221         titlefont:
2222           size: 16
2223         gridcolor: "rgb(230, 230, 230)"
2224         linecolor: "rgb(220, 220, 220)"
2225         linewidth: 1
2226         showgrid: True
2227         showline: True
2228         showticklabels: True
2229         tickcolor: "rgb(220, 220, 220)"
2230         tickfont:
2231           size: 16
2232       autosize: False
2233       showlegend: True
2234       legend:
2235         traceorder: "normal"
2236         orientation: "h"
2237         font:
2238           size: 16
2239         xanchor: "left"
2240         yanchor: "top"
2241         x: 0
2242         y: -0.15
2243         bgcolor: "rgba(255, 255, 255, 0)"
2244         bordercolor: "rgba(255, 255, 255, 0)"
2245       width: 700
2246       height: 700
2247       paper_bgcolor: "white"
2248       plot_bgcolor: "white"
2249
2250     plot-hdrh-latency-by-percentile:
2251       title:
2252         text: "<b>Latency by Percentile Distribution</b>"
2253         xanchor: "center"
2254         x: 0.5
2255         font:
2256           size: 18
2257       showlegend: True
2258       legend:
2259         traceorder: "normal"
2260         orientation: "h"
2261         font:
2262           size: 16
2263         xanchor: "left"
2264         yanchor: "top"
2265         x: 0
2266         y: -0.2
2267         bgcolor: "rgba(255, 255, 255, 0)"
2268         bordercolor: "rgba(255, 255, 255, 0)"
2269       xaxis:
2270         type: "linear"
2271         title: "<b>Percentile [%]</b>"
2272         titlefont:
2273           size: 14
2274         autorange: False
2275         fixedrange: False
2276         range: [0, 100]
2277         gridcolor: "rgb(230, 230, 230)"
2278         linecolor: "rgb(220, 220, 220)"
2279         linewidth: 1
2280         showgrid: True
2281         showline: True
2282         showticklabels: True
2283         tickcolor: "rgb(220, 220, 220)"
2284         tickvals: [0, 25, 50, 75, 100]
2285         ticktext: [0, 25, 50, 75, 100]
2286         tickfont:
2287           size: 14
2288       yaxis:
2289         title: "<b>One-Way Latency per Direction [uSec]</b>"
2290         titlefont:
2291           size: 14
2292         gridcolor: "rgb(230, 230, 230)"
2293         linecolor: "rgb(220, 220, 220)"
2294         linewidth: 1
2295         showgrid: True
2296         showline: True
2297         showticklabels: True
2298         tickcolor: "rgb(220, 220, 220)"
2299         tickfont:
2300           size: 14
2301       width: 700
2302       height: 700
2303       paper_bgcolor: "white"
2304       plot_bgcolor: "white"
2305
2306 - type: "static"
2307   src-path: "{DIR[RST]}"
2308   dst-path: "{DIR[WORKING,SRC]}"
2309
2310 - type: "input"
2311   general:
2312     file-name: "output_info.xml.gz"
2313     file-format: ".gz"
2314     arch-file-format:
2315       - ".gz"
2316       - ".zip"
2317     download-path: "{job}/{build}/archives/{filename}"
2318     extract: "output.xml"
2319
2320     zip-file-name: "robot-plugin.zip"
2321     zip-file-format: ".zip"
2322     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2323     zip-extract: "robot-plugin/output.xml"
2324
2325   builds:
2326
2327     csit-vpp-perf-verify-1904-3n-hsw:
2328       - 9   # MRR sel
2329       - 11  # NDRPDR sel
2330       - 12  # NDRPDR sel
2331       - 20  # NDRPDR sel
2332       - 21  # NDRPDR sel
2333       - 23  # NDRPDR sel
2334       - 24  # NDRPDR sel
2335       - 25  # NDRPDR sel
2336       - 26  # NDRPDR sel
2337       - 29  # NDRPDR sel
2338       - 30  # NDRPDR sel
2339     csit-vpp-perf-verify-1908-3n-hsw:
2340       - 12  # NDRPDR sel
2341       - 13  # NDRPDR sel
2342       - 14  # NDRPDR sel
2343       - 15  # NDRPDR sel
2344       - 16  # NDRPDR sel
2345       - 17  # NDRPDR sel
2346       - 18  # NDRPDR sel
2347       - 19  # NDRPDR sel
2348       - 20  # NDRPDR sel
2349       - 21  # NDRPDR sel
2350       - 48  # NDRPDR sel vhost
2351       - 49  # NDRPDR sel vhost
2352       - 52  # NDRPDR sel vhost
2353       - 53  # NDRPDR sel vhost
2354       - 54  # NDRPDR sel vhost
2355       - 55  # NDRPDR sel vhost
2356       - 56  # NDRPDR sel vhost
2357       - 57  # NDRPDR sel vhost
2358       - 58  # NDRPDR sel vhost
2359       - 59  # NDRPDR sel vhost
2360       - 39  # MRR sel
2361     csit-vpp-perf-verify-2001-3n-hsw:
2362       - 21  # NDRPDR sel
2363       - 22  # NDRPDR sel
2364       - 23  # NDRPDR sel
2365       - 24  # NDRPDR sel
2366       - 25  # NDRPDR sel
2367       - 29  # NDRPDR sel
2368       - 30  # NDRPDR sel
2369       - 31  # NDRPDR sel
2370       - 32  # NDRPDR sel
2371       - 34  # NDRPDR sel
2372       - 17  # MRR sel
2373       - 18  # NDRPDR full
2374       - 20  # NDRPDR full
2375       - 28  # NDRPDR full
2376       - 35  # NDRPDR full
2377       - 42  # NDRPDR full
2378       - 46  # NDRPDR full
2379       - 47  # NDRPDR full
2380       - 48  # NDRPDR full
2381       - 49  # NDRPDR full
2382       - 50  # NDRPDR full
2383       - 51  # NDRPDR full
2384       - 52  # NDRPDR full
2385       - 53  # NDRPDR full
2386       - 54  # NDRPDR full
2387       - 55  # NDRPDR full
2388       - 56  # NDRPDR full
2389       - 57  # NDRPDR full
2390       - 58  # NDRPDR full
2391       - 59  # NDRPDR full
2392       - 61  # NDRPDR full
2393       - 62  # NDRPDR full
2394       - 63  # NDRPDR full
2395       - 64  # NDRPDR full
2396       - 65  # NDRPDR full
2397       - 67  # NDRPDR full
2398       - 70  # NDRPDR full
2399       - 72  # NDRPDR full
2400       - 73  # NDRPDR full
2401       - 76  # NDRPDR full
2402       - 77  # NDRPDR full
2403       - 78  # NDRPDR full
2404       - 79  # NDRPDR full
2405       - 81  # NDRPDR full
2406       - 82  # NDRPDR full
2407       - 84  # NDRPDR full
2408       - 85  # NDRPDR full
2409       - 103  # hoststack
2410       - 104  # hoststack
2411       - 105  # hoststack
2412       - 106  # hoststack
2413       - 107  # hoststack
2414       - 108  # hoststack
2415       - 109  # hoststack
2416       - 110  # hoststack
2417       - 111  # hoststack
2418       - 112  # hoststack
2419
2420     csit-vpp-perf-verify-1904-3n-skx:
2421       - 7   # MRR sel
2422       - 8   # NDRPDR sel
2423       - 9   # NDRPDR sel
2424       - 10  # NDRPDR sel
2425       - 11  # NDRPDR sel
2426       - 12  # NDRPDR sel
2427       - 14  # NDRPDR sel
2428       - 16  # NDRPDR sel
2429       - 21  # NDRPDR sel
2430       - 23  # NDRPDR sel
2431       - 25  # NDRPDR sel
2432     csit-vpp-perf-verify-1908-3n-skx:
2433       - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
2434       - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
2435       - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
2436       - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
2437       - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
2438       - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
2439       - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
2440       - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
2441       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2442       - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
2443       - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2444       - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2445       - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2446       - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2447       - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2448       - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2449       - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2450       - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2451       - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2452       - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2453       - 36  # MRR sel - old1908 - vpp build: 19.08-release
2454     csit-vpp-perf-verify-1908_1-3n-skx:
2455       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2456       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2457       - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2458       - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2459       - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2460       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2461       - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2462       - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2463       - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2464       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2465       - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2466       - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2467       - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2468       - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2469       - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2470       - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2471       - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2472       - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2473       - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2474       - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2475     csit-vpp-perf-verify-1908_2-3n-skx:
2476       - 1   # NDRPDR sel
2477       - 2   # NDRPDR sel
2478     csit-vpp-perf-verify-2001-3n-skx:
2479       - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2480       - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2481       - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2482       - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2483       - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2484       - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2485       - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2486       - 82  # NDRPDR full - crypto-1
2487       - 85  # NDRPDR full - l2-2
2488       - 87  # NDRPDR full - ip6-1
2489       - 88  # NDRPDR full - ip6-2
2490       - 90  # NDRPDR full - memif
2491       - 95  # NDRPDR full - l2-1
2492       - 96  # NDRPDR full - ip4-2
2493       - 97  # NDRPDR full - vhost-1
2494       - 102 # NDRPDR full - crypto-2
2495       - 104 # NDRPDR full - ip4tunnels-1
2496       - 105 # NDRPDR full - ip4tunnels-2
2497       - 106 # NDRPDR full - ip4tunnels-3
2498       - 107 # NDRPDR full - ip6tunnels-1
2499       - 108 # NDRPDR full - ip4-1
2500       - 109 # NDRPDR full - crypto-3
2501       - 110 # NDRPDR full - crypto-4
2502       - 111 # NDRPDR full - ip4-2
2503       - 115 # NDRPDR full - ip4-7
2504       - 116 # NDRPDR full - ip4-8
2505       - 117 # NDRPDR full - ip4-9
2506       - 118 # NDRPDR full - srv6-1
2507       - 50  # MRR sel
2508       - 53  # MRR sel addition
2509
2510     csit-vpp-perf-verify-1904-2n-skx:
2511       - 11  # MRR sel
2512       - 12  # NDRPDR sel
2513       - 14  # NDRPDR sel
2514       - 16  # NDRPDR sel
2515       - 17  # NDRPDR sel
2516       - 18  # NDRPDR sel
2517       - 21  # NDRPDR sel
2518       - 27  # NDRPDR sel
2519       - 30  # NDRPDR sel
2520       - 31  # NDRPDR sel
2521       - 32  # NDRPDR sel
2522     csit-vpp-perf-verify-1908-2n-skx:
2523       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2524       - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
2525       - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
2526       - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
2527       - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
2528       - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
2529       - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
2530       - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
2531       - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
2532       - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
2533       - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2534       - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2535       - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2536       - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2537       - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2538       - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2539       - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2540       - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2541       - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2542       - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2543       - 69  # MRR sel - old1908 - vpp build: 19.08-release
2544     csit-vpp-perf-verify-1908_1-2n-skx:
2545       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2546       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2547       - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2548       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2549       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2550       - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2551       - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2552       - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2553       - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2554       - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2555       - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2556       - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2557       - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2558       - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2559       - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2560       - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2561       - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2562       - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2563       - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2564       - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2565     csit-vpp-perf-verify-1908_2-2n-skx:
2566       - 1   # NDRPDR sel
2567       - 2   # NDRPDR sel
2568       - 3   # NDRPDR sel
2569       - 4   # NDRPDR sel
2570       - 5   # NDRPDR sel
2571       - 6   # NDRPDR sel
2572       - 7   # NDRPDR sel
2573       - 8   # NDRPDR sel
2574       - 9   # NDRPDR sel
2575       - 10  # NDRPDR sel
2576     csit-vpp-perf-verify-2001-2n-skx:
2577       - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2578       - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2579       - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2580       - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2581       - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2582       - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2583       - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2584       - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2585       - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2586       - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2587       - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2588       - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2589       - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2590       - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2591       - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2592       - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2593       - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2594       - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2595       - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2596       - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2597       - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2598       - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2599       - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2600       - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2601       - 101  # MRR sel - old
2602       - 128  # MRR sel addition - old
2603       - 169  # Reconf
2604       - 171  # Reconf
2605       - 172  # Reconf
2606       - 173  # Reconf
2607       - 174  # Reconf
2608       - 175  # Reconf
2609       - 176  # Reconf
2610       - 177  # Reconf
2611       - 178  # Reconf
2612       - 179  # Reconf
2613       - 181  # Soak
2614       - 182  # Soak
2615
2616     csit-vpp-perf-verify-1908_1-2n-clx:
2617       - 5  # NDRPDR sel
2618       - 6  # NDRPDR sel
2619       - 7  # NDRPDR sel
2620       - 8  # NDRPDR sel
2621     csit-vpp-perf-verify-1908_2-2n-clx:
2622       - 4  # NDRPDR sel
2623       - 5  # NDRPDR sel
2624       - 6  # NDRPDR sel
2625       - 7  # NDRPDR sel
2626       - 8  # NDRPDR sel
2627     csit-vpp-perf-verify-2001-2n-clx:
2628       - 28  # NDRPDR sel
2629       - 29  # NDRPDR sel
2630       - 32  # NDRPDR sel
2631       - 40  # NDRPDR sel
2632       - 43  # NDRPDR sel
2633       - 44  # NDRPDR sel
2634       - 45  # NDRPDR sel
2635       - 47  # NDRPDR sel
2636       - 48  # NDRPDR sel
2637       - 49  # NDRPDR sel
2638       - 39  # MRR
2639       - 53  # NDRPDR full
2640       - 54  # NDRPDR full
2641       - 55  # NDRPDR full
2642       - 56  # NDRPDR full
2643       - 57  # NDRPDR full
2644       - 58  # NDRPDR full
2645       - 59  # NDRPDR full
2646       - 60  # NDRPDR full
2647       - 61  # NDRPDR full
2648       - 62  # NDRPDR full
2649       - 63  # NDRPDR full
2650       - 64  # NDRPDR full
2651       - 65  # NDRPDR full
2652       - 66  # NDRPDR full
2653       - 67  # NDRPDR full
2654       - 68  # Reconf
2655       - 69  # Reconf
2656       - 70  # Reconf
2657       - 71  # Reconf
2658       - 72  # Reconf
2659       - 73  # Reconf
2660       - 74  # Reconf
2661       - 75  # Reconf
2662       - 76  # Reconf
2663       - 77  # Reconf
2664       - 80  # TCP
2665       - 82  # TCP
2666       - 83  # TCP
2667       - 85  # TCP
2668       - 86  # TCP
2669       - 87  # TCP
2670       - 88  # TCP
2671       - 89  # TCP
2672       - 90  # TCP
2673       - 91  # TCP
2674       - 93  # Soak
2675       - 94  # Soak
2676
2677     csit-vpp-perf-verify-1908-3n-tsh:
2678       - 7   # NDRPDR sel
2679       - 8   # NDRPDR sel
2680       - 9   # NDRPDR sel
2681       - 10  # NDRPDR sel
2682       - 11  # NDRPDR sel
2683       - 12  # NDRPDR sel
2684       - 13  # NDRPDR sel
2685       - 14  # NDRPDR sel
2686       - 15  # NDRPDR sel
2687       - 16  # NDRPDR sel
2688       - 17  # MRR sel
2689     csit-vpp-perf-verify-2001-3n-tsh:
2690       - 3   # NDRPDR sel
2691       - 4   # NDRPDR sel
2692       - 7   # NDRPDR sel
2693       - 8   # NDRPDR sel
2694       - 10  # NDRPDR sel
2695       - 12  # NDRPDR sel
2696       - 13  # NDRPDR sel
2697       - 14  # NDRPDR sel
2698       - 15  # NDRPDR sel
2699       - 21  # NDRPDR sel
2700       - 9   # MRR sel
2701
2702     csit-vpp-perf-verify-1908-3n-dnv:
2703       - 6   # NDRPDR sel
2704       - 7   # NDRPDR sel
2705       - 8   # NDRPDR sel
2706       - 9   # NDRPDR sel
2707       - 10  # NDRPDR sel
2708       - 12  # NDRPDR sel
2709       - 13  # NDRPDR sel
2710       - 14  # NDRPDR sel
2711       - 15  # NDRPDR sel
2712       - 16  # NDRPDR sel
2713       - 17  # MRR sel
2714     csit-vpp-perf-verify-2001-3n-dnv:
2715       - 5   # NDRPDR sel
2716       - 6   # NDRPDR sel
2717       - 7   # NDRPDR sel
2718       - 8   # NDRPDR sel
2719       - 9   # NDRPDR sel
2720       - 10  # NDRPDR sel
2721       - 12  # NDRPDR sel
2722       - 16  # NDRPDR sel
2723       - 17  # NDRPDR sel
2724       - 18  # NDRPDR sel
2725       - 11  # MRR sel
2726       - 19  # NDRPDR full
2727       - 20  # NDRPDR full
2728       - 21  # NDRPDR full
2729       - 22  # NDRPDR full
2730       - 23  # NDRPDR full
2731       - 24  # NDRPDR full
2732       - 25  # NDRPDR full
2733       - 26  # NDRPDR full
2734       - 37  # NDRPDR full
2735       - 38  # NDRPDR full
2736       - 39  # NDRPDR full
2737
2738     csit-vpp-perf-verify-1908-2n-dnv:
2739       - 1   # NDRPDR sel
2740       - 2   # NDRPDR sel
2741       - 3   # NDRPDR sel
2742       - 4   # NDRPDR sel
2743       - 5   # NDRPDR sel
2744       - 6   # NDRPDR sel
2745       - 7   # NDRPDR sel
2746       - 8   # NDRPDR sel
2747       - 9   # NDRPDR sel
2748       - 10  # NDRPDR sel
2749       - 11  # MRR sel
2750     csit-vpp-perf-verify-2001-2n-dnv:
2751       - 4   # NDRPDR sel
2752       - 5   # NDRPDR sel
2753       - 6   # NDRPDR sel
2754       - 7   # NDRPDR sel
2755       - 8   # NDRPDR sel
2756       - 9   # NDRPDR sel
2757       - 10  # NDRPDR sel
2758       - 11  # NDRPDR sel
2759       - 13  # NDRPDR sel
2760       - 16  # NDRPDR sel
2761       - 12  # MRR sel
2762       - 21  # NDRPDR full
2763       - 22  # NDRPDR full
2764       - 25  # NDRPDR full
2765       - 26  # NDRPDR full
2766       - 27  # NDRPDR full
2767       - 28  # NDRPDR full
2768
2769     csit-dpdk-perf-verify-1904-3n-hsw:
2770       - 2   # NDRPDR sel
2771       - 3   # NDRPDR sel
2772       - 5   # NDRPDR sel
2773       - 6   # NDRPDR sel
2774       - 13  # NDRPDR sel
2775       - 14  # NDRPDR sel
2776       - 15  # NDRPDR sel
2777       - 18  # NDRPDR sel
2778       - 19  # NDRPDR sel
2779       - 20  # NDRPDR sel
2780     csit-dpdk-perf-verify-1908-3n-hsw:
2781       - 2   # NDRPDR sel
2782       - 3   # NDRPDR sel
2783       - 4   # NDRPDR sel
2784       - 5   # NDRPDR sel
2785       - 6   # NDRPDR sel
2786       - 7   # NDRPDR sel
2787       - 8   # NDRPDR sel
2788       - 9   # NDRPDR sel
2789       - 10  # NDRPDR sel
2790       - 11  # NDRPDR sel
2791     csit-dpdk-perf-verify-2001-3n-hsw:
2792       - 4   # NDRPDR sel
2793       - 5   # NDRPDR sel
2794       - 6   # NDRPDR sel
2795       - 7   # NDRPDR sel
2796       - 8   # NDRPDR sel
2797       - 9   # NDRPDR sel
2798       - 10  # NDRPDR sel
2799       - 11  # NDRPDR sel
2800       - 12  # NDRPDR sel
2801       - 13  # NDRPDR sel
2802       - 15  # NDRPDR sel
2803       - 16  # NDRPDR sel
2804       - 17  # NDRPDR sel
2805       - 18  # NDRPDR sel
2806       - 19  # NDRPDR sel
2807       - 20  # NDRPDR sel
2808       - 21  # NDRPDR sel
2809       - 22  # NDRPDR sel
2810       - 23  # NDRPDR sel
2811       - 24  # NDRPDR sel
2812       - 25  # NDRPDR full
2813       - 26  # NDRPDR full
2814
2815     csit-dpdk-perf-verify-1904-3n-skx:
2816       - 2   # NDRPDR sel
2817       - 3   # NDRPDR sel
2818       - 4   # NDRPDR sel
2819       - 5   # NDRPDR sel
2820       - 6   # NDRPDR sel
2821       - 7   # NDRPDR sel
2822       - 11  # NDRPDR sel
2823       - 12  # NDRPDR sel
2824       - 13  # NDRPDR sel
2825       - 14  # NDRPDR sel
2826     csit-dpdk-perf-verify-1908-3n-skx:
2827       - 3   # NDRPDR sel
2828       - 4   # NDRPDR sel
2829       - 5   # NDRPDR sel
2830       - 6   # NDRPDR sel
2831       - 7   # NDRPDR sel
2832       - 8   # NDRPDR sel
2833       - 9   # NDRPDR sel
2834       - 10  # NDRPDR sel
2835       - 11  # NDRPDR sel
2836       - 12  # NDRPDR sel
2837     csit-dpdk-perf-verify-2001-3n-skx:
2838       - 29  # NDRPDR sel xxv710
2839       - 33  # NDRPDR sel xxv710
2840       - 34  # NDRPDR sel xxv710
2841       - 35  # NDRPDR sel xxv710
2842       - 36  # NDRPDR sel xxv710
2843       - 37  # NDRPDR sel xxv710
2844       - 41  # NDRPDR sel xxv710
2845       - 42  # NDRPDR sel xxv710
2846       - 43  # NDRPDR sel xxv710
2847       - 45  # NDRPDR sel xxv710
2848       - 30  # NDRPDR sel x710
2849       - 31  # NDRPDR sel x710
2850       - 32  # NDRPDR sel x710
2851       - 38  # NDRPDR sel x710
2852       - 39  # NDRPDR sel x710
2853       - 40  # NDRPDR sel x710
2854       - 44  # NDRPDR sel x710
2855       - 46  # NDRPDR sel x710
2856       - 47  # NDRPDR sel x710
2857       - 48  # NDRPDR sel x710
2858
2859     csit-dpdk-perf-verify-1904-2n-skx:
2860       - 2   # NDRPDR sel
2861       - 3   # NDRPDR sel
2862       - 4   # NDRPDR sel
2863       - 5   # NDRPDR sel
2864       - 7   # NDRPDR sel
2865       - 8   # NDRPDR sel
2866       - 9   # NDRPDR sel
2867       - 10  # NDRPDR sel
2868       - 11  # NDRPDR sel
2869       - 12  # NDRPDR sel
2870     csit-dpdk-perf-verify-1908-2n-skx:
2871       - 2   # NDRPDR sel
2872       - 3   # NDRPDR sel
2873       - 4   # NDRPDR sel
2874       - 5   # NDRPDR sel
2875       - 7   # NDRPDR sel
2876       - 8   # NDRPDR sel
2877       - 9   # NDRPDR sel
2878       - 10  # NDRPDR sel
2879       - 11  # NDRPDR sel
2880       - 12  # NDRPDR sel
2881     csit-dpdk-perf-verify-2001-2n-skx:
2882       - 35  # NDRPDR sel xxv710
2883       - 36  # NDRPDR sel xxv710
2884       - 37  # NDRPDR sel xxv710
2885       - 41  # NDRPDR sel xxv710
2886       - 42  # NDRPDR sel xxv710
2887       - 43  # NDRPDR sel xxv710
2888       - 46  # NDRPDR sel xxv710
2889       - 47  # NDRPDR sel xxv710
2890       - 52  # NDRPDR sel xxv710
2891       - 53  # NDRPDR sel xxv710
2892       - 38  # NDRPDR sel x710
2893       - 39  # NDRPDR sel x710
2894       - 40  # NDRPDR sel x710
2895       - 44  # NDRPDR sel x710
2896       - 45  # NDRPDR sel x710
2897       - 48  # NDRPDR sel x710
2898       - 49  # NDRPDR sel x710
2899       - 50  # NDRPDR sel x710
2900       - 51  # NDRPDR sel x710
2901       - 54  # NDRPDR sel x710
2902
2903     csit-dpdk-perf-verify-2001-2n-clx:
2904       - 15  # NDRPDR sel
2905       - 16  # NDRPDR sel
2906       - 17  # NDRPDR sel
2907       - 18  # NDRPDR sel
2908       - 19  # NDRPDR sel
2909       - 20  # NDRPDR sel
2910       - 21  # NDRPDR sel
2911       - 22  # NDRPDR sel
2912       - 23  # NDRPDR sel
2913       - 24  # NDRPDR sel
2914       - 25  # NDRPDR sel
2915       - 26  # NDRPDR sel
2916       - 27  # NDRPDR sel
2917       - 28  # NDRPDR sel
2918       - 29  # NDRPDR sel
2919       - 30  # NDRPDR sel
2920       - 31  # NDRPDR sel
2921       - 32  # NDRPDR sel
2922       - 33  # NDRPDR sel
2923       - 34  # NDRPDR sel
2924
2925     csit-dpdk-perf-verify-2001-2n-dnv:
2926       - 9   # NDRPDR sel
2927       - 10  # NDRPDR sel
2928       - 11  # NDRPDR sel
2929       - 12  # NDRPDR sel
2930       - 13  # NDRPDR sel
2931       - 14  # NDRPDR sel
2932       - 15  # NDRPDR sel
2933       - 16  # NDRPDR sel
2934       - 17  # NDRPDR sel
2935       - 18  # NDRPDR sel
2936
2937     csit-dpdk-perf-verify-2001-3n-dnv:
2938       - 12  # NDRPDR sel
2939       - 13  # NDRPDR sel
2940       - 14  # NDRPDR sel
2941       - 15  # NDRPDR sel
2942       - 16  # NDRPDR sel
2943       - 17  # NDRPDR sel
2944       - 18  # NDRPDR sel
2945       - 19  # NDRPDR sel
2946       - 20  # NDRPDR sel
2947       - 22  # NDRPDR sel
2948
2949     csit-dpdk-perf-verify-2001-3n-tsh:
2950       - 3   # NDRPDR sel
2951       - 4   # NDRPDR sel
2952       - 5   # NDRPDR sel
2953       - 9   # NDRPDR sel
2954       - 10  # NDRPDR sel
2955       - 11  # NDRPDR sel
2956       - 12  # NDRPDR sel
2957       - 14  # NDRPDR sel
2958       - 15  # NDRPDR sel
2959       - 18  # NDRPDR sel
2960
2961     csit-vpp-device-2001-ubuntu1804-1n-skx:
2962       - 57
2963
2964 - type: "output"
2965   output: "report"
2966   format:
2967     html:
2968     - full
2969 #    pdf:
2970 #    - minimal
2971
2972 ################################################################################
2973 ###                               T A B L E S                                ###
2974 ################################################################################
2975
2976 # VPP Soak vs NDR - 2n-skx
2977 - type: "table"
2978   title: "VPP Soak vs NDR 2n-skx"
2979   algorithm: "table_soak_vs_ndr"
2980   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2981   reference:
2982     title: "NDR"
2983     data: "vpp-soak-vs-ndr-2n-skx-ref"
2984   compare:
2985     title: "Soak"
2986     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2987   data: "vpp-soak-vs-ndr-2n-skx"
2988   include-tests: "NDR"
2989   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2990   parameters:
2991     - "throughput"
2992     - "name"
2993     - "parent"
2994
2995 # VPP Soak vs NDR - 2n-clx
2996 - type: "table"
2997   title: "VPP Soak vs NDR 2n-clx"
2998   algorithm: "table_soak_vs_ndr"
2999   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3000   reference:
3001     title: "NDR"
3002     data: "vpp-soak-vs-ndr-2n-clx-ref"
3003   compare:
3004     title: "Soak"
3005     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3006   data: "vpp-soak-vs-ndr-2n-clx"
3007   include-tests: "NDR"
3008   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3009   parameters:
3010     - "throughput"
3011     - "name"
3012     - "parent"
3013
3014 ################################################################################
3015
3016 # VPP Compare NICs 3n-skx 2t1c ndr
3017 - type: "table"
3018   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3019   algorithm: "table_comparison"
3020   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3021   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3022   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3023   columns:
3024     - title: "x710"
3025       data-set: "vpp-nic-comparison-3n-skx"
3026       tag: "NIC_Intel-X710"
3027     - title: "xxv710"
3028       data-set: "vpp-nic-comparison-3n-skx"
3029       tag: "NIC_Intel-XXV710"
3030   comparisons:
3031     - title: "Diff"
3032       reference: 1
3033       compare: 2
3034   legend:
3035     - "Legend to Table:"
3036     - "x710, xxv710 - NICs tested."
3037     - "Diff - difference between x710 and xxv710 NIC."
3038
3039 # VPP Compare NICs 3n-skx 4t2c ndr
3040 - type: "table"
3041   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3042   algorithm: "table_comparison"
3043   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3044   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3045   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3046   columns:
3047     - title: "x710"
3048       data-set: "vpp-nic-comparison-3n-skx"
3049       tag: "NIC_Intel-X710"
3050     - title: "xxv710"
3051       data-set: "vpp-nic-comparison-3n-skx"
3052       tag: "NIC_Intel-XXV710"
3053   comparisons:
3054     - title: "Diff"
3055       reference: 1
3056       compare: 2
3057   legend:
3058     - "Legend to Table:"
3059     - "x710, xxv710 - NICs tested."
3060     - "Diff - difference between x710 and xxv710 NIC."
3061
3062 # VPP Compare NICs 3n-skx 2t1c pdr
3063 - type: "table"
3064   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3065   algorithm: "table_comparison"
3066   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3067   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3068   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3069   columns:
3070     - title: "x710"
3071       data-set: "vpp-nic-comparison-3n-skx"
3072       tag: "NIC_Intel-X710"
3073     - title: "xxv710"
3074       data-set: "vpp-nic-comparison-3n-skx"
3075       tag: "NIC_Intel-XXV710"
3076   comparisons:
3077     - title: "Diff"
3078       reference: 1
3079       compare: 2
3080   legend:
3081     - "Legend to Table:"
3082     - "x710, xxv710 - NICs tested."
3083     - "Diff - difference between x710 and xxv710 NIC."
3084
3085 # VPP Compare NICs 3n-skx 4t2c pdr
3086 - type: "table"
3087   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3088   algorithm: "table_comparison"
3089   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3090   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3091   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3092   columns:
3093     - title: "x710"
3094       data-set: "vpp-nic-comparison-3n-skx"
3095       tag: "NIC_Intel-X710"
3096     - title: "xxv710"
3097       data-set: "vpp-nic-comparison-3n-skx"
3098       tag: "NIC_Intel-XXV710"
3099   comparisons:
3100     - title: "Diff"
3101       reference: 1
3102       compare: 2
3103   legend:
3104     - "Legend to Table:"
3105     - "x710, xxv710 - NICs tested."
3106     - "Diff - difference between x710 and xxv710 NIC."
3107
3108 # VPP Compare NICs 3n-skx 2t1c mrr
3109 - type: "table"
3110   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3111   algorithm: "table_comparison"
3112   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3113   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3114   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3115   columns:
3116     - title: "x710"
3117       data-set: "vpp-nic-comparison-3n-skx-mrr"
3118       tag: "NIC_Intel-X710"
3119     - title: "xxv710"
3120       data-set: "vpp-nic-comparison-3n-skx-mrr"
3121       tag: "NIC_Intel-XXV710"
3122   comparisons:
3123     - title: "Diff"
3124       reference: 1
3125       compare: 2
3126   legend:
3127     - "Legend to Table:"
3128     - "x710, xxv710 - NICs tested."
3129     - "Diff - difference between x710 and xxv710 NIC."
3130
3131 # VPP Compare NICs 3n-skx 4t2c mrr
3132 - type: "table"
3133   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3134   algorithm: "table_comparison"
3135   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3136   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3137   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3138   columns:
3139     - title: "x710"
3140       data-set: "vpp-nic-comparison-3n-skx-mrr"
3141       tag: "NIC_Intel-X710"
3142     - title: "xxv710"
3143       data-set: "vpp-nic-comparison-3n-skx-mrr"
3144       tag: "NIC_Intel-XXV710"
3145   comparisons:
3146     - title: "Diff"
3147       reference: 1
3148       compare: 2
3149   legend:
3150     - "Legend to Table:"
3151     - "x710, xxv710 - NICs tested."
3152     - "Diff - difference between x710 and xxv710 NIC."
3153
3154 # VPP Compare NICs 3n-skx 8t4c mrr
3155 - type: "table"
3156   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3157   algorithm: "table_comparison"
3158   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3159   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3160   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3161   columns:
3162     - title: "x710"
3163       data-set: "vpp-nic-comparison-3n-skx-mrr"
3164       tag: "NIC_Intel-X710"
3165     - title: "xxv710"
3166       data-set: "vpp-nic-comparison-3n-skx-mrr"
3167       tag: "NIC_Intel-XXV710"
3168   comparisons:
3169     - title: "Diff"
3170       reference: 1
3171       compare: 2
3172   legend:
3173     - "Legend to Table:"
3174     - "x710, xxv710 - NICs tested."
3175     - "Diff - difference between x710 and xxv710 NIC."
3176
3177 # VPP Compare NICs 2n-skx 2t1c ndr
3178 - type: "table"
3179   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3180   algorithm: "table_comparison"
3181   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3182   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3183   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3184   columns:
3185     - title: "x710"
3186       data-set: "vpp-nic-comparison-2n-skx"
3187       tag: "NIC_Intel-X710"
3188     - title: "xxv710"
3189       data-set: "vpp-nic-comparison-2n-skx"
3190       tag: "NIC_Intel-XXV710"
3191   comparisons:
3192     - title: "Diff"
3193       reference: 1
3194       compare: 2
3195   legend:
3196     - "Legend to Table:"
3197     - "x710, xxv710 - NICs tested."
3198     - "Diff - difference between x710 and xxv710 NIC."
3199
3200 # VPP Compare NICs 2n-skx 4t2c ndr
3201 - type: "table"
3202   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3203   algorithm: "table_comparison"
3204   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3205   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3206   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3207   columns:
3208     - title: "x710"
3209       data-set: "vpp-nic-comparison-2n-skx"
3210       tag: "NIC_Intel-X710"
3211     - title: "xxv710"
3212       data-set: "vpp-nic-comparison-2n-skx"
3213       tag: "NIC_Intel-XXV710"
3214   comparisons:
3215     - title: "Diff"
3216       reference: 1
3217       compare: 2
3218   legend:
3219     - "Legend to Table:"
3220     - "x710, xxv710 - NICs tested."
3221     - "Diff - difference between x710 and xxv710 NIC."
3222
3223 # VPP Compare NICs 2n-skx 2t1c pdr
3224 - type: "table"
3225   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3226   algorithm: "table_comparison"
3227   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3228   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3229   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3230   columns:
3231     - title: "x710"
3232       data-set: "vpp-nic-comparison-2n-skx"
3233       tag: "NIC_Intel-X710"
3234     - title: "xxv710"
3235       data-set: "vpp-nic-comparison-2n-skx"
3236       tag: "NIC_Intel-XXV710"
3237   comparisons:
3238     - title: "Diff"
3239       reference: 1
3240       compare: 2
3241   legend:
3242     - "Legend to Table:"
3243     - "x710, xxv710 - NICs tested."
3244     - "Diff - difference between x710 and xxv710 NIC."
3245
3246 # VPP Compare NICs 2n-skx 4t2c pdr
3247 - type: "table"
3248   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3249   algorithm: "table_comparison"
3250   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3252   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3253   columns:
3254     - title: "x710"
3255       data-set: "vpp-nic-comparison-2n-skx"
3256       tag: "NIC_Intel-X710"
3257     - title: "xxv710"
3258       data-set: "vpp-nic-comparison-2n-skx"
3259       tag: "NIC_Intel-XXV710"
3260   comparisons:
3261     - title: "Diff"
3262       reference: 1
3263       compare: 2
3264   legend:
3265     - "Legend to Table:"
3266     - "x710, xxv710 - NICs tested."
3267     - "Diff - difference between x710 and xxv710 NIC."
3268
3269 # VPP Compare NICs 2n-skx 2t1c mrr
3270 - type: "table"
3271   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3272   algorithm: "table_comparison"
3273   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3275   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3276   columns:
3277     - title: "x710"
3278       data-set: "vpp-nic-comparison-2n-skx-mrr"
3279       tag: "NIC_Intel-X710"
3280     - title: "xxv710"
3281       data-set: "vpp-nic-comparison-2n-skx-mrr"
3282       tag: "NIC_Intel-XXV710"
3283   comparisons:
3284     - title: "Diff"
3285       reference: 1
3286       compare: 2
3287   legend:
3288     - "Legend to Table:"
3289     - "x710, xxv710 - NICs tested."
3290     - "Diff - difference between x710 and xxv710 NIC."
3291
3292 # VPP Compare NICs 2n-skx 4t2c mrr
3293 - type: "table"
3294   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3295   algorithm: "table_comparison"
3296   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3297   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3298   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3299   columns:
3300     - title: "x710"
3301       data-set: "vpp-nic-comparison-2n-skx-mrr"
3302       tag: "NIC_Intel-X710"
3303     - title: "xxv710"
3304       data-set: "vpp-nic-comparison-2n-skx-mrr"
3305       tag: "NIC_Intel-XXV710"
3306   comparisons:
3307     - title: "Diff"
3308       reference: 1
3309       compare: 2
3310   legend:
3311     - "Legend to Table:"
3312     - "x710, xxv710 - NICs tested."
3313     - "Diff - difference between x710 and xxv710 NIC."
3314
3315 # VPP Compare NICs 2n-skx 8t4c mrr
3316 - type: "table"
3317   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3318   algorithm: "table_comparison"
3319   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3320   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3321   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3322   columns:
3323     - title: "x710"
3324       data-set: "vpp-nic-comparison-2n-skx-mrr"
3325       tag: "NIC_Intel-X710"
3326     - title: "xxv710"
3327       data-set: "vpp-nic-comparison-2n-skx-mrr"
3328       tag: "NIC_Intel-XXV710"
3329   comparisons:
3330     - title: "Diff"
3331       reference: 1
3332       compare: 2
3333   legend:
3334     - "Legend to Table:"
3335     - "x710, xxv710 - NICs tested."
3336     - "Diff - difference between x710 and xxv710 NIC."
3337
3338 ################################################################################
3339 # VPP
3340
3341 # VPP Performance changes 2n-skx-xxv710 2t1c ndr
3342 - type: "table"
3343   title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3344   algorithm: "table_comparison"
3345   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3346   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3347   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3348   columns:
3349     - title: "1908.1"
3350       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3351     - title: "1908.2"
3352       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3353   comparisons:
3354     - title: "Diff"
3355       reference: 1
3356       compare: 2
3357   legend:
3358     - "Legend to Table:"
3359     - "1908.1, 1908.2 - VPP versions tested."
3360     - "Diff - difference between the previous and the current VPP version."
3361
3362 # VPP Performance changes 2n-skx-xxv710 2t1c pdr
3363 - type: "table"
3364   title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3365   algorithm: "table_comparison"
3366   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3367   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3368   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3369   columns:
3370     - title: "1908.1"
3371       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3372     - title: "1908.2"
3373       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3374   comparisons:
3375     - title: "Diff"
3376       reference: 1
3377       compare: 2
3378   legend:
3379     - "Legend to Table:"
3380     - "1908.1, 1908.2 - VPP versions tested."
3381     - "Diff - difference between the previous and the current VPP version."
3382
3383 # VPP Performance changes 3n-skx-xxv710 2t1c ndr
3384 - type: "table"
3385   title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3386   algorithm: "table_comparison"
3387   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3388   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3389   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3390   columns:
3391     - title: "1908.1"
3392       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3393     - title: "1908.2"
3394       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3395   comparisons:
3396     - title: "Diff"
3397       reference: 1
3398       compare: 2
3399   legend:
3400     - "Legend to Table:"
3401     - "1908.1, 1908.2 - VPP versions tested."
3402     - "Diff - difference between the previous and the current VPP version."
3403
3404 # VPP Performance changes 3n-skx-xxv710 2t1c pdr
3405 - type: "table"
3406   title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3407   algorithm: "table_comparison"
3408   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3409   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3410   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3411   columns:
3412     - title: "1908.1"
3413       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3414     - title: "1908.2"
3415       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3416   comparisons:
3417     - title: "Diff"
3418       reference: 1
3419       compare: 2
3420   legend:
3421     - "Legend to Table:"
3422     - "1908.1, 1908.2 - VPP versions tested."
3423     - "Diff - difference between the previous and the current VPP version."
3424
3425 # VPP Performance changes 2n-clx-xxv710 2t1c ndr
3426 - type: "table"
3427   title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3428   algorithm: "table_comparison"
3429   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3430   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3431   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3432   columns:
3433     - title: "1908.1"
3434       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3435     - title: "1908.2"
3436       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3437   comparisons:
3438     - title: "Diff"
3439       reference: 1
3440       compare: 2
3441   legend:
3442     - "Legend to Table:"
3443     - "1908.1, 1908.2 - VPP versions tested."
3444     - "Diff - difference between the previous and the current VPP version."
3445
3446 # VPP Performance changes 2n-clx-xxv710 2t1c pdr
3447 - type: "table"
3448   title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3449   algorithm: "table_comparison"
3450   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3451   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3452   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3453   columns:
3454     - title: "1908.1"
3455       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3456     - title: "1908.2"
3457       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3458   comparisons:
3459     - title: "Diff"
3460       reference: 1
3461       compare: 2
3462   legend:
3463     - "Legend to Table:"
3464     - "1908.1, 1908.2 - VPP versions tested."
3465     - "Diff - difference between the previous and the current VPP version."
3466
3467 # VPP Performance Changes 3n-hsw 1t1c pdr
3468 - type: "table"
3469   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3470   algorithm: "table_comparison"
3471   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3472   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3473   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3474   columns:
3475     - title: "1904"
3476       data-set: "vpp-performance-changes-3n-hsw-h1"
3477     - title: "1908"
3478       data-set: "vpp-performance-changes-3n-hsw-ref"
3479     - title: "2001"
3480       data-set: "vpp-performance-changes-3n-hsw-cmp"
3481   comparisons:
3482     - title: "Diff"
3483       reference: 2
3484       compare: 3
3485   legend:
3486     - "Legend to Table"
3487     - "1904, 1908, 2001 - VPP versions tested."
3488     - "Diff - difference between 1908 and 2001 VPP version."
3489
3490 # VPP Performance Changes 3n-hsw 2t2c pdr
3491 - type: "table"
3492   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3493   algorithm: "table_comparison"
3494   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3495   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3496   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3497   columns:
3498     - title: "1904"
3499       data-set: "vpp-performance-changes-3n-hsw-h1"
3500     - title: "1908"
3501       data-set: "vpp-performance-changes-3n-hsw-ref"
3502     - title: "2001"
3503       data-set: "vpp-performance-changes-3n-hsw-cmp"
3504   comparisons:
3505     - title: "Diff"
3506       reference: 2
3507       compare: 3
3508   legend:
3509     - "Legend to Table"
3510     - "1904, 1908, 2001 - VPP versions tested."
3511     - "Diff - difference between 1908 and 2001 VPP version."
3512
3513 # VPP Performance Changes 3n-hsw 1t1c ndr
3514 - type: "table"
3515   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3516   algorithm: "table_comparison"
3517   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3518   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3519   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3520   columns:
3521     - title: "1904"
3522       data-set: "vpp-performance-changes-3n-hsw-h1"
3523     - title: "1908"
3524       data-set: "vpp-performance-changes-3n-hsw-ref"
3525     - title: "2001"
3526       data-set: "vpp-performance-changes-3n-hsw-cmp"
3527   comparisons:
3528     - title: "Diff"
3529       reference: 2
3530       compare: 3
3531   legend:
3532     - "Legend to Table"
3533     - "1904, 1908, 2001 - VPP versions tested."
3534     - "Diff - difference between 1908 and 2001 VPP version."
3535
3536 # VPP Performance Changes 3n-hsw 2t2c ndr
3537 - type: "table"
3538   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3539   algorithm: "table_comparison"
3540   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3541   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3542   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3543   columns:
3544     - title: "1904"
3545       data-set: "vpp-performance-changes-3n-hsw-h1"
3546     - title: "1908"
3547       data-set: "vpp-performance-changes-3n-hsw-ref"
3548     - title: "2001"
3549       data-set: "vpp-performance-changes-3n-hsw-cmp"
3550   comparisons:
3551     - title: "Diff"
3552       reference: 2
3553       compare: 3
3554   legend:
3555     - "Legend to Table"
3556     - "1904, 1908, 2001 - VPP versions tested."
3557     - "Diff - difference between 1908 and 2001 VPP version."
3558
3559 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3560 - type: "table"
3561   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3562   algorithm: "table_comparison"
3563   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3564   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3565   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3566   rca:
3567     - title: "RCA1"
3568       data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3569     - title: "RCA2"
3570       data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3571   columns:
3572     - title: "1908.0-1"
3573       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3574       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3575     - title: "1908.1-1"
3576       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3577     - title: "1908.1-2"
3578       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3579     - title: "2001.0-2"
3580       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3581   comparisons:
3582     - title: "Diff1"
3583       reference: 2
3584       reference-alt: 1
3585       compare: 3
3586     - title: "Diff2"
3587       reference: 3
3588       compare: 4
3589   legend:
3590     - 'Legend to Table:'
3591     - '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).'
3592     - '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).'
3593     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3594     - 'RCA1 - root cause analysis reference for Diff1.'
3595     - 'RCA2 - root cause analysis reference for Diff2.'
3596
3597 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3598 - type: "table"
3599   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3600   algorithm: "table_comparison"
3601   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3602   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3603   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3604   rca:
3605     - title: "RCA1"
3606       data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3607     - title: "RCA2"
3608       data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3609   columns:
3610     - title: "1908.0-1"
3611       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3612       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3613     - title: "1908.1-1"
3614       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3615     - title: "1908.1-2"
3616       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3617     - title: "2001.0-2"
3618       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3619   comparisons:
3620     - title: "Diff1"
3621       reference: 2
3622       reference-alt: 1
3623       compare: 3
3624     - title: "Diff2"
3625       reference: 3
3626       compare: 4
3627   legend:
3628     - 'Legend to Table:'
3629     - '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).'
3630     - '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).'
3631     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3632     - 'RCA1 - root cause analysis reference for Diff1.'
3633     - 'RCA2 - root cause analysis reference for Diff2.'
3634
3635 # VPP Performance Changes 3n-skx 2t1c pdr
3636 - type: "table"
3637   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3638   algorithm: "table_comparison"
3639   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3640   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3641   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3642   columns:
3643     - title: "1904"
3644       data-set: "vpp-performance-changes-3n-skx-h1"
3645       tag: "NIC_Intel-X710"
3646     - title: "1908"
3647       data-set: "vpp-performance-changes-3n-skx-ref"
3648       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3649       tag: "NIC_Intel-XXV710"
3650     - title: "2001"
3651       data-set: "vpp-performance-changes-3n-skx-cmp"
3652       tag: "NIC_Intel-XXV710"
3653   comparisons:
3654     - title: "Diff"
3655       reference: 2
3656       compare: 3
3657   legend:
3658     - "Legend to Table"
3659     - "1904, 1908, 2001 - VPP versions tested."
3660     - "Diff - difference between 1908 and 2001 VPP version."
3661
3662 # VPP Performance Changes 3n-skx 4t2c pdr
3663 - type: "table"
3664   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3665   algorithm: "table_comparison"
3666   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3668   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3669   columns:
3670     - title: "1904"
3671       data-set: "vpp-performance-changes-3n-skx-h1"
3672       tag: "NIC_Intel-X710"
3673     - title: "1908"
3674       data-set: "vpp-performance-changes-3n-skx-ref"
3675       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3676       tag: "NIC_Intel-XXV710"
3677     - title: "2001"
3678       data-set: "vpp-performance-changes-3n-skx-cmp"
3679       tag: "NIC_Intel-XXV710"
3680   comparisons:
3681     - title: "Diff"
3682       reference: 2
3683       compare: 3
3684   legend:
3685     - "Legend to Table"
3686     - "1904, 1908, 2001 - VPP versions tested."
3687     - "Diff - difference between 1908 and 2001 VPP version."
3688
3689 # VPP Performance Changes 3n-skx 2t1c ndr
3690 - type: "table"
3691   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3692   algorithm: "table_comparison"
3693   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3694   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3695   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3696   columns:
3697     - title: "1904"
3698       data-set: "vpp-performance-changes-3n-skx-h1"
3699       tag: "NIC_Intel-X710"
3700     - title: "1908"
3701       data-set: "vpp-performance-changes-3n-skx-ref"
3702       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3703       tag: "NIC_Intel-XXV710"
3704     - title: "2001"
3705       data-set: "vpp-performance-changes-3n-skx-cmp"
3706       tag: "NIC_Intel-XXV710"
3707   comparisons:
3708     - title: "Diff"
3709       reference: 2
3710       compare: 3
3711   legend:
3712     - "Legend to Table"
3713     - "1904, 1908, 2001 - VPP versions tested."
3714     - "Diff - difference between 1908 and 2001 VPP version."
3715
3716 # VPP Performance Changes 3n-skx 4t2c ndr
3717 - type: "table"
3718   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3719   algorithm: "table_comparison"
3720   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3721   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3722   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3723   columns:
3724     - title: "1904"
3725       data-set: "vpp-performance-changes-3n-skx-h1"
3726       tag: "NIC_Intel-X710"
3727     - title: "1908"
3728       data-set: "vpp-performance-changes-3n-skx-ref"
3729       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3730       tag: "NIC_Intel-XXV710"
3731     - title: "2001"
3732       data-set: "vpp-performance-changes-3n-skx-cmp"
3733       tag: "NIC_Intel-XXV710"
3734   comparisons:
3735     - title: "Diff"
3736       reference: 2
3737       compare: 3
3738   legend:
3739     - "Legend to Table"
3740     - "1904, 1908, 2001 - VPP versions tested."
3741     - "Diff - difference between 1908 and 2001 VPP version."
3742
3743 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3744 - type: "table"
3745   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3746   algorithm: "table_comparison"
3747   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3748   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3749   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3750   rca:
3751     - title: "RCA1"
3752       data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3753     - title: "RCA2"
3754       data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3755   columns:
3756     - title: "1908.0-1"
3757       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3758       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3759     - title: "1908.1-1"
3760       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3761     - title: "1908.1-2"
3762       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3763     - title: "2001.0-2"
3764       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3765   comparisons:
3766     - title: "Diff1"
3767       reference: 2
3768       reference-alt: 1
3769       compare: 3
3770     - title: "Diff2"
3771       reference: 3
3772       compare: 4
3773   legend:
3774     - 'Legend to Table:'
3775     - '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).'
3776     - '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).'
3777     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3778     - 'RCA1 - root cause analysis reference for Diff1.'
3779     - 'RCA2 - root cause analysis reference for Diff2.'
3780
3781 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3782 - type: "table"
3783   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3784   algorithm: "table_comparison"
3785   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3786   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3787   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3788   rca:
3789     - title: "RCA1"
3790       data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3791     - title: "RCA2"
3792       data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3793   columns:
3794     - title: "1908.0-1"
3795       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3796       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3797     - title: "1908.1-1"
3798       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3799     - title: "1908.1-2"
3800       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3801     - title: "2001.0-2"
3802       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3803   comparisons:
3804     - title: "Diff1"
3805       reference: 2
3806       reference-alt: 1
3807       compare: 3
3808     - title: "Diff2"
3809       reference: 3
3810       compare: 4
3811   legend:
3812     - 'Legend to Table:'
3813     - '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).'
3814     - '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).'
3815     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3816     - 'RCA1 - root cause analysis reference for Diff1.'
3817     - 'RCA2 - root cause analysis reference for Diff2.'
3818
3819 # VPP Performance Changes 2n-skx 2t1c pdr
3820 - type: "table"
3821   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3822   algorithm: "table_comparison"
3823   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3824   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3825   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3826   columns:
3827     - title: "1904"
3828       data-set: "vpp-performance-changes-2n-skx-h1"
3829       tag: "NIC_Intel-X710"
3830     - title: "1908"
3831       data-set: "vpp-performance-changes-2n-skx-ref"
3832       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3833       tag: "NIC_Intel-XXV710"
3834     - title: "2001"
3835       data-set: "vpp-performance-changes-2n-skx-cmp"
3836       tag: "NIC_Intel-XXV710"
3837   comparisons:
3838     - title: "Diff"
3839       reference: 2
3840       compare: 3
3841   legend:
3842     - "Legend to Table"
3843     - "1904, 1908, 2001 - VPP versions tested."
3844     - "Diff - difference between 1908 and 2001 VPP version."
3845
3846 # VPP Performance Changes 2n-skx 4t2c pdr
3847 - type: "table"
3848   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3849   algorithm: "table_comparison"
3850   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3851   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3852   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3853   columns:
3854     - title: "1904"
3855       data-set: "vpp-performance-changes-2n-skx-h1"
3856       tag: "NIC_Intel-X710"
3857     - title: "1908"
3858       data-set: "vpp-performance-changes-2n-skx-ref"
3859       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3860       tag: "NIC_Intel-XXV710"
3861     - title: "2001"
3862       data-set: "vpp-performance-changes-2n-skx-cmp"
3863       tag: "NIC_Intel-XXV710"
3864   comparisons:
3865     - title: "Diff"
3866       reference: 2
3867       compare: 3
3868   legend:
3869     - "Legend to Table"
3870     - "1904, 1908, 2001 - VPP versions tested."
3871     - "Diff - difference between 1908 and 2001 VPP version."
3872
3873 # VPP Performance Changes 2n-skx 2t1c ndr
3874 - type: "table"
3875   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3876   algorithm: "table_comparison"
3877   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3878   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3879   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3880   columns:
3881     - title: "1904"
3882       data-set: "vpp-performance-changes-2n-skx-h1"
3883       tag: "NIC_Intel-X710"
3884     - title: "1908"
3885       data-set: "vpp-performance-changes-2n-skx-ref"
3886       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3887       tag: "NIC_Intel-XXV710"
3888     - title: "2001"
3889       data-set: "vpp-performance-changes-2n-skx-cmp"
3890       tag: "NIC_Intel-XXV710"
3891   comparisons:
3892     - title: "Diff"
3893       reference: 2
3894       compare: 3
3895   legend:
3896     - "Legend to Table"
3897     - "1904, 1908, 2001 - VPP versions tested."
3898     - "Diff - difference between 1908 and 2001 VPP version."
3899
3900 # VPP Performance Changes 2n-skx 4t2c ndr
3901 - type: "table"
3902   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3903   algorithm: "table_comparison"
3904   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3906   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3907   columns:
3908     - title: "1904"
3909       data-set: "vpp-performance-changes-2n-skx-h1"
3910       tag: "NIC_Intel-X710"
3911     - title: "1908"
3912       data-set: "vpp-performance-changes-2n-skx-ref"
3913       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3914       tag: "NIC_Intel-XXV710"
3915     - title: "2001"
3916       data-set: "vpp-performance-changes-2n-skx-cmp"
3917       tag: "NIC_Intel-XXV710"
3918   comparisons:
3919     - title: "Diff"
3920       reference: 2
3921       compare: 3
3922   legend:
3923     - "Legend to Table"
3924     - "1904, 1908, 2001 - VPP versions tested."
3925     - "Diff - difference between 1908 and 2001 VPP version."
3926
3927 # VPP Performance Changes 2n-dnv 1t1c pdr
3928 - type: "table"
3929   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3930   algorithm: "table_comparison"
3931   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3932   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3933   filter: "'1T1C'"
3934   columns:
3935     - title: "1908"
3936       data-set: "vpp-performance-changes-2n-dnv-ref"
3937     - title: "2001"
3938       data-set: "vpp-performance-changes-2n-dnv-cmp"
3939   comparisons:
3940     - title: "Diff"
3941       reference: 1
3942       compare: 2
3943   legend:
3944     - "Legend to Table"
3945     - "1908, 2001 - VPP versions tested."
3946     - "Diff - difference between 1908 and 2001 VPP version."
3947
3948 # VPP Performance Changes 2n-dnv 2t2c pdr
3949 - type: "table"
3950   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3951   algorithm: "table_comparison"
3952   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3953   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3954   filter: "'2T2C'"
3955   columns:
3956     - title: "1908"
3957       data-set: "vpp-performance-changes-2n-dnv-ref"
3958     - title: "2001"
3959       data-set: "vpp-performance-changes-2n-dnv-cmp"
3960   comparisons:
3961     - title: "Diff"
3962       reference: 1
3963       compare: 2
3964   legend:
3965     - "Legend to Table"
3966     - "1908, 2001 - VPP versions tested."
3967     - "Diff - difference between 1908 and 2001 VPP version."
3968
3969 # VPP Performance Changes 2n-dnv 1t1c ndr
3970 - type: "table"
3971   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3972   algorithm: "table_comparison"
3973   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3974   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3975   filter: "'1T1C'"
3976   columns:
3977     - title: "1908"
3978       data-set: "vpp-performance-changes-2n-dnv-ref"
3979     - title: "2001"
3980       data-set: "vpp-performance-changes-2n-dnv-cmp"
3981   comparisons:
3982     - title: "Diff"
3983       reference: 1
3984       compare: 2
3985   legend:
3986     - "Legend to Table"
3987     - "1908, 2001 - VPP versions tested."
3988     - "Diff - difference between 1908 and 2001 VPP version."
3989
3990 # VPP Performance Changes 2n-dnv 2t2c ndr
3991 - type: "table"
3992   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3993   algorithm: "table_comparison"
3994   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3995   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3996   filter: "'2T2C'"
3997   columns:
3998     - title: "1908"
3999       data-set: "vpp-performance-changes-2n-dnv-ref"
4000     - title: "2001"
4001       data-set: "vpp-performance-changes-2n-dnv-cmp"
4002   comparisons:
4003     - title: "Diff"
4004       reference: 1
4005       compare: 2
4006   legend:
4007     - "Legend to Table"
4008     - "1908, 2001 - VPP versions tested."
4009     - "Diff - difference between 1908 and 2001 VPP version."
4010
4011 # VPP Performance Changes 3n-dnv 1t1c pdr
4012 - type: "table"
4013   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4014   algorithm: "table_comparison"
4015   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4016   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4017   filter: "'1T1C'"
4018   columns:
4019     - title: "1908"
4020       data-set: "vpp-performance-changes-3n-dnv-ref"
4021     - title: "2001"
4022       data-set: "vpp-performance-changes-3n-dnv-cmp"
4023   comparisons:
4024     - title: "Diff"
4025       reference: 1
4026       compare: 2
4027   legend:
4028     - "Legend to Table"
4029     - "1908, 2001 - VPP versions tested."
4030     - "Diff - difference between 1908 and 2001 VPP version."
4031
4032 # VPP Performance Changes 3n-dnv 2t2c pdr
4033 - type: "table"
4034   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4035   algorithm: "table_comparison"
4036   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4037   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4038   filter: "'2T2C'"
4039   columns:
4040     - title: "1908"
4041       data-set: "vpp-performance-changes-3n-dnv-ref"
4042     - title: "2001"
4043       data-set: "vpp-performance-changes-3n-dnv-cmp"
4044   comparisons:
4045     - title: "Diff"
4046       reference: 1
4047       compare: 2
4048   legend:
4049     - "Legend to Table"
4050     - "1908, 2001 - VPP versions tested."
4051     - "Diff - difference between 1908 and 2001 VPP version."
4052
4053 # VPP Performance Changes 3n-dnv 1t1c ndr
4054 - type: "table"
4055   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4056   algorithm: "table_comparison"
4057   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4058   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4059   filter: "'1T1C'"
4060   columns:
4061     - title: "1908"
4062       data-set: "vpp-performance-changes-3n-dnv-ref"
4063     - title: "2001"
4064       data-set: "vpp-performance-changes-3n-dnv-cmp"
4065   comparisons:
4066     - title: "Diff"
4067       reference: 1
4068       compare: 2
4069   legend:
4070     - "Legend to Table"
4071     - "1908, 2001 - VPP versions tested."
4072     - "Diff - difference between 1908 and 2001 VPP version."
4073
4074 # VPP Performance Changes 3n-dnv 2t2c ndr
4075 - type: "table"
4076   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4077   algorithm: "table_comparison"
4078   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4079   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4080   filter: "'2T2C'"
4081   columns:
4082     - title: "1908"
4083       data-set: "vpp-performance-changes-3n-dnv-ref"
4084     - title: "2001"
4085       data-set: "vpp-performance-changes-3n-dnv-cmp"
4086   comparisons:
4087     - title: "Diff"
4088       reference: 1
4089       compare: 2
4090   legend:
4091     - "Legend to Table"
4092     - "1908, 2001 - VPP versions tested."
4093     - "Diff - difference between 1908 and 2001 VPP version."
4094
4095 # VPP Performance Changes 3n-tsh 1t1c pdr
4096 - type: "table"
4097   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4098   algorithm: "table_comparison"
4099   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4100   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4101   filter: "'1T1C'"
4102   columns:
4103     - title: "1908"
4104       data-set: "vpp-performance-changes-3n-tsh-ref"
4105     - title: "2001"
4106       data-set: "vpp-performance-changes-3n-tsh-cmp"
4107   comparisons:
4108     - title: "Diff"
4109       reference: 1
4110       compare: 2
4111   legend:
4112     - "Legend to Table"
4113     - "1908, 2001 - VPP versions tested."
4114     - "Diff - difference between 1908 and 2001 VPP version."
4115
4116 # VPP Performance Changes 3n-tsh 2t2c pdr
4117 - type: "table"
4118   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4119   algorithm: "table_comparison"
4120   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4121   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4122   filter: "'2T2C'"
4123   columns:
4124     - title: "1908"
4125       data-set: "vpp-performance-changes-3n-tsh-ref"
4126     - title: "2001"
4127       data-set: "vpp-performance-changes-3n-tsh-cmp"
4128   comparisons:
4129     - title: "Diff"
4130       reference: 1
4131       compare: 2
4132   legend:
4133     - "Legend to Table"
4134     - "1908, 2001 - VPP versions tested."
4135     - "Diff - difference between 1908 and 2001 VPP version."
4136
4137 # VPP Performance Changes 3n-tsh 1t1c ndr
4138 - type: "table"
4139   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4140   algorithm: "table_comparison"
4141   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4142   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4143   filter: "'1T1C'"
4144   columns:
4145     - title: "1908"
4146       data-set: "vpp-performance-changes-3n-tsh-ref"
4147     - title: "2001"
4148       data-set: "vpp-performance-changes-3n-tsh-cmp"
4149   comparisons:
4150     - title: "Diff"
4151       reference: 1
4152       compare: 2
4153   legend:
4154     - "Legend to Table"
4155     - "1908, 2001 - VPP versions tested."
4156     - "Diff - difference between 1908 and 2001 VPP version."
4157
4158 # VPP Performance Changes 3n-tsh 2t2c ndr
4159 - type: "table"
4160   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4161   algorithm: "table_comparison"
4162   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4163   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4164   filter: "'2T2C'"
4165   columns:
4166     - title: "1908"
4167       data-set: "vpp-performance-changes-3n-tsh-ref"
4168     - title: "2001"
4169       data-set: "vpp-performance-changes-3n-tsh-cmp"
4170   comparisons:
4171     - title: "Diff"
4172       reference: 1
4173       compare: 2
4174   legend:
4175     - "Legend to Table"
4176     - "1908, 2001 - VPP versions tested."
4177     - "Diff - difference between 1908 and 2001 VPP version."
4178
4179 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4180 - type: "table"
4181   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4182   algorithm: "table_comparison"
4183   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4184   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4185   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4186   columns:
4187     - title: "3n-hsw xl710"
4188       data-set: "vpp-compare-testbeds-ref"
4189       tag: "NIC_Intel-XL710"
4190     - title: "3n-skx xxv710"
4191       data-set: "vpp-compare-testbeds-cmp"
4192       tag: "NIC_Intel-XXV710"
4193   comparisons:
4194     - title: "Diff"
4195       reference: 1
4196       compare: 2
4197   legend:
4198     - "Legend to Table"
4199     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4200     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4201
4202 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4203 - type: "table"
4204   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4205   algorithm: "table_comparison"
4206   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4207   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4208   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4209   columns:
4210     - title: "3n-hsw xl710"
4211       data-set: "vpp-compare-testbeds-ref"
4212       tag: "NIC_Intel-XL710"
4213     - title: "3n-skx xxv710"
4214       data-set: "vpp-compare-testbeds-cmp"
4215       tag: "NIC_Intel-XXV710"
4216   comparisons:
4217     - title: "Diff"
4218       reference: 1
4219       compare: 2
4220   legend:
4221     - "Legend to Table"
4222     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4223     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4224
4225 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4226 - type: "table"
4227   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4228   algorithm: "table_comparison"
4229   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4231   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4232   columns:
4233     - title: "3n-hsw xl710"
4234       data-set: "vpp-compare-testbeds-ref"
4235       tag: "NIC_Intel-XL710"
4236     - title: "3n-skx xxv710"
4237       data-set: "vpp-compare-testbeds-cmp"
4238       tag: "NIC_Intel-XXV710"
4239   comparisons:
4240     - title: "Diff"
4241       reference: 1
4242       compare: 2
4243   legend:
4244     - "Legend to Table"
4245     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4246     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4247
4248 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4249 - type: "table"
4250   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4251   algorithm: "table_comparison"
4252   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4253   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4254   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4255   columns:
4256     - title: "3n-hsw xl710"
4257       data-set: "vpp-compare-testbeds-ref"
4258       tag: "NIC_Intel-XL710"
4259     - title: "3n-skx xxv710"
4260       data-set: "vpp-compare-testbeds-cmp"
4261       tag: "NIC_Intel-XXV710"
4262   comparisons:
4263     - title: "Diff"
4264       reference: 1
4265       compare: 2
4266   legend:
4267     - "Legend to Table"
4268     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4269     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4270
4271 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4272 - type: "table"
4273   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4274   algorithm: "table_comparison"
4275   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4276   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4277   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4278   columns:
4279     - title: "2n-skx"
4280       data-set: "vpp-compare-testbeds-skx-clx-ref"
4281     - title: "2n-clx"
4282       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4283   comparisons:
4284     - title: "Diff"
4285       reference: 1
4286       compare: 2
4287   legend:
4288     - "Legend to Table"
4289     - "2n-skx, 2n-clx - testbeds and NICs tested."
4290     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4291
4292 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4293 - type: "table"
4294   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4295   algorithm: "table_comparison"
4296   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4297   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4298   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4299   columns:
4300     - title: "2n-skx"
4301       data-set: "vpp-compare-testbeds-skx-clx-ref"
4302     - title: "2n-clx"
4303       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4304   comparisons:
4305     - title: "Diff"
4306       reference: 1
4307       compare: 2
4308   legend:
4309     - "Legend to Table"
4310     - "2n-skx, 2n-clx - testbeds and NICs tested."
4311     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4312
4313 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4314 - type: "table"
4315   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4316   algorithm: "table_comparison"
4317   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4318   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4319   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4320   columns:
4321     - title: "2n-skx"
4322       data-set: "vpp-compare-testbeds-skx-clx-ref"
4323     - title: "2n-clx"
4324       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4325   comparisons:
4326     - title: "Diff"
4327       reference: 1
4328       compare: 2
4329   legend:
4330     - "Legend to Table"
4331     - "2n-skx, 2n-clx - testbeds and NICs tested."
4332     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4333
4334 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4335 - type: "table"
4336   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4337   algorithm: "table_comparison"
4338   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4339   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4340   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4341   columns:
4342     - title: "2n-skx"
4343       data-set: "vpp-compare-testbeds-skx-clx-ref"
4344     - title: "2n-clx"
4345       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4346   comparisons:
4347     - title: "Diff"
4348       reference: 1
4349       compare: 2
4350   legend:
4351     - "Legend to Table"
4352     - "2n-skx, 2n-clx - testbeds and NICs tested."
4353     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4354
4355 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4356 - type: "table"
4357   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4358   algorithm: "table_comparison"
4359   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4360   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4361   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4362   columns:
4363     - title: "3n-hsw xl710"
4364       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4365       tag: "NIC_Intel-XL710"
4366     - title: "2n-clx xxv710"
4367       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4368       tag: "NIC_Intel-XXV710"
4369   comparisons:
4370     - title: "Diff"
4371       reference: 1
4372       compare: 2
4373   legend:
4374     - "Legend to Table"
4375     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4376     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4377
4378 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4379 - type: "table"
4380   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4381   algorithm: "table_comparison"
4382   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4383   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4384   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4385   columns:
4386     - title: "3n-hsw xl710"
4387       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4388       tag: "NIC_Intel-XL710"
4389     - title: "2n-clx xxv710"
4390       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4391       tag: "NIC_Intel-XXV710"
4392   comparisons:
4393     - title: "Diff"
4394       reference: 1
4395       compare: 2
4396   legend:
4397     - "Legend to Table"
4398     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4399     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4400
4401 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4402 - type: "table"
4403   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4404   algorithm: "table_comparison"
4405   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4406   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4407   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4408   columns:
4409     - title: "3n-hsw xl710"
4410       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4411       tag: "NIC_Intel-XL710"
4412     - title: "2n-clx xxv710"
4413       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4414       tag: "NIC_Intel-XXV710"
4415   comparisons:
4416     - title: "Diff"
4417       reference: 1
4418       compare: 2
4419   legend:
4420     - "Legend to Table"
4421     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4422     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4423
4424 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4425 - type: "table"
4426   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4427   algorithm: "table_comparison"
4428   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4429   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4430   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4431   columns:
4432     - title: "3n-hsw xl710"
4433       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4434       tag: "NIC_Intel-XL710"
4435     - title: "2n-clx xxv710"
4436       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4437       tag: "NIC_Intel-XXV710"
4438   comparisons:
4439     - title: "Diff"
4440       reference: 1
4441       compare: 2
4442   legend:
4443     - "Legend to Table"
4444     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4445     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4446
4447 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4448 - type: "table"
4449   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4450   algorithm: "table_comparison"
4451   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4453   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4454   columns:
4455     - title: "3n-skx"
4456       data-set: "vpp-compare-topologies-ref"
4457     - title: "2n-skx"
4458       data-set: "vpp-compare-topologies-cmp"
4459   comparisons:
4460     - title: "Diff"
4461       reference: 1
4462       compare: 2
4463   legend:
4464     - "Legend to Table"
4465     - "3n-skx, 2n-skx - topologies tested."
4466     - "Diff - difference between 3n-skx and 2n-skx topologies."
4467
4468 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4469 - type: "table"
4470   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4471   algorithm: "table_comparison"
4472   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4473   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4474   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4475   columns:
4476     - title: "3n-skx"
4477       data-set: "vpp-compare-topologies-ref"
4478     - title: "2n-skx"
4479       data-set: "vpp-compare-topologies-cmp"
4480   comparisons:
4481     - title: "Diff"
4482       reference: 1
4483       compare: 2
4484   legend:
4485     - "Legend to Table"
4486     - "3n-skx, 2n-skx - topologies tested."
4487     - "Diff - difference between 3n-skx and 2n-skx topologies."
4488
4489 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4490 - type: "table"
4491   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4492   algorithm: "table_comparison"
4493   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4494   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4495   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4496   columns:
4497     - title: "3n-skx"
4498       data-set: "vpp-compare-topologies-ref"
4499     - title: "2n-skx"
4500       data-set: "vpp-compare-topologies-cmp"
4501   comparisons:
4502     - title: "Diff"
4503       reference: 1
4504       compare: 2
4505   legend:
4506     - "Legend to Table"
4507     - "3n-skx, 2n-skx - topologies tested."
4508     - "Diff - difference between 3n-skx and 2n-skx topologies."
4509
4510 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4511 - type: "table"
4512   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4513   algorithm: "table_comparison"
4514   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4515   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4516   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4517   columns:
4518     - title: "3n-skx"
4519       data-set: "vpp-compare-topologies-ref"
4520     - title: "2n-skx"
4521       data-set: "vpp-compare-topologies-cmp"
4522   comparisons:
4523     - title: "Diff"
4524       reference: 1
4525       compare: 2
4526   legend:
4527     - "Legend to Table"
4528     - "3n-skx, 2n-skx - topologies tested."
4529     - "Diff - difference between 3n-skx and 2n-skx topologies."
4530
4531 # VPP Performance Changes 3n-hsw 1t1c mrr
4532 - type: "table"
4533   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4534   algorithm: "table_comparison"
4535   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4536   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4537   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4538   columns:
4539     - title: "1904"
4540       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4541     - title: "1908"
4542       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4543     - title: "2001"
4544       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4545   comparisons:
4546     - title: "Diff"
4547       reference: 2
4548       compare: 3
4549   legend:
4550     - "Legend to Table"
4551     - "1904, 1908, 2001 - VPP versions tested."
4552     - "Diff - difference between 1908 and 2001 VPP version."
4553
4554 # VPP Performance Changes 3n-hsw 2t2c mrr
4555 - type: "table"
4556   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4557   algorithm: "table_comparison"
4558   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4559   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4560   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4561   columns:
4562     - title: "1904"
4563       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4564     - title: "1908"
4565       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4566     - title: "2001"
4567       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4568   comparisons:
4569     - title: "Diff"
4570       reference: 2
4571       compare: 3
4572   legend:
4573     - "Legend to Table"
4574     - "1904, 1908, 2001 - VPP versions tested."
4575     - "Diff - difference between 1908 and 2001 VPP version."
4576
4577 # VPP Performance Changes 3n-hsw 4t4c mrr
4578 - type: "table"
4579   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4580   algorithm: "table_comparison"
4581   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4583   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4584   columns:
4585     - title: "1904"
4586       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4587     - title: "1908"
4588       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4589     - title: "2001"
4590       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4591   comparisons:
4592     - title: "Diff"
4593       reference: 2
4594       compare: 3
4595   legend:
4596     - "Legend to Table"
4597     - "1904, 1908, 2001 - VPP versions tested."
4598     - "Diff - difference between 1908 and 2001 VPP version."
4599
4600 # VPP Performance Changes 3n-skx 2t1c mrr
4601 - type: "table"
4602   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4603   algorithm: "table_comparison"
4604   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4605   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4606   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4607   columns:
4608     - title: "1904"
4609       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4610     - title: "1908"
4611       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4612     - title: "2001"
4613       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4614   comparisons:
4615     - title: "Diff"
4616       reference: 2
4617       compare: 3
4618   legend:
4619     - "Legend to Table"
4620     - "1904, 1908, 2001 - VPP versions tested."
4621     - "Diff - difference between 1908 and 2001 VPP version."
4622
4623 # VPP Performance Changes 3n-skx 4t2c mrr
4624 - type: "table"
4625   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4626   algorithm: "table_comparison"
4627   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4628   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4629   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4630   columns:
4631     - title: "1904"
4632       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4633     - title: "1908"
4634       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4635     - title: "2001"
4636       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4637   comparisons:
4638     - title: "Diff"
4639       reference: 2
4640       compare: 3
4641   legend:
4642     - "Legend to Table"
4643     - "1904, 1908, 2001 - VPP versions tested."
4644     - "Diff - difference between 1908 and 2001 VPP version."
4645
4646 # VPP Performance Changes 3n-skx 8t4c mrr
4647 - type: "table"
4648   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4649   algorithm: "table_comparison"
4650   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4651   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4652   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4653   columns:
4654     - title: "1904"
4655       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4656     - title: "1908"
4657       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4658     - title: "2001"
4659       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4660   comparisons:
4661     - title: "Diff"
4662       reference: 2
4663       compare: 3
4664   legend:
4665     - "Legend to Table"
4666     - "1904, 1908, 2001 - VPP versions tested."
4667     - "Diff - difference between 1908 and 2001 VPP version."
4668
4669 # VPP Performance Changes 2n-skx 2t1c mrr
4670 - type: "table"
4671   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4672   algorithm: "table_comparison"
4673   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4674   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4675   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4676   columns:
4677     - title: "1904"
4678       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4679     - title: "1908"
4680       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4681     - title: "2001"
4682       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4683   comparisons:
4684     - title: "Diff"
4685       reference: 2
4686       compare: 3
4687   legend:
4688     - "Legend to Table"
4689     - "1904, 1908, 2001 - VPP versions tested."
4690     - "Diff - difference between 1908 and 2001 VPP version."
4691
4692 # VPP Performance Changes 2n-skx 4t2c mrr
4693 - type: "table"
4694   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4695   algorithm: "table_comparison"
4696   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4697   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4698   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4699   columns:
4700     - title: "1904"
4701       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4702     - title: "1908"
4703       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4704     - title: "2001"
4705       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4706   comparisons:
4707     - title: "Diff"
4708       reference: 2
4709       compare: 3
4710   legend:
4711     - "Legend to Table"
4712     - "1904, 1908, 2001 - VPP versions tested."
4713     - "Diff - difference between 1908 and 2001 VPP version."
4714
4715 # VPP Performance Changes 2n-skx 8t4c mrr
4716 - type: "table"
4717   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4718   algorithm: "table_comparison"
4719   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4720   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4721   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4722   columns:
4723     - title: "1904"
4724       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4725     - title: "1908"
4726       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4727     - title: "2001"
4728       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4729   comparisons:
4730     - title: "Diff"
4731       reference: 2
4732       compare: 3
4733   legend:
4734     - "Legend to Table"
4735     - "1904, 1908, 2001 - VPP versions tested."
4736     - "Diff - difference between 1908 and 2001 VPP version."
4737
4738 # VPP Performance Changes 2n-dnv 1t1c mrr
4739 - type: "table"
4740   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4741   algorithm: "table_comparison"
4742   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4743   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4744   filter: "'1T1C'"
4745   columns:
4746     - title: "1908"
4747       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4748     - title: "2001"
4749       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4750   comparisons:
4751     - title: "Diff"
4752       reference: 1
4753       compare: 2
4754   legend:
4755     - "Legend to Table"
4756     - "1908, 2001 - VPP versions tested."
4757     - "Diff - difference between 1908 and 2001 VPP version."
4758
4759 # VPP Performance Changes 2n-dnv 2t2c mrr
4760 - type: "table"
4761   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4762   algorithm: "table_comparison"
4763   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4764   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4765   filter: "'2T2C'"
4766   columns:
4767     - title: "1908"
4768       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4769     - title: "2001"
4770       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4771   comparisons:
4772     - title: "Diff"
4773       reference: 1
4774       compare: 2
4775   legend:
4776     - "Legend to Table"
4777     - "1908, 2001 - VPP versions tested."
4778     - "Diff - difference between 1908 and 2001 VPP version."
4779
4780 # VPP Performance Changes 2n-dnv 4t4c mrr
4781 - type: "table"
4782   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4783   algorithm: "table_comparison"
4784   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4785   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4786   filter: "'4T4C'"
4787   columns:
4788     - title: "1908"
4789       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4790     - title: "2001"
4791       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4792   comparisons:
4793     - title: "Diff"
4794       reference: 1
4795       compare: 2
4796   legend:
4797     - "Legend to Table"
4798     - "1908, 2001 - VPP versions tested."
4799     - "Diff - difference between 1908 and 2001 VPP version."
4800
4801 # VPP Performance Changes 3n-dnv 1t1c mrr
4802 - type: "table"
4803   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4804   algorithm: "table_comparison"
4805   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4807   filter: "'1T1C'"
4808   columns:
4809     - title: "1908"
4810       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4811     - title: "2001"
4812       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4813   comparisons:
4814     - title: "Diff"
4815       reference: 1
4816       compare: 2
4817   legend:
4818     - "Legend to Table"
4819     - "1908, 2001 - VPP versions tested."
4820     - "Diff - difference between 1908 and 2001 VPP version."
4821
4822 # VPP Performance Changes 3n-dnv 2t2c mrr
4823 - type: "table"
4824   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4825   algorithm: "table_comparison"
4826   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4827   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4828   filter: "'2T2C'"
4829   columns:
4830     - title: "1908"
4831       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4832     - title: "2001"
4833       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4834   comparisons:
4835     - title: "Diff"
4836       reference: 1
4837       compare: 2
4838   legend:
4839     - "Legend to Table"
4840     - "1908, 2001 - VPP versions tested."
4841     - "Diff - difference between 1908 and 2001 VPP version."
4842
4843 # VPP Performance Changes 3n-dnv 4t4c mrr
4844 - type: "table"
4845   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4846   algorithm: "table_comparison"
4847   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4848   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4849   filter: "'4T4C'"
4850   columns:
4851     - title: "1908"
4852       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4853     - title: "2001"
4854       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4855   comparisons:
4856     - title: "Diff"
4857       reference: 1
4858       compare: 2
4859   legend:
4860     - "Legend to Table"
4861     - "1908, 2001 - VPP versions tested."
4862     - "Diff - difference between 1908 and 2001 VPP version."
4863
4864 # VPP Performance Changes 3n-tsh 1t1c mrr
4865 - type: "table"
4866   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4867   algorithm: "table_comparison"
4868   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4869   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4870   filter: "'1T1C'"
4871   columns:
4872     - title: "1908"
4873       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4874     - title: "2001"
4875       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4876   comparisons:
4877     - title: "Diff"
4878       reference: 1
4879       compare: 2
4880   legend:
4881     - "Legend to Table"
4882     - "1908, 2001 - VPP versions tested."
4883     - "Diff - difference between 1908 and 2001 VPP version."
4884
4885 # VPP Performance Changes 3n-tsh 2t2c mrr
4886 - type: "table"
4887   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4888   algorithm: "table_comparison"
4889   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4890   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4891   filter: "'2T2C'"
4892   columns:
4893     - title: "1908"
4894       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4895     - title: "2001"
4896       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4897   comparisons:
4898     - title: "Diff"
4899       reference: 1
4900       compare: 2
4901   legend:
4902     - "Legend to Table"
4903     - "1908, 2001 - VPP versions tested."
4904     - "Diff - difference between 1908 and 2001 VPP version."
4905
4906 # VPP Performance Changes 3n-tsh 4t4c mrr
4907 - type: "table"
4908   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4909   algorithm: "table_comparison"
4910   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4911   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4912   filter: "'4T4C'"
4913   columns:
4914     - title: "1908"
4915       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4916     - title: "2001"
4917       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4918   comparisons:
4919     - title: "Diff"
4920       reference: 1
4921       compare: 2
4922   legend:
4923     - "Legend to Table"
4924     - "1908, 2001 - VPP versions tested."
4925     - "Diff - difference between 1908 and 2001 VPP version."
4926
4927 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4928 - type: "table"
4929   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4930   algorithm: "table_comparison"
4931   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4932   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4933   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4934   columns:
4935     - title: "3n-hsw xl710"
4936       data-set: "vpp-compare-testbeds-mrr-ref"
4937       tag: "NIC_Intel-XL710"
4938     - title: "3n-skx xxv710"
4939       data-set: "vpp-compare-testbeds-mrr-cmp"
4940       tag: "NIC_Intel-XXV710"
4941   comparisons:
4942     - title: "Diff"
4943       reference: 1
4944       compare: 2
4945   legend:
4946     - "Legend to Table"
4947     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4948     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4949
4950 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4951 - type: "table"
4952   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4953   algorithm: "table_comparison"
4954   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4955   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4956   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4957   columns:
4958     - title: "3n-hsw xl710"
4959       data-set: "vpp-compare-testbeds-mrr-ref"
4960       tag: "NIC_Intel-XL710"
4961     - title: "3n-skx xxv710"
4962       data-set: "vpp-compare-testbeds-mrr-cmp"
4963       tag: "NIC_Intel-XXV710"
4964   comparisons:
4965     - title: "Diff"
4966       reference: 1
4967       compare: 2
4968   legend:
4969     - "Legend to Table"
4970     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4971     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4972
4973 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4974 - type: "table"
4975   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4976   algorithm: "table_comparison"
4977   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4978   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4979   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4980   columns:
4981     - title: "3n-hsw xl710"
4982       data-set: "vpp-compare-testbeds-mrr-ref"
4983       tag: "NIC_Intel-XL710"
4984     - title: "3n-skx xxv710"
4985       data-set: "vpp-compare-testbeds-mrr-cmp"
4986       tag: "NIC_Intel-XXV710"
4987   comparisons:
4988     - title: "Diff"
4989       reference: 1
4990       compare: 2
4991   legend:
4992     - "Legend to Table"
4993     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4994     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4995
4996 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4997 - type: "table"
4998   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4999   algorithm: "table_comparison"
5000   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5001   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5002   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5003   columns:
5004     - title: "2n-skx"
5005       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5006     - title: "2n-clx"
5007       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5008   comparisons:
5009     - title: "Diff"
5010       reference: 1
5011       compare: 2
5012   legend:
5013     - "Legend to Table"
5014     - "2n-skx, 2n-clx - testbeds and NICs tested."
5015     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5016
5017 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5018 - type: "table"
5019   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5020   algorithm: "table_comparison"
5021   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5022   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5023   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5024   columns:
5025     - title: "2n-skx"
5026       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5027     - title: "2n-clx"
5028       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5029   comparisons:
5030     - title: "Diff"
5031       reference: 1
5032       compare: 2
5033   legend:
5034     - "Legend to Table"
5035     - "2n-skx, 2n-clx - testbeds and NICs tested."
5036     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5037
5038 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5039 - type: "table"
5040   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5041   algorithm: "table_comparison"
5042   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5043   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5044   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5045   columns:
5046     - title: "2n-skx"
5047       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5048     - title: "2n-clx"
5049       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5050   comparisons:
5051     - title: "Diff"
5052       reference: 1
5053       compare: 2
5054   legend:
5055     - "Legend to Table"
5056     - "2n-skx, 2n-clx - testbeds and NICs tested."
5057     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5058
5059 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5060 - type: "table"
5061   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5062   algorithm: "table_comparison"
5063   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5064   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5065   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5066   columns:
5067     - title: "3n-skx"
5068       data-set: "vpp-compare-topologies-mrr-ref"
5069     - title: "2n-skx"
5070       data-set: "vpp-compare-topologies-mrr-cmp"
5071   comparisons:
5072     - title: "Diff"
5073       reference: 1
5074       compare: 2
5075   legend:
5076     - "Legend to Table"
5077     - "3n-skx, 2n-skx - topologies tested."
5078     - "Diff - difference between 3n-skx and 2n-skx topologies."
5079
5080 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5081 - type: "table"
5082   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5083   algorithm: "table_comparison"
5084   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5085   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5086   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5087   columns:
5088     - title: "3n-skx"
5089       data-set: "vpp-compare-topologies-mrr-ref"
5090     - title: "2n-skx"
5091       data-set: "vpp-compare-topologies-mrr-cmp"
5092   comparisons:
5093     - title: "Diff"
5094       reference: 1
5095       compare: 2
5096   legend:
5097     - "Legend to Table"
5098     - "3n-skx, 2n-skx - topologies tested."
5099     - "Diff - difference between 3n-skx and 2n-skx topologies."
5100
5101 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5102 - type: "table"
5103   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5104   algorithm: "table_comparison"
5105   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5106   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5107   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5108   columns:
5109     - title: "3n-skx"
5110       data-set: "vpp-compare-topologies-mrr-ref"
5111     - title: "2n-skx"
5112       data-set: "vpp-compare-topologies-mrr-cmp"
5113   comparisons:
5114     - title: "Diff"
5115       reference: 1
5116       compare: 2
5117   legend:
5118     - "Legend to Table"
5119     - "3n-skx, 2n-skx - topologies tested."
5120     - "Diff - difference between 3n-skx and 2n-skx topologies."
5121
5122 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5123 - type: "table"
5124   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5125   algorithm: "table_comparison"
5126   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5127   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5128   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5129   columns:
5130     - title: "3n-hsw xl710"
5131       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5132       tag: "NIC_Intel-XL710"
5133     - title: "2n-clx xxv710"
5134       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5135       tag: "NIC_Intel-XXV710"
5136   comparisons:
5137     - title: "Diff"
5138       reference: 1
5139       compare: 2
5140   legend:
5141     - "Legend to Table"
5142     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5143     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5144
5145 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5146 - type: "table"
5147   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5148   algorithm: "table_comparison"
5149   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5150   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5151   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5152   columns:
5153     - title: "3n-hsw xl710"
5154       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5155       tag: "NIC_Intel-XL710"
5156     - title: "2n-clx xxv710"
5157       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5158       tag: "NIC_Intel-XXV710"
5159   comparisons:
5160     - title: "Diff"
5161       reference: 1
5162       compare: 2
5163   legend:
5164     - "Legend to Table"
5165     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5166     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5167
5168 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5169 - type: "table"
5170   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5171   algorithm: "table_comparison"
5172   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5173   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5174   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5175   columns:
5176     - title: "3n-hsw xl710"
5177       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5178       tag: "NIC_Intel-XL710"
5179     - title: "2n-clx xxv710"
5180       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5181       tag: "NIC_Intel-XXV710"
5182   comparisons:
5183     - title: "Diff"
5184       reference: 1
5185       compare: 2
5186   legend:
5187     - "Legend to Table"
5188     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5189     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5190
5191 # Detailed Test Results - VPP Performance Results 3n-hsw
5192 - type: "table"
5193   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5194   algorithm: "table_merged_details"
5195   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5196   columns:
5197     - title: " |prein| Test Name |preout| "
5198       data: "data name"
5199     - 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| "
5200       data: "data msg"
5201   data: "vpp-perf-results-3n-hsw"
5202   filter: "all"
5203   parameters:
5204   - "name"
5205   - "parent"
5206   - "msg"
5207
5208 # Detailed Test Results - VPP Performance Results 3n-skx
5209 - type: "table"
5210   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5211   algorithm: "table_merged_details"
5212   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5213   columns:
5214     - title: " |prein| Test Name |preout| "
5215       data: "data name"
5216     - 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| "
5217       data: "data msg"
5218   data: "vpp-perf-results-3n-skx"
5219   filter: "all"
5220   remove-ndr: True  # Temporary solution: remove NDR results from test message
5221   parameters:
5222   - "name"
5223   - "parent"
5224   - "msg"
5225
5226 # Detailed Test Results - VPP Performance Results 2n-skx
5227 - type: "table"
5228   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5229   algorithm: "table_merged_details"
5230   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5231   columns:
5232     - title: " |prein| Test Name |preout| "
5233       data: "data name"
5234     - 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| "
5235       data: "data msg"
5236   data: "vpp-perf-results-2n-skx"
5237   filter: "all"
5238   remove-ndr: True  # Temporary solution: remove NDR results from test message
5239   parameters:
5240   - "name"
5241   - "parent"
5242   - "msg"
5243
5244 # Detailed Test Results - VPP Performance Results 2n-clx
5245 - type: "table"
5246   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5247   algorithm: "table_merged_details"
5248   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5249   columns:
5250     - title: " |prein| Test Name |preout| "
5251       data: "data name"
5252     - 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| "
5253       data: "data msg"
5254   data: "vpp-perf-results-2n-clx"
5255   filter: "all"
5256   parameters:
5257   - "name"
5258   - "parent"
5259   - "msg"
5260
5261 # Detailed Test Results - VPP Performance Results 3n-tsh
5262 - type: "table"
5263   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5264   algorithm: "table_merged_details"
5265   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5266   columns:
5267     - title: " |prein| Test Name |preout| "
5268       data: "data name"
5269     - 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| "
5270       data: "data msg"
5271   data: "vpp-perf-results-3n-tsh"
5272   filter: "all"
5273   parameters:
5274   - "name"
5275   - "parent"
5276   - "msg"
5277
5278 # Detailed Test Results - VPP Performance Results 3n-dnv
5279 - type: "table"
5280   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5281   algorithm: "table_merged_details"
5282   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5283   columns:
5284     - title: " |prein| Test Name |preout| "
5285       data: "data name"
5286     - 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| "
5287       data: "data msg"
5288   data: "vpp-perf-results-3n-dnv"
5289   filter: "all"
5290   parameters:
5291   - "name"
5292   - "parent"
5293   - "msg"
5294
5295 # Detailed Test Results - VPP Performance Results 2n-dnv
5296 - type: "table"
5297   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5298   algorithm: "table_merged_details"
5299   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5300   columns:
5301     - title: " |prein| Test Name |preout| "
5302       data: "data name"
5303     - 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| "
5304       data: "data msg"
5305   data: "vpp-perf-results-2n-dnv"
5306   filter: "all"
5307   parameters:
5308   - "name"
5309   - "parent"
5310   - "msg"
5311
5312 # Test configuration - VPP Performance Test Configs 3n-hsw
5313 - type: "table"
5314   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5315   algorithm: "table_merged_details"
5316   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5317   columns:
5318     - title: " |prein| Test Name |preout| "
5319       data: "data name"
5320     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5321       data: "data conf-history"
5322   data: "vpp-perf-results-3n-hsw"
5323   filter: "all"
5324   parameters:
5325   - "parent"
5326   - "name"
5327   - "conf-history"
5328
5329 # Test configuration - VPP Performance Test Configs 3n-skx
5330 - type: "table"
5331   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5332   algorithm: "table_merged_details"
5333   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5334   columns:
5335     - title: " |prein| Test Name |preout| "
5336       data: "data name"
5337     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5338       data: "data conf-history"
5339   data: "vpp-perf-results-3n-skx"
5340   filter: "all"
5341   parameters:
5342   - "parent"
5343   - "name"
5344   - "conf-history"
5345
5346 # Test configuration - VPP Performance Test Configs 2n-skx
5347 - type: "table"
5348   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5349   algorithm: "table_merged_details"
5350   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5351   columns:
5352     - title: " |prein| Test Name |preout| "
5353       data: "data name"
5354     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5355       data: "data conf-history"
5356   data: "vpp-perf-results-2n-skx"
5357   filter: "all"
5358   parameters:
5359   - "parent"
5360   - "name"
5361   - "conf-history"
5362
5363 # Test configuration - VPP Performance Test Configs 2n-clx
5364 - type: "table"
5365   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5366   algorithm: "table_merged_details"
5367   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5368   columns:
5369     - title: " |prein| Test Name |preout| "
5370       data: "data name"
5371     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5372       data: "data conf-history"
5373   data: "vpp-perf-results-2n-clx"
5374   filter: "all"
5375   parameters:
5376   - "parent"
5377   - "name"
5378   - "conf-history"
5379
5380 # Test configuration - VPP Performance Test Configs 3n-tsh
5381 - type: "table"
5382   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5383   algorithm: "table_merged_details"
5384   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5385   columns:
5386     - title: " |prein| Test Name |preout| "
5387       data: "data name"
5388     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5389       data: "data conf-history"
5390   data: "vpp-perf-results-3n-tsh"
5391   filter: "all"
5392   parameters:
5393   - "parent"
5394   - "name"
5395   - "conf-history"
5396
5397 # Test configuration - VPP Performance Test Configs 3n-dnv
5398 - type: "table"
5399   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5400   algorithm: "table_merged_details"
5401   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5402   columns:
5403     - title: " |prein| Test Name |preout| "
5404       data: "data name"
5405     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5406       data: "data conf-history"
5407   data: "vpp-perf-results-3n-dnv"
5408   filter: "all"
5409   parameters:
5410   - "parent"
5411   - "name"
5412   - "conf-history"
5413
5414 # Test configuration - VPP Performance Test Configs 2n-dnv
5415 - type: "table"
5416   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5417   algorithm: "table_merged_details"
5418   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5419   columns:
5420     - title: " |prein| Test Name |preout| "
5421       data: "data name"
5422     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5423       data: "data conf-history"
5424   data: "vpp-perf-results-2n-dnv"
5425   filter: "all"
5426   parameters:
5427   - "parent"
5428   - "name"
5429   - "conf-history"
5430
5431 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5432 - type: "table"
5433   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5434   algorithm: "table_oper_data_html"
5435   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5436   data: "vpp-perf-results-3n-hsw"
5437   filter: "all"
5438
5439 # Test Operational Data - VPP Performance Operational Data 3n-skx
5440 - type: "table"
5441   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5442   algorithm: "table_oper_data_html"
5443   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5444   data: "vpp-perf-results-3n-skx"
5445   filter: "all"
5446
5447 # Test Operational Data - VPP Performance Operational Data 2n-skx
5448 - type: "table"
5449   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5450   algorithm: "table_oper_data_html"
5451   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5452   data: "vpp-perf-results-2n-skx"
5453   filter: "all"
5454
5455 # Test Operational Data - VPP Performance Operational Data 2n-clx
5456 - type: "table"
5457   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5458   algorithm: "table_oper_data_html"
5459   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5460   data: "vpp-perf-results-2n-clx"
5461   filter: "all"
5462
5463 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5464 - type: "table"
5465   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5466   algorithm: "table_oper_data_html"
5467   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5468   data: "vpp-perf-results-3n-tsh"
5469   filter: "all"
5470
5471 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5472 - type: "table"
5473   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5474   algorithm: "table_oper_data_html"
5475   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5476   data: "vpp-perf-results-3n-dnv"
5477   filter: "all"
5478
5479 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5480 - type: "table"
5481   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5482   algorithm: "table_oper_data_html"
5483   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5484   data: "vpp-perf-results-2n-dnv"
5485   filter: "all"
5486
5487 # Detailed Test Results - VPP MRR Results 3n-hsw
5488 - type: "table"
5489   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5490   algorithm: "table_merged_details"
5491   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5492   columns:
5493     - title: " |prein| Test Name |preout| "
5494       data: "data name"
5495     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5496       data: "data msg"
5497   data: "vpp-mrr-results-3n-hsw"
5498   filter: "all"
5499   parameters:
5500   - "name"
5501   - "parent"
5502   - "msg"
5503
5504 # Detailed Test Results - VPP MRR Results 3n-skx
5505 - type: "table"
5506   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5507   algorithm: "table_merged_details"
5508   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5509   columns:
5510     - title: " |prein| Test Name |preout| "
5511       data: "data name"
5512     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5513       data: "data msg"
5514   data: "vpp-mrr-results-3n-skx"
5515   filter: "all"
5516   parameters:
5517   - "name"
5518   - "parent"
5519   - "msg"
5520
5521 # Detailed Test Results - VPP MRR Results 2n-skx
5522 - type: "table"
5523   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5524   algorithm: "table_merged_details"
5525   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5526   columns:
5527     - title: " |prein| Test Name |preout| "
5528       data: "data name"
5529     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5530       data: "data msg"
5531   data: "vpp-mrr-results-2n-skx"
5532   filter: "all"
5533   parameters:
5534   - "name"
5535   - "parent"
5536   - "msg"
5537
5538 # Detailed Test Results - VPP MRR Results 2n-clx
5539 - type: "table"
5540   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5541   algorithm: "table_merged_details"
5542   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5543   columns:
5544     - title: " |prein| Test Name |preout| "
5545       data: "data name"
5546     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5547       data: "data msg"
5548   data: "vpp-mrr-results-2n-clx"
5549   filter: "all"
5550   parameters:
5551   - "name"
5552   - "parent"
5553   - "msg"
5554
5555 # Detailed Test Results - VPP MRR Results 3n-tsh
5556 - type: "table"
5557   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5558   algorithm: "table_merged_details"
5559   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5560   columns:
5561     - title: " |prein| Test Name |preout| "
5562       data: "data name"
5563     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5564       data: "data msg"
5565   data: "vpp-mrr-results-3n-tsh"
5566   filter: "all"
5567   parameters:
5568   - "name"
5569   - "parent"
5570   - "msg"
5571
5572 # Detailed Test Results - VPP MRR Results 3n-dnv
5573 - type: "table"
5574   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5575   algorithm: "table_merged_details"
5576   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5577   columns:
5578     - title: " |prein| Test Name |preout| "
5579       data: "data name"
5580     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5581       data: "data msg"
5582   data: "vpp-mrr-results-3n-dnv"
5583   filter: "all"
5584   parameters:
5585   - "name"
5586   - "parent"
5587   - "msg"
5588
5589 # Detailed Test Results - VPP MRR Results 2n-dnv
5590 - type: "table"
5591   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5592   algorithm: "table_merged_details"
5593   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5594   columns:
5595     - title: " |prein| Test Name |preout| "
5596       data: "data name"
5597     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5598       data: "data msg"
5599   data: "vpp-mrr-results-2n-dnv"
5600   filter: "all"
5601   parameters:
5602   - "name"
5603   - "parent"
5604   - "msg"
5605
5606 # Test configuration - VPP MRR Test Configs 3n-hsw
5607 - type: "table"
5608   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5609   algorithm: "table_merged_details"
5610   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5611   columns:
5612     - title: " |prein| Test Name |preout| "
5613       data: "data name"
5614     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5615       data: "data conf-history"
5616   data: "vpp-mrr-results-3n-hsw"
5617   filter: "all"
5618   parameters:
5619   - "parent"
5620   - "name"
5621   - "conf-history"
5622
5623 # Test configuration - VPP MRR Test Configs 3n-skx
5624 - type: "table"
5625   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5626   algorithm: "table_merged_details"
5627   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5628   columns:
5629     - title: " |prein| Test Name |preout| "
5630       data: "data name"
5631     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5632       data: "data conf-history"
5633   data: "vpp-mrr-results-3n-skx"
5634   filter: "all"
5635   parameters:
5636   - "parent"
5637   - "name"
5638   - "conf-history"
5639
5640 # Test configuration - VPP MRR Test Configs 2n-skx
5641 - type: "table"
5642   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5643   algorithm: "table_merged_details"
5644   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5645   columns:
5646     - title: " |prein| Test Name |preout| "
5647       data: "data name"
5648     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5649       data: "data conf-history"
5650   data: "vpp-mrr-results-2n-skx"
5651   filter: "all"
5652   parameters:
5653   - "parent"
5654   - "name"
5655   - "conf-history"
5656
5657 # Test configuration - VPP MRR Test Configs 2n-clx
5658 - type: "table"
5659   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5660   algorithm: "table_merged_details"
5661   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5662   columns:
5663     - title: " |prein| Test Name |preout| "
5664       data: "data name"
5665     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5666       data: "data conf-history"
5667   data: "vpp-mrr-results-2n-clx"
5668   filter: "all"
5669   parameters:
5670   - "parent"
5671   - "name"
5672   - "conf-history"
5673
5674 # Test configuration - VPP MRR Test Configs 3n-tsh
5675 - type: "table"
5676   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5677   algorithm: "table_merged_details"
5678   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5679   columns:
5680     - title: " |prein| Test Name |preout| "
5681       data: "data name"
5682     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5683       data: "data conf-history"
5684   data: "vpp-mrr-results-3n-tsh"
5685   filter: "all"
5686   parameters:
5687   - "parent"
5688   - "name"
5689   - "conf-history"
5690
5691 # Test configuration - VPP MRR Test Configs 3n-dnv
5692 - type: "table"
5693   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5694   algorithm: "table_merged_details"
5695   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5696   columns:
5697     - title: " |prein| Test Name |preout| "
5698       data: "data name"
5699     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5700       data: "data conf-history"
5701   data: "vpp-mrr-results-3n-dnv"
5702   filter: "all"
5703   parameters:
5704   - "parent"
5705   - "name"
5706   - "conf-history"
5707
5708 # Test configuration - VPP MRR Test Configs 2n-dnv
5709 - type: "table"
5710   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5711   algorithm: "table_merged_details"
5712   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5713   columns:
5714     - title: " |prein| Test Name |preout| "
5715       data: "data name"
5716     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5717       data: "data conf-history"
5718   data: "vpp-mrr-results-2n-dnv"
5719   filter: "all"
5720   parameters:
5721   - "parent"
5722   - "name"
5723   - "conf-history"
5724
5725 # Detailed Test Results - VPP Device Results - Ubuntu
5726 - type: "table"
5727   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5728   algorithm: "table_merged_details"
5729   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5730   columns:
5731     - title: " |prein| Test Name |preout| "
5732       data: "data name"
5733     - title: " |prein| Status |preout| "
5734       data: "data status"
5735   data: "vpp-device-results-ubuntu"
5736   filter: "all"
5737   parameters:
5738   - "name"
5739   - "parent"
5740   - "doc"
5741   - "status"
5742
5743 # Test configuration - VPP Device Test Configs - Ubuntu
5744 - type: "table"
5745   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5746   algorithm: "table_merged_details"
5747   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5748   columns:
5749     - title: " |prein| Test Name |preout| "
5750       data: "data name"
5751     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5752       data: "data conf-history"
5753   data: "vpp-device-results-ubuntu"
5754   filter: "all"
5755   parameters:
5756   - "parent"
5757   - "name"
5758   - "conf-history"
5759
5760 ################################################################################
5761
5762 # DPDK Performance Changes 3n-hsw 1t1c pdr
5763 - type: "table"
5764   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5765   algorithm: "table_comparison"
5766   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5767   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5768   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5769   columns:
5770     - title: "1904"
5771       data-set: "dpdk-performance-changes-3n-hsw-h1"
5772     - title: "1908"
5773       data-set: "dpdk-performance-changes-3n-hsw-ref"
5774     - title: "2001"
5775       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5776   comparisons:
5777     - title: "Diff"
5778       reference: 2
5779       compare: 3
5780   legend:
5781     - "Legend to Table"
5782     - "1904, 1908, 2001 - DPDK versions tested."
5783     - "Diff - difference between 1908 and 2001 DPDK version."
5784
5785 # DPDK Performance Changes 3n-hsw 2t2c pdr
5786 - type: "table"
5787   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5788   algorithm: "table_comparison"
5789   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5790   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5791   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5792   columns:
5793     - title: "1904"
5794       data-set: "dpdk-performance-changes-3n-hsw-h1"
5795     - title: "1908"
5796       data-set: "dpdk-performance-changes-3n-hsw-ref"
5797     - title: "2001"
5798       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5799   comparisons:
5800     - title: "Diff"
5801       reference: 2
5802       compare: 3
5803   legend:
5804     - "Legend to Table"
5805     - "1904, 1908, 2001 - DPDK versions tested."
5806     - "Diff - difference between 1908 and 2001 DPDK version."
5807
5808 # DPDK Performance Changes 3n-hsw 1t1c pdr
5809 - type: "table"
5810   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5811   algorithm: "table_comparison"
5812   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5813   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5814   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5815   columns:
5816     - title: "1904"
5817       data-set: "dpdk-performance-changes-3n-hsw-h1"
5818     - title: "1908"
5819       data-set: "dpdk-performance-changes-3n-hsw-ref"
5820     - title: "2001"
5821       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5822   comparisons:
5823     - title: "Diff"
5824       reference: 2
5825       compare: 3
5826   legend:
5827     - "Legend to Table"
5828     - "1904, 1908, 2001 - DPDK versions tested."
5829     - "Diff - difference between 1908 and 2001 DPDK version."
5830
5831 # DPDK Performance Changes 3n-hsw 2t2c ndr
5832 - type: "table"
5833   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5834   algorithm: "table_comparison"
5835   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5836   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5837   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5838   columns:
5839     - title: "1904"
5840       data-set: "dpdk-performance-changes-3n-hsw-h1"
5841     - title: "1908"
5842       data-set: "dpdk-performance-changes-3n-hsw-ref"
5843     - title: "2001"
5844       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5845   comparisons:
5846     - title: "Diff"
5847       reference: 2
5848       compare: 3
5849   legend:
5850     - "Legend to Table"
5851     - "1904, 1908, 2001 - DPDK versions tested."
5852     - "Diff - difference between 1908 and 2001 DPDK version."
5853
5854 # DPDK Performance Changes 3n-skx 2t1c pdr
5855 - type: "table"
5856   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5857   algorithm: "table_comparison"
5858   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5859   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5860   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5861   columns:
5862     - title: "1904"
5863       data-set: "dpdk-performance-changes-3n-skx-h1"
5864     - title: "1908"
5865       data-set: "dpdk-performance-changes-3n-skx-ref"
5866     - title: "2001"
5867       data-set: "dpdk-performance-changes-3n-skx-cmp"
5868   comparisons:
5869     - title: "Diff"
5870       reference: 2
5871       compare: 3
5872   legend:
5873     - "Legend to Table"
5874     - "1904, 1908, 2001 - DPDK versions tested."
5875     - "Diff - difference between 1908 and 2001 DPDK version."
5876
5877 # DPDK Performance Changes 3n-skx 4t2c pdr
5878 - type: "table"
5879   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5880   algorithm: "table_comparison"
5881   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5882   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5883   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5884   columns:
5885     - title: "1904"
5886       data-set: "dpdk-performance-changes-3n-skx-h1"
5887     - title: "1908"
5888       data-set: "dpdk-performance-changes-3n-skx-ref"
5889     - title: "2001"
5890       data-set: "dpdk-performance-changes-3n-skx-cmp"
5891   comparisons:
5892     - title: "Diff"
5893       reference: 2
5894       compare: 3
5895   legend:
5896     - "Legend to Table"
5897     - "1904, 1908, 2001 - DPDK versions tested."
5898     - "Diff - difference between 1908 and 2001 DPDK version."
5899
5900 # DPDK Performance Changes 3n-skx 2t1c ndr
5901 - type: "table"
5902   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5903   algorithm: "table_comparison"
5904   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5906   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5907   columns:
5908     - title: "1904"
5909       data-set: "dpdk-performance-changes-3n-skx-h1"
5910     - title: "1908"
5911       data-set: "dpdk-performance-changes-3n-skx-ref"
5912     - title: "2001"
5913       data-set: "dpdk-performance-changes-3n-skx-cmp"
5914   comparisons:
5915     - title: "Diff"
5916       reference: 2
5917       compare: 3
5918   legend:
5919     - "Legend to Table"
5920     - "1904, 1908, 2001 - DPDK versions tested."
5921     - "Diff - difference between 1908 and 2001 DPDK version."
5922
5923 # DPDK Performance Changes 3n-skx 4t2c ndr
5924 - type: "table"
5925   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5926   algorithm: "table_comparison"
5927   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5928   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5929   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5930   columns:
5931     - title: "1904"
5932       data-set: "dpdk-performance-changes-3n-skx-h1"
5933     - title: "1908"
5934       data-set: "dpdk-performance-changes-3n-skx-ref"
5935     - title: "2001"
5936       data-set: "dpdk-performance-changes-3n-skx-cmp"
5937   comparisons:
5938     - title: "Diff"
5939       reference: 2
5940       compare: 3
5941   legend:
5942     - "Legend to Table"
5943     - "1904, 1908, 2001 - DPDK versions tested."
5944     - "Diff - difference between 1908 and 2001 DPDK version."
5945
5946 # DPDK Performance Changes 2n-skx 2t1c pdr
5947 - type: "table"
5948   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5949   algorithm: "table_comparison"
5950   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5951   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5952   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5953   columns:
5954     - title: "1904"
5955       data-set: "dpdk-performance-changes-2n-skx-h1"
5956     - title: "1908"
5957       data-set: "dpdk-performance-changes-2n-skx-ref"
5958     - title: "2001"
5959       data-set: "dpdk-performance-changes-2n-skx-cmp"
5960   comparisons:
5961     - title: "Diff"
5962       reference: 2
5963       compare: 3
5964   legend:
5965     - "Legend to Table"
5966     - "1904, 1908, 2001 - DPDK versions tested."
5967     - "Diff - difference between 1908 and 2001 DPDK version."
5968
5969 # DPDK Performance Changes 2n-skx 4t2c pdr
5970 - type: "table"
5971   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5972   algorithm: "table_comparison"
5973   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5974   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5975   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5976   columns:
5977     - title: "1904"
5978       data-set: "dpdk-performance-changes-2n-skx-h1"
5979     - title: "1908"
5980       data-set: "dpdk-performance-changes-2n-skx-ref"
5981     - title: "2001"
5982       data-set: "dpdk-performance-changes-2n-skx-cmp"
5983   comparisons:
5984     - title: "Diff"
5985       reference: 2
5986       compare: 3
5987   legend:
5988     - "Legend to Table"
5989     - "1904, 1908, 2001 - DPDK versions tested."
5990     - "Diff - difference between 1908 and 2001 DPDK version."
5991
5992 # DPDK Performance Changes 2n-skx 2t1c ndr
5993 - type: "table"
5994   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5995   algorithm: "table_comparison"
5996   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5997   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5998   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5999   columns:
6000     - title: "1904"
6001       data-set: "dpdk-performance-changes-2n-skx-h1"
6002     - title: "1908"
6003       data-set: "dpdk-performance-changes-2n-skx-ref"
6004     - title: "2001"
6005       data-set: "dpdk-performance-changes-2n-skx-cmp"
6006   comparisons:
6007     - title: "Diff"
6008       reference: 2
6009       compare: 3
6010   legend:
6011     - "Legend to Table"
6012     - "1904, 1908, 2001 - DPDK versions tested."
6013     - "Diff - difference between 1908 and 2001 DPDK version."
6014
6015 # DPDK Performance Changes 2n-skx 4t2c ndr
6016 - type: "table"
6017   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6018   algorithm: "table_comparison"
6019   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6020   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6021   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6022   columns:
6023     - title: "1904"
6024       data-set: "dpdk-performance-changes-2n-skx-h1"
6025     - title: "1908"
6026       data-set: "dpdk-performance-changes-2n-skx-ref"
6027     - title: "2001"
6028       data-set: "dpdk-performance-changes-2n-skx-cmp"
6029   comparisons:
6030     - title: "Diff"
6031       reference: 2
6032       compare: 3
6033   legend:
6034     - "Legend to Table"
6035     - "1904, 1908, 2001 - DPDK versions tested."
6036     - "Diff - difference between 1908 and 2001 DPDK version."
6037
6038 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6039 - type: "table"
6040   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6041   algorithm: "table_comparison"
6042   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6043   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6044   filter: "'NIC_Intel-X710'"
6045   columns:
6046     - title: "3n-hsw x710"
6047       data-set: "dpdk-compare-testbeds-ref"
6048     - title: "3n-skx x710"
6049       data-set: "dpdk-compare-testbeds-cmp"
6050   comparisons:
6051     - title: "Diff"
6052       reference: 1
6053       compare: 2
6054   legend:
6055     - "Legend to Table"
6056     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6057     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6058
6059 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6060 - type: "table"
6061   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6062   algorithm: "table_comparison"
6063   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6064   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6065   filter: "'NIC_Intel-X710'"
6066   columns:
6067     - title: "3n-hsw x710"
6068       data-set: "dpdk-compare-testbeds-ref"
6069     - title: "3n-skx x710"
6070       data-set: "dpdk-compare-testbeds-cmp"
6071   comparisons:
6072     - title: "Diff"
6073       reference: 1
6074       compare: 2
6075   legend:
6076     - "Legend to Table"
6077     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6078     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6079
6080 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6081 - type: "table"
6082   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6083   algorithm: "table_comparison"
6084   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6086   filter: "'NIC_Intel-XXV710'"
6087   columns:
6088     - title: "2n-skx"
6089       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6090     - title: "2n-clx"
6091       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6092   comparisons:
6093     - title: "Diff"
6094       reference: 1
6095       compare: 2
6096   legend:
6097     - "Legend to Table"
6098     - "2n-skx, 2n-clx - testbeds and NICs tested."
6099     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6100
6101 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6102 - type: "table"
6103   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6104   algorithm: "table_comparison"
6105   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6106   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6107   filter: "'NIC_Intel-XXV710'"
6108   columns:
6109     - title: "2n-skx"
6110       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6111     - title: "2n-clx"
6112       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6113   comparisons:
6114     - title: "Diff"
6115       reference: 1
6116       compare: 2
6117   legend:
6118     - "Legend to Table"
6119     - "2n-skx, 2n-clx - testbeds and NICs tested."
6120     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6121
6122 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6123 - type: "table"
6124   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6125   algorithm: "table_comparison"
6126   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6127   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6128   filter: "'NIC_Intel-XXV710'"
6129   columns:
6130     - title: "3n-skx"
6131       data-set: "dpdk-compare-topologies-ref"
6132     - title: "2n-skx"
6133       data-set: "dpdk-compare-topologies-cmp"
6134   comparisons:
6135     - title: "Diff"
6136       reference: 1
6137       compare: 2
6138   legend:
6139     - "Legend to Table"
6140     - "3n-skx, 2n-skx - topologies tested."
6141     - "Diff - difference between 3n-skx and 2n-skx topologies."
6142
6143 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6144 - type: "table"
6145   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6146   algorithm: "table_comparison"
6147   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6148   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6149   filter: "'NIC_Intel-XXV710'"
6150   columns:
6151     - title: "3n-skx"
6152       data-set: "dpdk-compare-topologies-ref"
6153     - title: "2n-skx"
6154       data-set: "dpdk-compare-topologies-cmp"
6155   comparisons:
6156     - title: "Diff"
6157       reference: 1
6158       compare: 2
6159   legend:
6160     - "Legend to Table"
6161     - "3n-skx, 2n-skx - topologies tested."
6162     - "Diff - difference between 3n-skx and 2n-skx topologies."
6163
6164 # Detailed Test Results - DPDK Performance Results 3n-hsw
6165 - type: "table"
6166   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6167   algorithm: "table_merged_details"
6168   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6169   columns:
6170     - title: " |prein| Test Name |preout| "
6171       data: "data name"
6172     - 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| "
6173       data: "data msg"
6174   data: "dpdk-perf-results-3n-hsw"
6175   filter: "all"
6176   parameters:
6177   - "name"
6178   - "parent"
6179   - "msg"
6180
6181 # Detailed Test Results - DPDK Performance Results 3n-skx
6182 - type: "table"
6183   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6184   algorithm: "table_merged_details"
6185   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6186   columns:
6187     - title: " |prein| Test Name |preout| "
6188       data: "data name"
6189     - 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| "
6190       data: "data msg"
6191   data: "dpdk-perf-results-3n-skx"
6192   filter: "all"
6193   remove-ndr: True  # Temporary solution: remove NDR results from test message
6194   parameters:
6195   - "name"
6196   - "parent"
6197   - "msg"
6198
6199 # Detailed Test Results - DPDK Performance Results 2n-skx
6200 - type: "table"
6201   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6202   algorithm: "table_merged_details"
6203   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6204   columns:
6205     - title: " |prein| Test Name |preout| "
6206       data: "data name"
6207     - 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| "
6208       data: "data msg"
6209   data: "dpdk-perf-results-2n-skx"
6210   filter: "all"
6211   remove-ndr: True  # Temporary solution: remove NDR results from test message
6212   parameters:
6213   - "name"
6214   - "parent"
6215   - "msg"
6216
6217 # Detailed Test Results - DPDK Performance Results 2n-clx
6218 - type: "table"
6219   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6220   algorithm: "table_merged_details"
6221   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6222   columns:
6223     - title: " |prein| Test Name |preout| "
6224       data: "data name"
6225     - 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| "
6226       data: "data msg"
6227   data: "dpdk-perf-results-2n-clx"
6228   filter: "all"
6229   parameters:
6230   - "name"
6231   - "parent"
6232   - "msg"
6233
6234 # Detailed Test Results - DPDK Performance Results 2n-dnv
6235 - type: "table"
6236   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6237   algorithm: "table_merged_details"
6238   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6239   columns:
6240     - title: " |prein| Test Name |preout| "
6241       data: "data name"
6242     - 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| "
6243       data: "data msg"
6244   data: "dpdk-perf-results-2n-dnv"
6245   filter: "all"
6246   parameters:
6247   - "name"
6248   - "parent"
6249   - "msg"
6250
6251 # Detailed Test Results - DPDK Performance Results 3n-dnv
6252 - type: "table"
6253   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6254   algorithm: "table_merged_details"
6255   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6256   columns:
6257     - title: " |prein| Test Name |preout| "
6258       data: "data name"
6259     - 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| "
6260       data: "data msg"
6261   data: "dpdk-perf-results-3n-dnv"
6262   filter: "all"
6263   parameters:
6264   - "name"
6265   - "parent"
6266   - "msg"
6267
6268 # Detailed Test Results - DPDK Performance Results 3n-tsh
6269 - type: "table"
6270   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6271   algorithm: "table_merged_details"
6272   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6273   columns:
6274     - title: " |prein| Test Name |preout| "
6275       data: "data name"
6276     - 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| "
6277       data: "data msg"
6278   data: "dpdk-perf-results-3n-tsh"
6279   filter: "all"
6280   parameters:
6281   - "name"
6282   - "parent"
6283   - "msg"
6284
6285 ################################################################################
6286 ###                                F I L E S                                 ###
6287 ################################################################################
6288
6289 # VPP Performance Results
6290 - type: "file"
6291   title: "VPP Performance Results"
6292   algorithm: "file_details_split"
6293   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6294   dir-tables:
6295     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6296     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6297     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6298     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6299     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6300     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6301     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6302   data:
6303     - "vpp-perf-results-2n-skx"
6304     - "vpp-perf-results-3n-skx"
6305     - "vpp-perf-results-2n-clx"
6306     - "vpp-perf-results-3n-hsw"
6307     - "vpp-perf-results-3n-tsh"
6308     - "vpp-perf-results-2n-dnv"
6309     - "vpp-perf-results-3n-dnv"
6310   filter: "all"
6311   data-start-level: 4
6312   order-chapters:
6313     level-1:
6314       - "l2"
6315       - "ip4"
6316       - "ip6"
6317       - "srv6"
6318       - "ip4_tunnels"
6319       - "ip6_tunnels"
6320       - "vm_vhost"
6321       - "container_memif"
6322       - "crypto"
6323       - "vts"
6324       - "lb"
6325       - "nfv_density"
6326       - "hoststack"
6327     level-2:
6328       - "2n-skx"
6329       - "3n-skx"
6330       - "2n-clx"
6331       - "3n-hsw"
6332       - "3n-tsh"
6333       - "2n-dnv"
6334       - "3n-dnv"
6335     level-3:
6336       - "xl710"
6337       - "x520"
6338       - "xxv710"
6339       - "x710"
6340       - "x553"
6341       - "cx556a"
6342       - "vic1227"
6343       - "vic1385"
6344
6345 # VPP Performance Configuration
6346 - type: "file"
6347   title: "VPP Performance Configuration"
6348   algorithm: "file_details_split"
6349   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6350   dir-tables:
6351     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6352     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6353     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6354     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6355     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6356     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6357     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6358   data:
6359     - "vpp-perf-results-2n-skx"
6360     - "vpp-perf-results-3n-skx"
6361     - "vpp-perf-results-2n-clx"
6362     - "vpp-perf-results-3n-hsw"
6363     - "vpp-perf-results-3n-tsh"
6364     - "vpp-perf-results-2n-dnv"
6365     - "vpp-perf-results-3n-dnv"
6366   filter: "all"
6367   data-start-level: 4
6368   order-chapters:
6369     level-1:
6370       - "l2"
6371       - "ip4"
6372       - "ip6"
6373       - "srv6"
6374       - "ip4_tunnels"
6375       - "ip6_tunnels"
6376       - "vm_vhost"
6377       - "container_memif"
6378       - "crypto"
6379       - "vts"
6380       - "lb"
6381       - "nfv_density"
6382       - "hoststack"
6383     level-2:
6384       - "2n-skx"
6385       - "3n-skx"
6386       - "2n-clx"
6387       - "3n-hsw"
6388       - "3n-tsh"
6389       - "2n-dnv"
6390       - "3n-dnv"
6391     level-3:
6392       - "xl710"
6393       - "x520"
6394       - "xxv710"
6395       - "x710"
6396       - "x553"
6397       - "cx556a"
6398       - "vic1227"
6399       - "vic1385"
6400
6401 # VPP Performance Operational
6402 - type: "file"
6403   title: "VPP Performance Operational"
6404   algorithm: "file_details_split_html"
6405   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6406   dir-tables:
6407     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6408     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6409     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6410     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6411     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6412     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6413     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6414   data:
6415     - "vpp-perf-results-2n-skx"
6416     - "vpp-perf-results-3n-skx"
6417     - "vpp-perf-results-2n-clx"
6418     - "vpp-perf-results-3n-hsw"
6419     - "vpp-perf-results-3n-tsh"
6420     - "vpp-perf-results-2n-dnv"
6421     - "vpp-perf-results-3n-dnv"
6422   filter: "all"
6423   data-start-level: 4
6424   order-chapters:
6425     level-1:
6426       - "l2"
6427       - "ip4"
6428       - "ip6"
6429       - "srv6"
6430       - "ip4_tunnels"
6431       - "ip6_tunnels"
6432       - "vm_vhost"
6433       - "container_memif"
6434       - "crypto"
6435       - "vts"
6436       - "lb"
6437       - "nfv_density"
6438       - "hoststack"
6439     level-2:
6440       - "2n-skx"
6441       - "3n-skx"
6442       - "2n-clx"
6443       - "3n-hsw"
6444       - "3n-tsh"
6445       - "2n-dnv"
6446       - "3n-dnv"
6447     level-3:
6448       - "xl710"
6449       - "x520"
6450       - "xxv710"
6451       - "x710"
6452       - "x553"
6453       - "cx556a"
6454       - "vic1227"
6455       - "vic1385"
6456
6457 # VPP MRR Results
6458 - type: "file"
6459   title: "VPP MRR Results"
6460   algorithm: "file_details_split"
6461   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6462   dir-tables:
6463     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6464     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6465     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6466     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6467     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6468     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6469     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6470   data:
6471     - "vpp-mrr-results-2n-skx"
6472     - "vpp-mrr-results-3n-skx"
6473     - "vpp-mrr-results-2n-clx"
6474     - "vpp-mrr-results-3n-hsw"
6475     - "vpp-mrr-results-3n-tsh"
6476     - "vpp-mrr-results-2n-dnv"
6477     - "vpp-mrr-results-3n-dnv"
6478   filter: "all"
6479   data-start-level: 4
6480   order-chapters:
6481     level-1:
6482       - "l2"
6483       - "ip4"
6484       - "ip6"
6485       - "srv6"
6486       - "ip4_tunnels"
6487       - "ip6_tunnels"
6488       - "vm_vhost"
6489       - "container_memif"
6490       - "crypto"
6491       - "vts"
6492       - "lb"
6493       - "nfv_density"
6494       - "hoststack"
6495     level-2:
6496       - "2n-skx"
6497       - "3n-skx"
6498       - "2n-clx"
6499       - "3n-hsw"
6500       - "3n-tsh"
6501       - "2n-dnv"
6502       - "3n-dnv"
6503     level-3:
6504       - "xl710"
6505       - "x520"
6506       - "xxv710"
6507       - "x710"
6508       - "x553"
6509       - "cx556a"
6510       - "vic1227"
6511       - "vic1385"
6512
6513 # VPP MRR Configuration
6514 - type: "file"
6515   title: "VPP MRR Configuration"
6516   algorithm: "file_details_split"
6517   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6518   dir-tables:
6519     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6520     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6521     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6522     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6523     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6524     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6525     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6526   data:
6527     - "vpp-mrr-results-2n-skx"
6528     - "vpp-mrr-results-3n-skx"
6529     - "vpp-mrr-results-2n-clx"
6530     - "vpp-mrr-results-3n-hsw"
6531     - "vpp-mrr-results-3n-tsh"
6532     - "vpp-mrr-results-2n-dnv"
6533     - "vpp-mrr-results-3n-dnv"
6534   filter: "all"
6535   data-start-level: 4
6536   order-chapters:
6537     level-1:
6538       - "l2"
6539       - "ip4"
6540       - "ip6"
6541       - "srv6"
6542       - "ip4_tunnels"
6543       - "ip6_tunnels"
6544       - "vm_vhost"
6545       - "container_memif"
6546       - "crypto"
6547       - "vts"
6548       - "lb"
6549       - "nfv_density"
6550       - "hoststack"
6551     level-2:
6552       - "2n-skx"
6553       - "3n-skx"
6554       - "2n-clx"
6555       - "3n-hsw"
6556       - "3n-tsh"
6557       - "2n-dnv"
6558       - "3n-dnv"
6559     level-3:
6560       - "xl710"
6561       - "x520"
6562       - "xxv710"
6563       - "x710"
6564       - "x553"
6565       - "cx556a"
6566       - "vic1227"
6567       - "vic1385"
6568
6569 # VPP Device Results - Ubuntu
6570 - type: "file"
6571   title: "VPP Device Results - Ubuntu"
6572   algorithm: "file_test_results"
6573   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6574   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6575   data: "vpp-device-results-ubuntu"
6576   filter: "all"
6577   data-start-level: 4
6578
6579 # VPP Device Configuration - Ubuntu
6580 - type: "file"
6581   title: "VPP Device Configuration - Ubuntu"
6582   algorithm: "file_test_results"
6583   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6584   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6585   data: "vpp-device-results-ubuntu"
6586   filter: "all"
6587   data-start-level: 4
6588
6589 # DPDK Performance Results 3n-hsw
6590 - type: "file"
6591   title: "DPDK Performance Results 3n-hsw"
6592   algorithm: "file_test_results"
6593   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6594   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6595   data: "dpdk-perf-results-3n-hsw"
6596   filter: "all"
6597   data-start-level: 4
6598
6599 # DPDK Performance Results 3n-skx
6600 - type: "file"
6601   title: "DPDK Performance Results 3n-skx"
6602   algorithm: "file_test_results"
6603   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6604   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6605   data: "dpdk-perf-results-3n-skx"
6606   filter: "all"
6607   data-start-level: 4
6608
6609 # DPDK Performance Results 2n-skx
6610 - type: "file"
6611   title: "DPDK Performance Results 2n-skx"
6612   algorithm: "file_test_results"
6613   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6614   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6615   data: "dpdk-perf-results-2n-skx"
6616   filter: "all"
6617   data-start-level: 4
6618
6619 # DPDK Performance Results 2n-clx
6620 - type: "file"
6621   title: "DPDK Performance Results 2n-clx"
6622   algorithm: "file_test_results"
6623   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6624   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6625   data: "dpdk-perf-results-2n-clx"
6626   filter: "all"
6627   data-start-level: 4
6628
6629 # DPDK Performance Results 2n-dnv
6630 - type: "file"
6631   title: "DPDK Performance Results 2n-dnv"
6632   algorithm: "file_test_results"
6633   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6634   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6635   data: "dpdk-perf-results-2n-dnv"
6636   filter: "all"
6637   data-start-level: 4
6638
6639 # DPDK Performance Results 3n-dnv
6640 - type: "file"
6641   title: "DPDK Performance Results 3n-dnv"
6642   algorithm: "file_test_results"
6643   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6644   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6645   data: "dpdk-perf-results-3n-dnv"
6646   filter: "all"
6647   data-start-level: 4
6648
6649 # DPDK Performance Results 3n-tsh
6650 - type: "file"
6651   title: "DPDK Performance Results 3n-tsh"
6652   algorithm: "file_test_results"
6653   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6654   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6655   data: "dpdk-perf-results-3n-tsh"
6656   filter: "all"
6657   data-start-level: 4
6658
6659 ################################################################################
6660 ###                                P L O T S                                 ###
6661 ################################################################################
6662
6663 # Hoststack tests 3n-hsw
6664
6665 - type: "plot"
6666   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6667   algorithm: "plot_perf_box_name"
6668   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6669   data: "plot-vpp-hoststack-3n-hsw"
6670   include:
6671     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6672     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6673   layout:
6674     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6675     layout: "plot-hoststack"
6676
6677 - type: "plot"
6678   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6679   algorithm: "plot_perf_box_name"
6680   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6681   data: "plot-vpp-hoststack-3n-hsw"
6682   include:
6683     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6684     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6685   layout:
6686     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6687     layout: "plot-hoststack"
6688
6689 - type: "plot"
6690   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6691   algorithm: "plot_perf_box_name"
6692   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6693   data: "plot-vpp-hoststack-3n-hsw"
6694   include:
6695     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6696     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6697     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6698     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6699   layout:
6700     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6701     layout: "plot-hoststack"
6702
6703 # Plots VPP HTTP Server Performance
6704 - type: "plot"
6705   title: "VPP HTTP Server Performance"
6706   algorithm: "plot_http_server_perf_box"
6707   output-file-type: ".html"
6708   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6709   data:
6710     "plot-vpp-http-server-performance"
6711   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6712   parameters:
6713   - "result"
6714   - "name"
6715   traces:
6716     hoverinfo: "y+name"
6717     boxpoints: "outliers"
6718     whiskerwidth: 0
6719   layout:
6720     title: "VPP HTTP Server Performance"
6721     layout:
6722       "plot-cps"
6723
6724 - type: "plot"
6725   title: "VPP HTTP Server Performance"
6726   algorithm: "plot_http_server_perf_box"
6727   output-file-type: ".html"
6728   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6729   data:
6730     "plot-vpp-http-server-performance"
6731   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6732   parameters:
6733   - "result"
6734   - "name"
6735   traces:
6736     hoverinfo: "y+name"
6737     boxpoints: "outliers"
6738     whiskerwidth: 0
6739   layout:
6740     title: "VPP HTTP Server Performance"
6741     layout:
6742       "plot-rps"
6743
6744 ################################################################################
6745
6746 # Soak Test (PLRsearch), boxes - 2n-clx
6747 - type: "plot"
6748   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6749   algorithm: "plot_perf_box_name"
6750   output-file-type: ".html"
6751   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6752   data: "plot-vpp-soak-2n-clx"
6753   include:
6754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6760   layout:
6761     title: "30 Minutes Soak Test (PLRsearch)"
6762     layout: "plot-soak-throughput"
6763
6764 # Soak Test (PLRsearch), boxes - 2n-clx
6765 - type: "plot"
6766   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6767   algorithm: "plot_perf_box_name"
6768   output-file-type: ".html"
6769   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6770   data: "plot-vpp-soak-2n-clx"
6771   include:
6772     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6773     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6774     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6775     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6776     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6777     - "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"
6778   layout:
6779     title: "30 Minutes Soak Test (PLRsearch)"
6780     layout: "plot-soak-throughput"
6781
6782 # Soak Test (PLRsearch), boxes - 2n-skx
6783 - type: "plot"
6784   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6785   algorithm: "plot_perf_box_name"
6786   output-file-type: ".html"
6787   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6788   data: "plot-vpp-soak-2n-skx"
6789   include:
6790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6796   layout:
6797     title: "30 Minutes Soak Test (PLRsearch)"
6798     layout: "plot-soak-throughput"
6799
6800 # Soak Test (PLRsearch), boxes - 2n-skx
6801 - type: "plot"
6802   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6803   algorithm: "plot_perf_box_name"
6804   output-file-type: ".html"
6805   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6806   data: "plot-vpp-soak-2n-skx"
6807   include:
6808     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6809     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6811     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6812     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6813     - "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"
6814   layout:
6815     title: "30 Minutes Soak Test (PLRsearch)"
6816     layout: "plot-soak-throughput"
6817
6818 ###############################################################################
6819
6820 # Reconf tests 2n-skx
6821
6822 - type: "plot"
6823   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6824   algorithm: "plot_nf_reconf_box_name"
6825   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6826   data: "plot-vpp-nfv-reconf-2n-skx"
6827   include:
6828     - "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"
6829     - "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"
6830     - "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"
6831     - "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"
6832     - "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"
6833     - "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"
6834   layout:
6835     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6836     layout: "plot-throughput"
6837
6838 - type: "plot"
6839   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6840   algorithm: "plot_nf_reconf_box_name"
6841   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6842   data: "plot-vpp-nfv-reconf-2n-skx"
6843   include:
6844     - "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"
6845     - "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"
6846     - "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"
6847     - "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"
6848     - "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"
6849     - "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"
6850   layout:
6851     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6852     layout: "plot-throughput"
6853
6854 - type: "plot"
6855   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6856   algorithm: "plot_nf_reconf_box_name"
6857   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6858   data: "plot-vpp-nfv-reconf-2n-skx"
6859   include:
6860     - "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"
6861     - "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"
6862     - "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"
6863     - "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"
6864     - "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"
6865     - "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"
6866   layout:
6867     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6868     layout: "plot-throughput"
6869
6870 ###############################################################################
6871
6872 # Reconf tests 2n-clx
6873
6874 - type: "plot"
6875   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6876   algorithm: "plot_nf_reconf_box_name"
6877   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6878   data: "plot-vpp-nfv-reconf-2n-clx"
6879   include:
6880     - "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"
6881     - "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"
6882     - "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"
6883     - "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"
6884   layout:
6885     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6886     layout: "plot-throughput"
6887
6888 - type: "plot"
6889   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6890   algorithm: "plot_nf_reconf_box_name"
6891   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6892   data: "plot-vpp-nfv-reconf-2n-clx"
6893   include:
6894     - "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"
6895     - "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"
6896     - "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"
6897     - "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"
6898   layout:
6899     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6900     layout: "plot-throughput"
6901
6902 - type: "plot"
6903   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6904   algorithm: "plot_nf_reconf_box_name"
6905   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6906   data: "plot-vpp-nfv-reconf-2n-clx"
6907   include:
6908     - "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"
6909     - "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"
6910     - "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"
6911     - "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"
6912   layout:
6913     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6914     layout: "plot-throughput"
6915
6916 ################################################################################
6917 ## Plots - NF Density - VSC - MRR 64b
6918 #- type: "plot"
6919 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6920 #  algorithm: "plot_nf_heatmap"
6921 #  output-file-type: ".html"
6922 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6923 #  data: "plot-vpp-nfv-2n-skx-mrr"
6924 #  filter: "'NIC_Intel-XXV710' and
6925 #           'NF_DENSITY' and
6926 #           'VHOST' and
6927 #           not 'VXLAN' and
6928 #           'CHAIN' and
6929 #           'NF_VPPIP4' and
6930 #           '64B' and
6931 #           '2T1C' and
6932 #           'MRR'"
6933 #  parameters:
6934 #  - "result"
6935 #  - "name"
6936 #  - "tags"
6937 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6938 #  x-axis: "X = VNFs per Service Chain"
6939 #  y-axis: "Y = Number of Service Chains"
6940 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6941 #  layout:
6942 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6943 #    layout: "plot-service-density"
6944 #
6945 #- type: "plot"
6946 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6947 #  algorithm: "plot_nf_heatmap"
6948 #  output-file-type: ".html"
6949 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6950 #  data: "plot-vpp-nfv-2n-skx-mrr"
6951 #  filter: "'NIC_Intel-XXV710' and
6952 #           'NF_DENSITY' and
6953 #           'VHOST' and
6954 #           not 'VXLAN' and
6955 #           'CHAIN' and
6956 #           'NF_VPPIP4' and
6957 #           '64B' and
6958 #           '4T2C' and
6959 #           'MRR'"
6960 #  parameters:
6961 #  - "result"
6962 #  - "name"
6963 #  - "tags"
6964 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6965 #  x-axis: "X = VNFs per Service Chain"
6966 #  y-axis: "Y = Number of Service Chains"
6967 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6968 #  layout:
6969 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6970 #    layout: "plot-service-density"
6971 #
6972 #- type: "plot"
6973 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6974 #  algorithm: "plot_nf_heatmap"
6975 #  output-file-type: ".html"
6976 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6977 #  data: "plot-vpp-nfv-2n-skx-mrr"
6978 #  filter: "'NIC_Intel-XXV710' and
6979 #           'NF_DENSITY' and
6980 #           'VHOST' and
6981 #           not 'VXLAN' and
6982 #           'CHAIN' and
6983 #           'NF_VPPIP4' and
6984 #           '64B' and
6985 #           '8T4C' and
6986 #           'MRR'"
6987 #  parameters:
6988 #  - "result"
6989 #  - "name"
6990 #  - "tags"
6991 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6992 #  x-axis: "X = VNFs per Service Chain"
6993 #  y-axis: "Y = Number of Service Chains"
6994 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6995 #  layout:
6996 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6997 #    layout: "plot-service-density"
6998 #
6999 ## Plots - NF Density - VSC - MRR IMIX
7000 #- type: "plot"
7001 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7002 #  algorithm: "plot_nf_heatmap"
7003 #  output-file-type: ".html"
7004 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7005 #  data: "plot-vpp-nfv-2n-skx-mrr"
7006 #  filter: "'NIC_Intel-XXV710' and
7007 #           'NF_DENSITY' and
7008 #           'VHOST' and
7009 #           not 'VXLAN' and
7010 #           'CHAIN' and
7011 #           'NF_VPPIP4' and
7012 #           'IMIX' and
7013 #           '2T1C' and
7014 #           'MRR'"
7015 #  parameters:
7016 #  - "result"
7017 #  - "name"
7018 #  - "tags"
7019 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7020 #  x-axis: "X = VNFs per Service Chain"
7021 #  y-axis: "Y = Number of Service Chains"
7022 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7023 #  layout:
7024 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7025 #    layout: "plot-service-density"
7026 #
7027 #- type: "plot"
7028 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7029 #  algorithm: "plot_nf_heatmap"
7030 #  output-file-type: ".html"
7031 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7032 #  data: "plot-vpp-nfv-2n-skx-mrr"
7033 #  filter: "'NIC_Intel-XXV710' and
7034 #           'NF_DENSITY' and
7035 #           'VHOST' and
7036 #           not 'VXLAN' and
7037 #           'CHAIN' and
7038 #           'NF_VPPIP4' and
7039 #           'IMIX' and
7040 #           '4T2C' and
7041 #           'MRR'"
7042 #  parameters:
7043 #  - "result"
7044 #  - "name"
7045 #  - "tags"
7046 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7047 #  x-axis: "X = VNFs per Service Chain"
7048 #  y-axis: "Y = Number of Service Chains"
7049 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7050 #  layout:
7051 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7052 #    layout: "plot-service-density"
7053 #
7054 #- type: "plot"
7055 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7056 #  algorithm: "plot_nf_heatmap"
7057 #  output-file-type: ".html"
7058 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7059 #  data: "plot-vpp-nfv-2n-skx-mrr"
7060 #  filter: "'NIC_Intel-XXV710' and
7061 #           'NF_DENSITY' and
7062 #           'VHOST' and
7063 #           not 'VXLAN' and
7064 #           'CHAIN' and
7065 #           'NF_VPPIP4' and
7066 #           'IMIX' and
7067 #           '8T4C' and
7068 #           'MRR'"
7069 #  parameters:
7070 #  - "result"
7071 #  - "name"
7072 #  - "tags"
7073 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7074 #  x-axis: "X = VNFs per Service Chain"
7075 #  y-axis: "Y = Number of Service Chains"
7076 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7077 #  layout:
7078 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7079 #    layout: "plot-service-density"
7080 #
7081 ## Plots - NF Density - VSC - NDR 64b
7082 #- type: "plot"
7083 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7084 #  algorithm: "plot_nf_heatmap"
7085 #  output-file-type: ".html"
7086 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7087 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7088 #  filter: "'NIC_Intel-XXV710' and
7089 #           'NF_DENSITY' and
7090 #           'VHOST' and
7091 #           not 'VXLAN' and
7092 #           'CHAIN' and
7093 #           'NF_VPPIP4' and
7094 #           '64B' and
7095 #           '2T1C' and
7096 #           'NDRPDR'"
7097 #  parameters:
7098 #  - "throughput"
7099 #  - "name"
7100 #  - "tags"
7101 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7102 #  x-axis: "X = VNFs per Service Chain"
7103 #  y-axis: "Y = Number of Service Chains"
7104 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7105 #  layout:
7106 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7107 #    layout: "plot-service-density"
7108 #
7109 #- type: "plot"
7110 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7111 #  algorithm: "plot_nf_heatmap"
7112 #  output-file-type: ".html"
7113 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7114 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7115 #  filter: "'NIC_Intel-XXV710' and
7116 #           'NF_DENSITY' and
7117 #           'VHOST' and
7118 #           not 'VXLAN' and
7119 #           'CHAIN' and
7120 #           'NF_VPPIP4' and
7121 #           '64B' and
7122 #           '4T2C' and
7123 #           'NDRPDR'"
7124 #  parameters:
7125 #  - "throughput"
7126 #  - "name"
7127 #  - "tags"
7128 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7129 #  x-axis: "X = VNFs per Service Chain"
7130 #  y-axis: "Y = Number of Service Chains"
7131 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7132 #  layout:
7133 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7134 #    layout: "plot-service-density"
7135 #
7136 #- type: "plot"
7137 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7138 #  algorithm: "plot_nf_heatmap"
7139 #  output-file-type: ".html"
7140 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7141 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7142 #  filter: "'NIC_Intel-XXV710' and
7143 #           'NF_DENSITY' and
7144 #           'VHOST' and
7145 #           not 'VXLAN' and
7146 #           'CHAIN' and
7147 #           'NF_VPPIP4' and
7148 #           '64B' and
7149 #           '8T4C' and
7150 #           'NDRPDR'"
7151 #  parameters:
7152 #  - "throughput"
7153 #  - "name"
7154 #  - "tags"
7155 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7156 #  x-axis: "X = VNFs per Service Chain"
7157 #  y-axis: "Y = Number of Service Chains"
7158 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7159 #  layout:
7160 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7161 #    layout: "plot-service-density"
7162 #
7163 ## Plots - NF Density - VSC - NDR IMIX
7164 #- type: "plot"
7165 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7166 #  algorithm: "plot_nf_heatmap"
7167 #  output-file-type: ".html"
7168 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7169 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7170 #  filter: "'NIC_Intel-XXV710' and
7171 #           'NF_DENSITY' and
7172 #           'VHOST' and
7173 #           not 'VXLAN' and
7174 #           'CHAIN' and
7175 #           'NF_VPPIP4' and
7176 #           'IMIX' and
7177 #           '2T1C' and
7178 #           'NDRPDR'"
7179 #  parameters:
7180 #  - "throughput"
7181 #  - "name"
7182 #  - "tags"
7183 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7184 #  x-axis: "X = VNFs per Service Chain"
7185 #  y-axis: "Y = Number of Service Chains"
7186 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7187 #  layout:
7188 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7189 #    layout: "plot-service-density"
7190 #
7191 #- type: "plot"
7192 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7193 #  algorithm: "plot_nf_heatmap"
7194 #  output-file-type: ".html"
7195 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7196 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7197 #  filter: "'NIC_Intel-XXV710' and
7198 #           'NF_DENSITY' and
7199 #           'VHOST' and
7200 #           not 'VXLAN' and
7201 #           'CHAIN' and
7202 #           'NF_VPPIP4' and
7203 #           'IMIX' and
7204 #           '4T2C' and
7205 #           'NDRPDR'"
7206 #  parameters:
7207 #  - "throughput"
7208 #  - "name"
7209 #  - "tags"
7210 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7211 #  x-axis: "X = VNFs per Service Chain"
7212 #  y-axis: "Y = Number of Service Chains"
7213 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7214 #  layout:
7215 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7216 #    layout: "plot-service-density"
7217 #
7218 #- type: "plot"
7219 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7220 #  algorithm: "plot_nf_heatmap"
7221 #  output-file-type: ".html"
7222 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7223 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7224 #  filter: "'NIC_Intel-XXV710' and
7225 #           'NF_DENSITY' and
7226 #           'VHOST' and
7227 #           not 'VXLAN' and
7228 #           'CHAIN' and
7229 #           'NF_VPPIP4' and
7230 #           'IMIX' and
7231 #           '8T4C' and
7232 #           'NDRPDR'"
7233 #  parameters:
7234 #  - "throughput"
7235 #  - "name"
7236 #  - "tags"
7237 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7238 #  x-axis: "X = VNFs per Service Chain"
7239 #  y-axis: "Y = Number of Service Chains"
7240 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7241 #  layout:
7242 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7243 #    layout: "plot-service-density"
7244 #
7245 ## Plots - NF Density - VSC - PDR 64b
7246 #- type: "plot"
7247 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7248 #  algorithm: "plot_nf_heatmap"
7249 #  output-file-type: ".html"
7250 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7251 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7252 #  filter: "'NIC_Intel-XXV710' and
7253 #           'NF_DENSITY' and
7254 #           'VHOST' and
7255 #           not 'VXLAN' and
7256 #           'CHAIN' and
7257 #           'NF_VPPIP4' and
7258 #           '64B' and
7259 #           '2T1C' and
7260 #           'NDRPDR'"
7261 #  parameters:
7262 #  - "throughput"
7263 #  - "name"
7264 #  - "tags"
7265 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7266 #  x-axis: "X = VNFs per Service Chain"
7267 #  y-axis: "Y = Number of Service Chains"
7268 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7269 #  layout:
7270 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7271 #    layout: "plot-service-density"
7272 #
7273 #- type: "plot"
7274 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7275 #  algorithm: "plot_nf_heatmap"
7276 #  output-file-type: ".html"
7277 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7278 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7279 #  filter: "'NIC_Intel-XXV710' and
7280 #           'NF_DENSITY' and
7281 #           'VHOST' and
7282 #           not 'VXLAN' and
7283 #           'CHAIN' and
7284 #           'NF_VPPIP4' and
7285 #           '64B' and
7286 #           '4T2C' and
7287 #           'NDRPDR'"
7288 #  parameters:
7289 #  - "throughput"
7290 #  - "name"
7291 #  - "tags"
7292 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7293 #  x-axis: "X = VNFs per Service Chain"
7294 #  y-axis: "Y = Number of Service Chains"
7295 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7296 #  layout:
7297 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7298 #    layout: "plot-service-density"
7299 #
7300 #- type: "plot"
7301 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7302 #  algorithm: "plot_nf_heatmap"
7303 #  output-file-type: ".html"
7304 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7305 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7306 #  filter: "'NIC_Intel-XXV710' and
7307 #           'NF_DENSITY' and
7308 #           'VHOST' and
7309 #           not 'VXLAN' and
7310 #           'CHAIN' and
7311 #           'NF_VPPIP4' and
7312 #           '64B' and
7313 #           '8T4C' and
7314 #           'NDRPDR'"
7315 #  parameters:
7316 #  - "throughput"
7317 #  - "name"
7318 #  - "tags"
7319 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7320 #  x-axis: "X = VNFs per Service Chain"
7321 #  y-axis: "Y = Number of Service Chains"
7322 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7323 #  layout:
7324 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7325 #    layout: "plot-service-density"
7326 #
7327 ## Plots - NF Density - VSC - PDR IMIX
7328 #- type: "plot"
7329 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7330 #  algorithm: "plot_nf_heatmap"
7331 #  output-file-type: ".html"
7332 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7333 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7334 #  filter: "'NIC_Intel-XXV710' and
7335 #           'NF_DENSITY' and
7336 #           'VHOST' and
7337 #           not 'VXLAN' and
7338 #           'CHAIN' and
7339 #           'NF_VPPIP4' and
7340 #           'IMIX' and
7341 #           '2T1C' and
7342 #           'NDRPDR'"
7343 #  parameters:
7344 #  - "throughput"
7345 #  - "name"
7346 #  - "tags"
7347 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7348 #  x-axis: "X = VNFs per Service Chain"
7349 #  y-axis: "Y = Number of Service Chains"
7350 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7351 #  layout:
7352 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7353 #    layout: "plot-service-density"
7354 #
7355 #- type: "plot"
7356 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7357 #  algorithm: "plot_nf_heatmap"
7358 #  output-file-type: ".html"
7359 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7360 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7361 #  filter: "'NIC_Intel-XXV710' and
7362 #           'NF_DENSITY' and
7363 #           'VHOST' and
7364 #           not 'VXLAN' and
7365 #           'CHAIN' and
7366 #           'NF_VPPIP4' and
7367 #           'IMIX' and
7368 #           '4T2C' and
7369 #           'NDRPDR'"
7370 #  parameters:
7371 #  - "throughput"
7372 #  - "name"
7373 #  - "tags"
7374 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7375 #  x-axis: "X = VNFs per Service Chain"
7376 #  y-axis: "Y = Number of Service Chains"
7377 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7378 #  layout:
7379 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7380 #    layout: "plot-service-density"
7381 #
7382 #- type: "plot"
7383 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7384 #  algorithm: "plot_nf_heatmap"
7385 #  output-file-type: ".html"
7386 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7387 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7388 #  filter: "'NIC_Intel-XXV710' and
7389 #           'NF_DENSITY' and
7390 #           'VHOST' and
7391 #           not 'VXLAN' and
7392 #           'CHAIN' and
7393 #           'NF_VPPIP4' and
7394 #           'IMIX' and
7395 #           '8T4C' and
7396 #           'NDRPDR'"
7397 #  parameters:
7398 #  - "throughput"
7399 #  - "name"
7400 #  - "tags"
7401 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7402 #  x-axis: "X = VNFs per Service Chain"
7403 #  y-axis: "Y = Number of Service Chains"
7404 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7405 #  layout:
7406 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7407 #    layout: "plot-service-density"
7408 #
7409 ################################################################################
7410 ## Plots - NF Density - VSC - MRR 64b
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-2t1c-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 #           '2T1C' 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-4t2c-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 #           '4T2C' 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 #- type: "plot"
7464 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7465 #  algorithm: "plot_nf_heatmap"
7466 #  output-file-type: ".html"
7467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7468 #  data: "plot-vpp-nfv-2n-skx-mrr"
7469 #  filter: "'NIC_Intel-XXV710' and
7470 #           'NF_DENSITY' and
7471 #           'VHOST' and
7472 #           'VXLAN' and
7473 #           'CHAIN' and
7474 #           '118' and
7475 #           '8T4C' and
7476 #           'MRR'"
7477 #  parameters:
7478 #  - "result"
7479 #  - "name"
7480 #  - "tags"
7481 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7482 #  x-axis: "X = VNFs per Service Chain"
7483 #  y-axis: "Y = Number of Service Chains"
7484 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7485 #  layout:
7486 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7487 #    layout: "plot-service-density"
7488 #
7489 ## Plots - NF Density - VSC - MRR IMIX
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-2t1c-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 #           '2T1C' 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-4t2c-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 #           '4T2C' 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 #- type: "plot"
7543 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7544 #  algorithm: "plot_nf_heatmap"
7545 #  output-file-type: ".html"
7546 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7547 #  data: "plot-vpp-nfv-2n-skx-mrr"
7548 #  filter: "'NIC_Intel-XXV710' and
7549 #           'NF_DENSITY' and
7550 #           'VHOST' and
7551 #           'VXLAN' and
7552 #           'CHAIN' and
7553 #           'IMIX' and
7554 #           '8T4C' and
7555 #           'MRR'"
7556 #  parameters:
7557 #  - "result"
7558 #  - "name"
7559 #  - "tags"
7560 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7561 #  x-axis: "X = VNFs per Service Chain"
7562 #  y-axis: "Y = Number of Service Chains"
7563 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7564 #  layout:
7565 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7566 #    layout: "plot-service-density"
7567 #
7568 ## Plots - NF Density - VSC - NDR 64b
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-2t1c-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 #           '2T1C' 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-4t2c-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 #           '4T2C' 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 #- type: "plot"
7622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7623 #  algorithm: "plot_nf_heatmap"
7624 #  output-file-type: ".html"
7625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7626 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7627 #  filter: "'NIC_Intel-XXV710' and
7628 #           'NF_DENSITY' and
7629 #           'VHOST' and
7630 #           'VXLAN' and
7631 #           'CHAIN' and
7632 #           '118' and
7633 #           '8T4C' and
7634 #           'NDRPDR'"
7635 #  parameters:
7636 #  - "throughput"
7637 #  - "name"
7638 #  - "tags"
7639 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7640 #  x-axis: "X = VNFs per Service Chain"
7641 #  y-axis: "Y = Number of Service Chains"
7642 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7643 #  layout:
7644 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7645 #    layout: "plot-service-density"
7646 #
7647 ## Plots - NF Density - VSC - NDR IMIX
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-2t1c-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 #           '2T1C' 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-4t2c-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 #           '4T2C' 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 #- type: "plot"
7701 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7702 #  algorithm: "plot_nf_heatmap"
7703 #  output-file-type: ".html"
7704 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7705 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7706 #  filter: "'NIC_Intel-XXV710' and
7707 #           'NF_DENSITY' and
7708 #           'VHOST' and
7709 #           'VXLAN' and
7710 #           'CHAIN' and
7711 #           'IMIX' and
7712 #           '8T4C' and
7713 #           'NDRPDR'"
7714 #  parameters:
7715 #  - "throughput"
7716 #  - "name"
7717 #  - "tags"
7718 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7719 #  x-axis: "X = VNFs per Service Chain"
7720 #  y-axis: "Y = Number of Service Chains"
7721 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7722 #  layout:
7723 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7724 #    layout: "plot-service-density"
7725 #
7726 ## Plots - NF Density - VSC - PDR 64b
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-2t1c-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 #           '2T1C' 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-4t2c-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 #           '4T2C' 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 #- type: "plot"
7780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7781 #  algorithm: "plot_nf_heatmap"
7782 #  output-file-type: ".html"
7783 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7784 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7785 #  filter: "'NIC_Intel-XXV710' and
7786 #           'NF_DENSITY' and
7787 #           'VHOST' and
7788 #           'VXLAN' and
7789 #           'CHAIN' and
7790 #           '118' and
7791 #           '8T4C' and
7792 #           'NDRPDR'"
7793 #  parameters:
7794 #  - "throughput"
7795 #  - "name"
7796 #  - "tags"
7797 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7798 #  x-axis: "X = VNFs per Service Chain"
7799 #  y-axis: "Y = Number of Service Chains"
7800 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7801 #  layout:
7802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7803 #    layout: "plot-service-density"
7804 #
7805 ## Plots - NF Density - VSC - PDR IMIX
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-2t1c-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 #           '2T1C' 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-4t2c-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 #           '4T2C' 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 #- type: "plot"
7859 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7860 #  algorithm: "plot_nf_heatmap"
7861 #  output-file-type: ".html"
7862 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7863 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7864 #  filter: "'NIC_Intel-XXV710' and
7865 #           'NF_DENSITY' and
7866 #           'VHOST' and
7867 #           'VXLAN' and
7868 #           'CHAIN' and
7869 #           'IMIX' and
7870 #           '8T4C' and
7871 #           'NDRPDR'"
7872 #  parameters:
7873 #  - "throughput"
7874 #  - "name"
7875 #  - "tags"
7876 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7877 #  x-axis: "X = VNFs per Service Chain"
7878 #  y-axis: "Y = Number of Service Chains"
7879 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7880 #  layout:
7881 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7882 #    layout: "plot-service-density"
7883 #
7884 ################################################################################
7885 ## Plots - NF Density - CSC - MRR 64b
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-2t1c-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 #           '2T1C' 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-4t2c-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 #           '4T2C' 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 #- type: "plot"
7939 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7940 #  algorithm: "plot_nf_heatmap"
7941 #  output-file-type: ".html"
7942 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7943 #  data: "plot-vpp-nfv-2n-skx-mrr"
7944 #  filter: "'NIC_Intel-XXV710' and
7945 #           'NF_DENSITY' and
7946 #           'DOCKER' and
7947 #           'CHAIN' and
7948 #           'NF_VPPIP4' and
7949 #           '64B' and
7950 #           '8T4C' and
7951 #           'MRR'"
7952 #  parameters:
7953 #  - "result"
7954 #  - "name"
7955 #  - "tags"
7956 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7957 #  x-axis: "X = CNFs per Service Chain"
7958 #  y-axis: "Y = Number of Service Chains"
7959 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7960 #  layout:
7961 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7962 #    layout: "plot-service-density"
7963 #
7964 ## Plots - NF Density - CSC - MRR IMIX
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-2t1c-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 #           '2T1C' 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-4t2c-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 #           '4T2C' 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 #- type: "plot"
8018 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8019 #  algorithm: "plot_nf_heatmap"
8020 #  output-file-type: ".html"
8021 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8022 #  data: "plot-vpp-nfv-2n-skx-mrr"
8023 #  filter: "'NIC_Intel-XXV710' and
8024 #           'NF_DENSITY' and
8025 #           'DOCKER' and
8026 #           'CHAIN' and
8027 #           'NF_VPPIP4' and
8028 #           'IMIX' and
8029 #           '8T4C' and
8030 #           'MRR'"
8031 #  parameters:
8032 #  - "result"
8033 #  - "name"
8034 #  - "tags"
8035 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8036 #  x-axis: "X = CNFs per Service Chain"
8037 #  y-axis: "Y = Number of Service Chains"
8038 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8039 #  layout:
8040 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8041 #    layout: "plot-service-density"
8042 #
8043 ## Plots - NF Density - CSC - NDR 64b
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-2t1c-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 #           '2T1C' 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-4t2c-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 #           '4T2C' 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 #- type: "plot"
8097 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8098 #  algorithm: "plot_nf_heatmap"
8099 #  output-file-type: ".html"
8100 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8101 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8102 #  filter: "'NIC_Intel-XXV710' and
8103 #           'NF_DENSITY' and
8104 #           'DOCKER' and
8105 #           'CHAIN' and
8106 #           'NF_VPPIP4' and
8107 #           '64B' and
8108 #           '8T4C' and
8109 #           'NDRPDR'"
8110 #  parameters:
8111 #  - "throughput"
8112 #  - "name"
8113 #  - "tags"
8114 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8115 #  x-axis: "X = CNFs per Service Chain"
8116 #  y-axis: "Y = Number of Service Chains"
8117 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8118 #  layout:
8119 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8120 #    layout: "plot-service-density"
8121 #
8122 ## Plots - NF Density - CSC - NDR IMIX
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-2t1c-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 #           '2T1C' 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-4t2c-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 #           '4T2C' and
8162 #           'NDRPDR'"
8163 #  parameters:
8164 #  - "throughput"
8165 #  - "name"
8166 #  - "tags"
8167 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8168 #  x-axis: "X = CNFs per Service Chain"
8169 #  y-axis: "Y = Number of Service Chains"
8170 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8171 #  layout:
8172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8173 #    layout: "plot-service-density"
8174 #
8175 #- type: "plot"
8176 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8177 #  algorithm: "plot_nf_heatmap"
8178 #  output-file-type: ".html"
8179 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8180 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8181 #  filter: "'NIC_Intel-XXV710' and
8182 #           'NF_DENSITY' and
8183 #           'DOCKER' and
8184 #           'CHAIN' and
8185 #           'NF_VPPIP4' and
8186 #           'IMIX' and
8187 #           '8T4C' and
8188 #           'NDRPDR'"
8189 #  parameters:
8190 #  - "throughput"
8191 #  - "name"
8192 #  - "tags"
8193 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8194 #  x-axis: "X = CNFs per Service Chain"
8195 #  y-axis: "Y = Number of Service Chains"
8196 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8197 #  layout:
8198 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8199 #    layout: "plot-service-density"
8200 #
8201 ## Plots - NF Density - CSC - PDR 64b
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-2t1c-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 #           '2T1C' 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-4t2c-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 #           '4T2C' 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 #- type: "plot"
8255 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8256 #  algorithm: "plot_nf_heatmap"
8257 #  output-file-type: ".html"
8258 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8259 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8260 #  filter: "'NIC_Intel-XXV710' and
8261 #           'NF_DENSITY' and
8262 #           'DOCKER' and
8263 #           'CHAIN' and
8264 #           'NF_VPPIP4' and
8265 #           '64B' and
8266 #           '8T4C' and
8267 #           'NDRPDR'"
8268 #  parameters:
8269 #  - "throughput"
8270 #  - "name"
8271 #  - "tags"
8272 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8273 #  x-axis: "X = CNFs per Service Chain"
8274 #  y-axis: "Y = Number of Service Chains"
8275 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8276 #  layout:
8277 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8278 #    layout: "plot-service-density"
8279 #
8280 ## Plots - NF Density - CSC - PDR IMIX
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-2t1c-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 #           '2T1C' 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-4t2c-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 #           '4T2C' 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 #- type: "plot"
8334 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8335 #  algorithm: "plot_nf_heatmap"
8336 #  output-file-type: ".html"
8337 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8338 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8339 #  filter: "'NIC_Intel-XXV710' and
8340 #           'NF_DENSITY' and
8341 #           'DOCKER' and
8342 #           'CHAIN' and
8343 #           'NF_VPPIP4' and
8344 #           'IMIX' and
8345 #           '8T4C' and
8346 #           'NDRPDR'"
8347 #  parameters:
8348 #  - "throughput"
8349 #  - "name"
8350 #  - "tags"
8351 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8352 #  x-axis: "X = CNFs per Service Chain"
8353 #  y-axis: "Y = Number of Service Chains"
8354 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8355 #  layout:
8356 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8357 #    layout: "plot-service-density"
8358 #
8359 ################################################################################
8360 #
8361 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8362 #- type: "plot"
8363 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8364 #  algorithm: "plot_nf_heatmap"
8365 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8366 #  data: "plot-vpp-nfv-3n-skx-mrr"
8367 #  filter: "'NIC_Intel-XXV710' and
8368 #           'NF_DENSITY' and
8369 #           'DOCKER' and
8370 #           'CHAIN' and
8371 #           'NF_VPPIP4' and
8372 #           'IPSEC' and
8373 #           'TNL_4' and
8374 #           'IMIX' and
8375 #           '2T1C' and
8376 #           'MRR'"
8377 #  parameters:
8378 #  - "result"
8379 #  - "name"
8380 #  - "tags"
8381 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8382 #  x-axis: "X = CNFs per Service Chain"
8383 #  y-axis: "Y = Number of Service Chains"
8384 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8385 #  layout:
8386 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8387 #    layout: "plot-service-density"
8388 #
8389 #- type: "plot"
8390 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8391 #  algorithm: "plot_nf_heatmap"
8392 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8393 #  data: "plot-vpp-nfv-3n-skx-mrr"
8394 #  filter: "'NIC_Intel-XXV710' and
8395 #           'NF_DENSITY' and
8396 #           'DOCKER' and
8397 #           'CHAIN' and
8398 #           'NF_VPPIP4' and
8399 #           'IPSEC' and
8400 #           'TNL_4' and
8401 #           'IMIX' and
8402 #           '4T2C' and
8403 #           'MRR'"
8404 #  parameters:
8405 #  - "result"
8406 #  - "name"
8407 #  - "tags"
8408 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8409 #  x-axis: "X = CNFs per Service Chain"
8410 #  y-axis: "Y = Number of Service Chains"
8411 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8412 #  layout:
8413 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8414 #    layout: "plot-service-density"
8415 #
8416 #- type: "plot"
8417 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8418 #  algorithm: "plot_nf_heatmap"
8419 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8420 #  data: "plot-vpp-nfv-3n-skx-mrr"
8421 #  filter: "'NIC_Intel-XXV710' and
8422 #           'NF_DENSITY' and
8423 #           'DOCKER' and
8424 #           'CHAIN' and
8425 #           'NF_VPPIP4' and
8426 #           'IPSEC' and
8427 #           'TNL_4' and
8428 #           'IMIX' and
8429 #           '8T4C' and
8430 #           'MRR'"
8431 #  parameters:
8432 #  - "result"
8433 #  - "name"
8434 #  - "tags"
8435 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8436 #  x-axis: "X = CNFs per Service Chain"
8437 #  y-axis: "Y = Number of Service Chains"
8438 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8439 #  layout:
8440 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8441 #    layout: "plot-service-density"
8442
8443 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8444 - type: "plot"
8445   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8446   algorithm: "plot_nf_heatmap"
8447   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8448   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8449   filter: "'NIC_Intel-XXV710' and
8450            'NF_DENSITY' and
8451            'DOCKER' and
8452            'CHAIN' and
8453            'NF_VPPIP4' and
8454            'IPSEC' and
8455            'TNL_4' and
8456            'IMIX' and
8457            '2T1C' and
8458            'NDRPDR'"
8459   parameters:
8460   - "throughput"
8461   - "name"
8462   - "tags"
8463   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8464   x-axis: "X = CNFs per Service Chain"
8465   y-axis: "Y = Number of Service Chains"
8466   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8467   layout:
8468     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8469     layout: "plot-service-density"
8470
8471 - type: "plot"
8472   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8473   algorithm: "plot_nf_heatmap"
8474   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8475   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8476   filter: "'NIC_Intel-XXV710' and
8477            'NF_DENSITY' and
8478            'DOCKER' and
8479            'CHAIN' and
8480            'NF_VPPIP4' and
8481            'IPSEC' and
8482            'TNL_4' and
8483            'IMIX' and
8484            '4T2C' and
8485            'NDRPDR'"
8486   parameters:
8487   - "throughput"
8488   - "name"
8489   - "tags"
8490   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8491   x-axis: "X = CNFs per Service Chain"
8492   y-axis: "Y = Number of Service Chains"
8493   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8494   layout:
8495     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8496     layout: "plot-service-density"
8497
8498 - type: "plot"
8499   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8500   algorithm: "plot_nf_heatmap"
8501   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8502   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8503   filter: "'NIC_Intel-XXV710' and
8504            'NF_DENSITY' and
8505            'DOCKER' and
8506            'CHAIN' and
8507            'NF_VPPIP4' and
8508            'IPSEC' and
8509            'TNL_4' and
8510            'IMIX' and
8511            '8T4C' and
8512            'NDRPDR'"
8513   parameters:
8514   - "throughput"
8515   - "name"
8516   - "tags"
8517   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8518   x-axis: "X = CNFs per Service Chain"
8519   y-axis: "Y = Number of Service Chains"
8520   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8521   layout:
8522     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8523     layout: "plot-service-density"
8524
8525 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8526 - type: "plot"
8527   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8528   algorithm: "plot_nf_heatmap"
8529   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8530   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8531   filter: "'NIC_Intel-XXV710' and
8532            'NF_DENSITY' and
8533            'DOCKER' and
8534            'CHAIN' and
8535            'NF_VPPIP4' and
8536            'IPSEC' and
8537            'TNL_4' and
8538            'IMIX' and
8539            '2T1C' and
8540            'NDRPDR'"
8541   parameters:
8542   - "throughput"
8543   - "name"
8544   - "tags"
8545   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8546   x-axis: "X = CNFs per Service Chain"
8547   y-axis: "Y = Number of Service Chains"
8548   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8549   layout:
8550     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8551     layout: "plot-service-density"
8552
8553 - type: "plot"
8554   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8555   algorithm: "plot_nf_heatmap"
8556   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8557   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8558   filter: "'NIC_Intel-XXV710' and
8559            'NF_DENSITY' and
8560            'DOCKER' and
8561            'CHAIN' and
8562            'NF_VPPIP4' and
8563            'IPSEC' and
8564            'TNL_4' and
8565            'IMIX' and
8566            '4T2C' and
8567            'NDRPDR'"
8568   parameters:
8569   - "throughput"
8570   - "name"
8571   - "tags"
8572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8573   x-axis: "X = CNFs per Service Chain"
8574   y-axis: "Y = Number of Service Chains"
8575   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8576   layout:
8577     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8578     layout: "plot-service-density"
8579
8580 - type: "plot"
8581   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8582   algorithm: "plot_nf_heatmap"
8583   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8584   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8585   filter: "'NIC_Intel-XXV710' and
8586            'NF_DENSITY' and
8587            'DOCKER' and
8588            'CHAIN' and
8589            'NF_VPPIP4' and
8590            'IPSEC' and
8591            'TNL_4' and
8592            'IMIX' and
8593            '8T4C' and
8594            'NDRPDR'"
8595   parameters:
8596   - "throughput"
8597   - "name"
8598   - "tags"
8599   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8600   x-axis: "X = CNFs per Service Chain"
8601   y-axis: "Y = Number of Service Chains"
8602   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8603   layout:
8604     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8605     layout: "plot-service-density"
8606
8607 ###############################################################################
8608
8609 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
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-1t1c-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            'IMIX' and
8621            'TNL_4' and
8622            '1T1C' and
8623            'MRR'"
8624   parameters:
8625   - "result"
8626   - "name"
8627   - "tags"
8628   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8629   x-axis: "X = CNFs per Service Chain"
8630   y-axis: "Y = Number of Service Chains"
8631   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8632   layout:
8633     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8634     layout: "plot-service-density"
8635
8636 - type: "plot"
8637   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8638   algorithm: "plot_nf_heatmap"
8639   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8640   data: "plot-vpp-nfv-3n-hsw-mrr"
8641   filter: "'NIC_Intel-XL710' and
8642            'NF_DENSITY' and
8643            'DOCKER' and
8644            'CHAIN' and
8645            'NF_VPPIP4' and
8646            'IPSEC' and
8647            'TNL_4' and
8648            'IMIX' and
8649            '2T2C' and
8650            'MRR'"
8651   parameters:
8652   - "result"
8653   - "name"
8654   - "tags"
8655   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8656   x-axis: "X = CNFs per Service Chain"
8657   y-axis: "Y = Number of Service Chains"
8658   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8659   layout:
8660     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8661     layout: "plot-service-density"
8662
8663 - type: "plot"
8664   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8665   algorithm: "plot_nf_heatmap"
8666   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8667   data: "plot-vpp-nfv-3n-hsw-mrr"
8668   filter: "'NIC_Intel-XL710' and
8669            'NF_DENSITY' and
8670            'DOCKER' and
8671            'CHAIN' and
8672            'NF_VPPIP4' and
8673            'IPSEC' and
8674            'TNL_4' and
8675            'IMIX' and
8676            '4T4C' and
8677            'MRR'"
8678   parameters:
8679   - "result"
8680   - "name"
8681   - "tags"
8682   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8683   x-axis: "X = CNFs per Service Chain"
8684   y-axis: "Y = Number of Service Chains"
8685   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8686   layout:
8687     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8688     layout: "plot-service-density"
8689
8690 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8691 - type: "plot"
8692   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8693   algorithm: "plot_nf_heatmap"
8694   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8695   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8696   filter: "'NIC_Intel-XL710' and
8697            'NF_DENSITY' and
8698            'DOCKER' and
8699            'CHAIN' and
8700            'NF_VPPIP4' and
8701            'IPSEC' and
8702            'TNL_4' and
8703            'IMIX' and
8704            '1T1C' and
8705            'NDRPDR'"
8706   parameters:
8707   - "throughput"
8708   - "name"
8709   - "tags"
8710   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8711   x-axis: "X = CNFs per Service Chain"
8712   y-axis: "Y = Number of Service Chains"
8713   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8714   layout:
8715     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8716     layout: "plot-service-density"
8717
8718 - type: "plot"
8719   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8720   algorithm: "plot_nf_heatmap"
8721   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8722   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8723   filter: "'NIC_Intel-XL710' and
8724            'NF_DENSITY' and
8725            'DOCKER' and
8726            'CHAIN' and
8727            'NF_VPPIP4' and
8728            'IPSEC' and
8729            'TNL_4' and
8730            'IMIX' and
8731            '2T2C' and
8732            'NDRPDR'"
8733   parameters:
8734   - "throughput"
8735   - "name"
8736   - "tags"
8737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8738   x-axis: "X = CNFs per Service Chain"
8739   y-axis: "Y = Number of Service Chains"
8740   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8741   layout:
8742     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8743     layout: "plot-service-density"
8744
8745 - type: "plot"
8746   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8747   algorithm: "plot_nf_heatmap"
8748   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8749   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8750   filter: "'NIC_Intel-XL710' and
8751            'NF_DENSITY' and
8752            'DOCKER' and
8753            'CHAIN' and
8754            'NF_VPPIP4' and
8755            'IPSEC' and
8756            'TNL_4' and
8757            'IMIX' and
8758            '4T4C' and
8759            'NDRPDR'"
8760   parameters:
8761   - "throughput"
8762   - "name"
8763   - "tags"
8764   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8765   x-axis: "X = CNFs per Service Chain"
8766   y-axis: "Y = Number of Service Chains"
8767   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8768   layout:
8769     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8770     layout: "plot-service-density"
8771
8772 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8773 - type: "plot"
8774   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8775   algorithm: "plot_nf_heatmap"
8776   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8777   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8778   filter: "'NIC_Intel-XL710' and
8779            'NF_DENSITY' and
8780            'DOCKER' and
8781            'CHAIN' and
8782            'NF_VPPIP4' and
8783            'IPSEC' and
8784            'TNL_4' and
8785            'IMIX' and
8786            '1T1C' and
8787            'NDRPDR'"
8788   parameters:
8789   - "throughput"
8790   - "name"
8791   - "tags"
8792   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8793   x-axis: "X = CNFs per Service Chain"
8794   y-axis: "Y = Number of Service Chains"
8795   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8796   layout:
8797     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8798     layout: "plot-service-density"
8799
8800 - type: "plot"
8801   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8802   algorithm: "plot_nf_heatmap"
8803   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8804   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8805   filter: "'NIC_Intel-XL710' and
8806            'NF_DENSITY' and
8807            'DOCKER' and
8808            'CHAIN' and
8809            'NF_VPPIP4' and
8810            'IPSEC' and
8811            'TNL_4' and
8812            'IMIX' and
8813            '2T2C' and
8814            'NDRPDR'"
8815   parameters:
8816   - "throughput"
8817   - "name"
8818   - "tags"
8819   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8820   x-axis: "X = CNFs per Service Chain"
8821   y-axis: "Y = Number of Service Chains"
8822   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8823   layout:
8824     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8825     layout: "plot-service-density"
8826
8827 - type: "plot"
8828   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8829   algorithm: "plot_nf_heatmap"
8830   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8831   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8832   filter: "'NIC_Intel-XL710' and
8833            'NF_DENSITY' and
8834            'DOCKER' and
8835            'CHAIN' and
8836            'NF_VPPIP4' and
8837            'IPSEC' and
8838            'TNL_4' and
8839            'IMIX' and
8840            '4T4C' and
8841            'NDRPDR'"
8842   parameters:
8843   - "throughput"
8844   - "name"
8845   - "tags"
8846   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8847   x-axis: "X = CNFs per Service Chain"
8848   y-axis: "Y = Number of Service Chains"
8849   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8850   layout:
8851     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8852     layout: "plot-service-density"
8853
8854 ###############################################################################
8855
8856 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8857 #- type: "plot"
8858 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8859 #  algorithm: "plot_nf_heatmap"
8860 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8861 #  data: "plot-vpp-nfv-3n-skx-mrr"
8862 #  filter: "'NIC_Intel-XXV710' and
8863 #           'NF_DENSITY' and
8864 #           'DOCKER' and
8865 #           'CHAIN' and
8866 #           'NF_VPPIP4' and
8867 #           'IPSEC' and
8868 #           'TNL_1000' and
8869 #           'IMIX' and
8870 #           '2T1C' and
8871 #           'MRR'"
8872 #  parameters:
8873 #  - "result"
8874 #  - "name"
8875 #  - "tags"
8876 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8877 #  x-axis: "X = CNFs per Service Chain"
8878 #  y-axis: "Y = Number of Service Chains"
8879 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8880 #  layout:
8881 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8882 #    layout: "plot-service-density"
8883 #
8884 #- type: "plot"
8885 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8886 #  algorithm: "plot_nf_heatmap"
8887 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8888 #  data: "plot-vpp-nfv-3n-skx-mrr"
8889 #  filter: "'NIC_Intel-XXV710' and
8890 #           'NF_DENSITY' and
8891 #           'DOCKER' and
8892 #           'CHAIN' and
8893 #           'NF_VPPIP4' and
8894 #           'IPSEC' and
8895 #           'TNL_1000' and
8896 #           'IMIX' and
8897 #           '4T2C' and
8898 #           'MRR'"
8899 #  parameters:
8900 #  - "result"
8901 #  - "name"
8902 #  - "tags"
8903 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8904 #  x-axis: "X = CNFs per Service Chain"
8905 #  y-axis: "Y = Number of Service Chains"
8906 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8907 #  layout:
8908 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8909 #    layout: "plot-service-density"
8910 #
8911 #- type: "plot"
8912 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8913 #  algorithm: "plot_nf_heatmap"
8914 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8915 #  data: "plot-vpp-nfv-3n-skx-mrr"
8916 #  filter: "'NIC_Intel-XXV710' and
8917 #           'NF_DENSITY' and
8918 #           'DOCKER' and
8919 #           'CHAIN' and
8920 #           'NF_VPPIP4' and
8921 #           'IPSEC' and
8922 #           'TNL_1000' and
8923 #           'IMIX' and
8924 #           '8T4C' and
8925 #           'MRR'"
8926 #  parameters:
8927 #  - "result"
8928 #  - "name"
8929 #  - "tags"
8930 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8931 #  x-axis: "X = CNFs per Service Chain"
8932 #  y-axis: "Y = Number of Service Chains"
8933 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8934 #  layout:
8935 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8936 #    layout: "plot-service-density"
8937
8938 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8939 - type: "plot"
8940   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8941   algorithm: "plot_nf_heatmap"
8942   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8943   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8944   filter: "'NIC_Intel-XXV710' and
8945            'NF_DENSITY' and
8946            'DOCKER' and
8947            'CHAIN' and
8948            'NF_VPPIP4' and
8949            'IPSEC' and
8950            'TNL_1000' and
8951            'IMIX' and
8952            '2T1C' and
8953            'NDRPDR'"
8954   parameters:
8955   - "throughput"
8956   - "name"
8957   - "tags"
8958   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8959   x-axis: "X = CNFs per Service Chain"
8960   y-axis: "Y = Number of Service Chains"
8961   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8962   layout:
8963     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8964     layout: "plot-service-density"
8965
8966 - type: "plot"
8967   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8968   algorithm: "plot_nf_heatmap"
8969   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8970   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8971   filter: "'NIC_Intel-XXV710' and
8972            'NF_DENSITY' and
8973            'DOCKER' and
8974            'CHAIN' and
8975            'NF_VPPIP4' and
8976            'IPSEC' and
8977            'TNL_1000' and
8978            'IMIX' and
8979            '4T2C' and
8980            'NDRPDR'"
8981   parameters:
8982   - "throughput"
8983   - "name"
8984   - "tags"
8985   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8986   x-axis: "X = CNFs per Service Chain"
8987   y-axis: "Y = Number of Service Chains"
8988   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8989   layout:
8990     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8991     layout: "plot-service-density"
8992
8993 - type: "plot"
8994   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8995   algorithm: "plot_nf_heatmap"
8996   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8997   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8998   filter: "'NIC_Intel-XXV710' and
8999            'NF_DENSITY' and
9000            'DOCKER' and
9001            'CHAIN' and
9002            'NF_VPPIP4' and
9003            'IPSEC' and
9004            'TNL_1000' and
9005            'IMIX' and
9006            '8T4C' and
9007            'NDRPDR'"
9008   parameters:
9009   - "throughput"
9010   - "name"
9011   - "tags"
9012   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9013   x-axis: "X = CNFs per Service Chain"
9014   y-axis: "Y = Number of Service Chains"
9015   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9016   layout:
9017     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9018     layout: "plot-service-density"
9019
9020 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9021 - type: "plot"
9022   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9023   algorithm: "plot_nf_heatmap"
9024   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9025   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9026   filter: "'NIC_Intel-XXV710' and
9027            'NF_DENSITY' and
9028            'DOCKER' and
9029            'CHAIN' and
9030            'NF_VPPIP4' and
9031            'IPSEC' and
9032            'TNL_1000' and
9033            'IMIX' and
9034            '2T1C' and
9035            'NDRPDR'"
9036   parameters:
9037   - "throughput"
9038   - "name"
9039   - "tags"
9040   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9041   x-axis: "X = CNFs per Service Chain"
9042   y-axis: "Y = Number of Service Chains"
9043   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9044   layout:
9045     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9046     layout: "plot-service-density"
9047
9048 - type: "plot"
9049   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9050   algorithm: "plot_nf_heatmap"
9051   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9052   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9053   filter: "'NIC_Intel-XXV710' and
9054            'NF_DENSITY' and
9055            'DOCKER' and
9056            'CHAIN' and
9057            'NF_VPPIP4' and
9058            'IPSEC' and
9059            'TNL_1000' and
9060            'IMIX' and
9061            '4T2C' and
9062            'NDRPDR'"
9063   parameters:
9064   - "throughput"
9065   - "name"
9066   - "tags"
9067   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9068   x-axis: "X = CNFs per Service Chain"
9069   y-axis: "Y = Number of Service Chains"
9070   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9071   layout:
9072     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9073     layout: "plot-service-density"
9074
9075 - type: "plot"
9076   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9077   algorithm: "plot_nf_heatmap"
9078   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9079   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9080   filter: "'NIC_Intel-XXV710' and
9081            'NF_DENSITY' and
9082            'DOCKER' and
9083            'CHAIN' and
9084            'NF_VPPIP4' and
9085            'IPSEC' and
9086            'TNL_1000' and
9087            'IMIX' and
9088            '8T4C' and
9089            'NDRPDR'"
9090   parameters:
9091   - "throughput"
9092   - "name"
9093   - "tags"
9094   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9095   x-axis: "X = CNFs per Service Chain"
9096   y-axis: "Y = Number of Service Chains"
9097   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9098   layout:
9099     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9100     layout: "plot-service-density"
9101
9102 ###############################################################################
9103
9104 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
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-1t1c-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            'IMIX' and
9116            'TNL_1000' and
9117            '1T1C' and
9118            'MRR'"
9119   parameters:
9120   - "result"
9121   - "name"
9122   - "tags"
9123   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9124   x-axis: "X = CNFs per Service Chain"
9125   y-axis: "Y = Number of Service Chains"
9126   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9127   layout:
9128     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9129     layout: "plot-service-density"
9130
9131 - type: "plot"
9132   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9133   algorithm: "plot_nf_heatmap"
9134   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9135   data: "plot-vpp-nfv-3n-hsw-mrr"
9136   filter: "'NIC_Intel-XL710' and
9137            'NF_DENSITY' and
9138            'DOCKER' and
9139            'CHAIN' and
9140            'NF_VPPIP4' and
9141            'IPSEC' and
9142            'TNL_1000' and
9143            'IMIX' and
9144            '2T2C' and
9145            'MRR'"
9146   parameters:
9147   - "result"
9148   - "name"
9149   - "tags"
9150   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9151   x-axis: "X = CNFs per Service Chain"
9152   y-axis: "Y = Number of Service Chains"
9153   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9154   layout:
9155     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9156     layout: "plot-service-density"
9157
9158 - type: "plot"
9159   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9160   algorithm: "plot_nf_heatmap"
9161   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9162   data: "plot-vpp-nfv-3n-hsw-mrr"
9163   filter: "'NIC_Intel-XL710' and
9164            'NF_DENSITY' and
9165            'DOCKER' and
9166            'CHAIN' and
9167            'NF_VPPIP4' and
9168            'IPSEC' and
9169            'TNL_1000' and
9170            'IMIX' and
9171            '4T4C' and
9172            'MRR'"
9173   parameters:
9174   - "result"
9175   - "name"
9176   - "tags"
9177   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9178   x-axis: "X = CNFs per Service Chain"
9179   y-axis: "Y = Number of Service Chains"
9180   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9181   layout:
9182     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9183     layout: "plot-service-density"
9184
9185 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9186 - type: "plot"
9187   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9188   algorithm: "plot_nf_heatmap"
9189   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9190   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9191   filter: "'NIC_Intel-XL710' and
9192            'NF_DENSITY' and
9193            'DOCKER' and
9194            'CHAIN' and
9195            'NF_VPPIP4' and
9196            'IPSEC' and
9197            'TNL_1000' and
9198            'IMIX' and
9199            '1T1C' and
9200            'NDRPDR'"
9201   parameters:
9202   - "throughput"
9203   - "name"
9204   - "tags"
9205   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9206   x-axis: "X = CNFs per Service Chain"
9207   y-axis: "Y = Number of Service Chains"
9208   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9209   layout:
9210     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9211     layout: "plot-service-density"
9212
9213 - type: "plot"
9214   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9215   algorithm: "plot_nf_heatmap"
9216   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9217   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9218   filter: "'NIC_Intel-XL710' and
9219            'NF_DENSITY' and
9220            'DOCKER' and
9221            'CHAIN' and
9222            'NF_VPPIP4' and
9223            'IPSEC' and
9224            'TNL_1000' and
9225            'IMIX' and
9226            '2T2C' and
9227            'NDRPDR'"
9228   parameters:
9229   - "throughput"
9230   - "name"
9231   - "tags"
9232   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9233   x-axis: "X = CNFs per Service Chain"
9234   y-axis: "Y = Number of Service Chains"
9235   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9236   layout:
9237     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9238     layout: "plot-service-density"
9239
9240 - type: "plot"
9241   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9242   algorithm: "plot_nf_heatmap"
9243   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9244   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9245   filter: "'NIC_Intel-XL710' and
9246            'NF_DENSITY' and
9247            'DOCKER' and
9248            'CHAIN' and
9249            'NF_VPPIP4' and
9250            'IPSEC' and
9251            'TNL_1000' and
9252            'IMIX' and
9253            '4T4C' and
9254            'NDRPDR'"
9255   parameters:
9256   - "throughput"
9257   - "name"
9258   - "tags"
9259   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9260   x-axis: "X = CNFs per Service Chain"
9261   y-axis: "Y = Number of Service Chains"
9262   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9263   layout:
9264     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9265     layout: "plot-service-density"
9266
9267 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9268 - type: "plot"
9269   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9270   algorithm: "plot_nf_heatmap"
9271   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9272   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9273   filter: "'NIC_Intel-XL710' and
9274            'NF_DENSITY' and
9275            'DOCKER' and
9276            'CHAIN' and
9277            'NF_VPPIP4' and
9278            'IPSEC' and
9279            'TNL_1000' and
9280            'IMIX' and
9281            '1T1C' and
9282            'NDRPDR'"
9283   parameters:
9284   - "throughput"
9285   - "name"
9286   - "tags"
9287   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9288   x-axis: "X = CNFs per Service Chain"
9289   y-axis: "Y = Number of Service Chains"
9290   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9291   layout:
9292     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9293     layout: "plot-service-density"
9294
9295 - type: "plot"
9296   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9297   algorithm: "plot_nf_heatmap"
9298   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9299   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9300   filter: "'NIC_Intel-XL710' and
9301            'NF_DENSITY' and
9302            'DOCKER' and
9303            'CHAIN' and
9304            'NF_VPPIP4' and
9305            'IPSEC' and
9306            'TNL_1000' and
9307            'IMIX' and
9308            '2T2C' and
9309            'NDRPDR'"
9310   parameters:
9311   - "throughput"
9312   - "name"
9313   - "tags"
9314   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9315   x-axis: "X = CNFs per Service Chain"
9316   y-axis: "Y = Number of Service Chains"
9317   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9318   layout:
9319     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9320     layout: "plot-service-density"
9321
9322 - type: "plot"
9323   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9324   algorithm: "plot_nf_heatmap"
9325   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9326   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9327   filter: "'NIC_Intel-XL710' and
9328            'NF_DENSITY' and
9329            'DOCKER' and
9330            'CHAIN' and
9331            'NF_VPPIP4' and
9332            'IPSEC' and
9333            'TNL_1000' and
9334            'IMIX' and
9335            '4T4C' and
9336            'NDRPDR'"
9337   parameters:
9338   - "throughput"
9339   - "name"
9340   - "tags"
9341   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9342   x-axis: "X = CNFs per Service Chain"
9343   y-axis: "Y = Number of Service Chains"
9344   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9345   layout:
9346     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9347     layout: "plot-service-density"
9348
9349 ###############################################################################
9350
9351 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9352 #- type: "plot"
9353 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9354 #  algorithm: "plot_nf_heatmap"
9355 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9356 #  data: "plot-vpp-nfv-3n-skx-mrr"
9357 #  filter: "'NIC_Intel-XXV710' and
9358 #           'NF_DENSITY' and
9359 #           'DOCKER' and
9360 #           'CHAIN' and
9361 #           'NF_VPPIP4' and
9362 #           'IPSEC' and
9363 #           'TNL_10000' and
9364 #           'IMIX' and
9365 #           '2T1C' and
9366 #           'MRR'"
9367 #  parameters:
9368 #  - "result"
9369 #  - "name"
9370 #  - "tags"
9371 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9372 #  x-axis: "X = CNFs per Service Chain"
9373 #  y-axis: "Y = Number of Service Chains"
9374 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9375 #  layout:
9376 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9377 #    layout: "plot-service-density"
9378 #
9379 #- type: "plot"
9380 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9381 #  algorithm: "plot_nf_heatmap"
9382 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9383 #  data: "plot-vpp-nfv-3n-skx-mrr"
9384 #  filter: "'NIC_Intel-XXV710' and
9385 #           'NF_DENSITY' and
9386 #           'DOCKER' and
9387 #           'CHAIN' and
9388 #           'NF_VPPIP4' and
9389 #           'IPSEC' and
9390 #           'TNL_10000' and
9391 #           'IMIX' and
9392 #           '4T2C' and
9393 #           'MRR'"
9394 #  parameters:
9395 #  - "result"
9396 #  - "name"
9397 #  - "tags"
9398 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9399 #  x-axis: "X = CNFs per Service Chain"
9400 #  y-axis: "Y = Number of Service Chains"
9401 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9402 #  layout:
9403 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9404 #    layout: "plot-service-density"
9405 #
9406 #- type: "plot"
9407 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9408 #  algorithm: "plot_nf_heatmap"
9409 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9410 #  data: "plot-vpp-nfv-3n-skx-mrr"
9411 #  filter: "'NIC_Intel-XXV710' and
9412 #           'NF_DENSITY' and
9413 #           'DOCKER' and
9414 #           'CHAIN' and
9415 #           'NF_VPPIP4' and
9416 #           'IPSEC' and
9417 #           'TNL_10000' and
9418 #           'IMIX' and
9419 #           '8T4C' and
9420 #           'MRR'"
9421 #  parameters:
9422 #  - "result"
9423 #  - "name"
9424 #  - "tags"
9425 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9426 #  x-axis: "X = CNFs per Service Chain"
9427 #  y-axis: "Y = Number of Service Chains"
9428 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9429 #  layout:
9430 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9431 #    layout: "plot-service-density"
9432
9433 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9434 - type: "plot"
9435   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9436   algorithm: "plot_nf_heatmap"
9437   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9438   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9439   filter: "'NIC_Intel-XXV710' and
9440            'NF_DENSITY' and
9441            'DOCKER' and
9442            'CHAIN' and
9443            'NF_VPPIP4' and
9444            'IPSEC' and
9445            'TNL_10000' and
9446            'IMIX' and
9447            '2T1C' and
9448            'NDRPDR'"
9449   parameters:
9450   - "throughput"
9451   - "name"
9452   - "tags"
9453   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9454   x-axis: "X = CNFs per Service Chain"
9455   y-axis: "Y = Number of Service Chains"
9456   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9457   layout:
9458     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9459     layout: "plot-service-density"
9460
9461 - type: "plot"
9462   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9463   algorithm: "plot_nf_heatmap"
9464   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9465   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9466   filter: "'NIC_Intel-XXV710' and
9467            'NF_DENSITY' and
9468            'DOCKER' and
9469            'CHAIN' and
9470            'NF_VPPIP4' and
9471            'IPSEC' and
9472            'TNL_10000' and
9473            'IMIX' and
9474            '4T2C' and
9475            'NDRPDR'"
9476   parameters:
9477   - "throughput"
9478   - "name"
9479   - "tags"
9480   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9481   x-axis: "X = CNFs per Service Chain"
9482   y-axis: "Y = Number of Service Chains"
9483   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9484   layout:
9485     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9486     layout: "plot-service-density"
9487
9488 - type: "plot"
9489   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9490   algorithm: "plot_nf_heatmap"
9491   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9492   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9493   filter: "'NIC_Intel-XXV710' and
9494            'NF_DENSITY' and
9495            'DOCKER' and
9496            'CHAIN' and
9497            'NF_VPPIP4' and
9498            'IPSEC' and
9499            'TNL_10000' and
9500            'IMIX' and
9501            '8T4C' and
9502            'NDRPDR'"
9503   parameters:
9504   - "throughput"
9505   - "name"
9506   - "tags"
9507   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9508   x-axis: "X = CNFs per Service Chain"
9509   y-axis: "Y = Number of Service Chains"
9510   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9511   layout:
9512     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9513     layout: "plot-service-density"
9514
9515 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9516 - type: "plot"
9517   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9518   algorithm: "plot_nf_heatmap"
9519   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9520   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9521   filter: "'NIC_Intel-XXV710' and
9522            'NF_DENSITY' and
9523            'DOCKER' and
9524            'CHAIN' and
9525            'NF_VPPIP4' and
9526            'IPSEC' and
9527            'TNL_10000' and
9528            'IMIX' and
9529            '2T1C' and
9530            'NDRPDR'"
9531   parameters:
9532   - "throughput"
9533   - "name"
9534   - "tags"
9535   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9536   x-axis: "X = CNFs per Service Chain"
9537   y-axis: "Y = Number of Service Chains"
9538   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9539   layout:
9540     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9541     layout: "plot-service-density"
9542
9543 - type: "plot"
9544   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9545   algorithm: "plot_nf_heatmap"
9546   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9547   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9548   filter: "'NIC_Intel-XXV710' and
9549            'NF_DENSITY' and
9550            'DOCKER' and
9551            'CHAIN' and
9552            'NF_VPPIP4' and
9553            'IPSEC' and
9554            'TNL_10000' and
9555            'IMIX' and
9556            '4T2C' and
9557            'NDRPDR'"
9558   parameters:
9559   - "throughput"
9560   - "name"
9561   - "tags"
9562   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9563   x-axis: "X = CNFs per Service Chain"
9564   y-axis: "Y = Number of Service Chains"
9565   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9566   layout:
9567     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9568     layout: "plot-service-density"
9569
9570 - type: "plot"
9571   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9572   algorithm: "plot_nf_heatmap"
9573   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9574   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9575   filter: "'NIC_Intel-XXV710' and
9576            'NF_DENSITY' and
9577            'DOCKER' and
9578            'CHAIN' and
9579            'NF_VPPIP4' and
9580            'IPSEC' and
9581            'TNL_10000' and
9582            'IMIX' and
9583            '8T4C' and
9584            'NDRPDR'"
9585   parameters:
9586   - "throughput"
9587   - "name"
9588   - "tags"
9589   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9590   x-axis: "X = CNFs per Service Chain"
9591   y-axis: "Y = Number of Service Chains"
9592   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9593   layout:
9594     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9595     layout: "plot-service-density"
9596
9597 ###############################################################################
9598
9599 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
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-1t1c-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            'IMIX' and
9611            'TNL_10000' and
9612            '1T1C' and
9613            'MRR'"
9614   parameters:
9615   - "result"
9616   - "name"
9617   - "tags"
9618   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9619   x-axis: "X = CNFs per Service Chain"
9620   y-axis: "Y = Number of Service Chains"
9621   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9622   layout:
9623     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9624     layout: "plot-service-density"
9625
9626 - type: "plot"
9627   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9628   algorithm: "plot_nf_heatmap"
9629   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9630   data: "plot-vpp-nfv-3n-hsw-mrr"
9631   filter: "'NIC_Intel-XL710' and
9632            'NF_DENSITY' and
9633            'DOCKER' and
9634            'CHAIN' and
9635            'NF_VPPIP4' and
9636            'IPSEC' and
9637            'TNL_10000' and
9638            'IMIX' and
9639            '2T2C' and
9640            'MRR'"
9641   parameters:
9642   - "result"
9643   - "name"
9644   - "tags"
9645   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9646   x-axis: "X = CNFs per Service Chain"
9647   y-axis: "Y = Number of Service Chains"
9648   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9649   layout:
9650     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9651     layout: "plot-service-density"
9652
9653 - type: "plot"
9654   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9655   algorithm: "plot_nf_heatmap"
9656   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9657   data: "plot-vpp-nfv-3n-hsw-mrr"
9658   filter: "'NIC_Intel-XL710' and
9659            'NF_DENSITY' and
9660            'DOCKER' and
9661            'CHAIN' and
9662            'NF_VPPIP4' and
9663            'IPSEC' and
9664            'TNL_10000' and
9665            'IMIX' and
9666            '4T4C' and
9667            'MRR'"
9668   parameters:
9669   - "result"
9670   - "name"
9671   - "tags"
9672   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9673   x-axis: "X = CNFs per Service Chain"
9674   y-axis: "Y = Number of Service Chains"
9675   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9676   layout:
9677     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9678     layout: "plot-service-density"
9679
9680 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9681 - type: "plot"
9682   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9683   algorithm: "plot_nf_heatmap"
9684   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9685   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9686   filter: "'NIC_Intel-XL710' and
9687            'NF_DENSITY' and
9688            'DOCKER' and
9689            'CHAIN' and
9690            'NF_VPPIP4' and
9691            'IPSEC' and
9692            'TNL_10000' and
9693            'IMIX' and
9694            '1T1C' and
9695            'NDRPDR'"
9696   parameters:
9697   - "throughput"
9698   - "name"
9699   - "tags"
9700   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9701   x-axis: "X = CNFs per Service Chain"
9702   y-axis: "Y = Number of Service Chains"
9703   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9704   layout:
9705     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9706     layout: "plot-service-density"
9707
9708 - type: "plot"
9709   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9710   algorithm: "plot_nf_heatmap"
9711   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9712   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9713   filter: "'NIC_Intel-XL710' and
9714            'NF_DENSITY' and
9715            'DOCKER' and
9716            'CHAIN' and
9717            'NF_VPPIP4' and
9718            'IPSEC' and
9719            'TNL_10000' and
9720            'IMIX' and
9721            '2T2C' and
9722            'NDRPDR'"
9723   parameters:
9724   - "throughput"
9725   - "name"
9726   - "tags"
9727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9728   x-axis: "X = CNFs per Service Chain"
9729   y-axis: "Y = Number of Service Chains"
9730   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9731   layout:
9732     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9733     layout: "plot-service-density"
9734
9735 - type: "plot"
9736   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9737   algorithm: "plot_nf_heatmap"
9738   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9739   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9740   filter: "'NIC_Intel-XL710' and
9741            'NF_DENSITY' and
9742            'DOCKER' and
9743            'CHAIN' and
9744            'NF_VPPIP4' and
9745            'IPSEC' and
9746            'TNL_10000' and
9747            'IMIX' and
9748            '4T4C' and
9749            'NDRPDR'"
9750   parameters:
9751   - "throughput"
9752   - "name"
9753   - "tags"
9754   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9755   x-axis: "X = CNFs per Service Chain"
9756   y-axis: "Y = Number of Service Chains"
9757   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9758   layout:
9759     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9760     layout: "plot-service-density"
9761
9762 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9763 - type: "plot"
9764   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9765   algorithm: "plot_nf_heatmap"
9766   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9767   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9768   filter: "'NIC_Intel-XL710' and
9769            'NF_DENSITY' and
9770            'DOCKER' and
9771            'CHAIN' and
9772            'NF_VPPIP4' and
9773            'IPSEC' and
9774            'TNL_10000' and
9775            'IMIX' and
9776            '1T1C' and
9777            'NDRPDR'"
9778   parameters:
9779   - "throughput"
9780   - "name"
9781   - "tags"
9782   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9783   x-axis: "X = CNFs per Service Chain"
9784   y-axis: "Y = Number of Service Chains"
9785   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9786   layout:
9787     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9788     layout: "plot-service-density"
9789
9790 - type: "plot"
9791   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9792   algorithm: "plot_nf_heatmap"
9793   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9794   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9795   filter: "'NIC_Intel-XL710' and
9796            'NF_DENSITY' and
9797            'DOCKER' and
9798            'CHAIN' and
9799            'NF_VPPIP4' and
9800            'IPSEC' and
9801            'TNL_10000' and
9802            'IMIX' and
9803            '2T2C' and
9804            'NDRPDR'"
9805   parameters:
9806   - "throughput"
9807   - "name"
9808   - "tags"
9809   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9810   x-axis: "X = CNFs per Service Chain"
9811   y-axis: "Y = Number of Service Chains"
9812   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9813   layout:
9814     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9815     layout: "plot-service-density"
9816
9817 - type: "plot"
9818   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9819   algorithm: "plot_nf_heatmap"
9820   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9821   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9822   filter: "'NIC_Intel-XL710' and
9823            'NF_DENSITY' and
9824            'DOCKER' and
9825            'CHAIN' and
9826            'NF_VPPIP4' and
9827            'IPSEC' and
9828            'TNL_10000' and
9829            'IMIX' and
9830            '4T4C' and
9831            'NDRPDR'"
9832   parameters:
9833   - "throughput"
9834   - "name"
9835   - "tags"
9836   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9837   x-axis: "X = CNFs per Service Chain"
9838   y-axis: "Y = Number of Service Chains"
9839   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9840   layout:
9841     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9842     layout: "plot-service-density"
9843
9844 ###############################################################################
9845
9846 # Plots - NF Density - CSP - MRR 64b
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-2t1c-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 #           '2T1C' 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-4t2c-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 #           '4T2C' 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 #- type: "plot"
9901 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9902 #  algorithm: "plot_nf_heatmap"
9903 #  output-file-type: ".html"
9904 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9905 #  data: "plot-vpp-nfv-2n-skx-mrr"
9906 #  filter: "'NIC_Intel-XXV710' and
9907 #           'NF_DENSITY' and
9908 #           'DOCKER' and
9909 #           'PIPELINE' and
9910 #           'NF_VPPIP4' and
9911 #           '64B' and
9912 #           '8T4C' and
9913 #           'MRR'"
9914 #  parameters:
9915 #  - "result"
9916 #  - "name"
9917 #  - "tags"
9918 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9919 #  x-axis: "X = CNFs per Service Pipeline"
9920 #  y-axis: "Y = Number of Service Pipelines"
9921 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9922 #  layout:
9923 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9924 #    layout: "plot-service-density"
9925 #
9926 ## Plots - NF Density - CSP - MRR IMIX
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-2t1c-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 #           '2T1C' 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-4t2c-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 #           '4T2C' 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 #- type: "plot"
9980 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9981 #  algorithm: "plot_nf_heatmap"
9982 #  output-file-type: ".html"
9983 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9984 #  data: "plot-vpp-nfv-2n-skx-mrr"
9985 #  filter: "'NIC_Intel-XXV710' and
9986 #           'NF_DENSITY' and
9987 #           'DOCKER' and
9988 #           'PIPELINE' and
9989 #           'NF_VPPIP4' and
9990 #           'IMIX' and
9991 #           '8T4C' and
9992 #           'MRR'"
9993 #  parameters:
9994 #  - "result"
9995 #  - "name"
9996 #  - "tags"
9997 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9998 #  x-axis: "X = CNFs per Service Pipeline"
9999 #  y-axis: "Y = Number of Service Pipelines"
10000 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10001 #  layout:
10002 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10003 #    layout: "plot-service-density"
10004 #
10005 ## Plots - NF Density - CSP - NDR 64b
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-2t1c-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 #           '2T1C' 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-4t2c-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 #           '4T2C' 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 #- type: "plot"
10059 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10060 #  algorithm: "plot_nf_heatmap"
10061 #  output-file-type: ".html"
10062 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10063 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10064 #  filter: "'NIC_Intel-XXV710' and
10065 #           'NF_DENSITY' and
10066 #           'DOCKER' and
10067 #           'PIPELINE' and
10068 #           'NF_VPPIP4' and
10069 #           '64B' and
10070 #           '8T4C' and
10071 #           'NDRPDR'"
10072 #  parameters:
10073 #  - "throughput"
10074 #  - "name"
10075 #  - "tags"
10076 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10077 #  x-axis: "X = CNFs per Service Pipeline"
10078 #  y-axis: "Y = Number of Service Pipelines"
10079 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10080 #  layout:
10081 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10082 #    layout: "plot-service-density"
10083 #
10084 ## Plots - NF Density - CSP - NDR IMIX
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-2t1c-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 #           '2T1C' 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-4t2c-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 #           '4T2C' 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 #- type: "plot"
10138 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10139 #  algorithm: "plot_nf_heatmap"
10140 #  output-file-type: ".html"
10141 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10142 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10143 #  filter: "'NIC_Intel-XXV710' and
10144 #           'NF_DENSITY' and
10145 #           'DOCKER' and
10146 #           'PIPELINE' and
10147 #           'NF_VPPIP4' and
10148 #           'IMIX' and
10149 #           '8T4C' and
10150 #           'NDRPDR'"
10151 #  parameters:
10152 #  - "throughput"
10153 #  - "name"
10154 #  - "tags"
10155 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10156 #  x-axis: "X = CNFs per Service Pipeline"
10157 #  y-axis: "Y = Number of Service Pipelines"
10158 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10159 #  layout:
10160 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10161 #    layout: "plot-service-density"
10162 #
10163 ## Plots - NF Density - CSP - PDR 64b
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-2t1c-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 #           '2T1C' 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-4t2c-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 #           '4T2C' 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 #- type: "plot"
10217 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10218 #  algorithm: "plot_nf_heatmap"
10219 #  output-file-type: ".html"
10220 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10221 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10222 #  filter: "'NIC_Intel-XXV710' and
10223 #           'NF_DENSITY' and
10224 #           'DOCKER' and
10225 #           'PIPELINE' and
10226 #           'NF_VPPIP4' and
10227 #           '64B' and
10228 #           '8T4C' and
10229 #           'NDRPDR'"
10230 #  parameters:
10231 #  - "throughput"
10232 #  - "name"
10233 #  - "tags"
10234 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10235 #  x-axis: "X = CNFs per Service Pipeline"
10236 #  y-axis: "Y = Number of Service Pipelines"
10237 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10238 #  layout:
10239 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10240 #    layout: "plot-service-density"
10241 #
10242 ## Plots - NF Density - CSP - PDR IMIX
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-2t1c-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 #           '2T1C' 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-4t2c-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 #           '4T2C' 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 #- type: "plot"
10296 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10297 #  algorithm: "plot_nf_heatmap"
10298 #  output-file-type: ".html"
10299 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10300 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10301 #  filter: "'NIC_Intel-XXV710' and
10302 #           'NF_DENSITY' and
10303 #           'DOCKER' and
10304 #           'PIPELINE' and
10305 #           'NF_VPPIP4' and
10306 #           'IMIX' and
10307 #           '8T4C' and
10308 #           'NDRPDR'"
10309 #  parameters:
10310 #  - "throughput"
10311 #  - "name"
10312 #  - "tags"
10313 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10314 #  x-axis: "X = CNFs per Service Pipeline"
10315 #  y-axis: "Y = Number of Service Pipelines"
10316 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10317 #  layout:
10318 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10319 #    layout: "plot-service-density"
10320
10321 ###############################################################################
10322 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10323
10324 - type: "plot"
10325   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10326   algorithm: "plot_nf_heatmap"
10327   output-file-type: ".html"
10328   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10329   data: "plot-vpp-nfv-2n-clx-mrr"
10330   filter: "'NIC_Intel-XXV710' and
10331            'NF_DENSITY' and
10332            'VHOST' and
10333            not 'VXLAN' and
10334            'CHAIN' and
10335            'NF_VPPIP4' and
10336            'IMIX' and
10337            '2T1C' and
10338            'MRR'"
10339   parameters:
10340   - "result"
10341   - "name"
10342   - "tags"
10343   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10344   x-axis: "X = VNFs per Service Chain"
10345   y-axis: "Y = Number of Service Chains"
10346   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10347   layout:
10348     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10349     layout: "plot-service-density"
10350
10351 - type: "plot"
10352   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10353   algorithm: "plot_nf_heatmap"
10354   output-file-type: ".html"
10355   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10356   data: "plot-vpp-nfv-2n-clx-mrr"
10357   filter: "'NIC_Intel-XXV710' and
10358            'NF_DENSITY' and
10359            'VHOST' and
10360            not 'VXLAN' and
10361            'CHAIN' and
10362            'NF_VPPIP4' and
10363            'IMIX' and
10364            '4T2C' and
10365            'MRR'"
10366   parameters:
10367   - "result"
10368   - "name"
10369   - "tags"
10370   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10371   x-axis: "X = VNFs per Service Chain"
10372   y-axis: "Y = Number of Service Chains"
10373   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10374   layout:
10375     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10376     layout: "plot-service-density"
10377
10378 - type: "plot"
10379   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10380   algorithm: "plot_nf_heatmap"
10381   output-file-type: ".html"
10382   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10383   data: "plot-vpp-nfv-2n-clx-mrr"
10384   filter: "'NIC_Intel-XXV710' and
10385            'NF_DENSITY' and
10386            'VHOST' and
10387            not 'VXLAN' and
10388            'CHAIN' and
10389            'NF_VPPIP4' and
10390            'IMIX' and
10391            '8T4C' and
10392            'MRR'"
10393   parameters:
10394   - "result"
10395   - "name"
10396   - "tags"
10397   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10398   x-axis: "X = VNFs per Service Chain"
10399   y-axis: "Y = Number of Service Chains"
10400   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10401   layout:
10402     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10403     layout: "plot-service-density"
10404
10405 # Plots - NF Density - VSC - NDR IMIX
10406 - type: "plot"
10407   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10408   algorithm: "plot_nf_heatmap"
10409   output-file-type: ".html"
10410   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10411   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10412   filter: "'NIC_Intel-XXV710' and
10413            'NF_DENSITY' and
10414            'VHOST' and
10415            not 'VXLAN' and
10416            'CHAIN' and
10417            'NF_VPPIP4' and
10418            'IMIX' and
10419            '2T1C' and
10420            'NDRPDR'"
10421   parameters:
10422   - "throughput"
10423   - "name"
10424   - "tags"
10425   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10426   x-axis: "X = VNFs per Service Chain"
10427   y-axis: "Y = Number of Service Chains"
10428   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10429   layout:
10430     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10431     layout: "plot-service-density"
10432
10433 - type: "plot"
10434   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10435   algorithm: "plot_nf_heatmap"
10436   output-file-type: ".html"
10437   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10438   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10439   filter: "'NIC_Intel-XXV710' and
10440            'NF_DENSITY' and
10441            'VHOST' and
10442            not 'VXLAN' and
10443            'CHAIN' and
10444            'NF_VPPIP4' and
10445            'IMIX' and
10446            '4T2C' and
10447            'NDRPDR'"
10448   parameters:
10449   - "throughput"
10450   - "name"
10451   - "tags"
10452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10453   x-axis: "X = VNFs per Service Chain"
10454   y-axis: "Y = Number of Service Chains"
10455   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10456   layout:
10457     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10458     layout: "plot-service-density"
10459
10460 - type: "plot"
10461   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10462   algorithm: "plot_nf_heatmap"
10463   output-file-type: ".html"
10464   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10465   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10466   filter: "'NIC_Intel-XXV710' and
10467            'NF_DENSITY' and
10468            'VHOST' and
10469            not 'VXLAN' and
10470            'CHAIN' and
10471            'NF_VPPIP4' and
10472            'IMIX' and
10473            '8T4C' and
10474            'NDRPDR'"
10475   parameters:
10476   - "throughput"
10477   - "name"
10478   - "tags"
10479   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10480   x-axis: "X = VNFs per Service Chain"
10481   y-axis: "Y = Number of Service Chains"
10482   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10483   layout:
10484     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10485     layout: "plot-service-density"
10486
10487 # Plots - NF Density - VSC - PDR IMIX
10488 - type: "plot"
10489   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10490   algorithm: "plot_nf_heatmap"
10491   output-file-type: ".html"
10492   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10493   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10494   filter: "'NIC_Intel-XXV710' and
10495            'NF_DENSITY' and
10496            'VHOST' and
10497            not 'VXLAN' and
10498            'CHAIN' and
10499            'NF_VPPIP4' and
10500            'IMIX' and
10501            '2T1C' and
10502            'NDRPDR'"
10503   parameters:
10504   - "throughput"
10505   - "name"
10506   - "tags"
10507   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10508   x-axis: "X = VNFs per Service Chain"
10509   y-axis: "Y = Number of Service Chains"
10510   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10511   layout:
10512     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10513     layout: "plot-service-density"
10514
10515 - type: "plot"
10516   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10517   algorithm: "plot_nf_heatmap"
10518   output-file-type: ".html"
10519   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10520   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10521   filter: "'NIC_Intel-XXV710' and
10522            'NF_DENSITY' and
10523            'VHOST' and
10524            not 'VXLAN' and
10525            'CHAIN' and
10526            'NF_VPPIP4' and
10527            'IMIX' and
10528            '4T2C' and
10529            'NDRPDR'"
10530   parameters:
10531   - "throughput"
10532   - "name"
10533   - "tags"
10534   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10535   x-axis: "X = VNFs per Service Chain"
10536   y-axis: "Y = Number of Service Chains"
10537   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10538   layout:
10539     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10540     layout: "plot-service-density"
10541
10542 - type: "plot"
10543   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10544   algorithm: "plot_nf_heatmap"
10545   output-file-type: ".html"
10546   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10547   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10548   filter: "'NIC_Intel-XXV710' and
10549            'NF_DENSITY' and
10550            'VHOST' and
10551            not 'VXLAN' and
10552            'CHAIN' and
10553            'NF_VPPIP4' and
10554            'IMIX' and
10555            '8T4C' and
10556            'NDRPDR'"
10557   parameters:
10558   - "throughput"
10559   - "name"
10560   - "tags"
10561   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10562   x-axis: "X = VNFs per Service Chain"
10563   y-axis: "Y = Number of Service Chains"
10564   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10565   layout:
10566     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10567     layout: "plot-service-density"
10568
10569 # Plots - NF Density - VSC - MRR IMIX
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-2t1c-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            '2T1C' 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-4t2c-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            '4T2C' 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 - type: "plot"
10623   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10624   algorithm: "plot_nf_heatmap"
10625   output-file-type: ".html"
10626   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10627   data: "plot-vpp-nfv-2n-clx-mrr"
10628   filter: "'NIC_Intel-XXV710' and
10629            'NF_DENSITY' and
10630            'VHOST' and
10631            'VXLAN' and
10632            'CHAIN' and
10633            'IMIX' and
10634            '8T4C' and
10635            'MRR'"
10636   parameters:
10637   - "result"
10638   - "name"
10639   - "tags"
10640   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10641   x-axis: "X = VNFs per Service Chain"
10642   y-axis: "Y = Number of Service Chains"
10643   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10644   layout:
10645     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10646     layout: "plot-service-density"
10647
10648 # Plots - NF Density - VSC - NDR IMIX
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-2t1c-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            '2T1C' 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-4t2c-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            '4T2C' 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 - type: "plot"
10702   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10703   algorithm: "plot_nf_heatmap"
10704   output-file-type: ".html"
10705   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10706   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10707   filter: "'NIC_Intel-XXV710' and
10708            'NF_DENSITY' and
10709            'VHOST' and
10710            'VXLAN' and
10711            'CHAIN' and
10712            'IMIX' and
10713            '8T4C' and
10714            'NDRPDR'"
10715   parameters:
10716   - "throughput"
10717   - "name"
10718   - "tags"
10719   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10720   x-axis: "X = VNFs per Service Chain"
10721   y-axis: "Y = Number of Service Chains"
10722   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10723   layout:
10724     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10725     layout: "plot-service-density"
10726
10727 # Plots - NF Density - VSC - PDR IMIX
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-2t1c-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            '2T1C' 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-4t2c-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            '4T2C' 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 - type: "plot"
10781   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10782   algorithm: "plot_nf_heatmap"
10783   output-file-type: ".html"
10784   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10785   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10786   filter: "'NIC_Intel-XXV710' and
10787            'NF_DENSITY' and
10788            'VHOST' and
10789            'VXLAN' and
10790            'CHAIN' and
10791            'IMIX' and
10792            '8T4C' and
10793            'NDRPDR'"
10794   parameters:
10795   - "throughput"
10796   - "name"
10797   - "tags"
10798   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10799   x-axis: "X = VNFs per Service Chain"
10800   y-axis: "Y = Number of Service Chains"
10801   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10802   layout:
10803     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10804     layout: "plot-service-density"
10805
10806 # Plots - NF Density - CSC - MRR IMIX
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-2t1c-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            '2T1C' 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-4t2c-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            '4T2C' 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 - type: "plot"
10860   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10861   algorithm: "plot_nf_heatmap"
10862   output-file-type: ".html"
10863   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10864   data: "plot-vpp-nfv-2n-clx-mrr"
10865   filter: "'NIC_Intel-XXV710' and
10866            'NF_DENSITY' and
10867            'DOCKER' and
10868            'CHAIN' and
10869            'NF_VPPIP4' and
10870            'IMIX' and
10871            '8T4C' and
10872            'MRR'"
10873   parameters:
10874   - "result"
10875   - "name"
10876   - "tags"
10877   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10878   x-axis: "X = CNFs per Service Chain"
10879   y-axis: "Y = Number of Service Chains"
10880   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10881   layout:
10882     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10883     layout: "plot-service-density"
10884
10885 # Plots - NF Density - CSC - NDR IMIX
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-2t1c-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            '2T1C' 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-4t2c-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            '4T2C' 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 - type: "plot"
10939   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10940   algorithm: "plot_nf_heatmap"
10941   output-file-type: ".html"
10942   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10943   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10944   filter: "'NIC_Intel-XXV710' and
10945            'NF_DENSITY' and
10946            'DOCKER' and
10947            'CHAIN' and
10948            'NF_VPPIP4' and
10949            'IMIX' and
10950            '8T4C' and
10951            'NDRPDR'"
10952   parameters:
10953   - "throughput"
10954   - "name"
10955   - "tags"
10956   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10957   x-axis: "X = CNFs per Service Chain"
10958   y-axis: "Y = Number of Service Chains"
10959   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10960   layout:
10961     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10962     layout: "plot-service-density"
10963
10964 # Plots - NF Density - CSC - PDR IMIX
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-2t1c-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            '2T1C' 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-4t2c-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            '4T2C' 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 - type: "plot"
11018   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11019   algorithm: "plot_nf_heatmap"
11020   output-file-type: ".html"
11021   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11022   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11023   filter: "'NIC_Intel-XXV710' and
11024            'NF_DENSITY' and
11025            'DOCKER' and
11026            'CHAIN' and
11027            'NF_VPPIP4' and
11028            'IMIX' and
11029            '8T4C' and
11030            'NDRPDR'"
11031   parameters:
11032   - "throughput"
11033   - "name"
11034   - "tags"
11035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11036   x-axis: "X = CNFs per Service Chain"
11037   y-axis: "Y = Number of Service Chains"
11038   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11039   layout:
11040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11041     layout: "plot-service-density"
11042
11043 # Plots - NF Density - CSP - MRR IMIX
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-2t1c-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            '2T1C' 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-4t2c-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            '4T2C' 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 - type: "plot"
11097   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11098   algorithm: "plot_nf_heatmap"
11099   output-file-type: ".html"
11100   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11101   data: "plot-vpp-nfv-2n-clx-mrr"
11102   filter: "'NIC_Intel-XXV710' and
11103            'NF_DENSITY' and
11104            'DOCKER' and
11105            'PIPELINE' and
11106            'NF_VPPIP4' and
11107            'IMIX' and
11108            '8T4C' and
11109            'MRR'"
11110   parameters:
11111   - "result"
11112   - "name"
11113   - "tags"
11114   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11115   x-axis: "X = CNFs per Service Pipeline"
11116   y-axis: "Y = Number of Service Pipelines"
11117   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11118   layout:
11119     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11120     layout: "plot-service-density"
11121
11122 # Plots - NF Density - CSP - NDR IMIX
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-2t1c-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            '2T1C' 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-4t2c-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            '4T2C' 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 - type: "plot"
11176   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11177   algorithm: "plot_nf_heatmap"
11178   output-file-type: ".html"
11179   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11180   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11181   filter: "'NIC_Intel-XXV710' and
11182            'NF_DENSITY' and
11183            'DOCKER' and
11184            'PIPELINE' and
11185            'NF_VPPIP4' and
11186            'IMIX' and
11187            '8T4C' and
11188            'NDRPDR'"
11189   parameters:
11190   - "throughput"
11191   - "name"
11192   - "tags"
11193   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11194   x-axis: "X = CNFs per Service Pipeline"
11195   y-axis: "Y = Number of Service Pipelines"
11196   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11197   layout:
11198     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11199     layout: "plot-service-density"
11200
11201 # Plots - NF Density - CSP - PDR IMIX
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-2t1c-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            '2T1C' 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-4t2c-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            '4T2C' 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 - type: "plot"
11255   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11256   algorithm: "plot_nf_heatmap"
11257   output-file-type: ".html"
11258   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11259   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11260   filter: "'NIC_Intel-XXV710' and
11261            'NF_DENSITY' and
11262            'DOCKER' and
11263            'PIPELINE' and
11264            'NF_VPPIP4' and
11265            'IMIX' and
11266            '8T4C' and
11267            'NDRPDR'"
11268   parameters:
11269   - "throughput"
11270   - "name"
11271   - "tags"
11272   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11273   x-axis: "X = CNFs per Service Pipeline"
11274   y-axis: "Y = Number of Service Pipelines"
11275   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11276   layout:
11277     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11278     layout: "plot-service-density"
11279
11280 ################################################################################
11281
11282 # Packet Throughput
11283
11284 - type: "plot"
11285   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11286   algorithm: "plot_perf_box_name"
11287   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11288   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11289   include:
11290     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11291     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11292     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11293     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11294   layout:
11295     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11296     layout: "plot-throughput"
11297
11298 - type: "plot"
11299   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11300   algorithm: "plot_perf_box_name"
11301   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11302   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11303   include:
11304     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11305     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11306     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11307     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11308   layout:
11309     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11310     layout: "plot-throughput"
11311
11312 - type: "plot"
11313   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11314   algorithm: "plot_perf_box_name"
11315   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11316   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11317   include:
11318     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11319     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11320     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11321     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11322   layout:
11323     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11324     layout: "plot-throughput"
11325
11326 - type: "plot"
11327   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11328   algorithm: "plot_perf_box_name"
11329   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11330   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11331   include:
11332     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11333     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11334     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11335     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11336   layout:
11337     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11338     layout: "plot-throughput"
11339
11340 - type: "plot"
11341   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11342   algorithm: "plot_perf_box_name"
11343   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11345   include:
11346     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11347     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11348     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11349     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11350     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11351   layout:
11352     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11353     layout: "plot-throughput"
11354
11355 - type: "plot"
11356   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11357   algorithm: "plot_perf_box_name"
11358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11360   include:
11361     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11362     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11363     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11364     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11365     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11366   layout:
11367     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11368     layout: "plot-throughput"
11369
11370 - type: "plot"
11371   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11372   algorithm: "plot_perf_box_name"
11373   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11375   include:
11376     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11377     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11378     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11379     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11380     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11381   layout:
11382     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11383     layout: "plot-throughput"
11384
11385 - type: "plot"
11386   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11387   algorithm: "plot_perf_box_name"
11388   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11390   include:
11391     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11392     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11393     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11394     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11395     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11396   layout:
11397     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11398     layout: "plot-throughput"
11399
11400 - type: "plot"
11401   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11402   algorithm: "plot_perf_box_name"
11403   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11404   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11405   include:
11406     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11407     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11408     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11409     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11410     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11411   layout:
11412     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11413     layout: "plot-throughput"
11414
11415 - type: "plot"
11416   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11417   algorithm: "plot_perf_box_name"
11418   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11419   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11420   include:
11421     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11422     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11423     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11424     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11425     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11426   layout:
11427     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11428     layout: "plot-throughput"
11429
11430 - type: "plot"
11431   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11432   algorithm: "plot_perf_box_name"
11433   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11434   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11435   include:
11436     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11437     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11439     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11440     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11442   layout:
11443     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11444     layout: "plot-throughput"
11445
11446 - type: "plot"
11447   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11448   algorithm: "plot_perf_box_name"
11449   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11451   include:
11452     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11458   layout:
11459     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11460     layout: "plot-throughput"
11461
11462 - type: "plot"
11463   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11464   algorithm: "plot_perf_box_name"
11465   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11466   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11467   include:
11468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11473   layout:
11474     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11475     layout: "plot-throughput"
11476
11477 - type: "plot"
11478   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11479   algorithm: "plot_perf_box_name"
11480   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11481   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11482   include:
11483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11488   layout:
11489     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11490     layout: "plot-throughput"
11491
11492 - type: "plot"
11493   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11494   algorithm: "plot_perf_box_name"
11495   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11497   include:
11498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11501   layout:
11502     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11503     layout: "plot-throughput"
11504
11505 - type: "plot"
11506   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11507   algorithm: "plot_perf_box_name"
11508   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11509   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11510   include:
11511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11514   layout:
11515     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11516     layout: "plot-throughput"
11517
11518 - type: "plot"
11519   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11520   algorithm: "plot_perf_box_name"
11521   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11522   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11523   include:
11524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11529   layout:
11530     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11531     layout: "plot-throughput"
11532
11533 - type: "plot"
11534   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11535   algorithm: "plot_perf_box_name"
11536   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11537   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11538   include:
11539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11544   layout:
11545     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11546     layout: "plot-throughput"
11547
11548 - type: "plot"
11549   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11550   algorithm: "plot_perf_box_name"
11551   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11552   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11553   include:
11554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11557   layout:
11558     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11559     layout: "plot-throughput"
11560
11561 - type: "plot"
11562   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11563   algorithm: "plot_perf_box_name"
11564   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11565   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11566   include:
11567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11570   layout:
11571     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11572     layout: "plot-throughput"
11573
11574 - type: "plot"
11575   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11576   algorithm: "plot_perf_box_name"
11577   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11578   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11579   include:
11580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11586   layout:
11587     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11588     layout: "plot-throughput"
11589
11590 - type: "plot"
11591   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11592   algorithm: "plot_perf_box_name"
11593   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11594   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11595   include:
11596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11602   layout:
11603     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11604     layout: "plot-throughput"
11605
11606 - type: "plot"
11607   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11608   algorithm: "plot_perf_box_name"
11609   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11610   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11611   include:
11612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11618   layout:
11619     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11620     layout: "plot-throughput"
11621
11622 - type: "plot"
11623   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11624   algorithm: "plot_perf_box_name"
11625   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11626   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11627   include:
11628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11634   layout:
11635     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11636     layout: "plot-throughput"
11637
11638 - type: "plot"
11639   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11640   algorithm: "plot_perf_box_name"
11641   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11642   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11643   include:
11644     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11647   layout:
11648     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11649     layout: "plot-throughput"
11650
11651 - type: "plot"
11652   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11653   algorithm: "plot_perf_box_name"
11654   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11655   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11656   include:
11657     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11660   layout:
11661     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11662     layout: "plot-throughput"
11663
11664 - type: "plot"
11665   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11666   algorithm: "plot_perf_box_name"
11667   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11669   include:
11670     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11673 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11674 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11675   layout:
11676     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11677     layout: "plot-throughput"
11678
11679 - type: "plot"
11680   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11681   algorithm: "plot_perf_box_name"
11682   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11684   include:
11685     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11688 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11689 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11690   layout:
11691     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11692     layout: "plot-throughput"
11693
11694 - type: "plot"
11695   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11696   algorithm: "plot_perf_box_name"
11697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11699   include:
11700     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11705   layout:
11706     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11707     layout: "plot-throughput"
11708
11709 - type: "plot"
11710   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11711   algorithm: "plot_perf_box_name"
11712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11714   include:
11715     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11716     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11720   layout:
11721     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11722     layout: "plot-throughput"
11723
11724 - type: "plot"
11725   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11726   algorithm: "plot_perf_box_name"
11727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11729   include:
11730     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11735   layout:
11736     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11737     layout: "plot-throughput"
11738
11739 - type: "plot"
11740   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11741   algorithm: "plot_perf_box_name"
11742   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11744   include:
11745     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11750   layout:
11751     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11752     layout: "plot-throughput"
11753
11754 - type: "plot"
11755   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11756   algorithm: "plot_perf_box_name"
11757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11759   include:
11760     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11766   layout:
11767     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11768     layout: "plot-throughput"
11769
11770 - type: "plot"
11771   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11772   algorithm: "plot_perf_box_name"
11773   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11775   include:
11776     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11782   layout:
11783     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11784     layout: "plot-throughput"
11785
11786 - type: "plot"
11787   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11788   algorithm: "plot_perf_box_name"
11789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11791   include:
11792     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11798   layout:
11799     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11800     layout: "plot-throughput"
11801
11802 - type: "plot"
11803   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11804   algorithm: "plot_perf_box_name"
11805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11807   include:
11808     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11809     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11814   layout:
11815     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11816     layout: "plot-throughput"
11817
11818 - type: "plot"
11819   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11820   algorithm: "plot_perf_box_name"
11821   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11822   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11823   include:
11824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11829   layout:
11830     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11831     layout: "plot-throughput"
11832
11833 - type: "plot"
11834   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11835   algorithm: "plot_perf_box_name"
11836   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11837   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11838   include:
11839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11844   layout:
11845     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11846     layout: "plot-throughput"
11847
11848 - type: "plot"
11849   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11850   algorithm: "plot_perf_box_name"
11851   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11852   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11853   include:
11854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11860   layout:
11861     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11862     layout: "plot-throughput"
11863
11864 - type: "plot"
11865   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11866   algorithm: "plot_perf_box_name"
11867   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11868   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11869   include:
11870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11876   layout:
11877     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11878     layout: "plot-throughput"
11879
11880 - type: "plot"
11881   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11882   algorithm: "plot_perf_box_name"
11883   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11884   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11885   include:
11886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11891   layout:
11892     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11893     layout: "plot-throughput"
11894
11895 - type: "plot"
11896   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11897   algorithm: "plot_perf_box_name"
11898   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11899   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11900   include:
11901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11906   layout:
11907     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11908     layout: "plot-throughput"
11909
11910 - type: "plot"
11911   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11912   algorithm: "plot_perf_box_name"
11913   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11914   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11915   include:
11916     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11922   layout:
11923     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11924     layout: "plot-throughput"
11925
11926 - type: "plot"
11927   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11928   algorithm: "plot_perf_box_name"
11929   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11930   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11931   include:
11932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11938   layout:
11939     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11940     layout: "plot-throughput"
11941
11942 - type: "plot"
11943   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11944   algorithm: "plot_perf_box_name"
11945   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11946   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11947   include:
11948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11953   layout:
11954     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11955     layout: "plot-throughput"
11956
11957 - type: "plot"
11958   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11959   algorithm: "plot_perf_box_name"
11960   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11961   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11962   include:
11963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11968   layout:
11969     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11970     layout: "plot-throughput"
11971
11972 - type: "plot"
11973   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11974   algorithm: "plot_perf_box_name"
11975   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11976   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11977   include:
11978     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11984   layout:
11985     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11986     layout: "plot-throughput"
11987
11988 - type: "plot"
11989   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11990   algorithm: "plot_perf_box_name"
11991   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11992   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11993   include:
11994     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12000   layout:
12001     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12002     layout: "plot-throughput"
12003
12004 - type: "plot"
12005   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12006   algorithm: "plot_perf_box_name"
12007   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12008   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12009   include:
12010     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12012   layout:
12013     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12014     layout: "plot-throughput"
12015
12016 - type: "plot"
12017   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12018   algorithm: "plot_perf_box_name"
12019   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12020   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12021   include:
12022     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12024   layout:
12025     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12026     layout: "plot-throughput"
12027
12028 - type: "plot"
12029   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12030   algorithm: "plot_perf_box_name"
12031   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12032   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12033   include:
12034     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12038   layout:
12039     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12040     layout: "plot-throughput"
12041
12042 - type: "plot"
12043   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12044   algorithm: "plot_perf_box_name"
12045   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12046   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12047   include:
12048     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12052   layout:
12053     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12054     layout: "plot-throughput"
12055
12056 - type: "plot"
12057   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12058   algorithm: "plot_perf_box_name"
12059   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12061   include:
12062     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12063     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12064     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12066   layout:
12067     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12068     layout: "plot-throughput"
12069
12070 - type: "plot"
12071   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12072   algorithm: "plot_perf_box_name"
12073   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12075   include:
12076     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12077     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12078     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12079     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12080   layout:
12081     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12082     layout: "plot-throughput"
12083
12084 - type: "plot"
12085   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12086   algorithm: "plot_perf_box_name"
12087   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12088   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12089   include:
12090     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12091     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12092     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12093     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12094   layout:
12095     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12096     layout: "plot-throughput"
12097
12098 - type: "plot"
12099   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12100   algorithm: "plot_perf_box_name"
12101   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12102   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12103   include:
12104     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12105     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12106     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12108   layout:
12109     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12110     layout: "plot-throughput"
12111
12112 - type: "plot"
12113   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12114   algorithm: "plot_perf_box_name"
12115   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12116   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12117   include:
12118     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12122   layout:
12123     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12124     layout: "plot-throughput"
12125
12126 - type: "plot"
12127   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12128   algorithm: "plot_perf_box_name"
12129   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12130   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12131   include:
12132     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12136   layout:
12137     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12138     layout: "plot-throughput"
12139
12140 - type: "plot"
12141   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12142   algorithm: "plot_perf_box_name"
12143   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12144   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12145   include:
12146     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12147     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12149     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12150     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12152   layout:
12153     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12154     layout: "plot-throughput"
12155
12156 - type: "plot"
12157   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12158   algorithm: "plot_perf_box_name"
12159   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12160   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12161   include:
12162     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12163     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12166     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12168   layout:
12169     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12170     layout: "plot-throughput"
12171
12172 - type: "plot"
12173   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12174   algorithm: "plot_perf_box_name"
12175   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12176   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12177   include:
12178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12179     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12183   layout:
12184     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12185     layout: "plot-throughput"
12186
12187 - type: "plot"
12188   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12189   algorithm: "plot_perf_box_name"
12190   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12191   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12192   include:
12193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12195     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12196     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12198   layout:
12199     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12200     layout: "plot-throughput"
12201
12202 - type: "plot"
12203   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12204   algorithm: "plot_perf_box_name"
12205   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12206   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12207   include:
12208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12209     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12213   layout:
12214     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12215     layout: "plot-throughput"
12216
12217 - type: "plot"
12218   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12219   algorithm: "plot_perf_box_name"
12220   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12222   include:
12223     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12224     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12225     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12228   layout:
12229     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12230     layout: "plot-throughput"
12231
12232 - type: "plot"
12233   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12234   algorithm: "plot_perf_box_name"
12235   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12236   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12237   include:
12238     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12241   layout:
12242     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12243     layout: "plot-throughput"
12244
12245 - type: "plot"
12246   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12247   algorithm: "plot_perf_box_name"
12248   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12249   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12250   include:
12251     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12254   layout:
12255     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12256     layout: "plot-throughput"
12257
12258 - type: "plot"
12259   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12260   algorithm: "plot_perf_box_name"
12261   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12263   include:
12264     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12267   layout:
12268     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12269     layout: "plot-throughput"
12270
12271 - type: "plot"
12272   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12273   algorithm: "plot_perf_box_name"
12274   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12276   include:
12277     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12280   layout:
12281     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12282     layout: "plot-throughput"
12283
12284 - type: "plot"
12285   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12286   algorithm: "plot_perf_box_name"
12287   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12289   include:
12290     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12295   layout:
12296     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12297     layout: "plot-throughput"
12298
12299 - type: "plot"
12300   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12301   algorithm: "plot_perf_box_name"
12302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12304   include:
12305     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12310   layout:
12311     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12312     layout: "plot-throughput"
12313
12314 - type: "plot"
12315   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12316   algorithm: "plot_perf_box_name"
12317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12319   include:
12320     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12325   layout:
12326     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12327     layout: "plot-throughput"
12328
12329 - type: "plot"
12330   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12331   algorithm: "plot_perf_box_name"
12332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12334   include:
12335     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12336     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12337     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12340   layout:
12341     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12342     layout: "plot-throughput"
12343
12344 - type: "plot"
12345   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12346   algorithm: "plot_perf_box_name"
12347   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12348   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12349   include:
12350     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12351     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12352     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12355   layout:
12356     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12357     layout: "plot-throughput"
12358
12359 - type: "plot"
12360   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12361   algorithm: "plot_perf_box_name"
12362   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12363   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12364   include:
12365     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12366     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12367     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12368     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12370   layout:
12371     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12372     layout: "plot-throughput"
12373
12374 - type: "plot"
12375   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12376   algorithm: "plot_perf_box_name"
12377   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12378   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12379   include:
12380     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12381     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12382     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12383     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12385   layout:
12386     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12387     layout: "plot-throughput"
12388
12389 - type: "plot"
12390   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12391   algorithm: "plot_perf_box_name"
12392   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12393   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12394   include:
12395     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12396     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12397     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12398     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12400   layout:
12401     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12402     layout: "plot-throughput"
12403
12404 - type: "plot"
12405   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12406   algorithm: "plot_perf_box_name"
12407   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12408   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12409   include:
12410     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12411     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12412     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12413     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12414     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12415   layout:
12416     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12417     layout: "plot-throughput"
12418
12419 - type: "plot"
12420   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12421   algorithm: "plot_perf_box_name"
12422   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12423   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12424   include:
12425     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12426     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12427     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12428     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12429     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12430   layout:
12431     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12432     layout: "plot-throughput"
12433
12434 - type: "plot"
12435   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12436   algorithm: "plot_perf_box_name"
12437   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12438   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12439   include:
12440     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12441     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12442     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12443     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12444     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12445     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12446   layout:
12447     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12448     layout: "plot-throughput"
12449
12450 - type: "plot"
12451   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12452   algorithm: "plot_perf_box_name"
12453   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12454   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12455   include:
12456     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12457     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12458     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12459     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12460     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12461     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12462   layout:
12463     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12464     layout: "plot-throughput"
12465
12466 - type: "plot"
12467   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12468   algorithm: "plot_perf_box_name"
12469   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12470   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12471   include:
12472     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12473     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12474     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12475     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12476   layout:
12477     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12478     layout: "plot-throughput"
12479
12480 - type: "plot"
12481   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12482   algorithm: "plot_perf_box_name"
12483   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12484   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12485   include:
12486     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12487     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12488     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12489     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12490   layout:
12491     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12492     layout: "plot-throughput"
12493
12494 - type: "plot"
12495   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12496   algorithm: "plot_perf_box_name"
12497   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12499   include:
12500     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12501     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12502     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12503     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12504     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12505     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12506   layout:
12507     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12508     layout: "plot-throughput"
12509
12510 - type: "plot"
12511   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12512   algorithm: "plot_perf_box_name"
12513   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12514   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12515   include:
12516     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12517     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12518     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12519     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12520     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12521     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12522   layout:
12523     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12524     layout: "plot-throughput"
12525
12526 - type: "plot"
12527   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12528   algorithm: "plot_perf_box_name"
12529   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12530   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12531   include:
12532     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12533     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12534     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12535     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12536     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12537     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12538   layout:
12539     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12540     layout: "plot-throughput"
12541
12542 - type: "plot"
12543   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12544   algorithm: "plot_perf_box_name"
12545   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12547   include:
12548     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12549     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12550     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12551     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12552     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12553     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12554   layout:
12555     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12556     layout: "plot-throughput"
12557
12558 - type: "plot"
12559   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12560   algorithm: "plot_perf_box_name"
12561   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12563   include:
12564     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12565     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12566     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12567     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12568     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12569     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12570   layout:
12571     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12572     layout: "plot-throughput"
12573
12574 - type: "plot"
12575   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12576   algorithm: "plot_perf_box_name"
12577   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12579   include:
12580     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12581     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12582     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12583     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12584     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12585     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12586   layout:
12587     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12588     layout: "plot-throughput"
12589
12590 - type: "plot"
12591   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12592   algorithm: "plot_perf_box_name"
12593   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12594   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12595   include:
12596     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12597     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12598     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12599     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12600     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12601     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12602   layout:
12603     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12604     layout: "plot-throughput"
12605
12606 - type: "plot"
12607   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12608   algorithm: "plot_perf_box_name"
12609   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12610   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12611   include:
12612     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12613     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12614     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12615     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12616     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12617     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12618   layout:
12619     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12620     layout: "plot-throughput"
12621
12622 - type: "plot"
12623   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12624   algorithm: "plot_perf_box_name"
12625   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12626   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12627   include:
12628     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12629     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12630     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12631     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12632     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12633     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12634   layout:
12635     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12636     layout: "plot-throughput"
12637
12638 - type: "plot"
12639   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12640   algorithm: "plot_perf_box_name"
12641   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12642   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12643   include:
12644     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12645     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12646     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12647     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12648     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12649     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12650   layout:
12651     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12652     layout: "plot-throughput"
12653
12654 - type: "plot"
12655   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12656   algorithm: "plot_perf_box_name"
12657   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12658   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12659   include:
12660     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12661     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12662     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12663     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12665     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12666   layout:
12667     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12668     layout: "plot-throughput"
12669
12670 - type: "plot"
12671   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12672   algorithm: "plot_perf_box_name"
12673   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12674   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12675   include:
12676     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12682   layout:
12683     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12684     layout: "plot-throughput"
12685
12686 - type: "plot"
12687   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12688   algorithm: "plot_perf_box_name"
12689   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12690   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12691   include:
12692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12698   layout:
12699     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12700     layout: "plot-throughput"
12701
12702 - type: "plot"
12703   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12704   algorithm: "plot_perf_box_name"
12705   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12706   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12707   include:
12708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12714   layout:
12715     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12716     layout: "plot-throughput"
12717
12718 - type: "plot"
12719   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12720   algorithm: "plot_perf_box_name"
12721   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12722   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12723   include:
12724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12730   layout:
12731     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12732     layout: "plot-throughput"
12733
12734 - type: "plot"
12735   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12736   algorithm: "plot_perf_box_name"
12737   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12738   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12739   include:
12740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12746   layout:
12747     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12748     layout: "plot-throughput"
12749
12750 - type: "plot"
12751   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12752   algorithm: "plot_perf_box_name"
12753   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12754   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12755   include:
12756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12760   layout:
12761     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12762     layout: "plot-throughput"
12763
12764 - type: "plot"
12765   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12766   algorithm: "plot_perf_box_name"
12767   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12769   include:
12770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12774   layout:
12775     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12776     layout: "plot-throughput"
12777
12778 - type: "plot"
12779   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12780   algorithm: "plot_perf_box_name"
12781   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12782   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12783   include:
12784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12788   layout:
12789     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12790     layout: "plot-throughput"
12791
12792 - type: "plot"
12793   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12794   algorithm: "plot_perf_box_name"
12795   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12796   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12797   include:
12798     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12799     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12800     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12801     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12802   layout:
12803     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12804     layout: "plot-throughput"
12805
12806 - type: "plot"
12807   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12808   algorithm: "plot_perf_box_name"
12809   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12810   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12811   include:
12812     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12813     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12814     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12815     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12816     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12817     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12818   layout:
12819     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12820     layout: "plot-throughput"
12821
12822 - type: "plot"
12823   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12824   algorithm: "plot_perf_box_name"
12825   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12827   include:
12828     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12829     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12830     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12831     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12832     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12833     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12834   layout:
12835     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12836     layout: "plot-throughput"
12837
12838 - type: "plot"
12839   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12840   algorithm: "plot_perf_box_name"
12841   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12843   include:
12844     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12845     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12846     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12847     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12848     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12849   layout:
12850     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12851     layout: "plot-throughput"
12852
12853 - type: "plot"
12854   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12855   algorithm: "plot_perf_box_name"
12856   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12858   include:
12859     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12860     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12861     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12862     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12863     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12864   layout:
12865     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12866     layout: "plot-throughput"
12867
12868 - type: "plot"
12869   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12870   algorithm: "plot_perf_box_name"
12871   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12873   include:
12874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12877     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12878     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12879   layout:
12880     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12881     layout: "plot-throughput"
12882
12883 - type: "plot"
12884   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12885   algorithm: "plot_perf_box_name"
12886   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12887   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12888   include:
12889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12891     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12894   layout:
12895     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12896     layout: "plot-throughput"
12897
12898 - type: "plot"
12899   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12900   algorithm: "plot_perf_box_name"
12901   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12903   include:
12904     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12905     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12908   layout:
12909     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12910     layout: "plot-throughput"
12911
12912 - type: "plot"
12913   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12914   algorithm: "plot_perf_box_name"
12915   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12917   include:
12918     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12919     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12920     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12921     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12922   layout:
12923     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12924     layout: "plot-throughput"
12925
12926 - type: "plot"
12927   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12928   algorithm: "plot_perf_box_name"
12929   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12931   include:
12932     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12933     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12934     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12935     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12936     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12937     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12938   layout:
12939     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12940     layout: "plot-throughput"
12941
12942 - type: "plot"
12943   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12944   algorithm: "plot_perf_box_name"
12945   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12947   include:
12948     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12949     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12950     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12951     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12954   layout:
12955     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12956     layout: "plot-throughput"
12957
12958 - type: "plot"
12959   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12960   algorithm: "plot_perf_box_name"
12961   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12963   include:
12964     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12970   layout:
12971     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12972     layout: "plot-throughput"
12973
12974 - type: "plot"
12975   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12976   algorithm: "plot_perf_box_name"
12977   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12979   include:
12980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12986   layout:
12987     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12988     layout: "plot-throughput"
12989
12990 - type: "plot"
12991   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12992   algorithm: "plot_perf_box_name"
12993   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12995   include:
12996     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12997     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13001     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13002   layout:
13003     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13004     layout: "plot-throughput"
13005
13006 - type: "plot"
13007   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13008   algorithm: "plot_perf_box_name"
13009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13011   include:
13012     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13013     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13014     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13015     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13016     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13017     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13018   layout:
13019     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13020     layout: "plot-throughput"
13021
13022 - type: "plot"
13023   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13024   algorithm: "plot_perf_box_name"
13025   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13027   include:
13028     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13029     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13030     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13031     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13032     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13033     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13034   layout:
13035     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13036     layout: "plot-throughput"
13037
13038 - type: "plot"
13039   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13040   algorithm: "plot_perf_box_name"
13041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13043   include:
13044     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13045     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13046     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13047     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13048     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13049     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13050   layout:
13051     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13052     layout: "plot-throughput"
13053
13054 - type: "plot"
13055   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13056   algorithm: "plot_perf_box_name"
13057   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13058   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13059   include:
13060     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13064   layout:
13065     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13066     layout: "plot-throughput"
13067
13068 - type: "plot"
13069   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13070   algorithm: "plot_perf_box_name"
13071   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13072   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13073   include:
13074     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13075     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13076     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13078   layout:
13079     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13080     layout: "plot-throughput"
13081
13082 - type: "plot"
13083   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13084   algorithm: "plot_perf_box_name"
13085   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13086   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13087   include:
13088     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13089     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13090     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13094   layout:
13095     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13096     layout: "plot-throughput"
13097
13098 - type: "plot"
13099   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13100   algorithm: "plot_perf_box_name"
13101   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13102   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13103   include:
13104     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13105     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13106     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13110   layout:
13111     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13112     layout: "plot-throughput"
13113
13114 - type: "plot"
13115   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13116   algorithm: "plot_perf_box_name"
13117   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13118   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13119   include:
13120     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13121     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13122     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13123     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13124     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13125     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13126   layout:
13127     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13128     layout: "plot-throughput"
13129
13130 - type: "plot"
13131   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13132   algorithm: "plot_perf_box_name"
13133   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13134   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13135   include:
13136     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13137     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13138     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13139     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13142   layout:
13143     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13144     layout: "plot-throughput"
13145
13146 #- type: "plot"
13147 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13148 #  algorithm: "plot_perf_box_name"
13149 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13150 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13151 #  include:
13152 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13153 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13154 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13155 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13156 #  layout:
13157 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13158 #    layout: "plot-throughput"
13159 #
13160 #- type: "plot"
13161 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13162 #  algorithm: "plot_perf_box_name"
13163 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13164 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13165 #  include:
13166 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13167 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13168 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13169 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13170 #  layout:
13171 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13172 #    layout: "plot-throughput"
13173
13174 - type: "plot"
13175   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13176   algorithm: "plot_perf_box_name"
13177   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13178   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13179   include:
13180     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13181     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13182     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13183     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13185     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13186   layout:
13187     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13188     layout: "plot-throughput"
13189
13190 - type: "plot"
13191   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13192   algorithm: "plot_perf_box_name"
13193   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13194   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13195   include:
13196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13197     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13200     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13201     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13202   layout:
13203     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13204     layout: "plot-throughput"
13205
13206 #- type: "plot"
13207 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13208 #  algorithm: "plot_perf_box_name"
13209 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13210 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13211 #  include:
13212 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13213 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13214 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13215 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13216 #  layout:
13217 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13218 #    layout: "plot-throughput"
13219 #
13220 #- type: "plot"
13221 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13222 #  algorithm: "plot_perf_box_name"
13223 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13224 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13225 #  include:
13226 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13227 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13228 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13229 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13230 #  layout:
13231 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13232 #    layout: "plot-throughput"
13233
13234 - type: "plot"
13235   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13236   algorithm: "plot_perf_box_name"
13237   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13238   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13239   include:
13240     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13241     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13242     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13243     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13244     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13245     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13246   layout:
13247     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13248     layout: "plot-throughput"
13249
13250 - type: "plot"
13251   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13252   algorithm: "plot_perf_box_name"
13253   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13254   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13255   include:
13256     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13257     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13258     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13259     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13260     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13261     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13262   layout:
13263     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13264     layout: "plot-throughput"
13265
13266 #- type: "plot"
13267 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13268 #  algorithm: "plot_perf_box_name"
13269 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13270 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13271 #  include:
13272 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13273 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13274 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13275 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13276 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13277 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13278 #  layout:
13279 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13280 #    layout: "plot-throughput"
13281 #
13282 #- type: "plot"
13283 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13284 #  algorithm: "plot_perf_box_name"
13285 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13286 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13287 #  include:
13288 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13289 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13290 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13291 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13292 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13293 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13294 #  layout:
13295 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13296 #    layout: "plot-throughput"
13297
13298 - type: "plot"
13299   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13300   algorithm: "plot_perf_box_name"
13301   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13302   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13303   include:
13304     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13305     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13306     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13307     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13308     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13309     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13310   layout:
13311     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13312     layout: "plot-throughput"
13313
13314 - type: "plot"
13315   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13316   algorithm: "plot_perf_box_name"
13317   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13318   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13319   include:
13320     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13321     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13322     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13323     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13324     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13325     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13326   layout:
13327     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13328     layout: "plot-throughput"
13329
13330 - type: "plot"
13331   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13332   algorithm: "plot_perf_box_name"
13333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13335   include:
13336     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13337     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13338     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13339     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13340     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13341     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13342   layout:
13343     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13344     layout: "plot-throughput"
13345
13346 - type: "plot"
13347   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13348   algorithm: "plot_perf_box_name"
13349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13351   include:
13352     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13353     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13354     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13355     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13356     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13357     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13358   layout:
13359     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13360     layout: "plot-throughput"
13361
13362 - type: "plot"
13363   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13364   algorithm: "plot_perf_box_name"
13365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13367   include:
13368     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13369     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13370     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13371     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13372     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13373     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13374   layout:
13375     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13376     layout: "plot-throughput"
13377
13378 - type: "plot"
13379   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13380   algorithm: "plot_perf_box_name"
13381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13383   include:
13384     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13385     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13386     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13387     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13388     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13389     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13390   layout:
13391     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13392     layout: "plot-throughput"
13393
13394 - type: "plot"
13395   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13396   algorithm: "plot_perf_box_name"
13397   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13398   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13399   include:
13400     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13401     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13402     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13403     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13404     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13405     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13406   layout:
13407     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13408     layout: "plot-throughput"
13409
13410 - type: "plot"
13411   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13412   algorithm: "plot_perf_box_name"
13413   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13414   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13415   include:
13416     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13417     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13418     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13419     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13420     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13421     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13422   layout:
13423     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13424     layout: "plot-throughput"
13425
13426 #- type: "plot"
13427 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13428 #  algorithm: "plot_perf_box_name"
13429 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13430 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13431 #  include:
13432 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13433 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13434 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13435 #  layout:
13436 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13437 #    layout: "plot-throughput"
13438 #
13439 #- type: "plot"
13440 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13441 #  algorithm: "plot_perf_box_name"
13442 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13443 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13444 #  include:
13445 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13446 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13447 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13448 #  layout:
13449 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13450 #    layout: "plot-throughput"
13451
13452 - type: "plot"
13453   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13454   algorithm: "plot_perf_box_name"
13455   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13456   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13457   include:
13458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13463   layout:
13464     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13465     layout: "plot-throughput"
13466
13467 - type: "plot"
13468   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13469   algorithm: "plot_perf_box_name"
13470   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13472   include:
13473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13478   layout:
13479     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13480     layout: "plot-throughput"
13481
13482 - type: "plot"
13483   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13484   algorithm: "plot_perf_box_name"
13485   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13487   include:
13488     - "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"
13489     - "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"
13490     - "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"
13491     - "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"
13492     - "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"
13493   layout:
13494     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13495     layout: "plot-throughput"
13496
13497 - type: "plot"
13498   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13499   algorithm: "plot_perf_box_name"
13500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13502   include:
13503     - "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"
13504     - "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"
13505     - "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"
13506     - "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"
13507     - "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"
13508   layout:
13509     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13510     layout: "plot-throughput"
13511
13512 - type: "plot"
13513   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13514   algorithm: "plot_perf_box_name"
13515   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13517   include:
13518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13521     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13522     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13523   layout:
13524     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13525     layout: "plot-throughput"
13526
13527 - type: "plot"
13528   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13529   algorithm: "plot_perf_box_name"
13530   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13531   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13532   include:
13533     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13534     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13535     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13536     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13537     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13538   layout:
13539     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13540     layout: "plot-throughput"
13541
13542 - type: "plot"
13543   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13544   algorithm: "plot_perf_box_name"
13545   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13546   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13547   include:
13548     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13549     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13550     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13551     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13552     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13553   layout:
13554     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13555     layout: "plot-throughput"
13556
13557 - type: "plot"
13558   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13559   algorithm: "plot_perf_box_name"
13560   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13561   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13562   include:
13563     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13564     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13565     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13566     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13568   layout:
13569     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13570     layout: "plot-throughput"
13571
13572 - type: "plot"
13573   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13574   algorithm: "plot_perf_box_name"
13575   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13576   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13577   include:
13578     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13579     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13580     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13581     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13582     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13583   layout:
13584     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13585     layout: "plot-throughput"
13586
13587 - type: "plot"
13588   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13589   algorithm: "plot_perf_box_name"
13590   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13591   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13592   include:
13593     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13594     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13595     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13596     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13598   layout:
13599     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13600     layout: "plot-throughput"
13601
13602 - type: "plot"
13603   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13604   algorithm: "plot_perf_box_name"
13605   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13606   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13607   include:
13608     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13609     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13610     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13611     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13612     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13613   layout:
13614     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13615     layout: "plot-throughput"
13616
13617 - type: "plot"
13618   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13619   algorithm: "plot_perf_box_name"
13620   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13621   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13622   include:
13623     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13624     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13625     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13626     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13627     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13628   layout:
13629     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13630     layout: "plot-throughput"
13631
13632 - type: "plot"
13633   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13634   algorithm: "plot_perf_box_name"
13635   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13637   include:
13638     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13639     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13640     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13641     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13642   layout:
13643     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13644     layout: "plot-throughput"
13645
13646 - type: "plot"
13647   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13648   algorithm: "plot_perf_box_name"
13649   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13651   include:
13652     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13653     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13654     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13655     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13656   layout:
13657     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13658     layout: "plot-throughput"
13659
13660 - type: "plot"
13661   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13662   algorithm: "plot_perf_box_name"
13663   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13665   include:
13666     - "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"
13667     - "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"
13668     - "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"
13669     - "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"
13670   layout:
13671     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13672     layout: "plot-throughput"
13673
13674 - type: "plot"
13675   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13676   algorithm: "plot_perf_box_name"
13677   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13678   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13679   include:
13680     - "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"
13681     - "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"
13682     - "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"
13683     - "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"
13684   layout:
13685     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13686     layout: "plot-throughput"
13687
13688 - type: "plot"
13689   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13690   algorithm: "plot_perf_box_name"
13691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13693   include:
13694     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13695     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13696     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13697     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13698     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13699     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13700   layout:
13701     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13702     layout: "plot-throughput"
13703
13704 - type: "plot"
13705   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13706   algorithm: "plot_perf_box_name"
13707   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13709   include:
13710     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13711     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13712     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13713     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13714     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13715     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13716   layout:
13717     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13718     layout: "plot-throughput"
13719
13720 - type: "plot"
13721   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13722   algorithm: "plot_perf_box_name"
13723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13725   include:
13726     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13727     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13730     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13731     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13732   layout:
13733     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13734     layout: "plot-throughput"
13735
13736 - type: "plot"
13737   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13738   algorithm: "plot_perf_box_name"
13739   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13741   include:
13742     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13744     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13745     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13746     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13747     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13748   layout:
13749     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13750     layout: "plot-throughput"
13751
13752 - type: "plot"
13753   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13754   algorithm: "plot_perf_box_name"
13755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13757   include:
13758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13759     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13762     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13763     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13764   layout:
13765     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13766     layout: "plot-throughput"
13767
13768 - type: "plot"
13769   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13770   algorithm: "plot_perf_box_name"
13771   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13773   include:
13774     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13775     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13776     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13777     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13778     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13779     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13780   layout:
13781     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13782     layout: "plot-throughput"
13783
13784 - type: "plot"
13785   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13786   algorithm: "plot_perf_box_name"
13787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13789   include:
13790     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13791     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13792     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13793     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13794     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13795   layout:
13796     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13797     layout: "plot-throughput"
13798
13799 - type: "plot"
13800   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13801   algorithm: "plot_perf_box_name"
13802   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13803   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13804   include:
13805     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13806     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13807     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13808     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13809     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13810   layout:
13811     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13812     layout: "plot-throughput"
13813
13814 - type: "plot"
13815   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13816   algorithm: "plot_perf_box_name"
13817   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13819   include:
13820     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13821     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13822   layout:
13823     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13824     layout: "plot-throughput"
13825
13826 - type: "plot"
13827   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13828   algorithm: "plot_perf_box_name"
13829   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13831   include:
13832     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13833     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13834   layout:
13835     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13836     layout: "plot-throughput"
13837
13838 - type: "plot"
13839   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13840   algorithm: "plot_perf_box_name"
13841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13843   include:
13844     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13845     - "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"
13846   layout:
13847     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13848     layout: "plot-throughput"
13849
13850 - type: "plot"
13851   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13852   algorithm: "plot_perf_box_name"
13853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13855   include:
13856     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13857     - "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"
13858   layout:
13859     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13860     layout: "plot-throughput"
13861
13862 - type: "plot"
13863   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13864   algorithm: "plot_perf_box_name"
13865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13867   include:
13868     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13869     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13870   layout:
13871     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13872     layout: "plot-throughput"
13873
13874 - type: "plot"
13875   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13876   algorithm: "plot_perf_box_name"
13877   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13879   include:
13880     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13881     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13882   layout:
13883     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13884     layout: "plot-throughput"
13885
13886 - type: "plot"
13887   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13888   algorithm: "plot_perf_box_name"
13889   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13891   include:
13892     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13893     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13894   layout:
13895     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13896     layout: "plot-throughput"
13897
13898 - type: "plot"
13899   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13900   algorithm: "plot_perf_box_name"
13901   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13903   include:
13904     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13905     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13906   layout:
13907     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13908     layout: "plot-throughput"
13909
13910 - type: "plot"
13911   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13912   algorithm: "plot_perf_box_name"
13913   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13914   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13915   include:
13916     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13917     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13918     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13919     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13920     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13921     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13922   layout:
13923     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13924     layout: "plot-throughput"
13925
13926 - type: "plot"
13927   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13928   algorithm: "plot_perf_box_name"
13929   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13930   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13931   include:
13932     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13933     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13934     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13935     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13937     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13938   layout:
13939     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13940     layout: "plot-throughput"
13941
13942 - type: "plot"
13943   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13944   algorithm: "plot_perf_box_name"
13945   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13946   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13947   include:
13948     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13949     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13953     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13954   layout:
13955     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13956     layout: "plot-throughput"
13957
13958 - type: "plot"
13959   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13960   algorithm: "plot_perf_box_name"
13961   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13962   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13963   include:
13964     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13965     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13968     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13969     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13970   layout:
13971     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13972     layout: "plot-throughput"
13973
13974 #- type: "plot"
13975 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13976 #  algorithm: "plot_perf_box_name"
13977 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13978 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13979 #  include:
13980 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13981 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13982 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13983 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13984 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13985 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13986 #  layout:
13987 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13988 #    layout: "plot-throughput"
13989 #
13990 #- type: "plot"
13991 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13992 #  algorithm: "plot_perf_box_name"
13993 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13994 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13995 #  include:
13996 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13997 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13998 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13999 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14000 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14001 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14002 #  layout:
14003 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14004 #    layout: "plot-throughput"
14005
14006 - type: "plot"
14007   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14008   algorithm: "plot_perf_box_name"
14009   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14010   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14011   include:
14012     - "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"
14013     - "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"
14014     - "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"
14015     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14016     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14017     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14018   layout:
14019     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14020     layout: "plot-throughput"
14021
14022 - type: "plot"
14023   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14024   algorithm: "plot_perf_box_name"
14025   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14026   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14027   include:
14028     - "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"
14029     - "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"
14030     - "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"
14031     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14032     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14033     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14034   layout:
14035     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14036     layout: "plot-throughput"
14037
14038 ################################################################################
14039
14040 # Packet Speedup
14041
14042 - type: "plot"
14043   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14044   algorithm: "plot_tsa_name"
14045   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14047   include:
14048     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14049     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14050     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14051     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14052   layout:
14053     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14054     layout: "plot-throughput-speedup-analysis"
14055
14056 - type: "plot"
14057   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14058   algorithm: "plot_tsa_name"
14059   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14060   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14061   include:
14062     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14063     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14064     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14065     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14066   layout:
14067     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14068     layout: "plot-throughput-speedup-analysis"
14069
14070 - type: "plot"
14071   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14072   algorithm: "plot_tsa_name"
14073   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14074   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14075   include:
14076     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14077     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14078     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14079     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14080   layout:
14081     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14082     layout: "plot-throughput-speedup-analysis"
14083
14084 - type: "plot"
14085   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14086   algorithm: "plot_tsa_name"
14087   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14088   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14089   include:
14090     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14091     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14092     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14093     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14094   layout:
14095     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14096     layout: "plot-throughput-speedup-analysis"
14097
14098 - type: "plot"
14099   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14100   algorithm: "plot_tsa_name"
14101   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14103   include:
14104     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14105     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14106     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14107     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14108     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14109   layout:
14110     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14111     layout: "plot-throughput-speedup-analysis"
14112
14113 - type: "plot"
14114   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14115   algorithm: "plot_tsa_name"
14116   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14118   include:
14119     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14120     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14121     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14122     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14123     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14124   layout:
14125     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14126     layout: "plot-throughput-speedup-analysis"
14127
14128 - type: "plot"
14129   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14130   algorithm: "plot_tsa_name"
14131   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14133   include:
14134     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14135     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14136     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14137     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14138     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14139   layout:
14140     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14141     layout: "plot-throughput-speedup-analysis"
14142
14143 - type: "plot"
14144   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14145   algorithm: "plot_tsa_name"
14146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14148   include:
14149     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14150     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14151     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14152     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14153     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14154   layout:
14155     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14156     layout: "plot-throughput-speedup-analysis"
14157
14158 - type: "plot"
14159   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14160   algorithm: "plot_tsa_name"
14161   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14162   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14163   include:
14164     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14165     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14170   layout:
14171     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14172     layout: "plot-throughput-speedup-analysis"
14173
14174 - type: "plot"
14175   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14176   algorithm: "plot_tsa_name"
14177   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14179   include:
14180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14186   layout:
14187     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14188     layout: "plot-throughput-speedup-analysis"
14189
14190 - type: "plot"
14191   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14192   algorithm: "plot_tsa_name"
14193   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14194   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14195   include:
14196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14201   layout:
14202     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14203     layout: "plot-throughput-speedup-analysis"
14204
14205 - type: "plot"
14206   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14207   algorithm: "plot_tsa_name"
14208   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14209   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14210   include:
14211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14216   layout:
14217     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14218     layout: "plot-throughput-speedup-analysis"
14219
14220 - type: "plot"
14221   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14222   algorithm: "plot_tsa_name"
14223   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14224   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14225   include:
14226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14229   layout:
14230     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14231     layout: "plot-throughput-speedup-analysis"
14232
14233 - type: "plot"
14234   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14235   algorithm: "plot_tsa_name"
14236   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14237   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14238   include:
14239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14242   layout:
14243     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14244     layout: "plot-throughput-speedup-analysis"
14245
14246 - type: "plot"
14247   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14248   algorithm: "plot_tsa_name"
14249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14251   include:
14252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14257   layout:
14258     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14259     layout: "plot-throughput-speedup-analysis"
14260
14261 - type: "plot"
14262   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14263   algorithm: "plot_tsa_name"
14264   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14265   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14266   include:
14267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14272   layout:
14273     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14274     layout: "plot-throughput-speedup-analysis"
14275
14276 - type: "plot"
14277   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14278   algorithm: "plot_tsa_name"
14279   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14280   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14281   include:
14282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14285   layout:
14286     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14287     layout: "plot-throughput-speedup-analysis"
14288
14289 - type: "plot"
14290   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14291   algorithm: "plot_tsa_name"
14292   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14293   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14294   include:
14295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14298   layout:
14299     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14300     layout: "plot-throughput-speedup-analysis"
14301
14302 - type: "plot"
14303   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14304   algorithm: "plot_tsa_name"
14305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14307   include:
14308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14314   layout:
14315     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14316     layout: "plot-throughput-speedup-analysis"
14317
14318 - type: "plot"
14319   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14320   algorithm: "plot_tsa_name"
14321   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14323   include:
14324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14330   layout:
14331     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14332     layout: "plot-throughput-speedup-analysis"
14333
14334 - type: "plot"
14335   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14336   algorithm: "plot_tsa_name"
14337   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14338   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14339   include:
14340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14346   layout:
14347     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14348     layout: "plot-throughput-speedup-analysis"
14349
14350 - type: "plot"
14351   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14352   algorithm: "plot_tsa_name"
14353   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14354   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14355   include:
14356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14362   layout:
14363     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14364     layout: "plot-throughput-speedup-analysis"
14365
14366 - type: "plot"
14367   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14368   algorithm: "plot_tsa_name"
14369   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14370   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14371   include:
14372     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14375   layout:
14376     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14377     layout: "plot-throughput-speedup-analysis"
14378
14379 - type: "plot"
14380   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14381   algorithm: "plot_tsa_name"
14382   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14383   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14384   include:
14385     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14386     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14387     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14388   layout:
14389     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14390     layout: "plot-throughput-speedup-analysis"
14391
14392 - type: "plot"
14393   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14394   algorithm: "plot_tsa_name"
14395   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14397   include:
14398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14401 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14402 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14403   layout:
14404     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14405     layout: "plot-throughput-speedup-analysis"
14406
14407 - type: "plot"
14408   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14409   algorithm: "plot_tsa_name"
14410   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14412   include:
14413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14416 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14417 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14418   layout:
14419     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14420     layout: "plot-throughput-speedup-analysis"
14421
14422 - type: "plot"
14423   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14424   algorithm: "plot_tsa_name"
14425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14427   include:
14428     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14429     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14430     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14431     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14432     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14433   layout:
14434     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14435     layout: "plot-throughput-speedup-analysis"
14436
14437 - type: "plot"
14438   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14439   algorithm: "plot_tsa_name"
14440   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14441   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14442   include:
14443     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14444     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14445     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14446     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14447     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14448   layout:
14449     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14450     layout: "plot-throughput-speedup-analysis"
14451
14452 - type: "plot"
14453   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14454   algorithm: "plot_tsa_name"
14455   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14457   include:
14458     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14459     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14460     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14461     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14462     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14463   layout:
14464     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14465     layout: "plot-throughput-speedup-analysis"
14466
14467 - type: "plot"
14468   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14469   algorithm: "plot_tsa_name"
14470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14472   include:
14473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14474     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14475     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14476     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14477     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14478   layout:
14479     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14480     layout: "plot-throughput-speedup-analysis"
14481
14482 - type: "plot"
14483   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14484   algorithm: "plot_tsa_name"
14485   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14487   include:
14488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14489     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14490     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14491     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14494   layout:
14495     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14496     layout: "plot-throughput-speedup-analysis"
14497
14498 - type: "plot"
14499   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14500   algorithm: "plot_tsa_name"
14501   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14502   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14503   include:
14504     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14505     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14506     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14507     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14510   layout:
14511     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14512     layout: "plot-throughput-speedup-analysis"
14513
14514 - type: "plot"
14515   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14516   algorithm: "plot_tsa_name"
14517   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14519   include:
14520     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14521     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14522     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14526   layout:
14527     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14528     layout: "plot-throughput-speedup-analysis"
14529
14530 - type: "plot"
14531   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14532   algorithm: "plot_tsa_name"
14533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14535   include:
14536     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14537     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14542   layout:
14543     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14544     layout: "plot-throughput-speedup-analysis"
14545
14546 - type: "plot"
14547   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14548   algorithm: "plot_tsa_name"
14549   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14550   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14551   include:
14552     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14554   layout:
14555     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14556     layout: "plot-throughput-speedup-analysis"
14557
14558 - type: "plot"
14559   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14560   algorithm: "plot_tsa_name"
14561   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14562   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14563   include:
14564     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14565     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14566   layout:
14567     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14568     layout: "plot-throughput-speedup-analysis"
14569
14570 - type: "plot"
14571   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14572   algorithm: "plot_tsa_name"
14573   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14575   include:
14576     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14577     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14578     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14579     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14580   layout:
14581     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14582     layout: "plot-throughput-speedup-analysis"
14583
14584 - type: "plot"
14585   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14586   algorithm: "plot_tsa_name"
14587   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14588   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14589   include:
14590     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14591     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14592     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14593     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14594   layout:
14595     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14596     layout: "plot-throughput-speedup-analysis"
14597
14598 - type: "plot"
14599   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14600   algorithm: "plot_tsa_name"
14601   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14603   include:
14604     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14606     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14608   layout:
14609     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14610     layout: "plot-throughput-speedup-analysis"
14611
14612 - type: "plot"
14613   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14614   algorithm: "plot_tsa_name"
14615   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14617   include:
14618     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14619     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14622   layout:
14623     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14624     layout: "plot-throughput-speedup-analysis"
14625
14626 - type: "plot"
14627   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14628   algorithm: "plot_tsa_name"
14629   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14630   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14631   include:
14632     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14633     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14638   layout:
14639     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14640     layout: "plot-throughput-speedup-analysis"
14641
14642 - type: "plot"
14643   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14644   algorithm: "plot_tsa_name"
14645   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14646   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14647   include:
14648     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14653     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14654   layout:
14655     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14656     layout: "plot-throughput-speedup-analysis"
14657
14658 - type: "plot"
14659   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14660   algorithm: "plot_tsa_name"
14661   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14662   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14663   include:
14664     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14669   layout:
14670     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14671     layout: "plot-throughput-speedup-analysis"
14672
14673 - type: "plot"
14674   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14675   algorithm: "plot_tsa_name"
14676   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14677   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14678   include:
14679     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14684   layout:
14685     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14686     layout: "plot-throughput-speedup-analysis"
14687
14688 - type: "plot"
14689   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14690   algorithm: "plot_tsa_name"
14691   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14692   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14693   include:
14694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14699   layout:
14700     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14701     layout: "plot-throughput-speedup-analysis"
14702
14703 - type: "plot"
14704   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14705   algorithm: "plot_tsa_name"
14706   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14708   include:
14709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14714   layout:
14715     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14716     layout: "plot-throughput-speedup-analysis"
14717
14718 - type: "plot"
14719   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14720   algorithm: "plot_tsa_name"
14721   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14722   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14723   include:
14724     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14727   layout:
14728     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14729     layout: "plot-throughput-speedup-analysis"
14730
14731 - type: "plot"
14732   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14733   algorithm: "plot_tsa_name"
14734   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14735   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14736   include:
14737     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14740   layout:
14741     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14742     layout: "plot-throughput-speedup-analysis"
14743
14744 - type: "plot"
14745   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14746   algorithm: "plot_tsa_name"
14747   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14749   include:
14750     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14753   layout:
14754     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14755     layout: "plot-throughput-speedup-analysis"
14756
14757 - type: "plot"
14758   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14759   algorithm: "plot_tsa_name"
14760   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14762   include:
14763     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14765     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14766   layout:
14767     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14768     layout: "plot-throughput-speedup-analysis"
14769
14770 - type: "plot"
14771   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14772   algorithm: "plot_tsa_name"
14773   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14775   include:
14776     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14778     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14779     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14781   layout:
14782     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14783     layout: "plot-throughput-speedup-analysis"
14784
14785 - type: "plot"
14786   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14787   algorithm: "plot_tsa_name"
14788   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14790   include:
14791     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14792     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14793     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14794     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14795     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14796   layout:
14797     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14798     layout: "plot-throughput-speedup-analysis"
14799
14800 - type: "plot"
14801   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14802   algorithm: "plot_tsa_name"
14803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14805   include:
14806     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14807     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14808     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14811   layout:
14812     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14813     layout: "plot-throughput-speedup-analysis"
14814
14815 - type: "plot"
14816   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14817   algorithm: "plot_tsa_name"
14818   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14820   include:
14821     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14822     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14823     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14824     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14826   layout:
14827     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14828     layout: "plot-throughput-speedup-analysis"
14829
14830 - type: "plot"
14831   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14832   algorithm: "plot_tsa_name"
14833   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14834   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14835   include:
14836     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14837     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14838     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14839     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14840     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14841     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14842   layout:
14843     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14844     layout: "plot-throughput-speedup-analysis"
14845
14846 - type: "plot"
14847   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14848   algorithm: "plot_tsa_name"
14849   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14850   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14851   include:
14852     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14853     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14854     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14855     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14856     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14858   layout:
14859     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14860     layout: "plot-throughput-speedup-analysis"
14861
14862 - type: "plot"
14863   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14864   algorithm: "plot_tsa_name"
14865   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14866   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14867   include:
14868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14871     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14872   layout:
14873     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14874     layout: "plot-throughput-speedup-analysis"
14875
14876 - type: "plot"
14877   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14878   algorithm: "plot_tsa_name"
14879   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14880   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14881   include:
14882     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14883     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14884     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14885     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14886   layout:
14887     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14888     layout: "plot-throughput-speedup-analysis"
14889
14890 - type: "plot"
14891   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14892   algorithm: "plot_tsa_name"
14893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14895   include:
14896     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14897     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14898     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14899     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14900     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14901     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14902   layout:
14903     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14904     layout: "plot-throughput-speedup-analysis"
14905
14906 - type: "plot"
14907   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14908   algorithm: "plot_tsa_name"
14909   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14910   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14911   include:
14912     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14913     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14914     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14915     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14916     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14917     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14918   layout:
14919     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14920     layout: "plot-throughput-speedup-analysis"
14921
14922 - type: "plot"
14923   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14924   algorithm: "plot_tsa_name"
14925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14927   include:
14928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14932     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14933     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14934   layout:
14935     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14936     layout: "plot-throughput-speedup-analysis"
14937
14938 - type: "plot"
14939   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14940   algorithm: "plot_tsa_name"
14941   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14942   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14943   include:
14944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14947     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14948     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14949     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14950   layout:
14951     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14952     layout: "plot-throughput-speedup-analysis"
14953
14954 - type: "plot"
14955   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14956   algorithm: "plot_tsa_name"
14957   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14959   include:
14960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14961     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14962     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14963     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14964     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14965     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14966   layout:
14967     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14968     layout: "plot-throughput-speedup-analysis"
14969
14970 - type: "plot"
14971   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14972   algorithm: "plot_tsa_name"
14973   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14974   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14975   include:
14976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14977     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14978     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14979     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14980     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14981     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14982   layout:
14983     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14984     layout: "plot-throughput-speedup-analysis"
14985
14986 - type: "plot"
14987   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14988   algorithm: "plot_tsa_name"
14989   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14990   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14991   include:
14992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14998   layout:
14999     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15000     layout: "plot-throughput-speedup-analysis"
15001
15002 - type: "plot"
15003   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15004   algorithm: "plot_tsa_name"
15005   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15007   include:
15008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15014   layout:
15015     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15016     layout: "plot-throughput-speedup-analysis"
15017
15018 - type: "plot"
15019   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15020   algorithm: "plot_tsa_name"
15021   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15023   include:
15024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15030   layout:
15031     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15032     layout: "plot-throughput-speedup-analysis"
15033
15034 - type: "plot"
15035   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15036   algorithm: "plot_tsa_name"
15037   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15038   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15039   include:
15040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15046   layout:
15047     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15048     layout: "plot-throughput-speedup-analysis"
15049
15050 - type: "plot"
15051   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15052   algorithm: "plot_tsa_name"
15053   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15055   include:
15056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15060   layout:
15061     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15062     layout: "plot-throughput-speedup-analysis"
15063
15064 - type: "plot"
15065   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15066   algorithm: "plot_tsa_name"
15067   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15069   include:
15070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15074   layout:
15075     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15076     layout: "plot-throughput-speedup-analysis"
15077
15078 - type: "plot"
15079   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15080   algorithm: "plot_tsa_name"
15081   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15082   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15083   include:
15084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15088   layout:
15089     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15090     layout: "plot-throughput-speedup-analysis"
15091
15092 - type: "plot"
15093   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15094   algorithm: "plot_tsa_name"
15095   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15096   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15097   include:
15098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15102   layout:
15103     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15104     layout: "plot-throughput-speedup-analysis"
15105
15106 - type: "plot"
15107   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15108   algorithm: "plot_tsa_name"
15109   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15110   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15111   include:
15112     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15113     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15114     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15115     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15116     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15117     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15118   layout:
15119     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15120     layout: "plot-throughput-speedup-analysis"
15121
15122 - type: "plot"
15123   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15124   algorithm: "plot_tsa_name"
15125   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15126   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15127   include:
15128     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15129     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15130     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15131     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15132     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15133     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15134   layout:
15135     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15136     layout: "plot-throughput-speedup-analysis"
15137
15138 - type: "plot"
15139   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15140   algorithm: "plot_tsa_name"
15141   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15143   include:
15144     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15145     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15146     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15147     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15148     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15149   layout:
15150     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15151     layout: "plot-throughput-speedup-analysis"
15152
15153 - type: "plot"
15154   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15155   algorithm: "plot_tsa_name"
15156   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15158   include:
15159     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15160     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15161     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15162     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15163     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15164   layout:
15165     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15166     layout: "plot-throughput-speedup-analysis"
15167
15168 - type: "plot"
15169   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15170   algorithm: "plot_tsa_name"
15171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15173   include:
15174     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15175     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15176     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15177     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15179   layout:
15180     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15181     layout: "plot-throughput-speedup-analysis"
15182
15183 - type: "plot"
15184   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15185   algorithm: "plot_tsa_name"
15186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15188   include:
15189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15190     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15191     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15194   layout:
15195     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15196     layout: "plot-throughput-speedup-analysis"
15197
15198 - type: "plot"
15199   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15200   algorithm: "plot_tsa_name"
15201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15203   include:
15204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15208   layout:
15209     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15210     layout: "plot-throughput-speedup-analysis"
15211
15212 - type: "plot"
15213   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15214   algorithm: "plot_tsa_name"
15215   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15217   include:
15218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15222   layout:
15223     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15224     layout: "plot-throughput-speedup-analysis"
15225
15226 - type: "plot"
15227   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15228   algorithm: "plot_tsa_name"
15229   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15231   include:
15232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15238   layout:
15239     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15240     layout: "plot-throughput-speedup-analysis"
15241
15242 - type: "plot"
15243   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15244   algorithm: "plot_tsa_name"
15245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15247   include:
15248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15254   layout:
15255     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15256     layout: "plot-throughput-speedup-analysis"
15257
15258 - type: "plot"
15259   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15260   algorithm: "plot_tsa_name"
15261   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15263   include:
15264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15270   layout:
15271     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15272     layout: "plot-throughput-speedup-analysis"
15273
15274 - type: "plot"
15275   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15276   algorithm: "plot_tsa_name"
15277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15279   include:
15280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15286   layout:
15287     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15288     layout: "plot-throughput-speedup-analysis"
15289
15290 - type: "plot"
15291   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15292   algorithm: "plot_tsa_name"
15293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15295   include:
15296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15302   layout:
15303     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15304     layout: "plot-throughput-speedup-analysis"
15305
15306 - type: "plot"
15307   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15308   algorithm: "plot_tsa_name"
15309   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15311   include:
15312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15318   layout:
15319     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15320     layout: "plot-throughput-speedup-analysis"
15321
15322 - type: "plot"
15323   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15324   algorithm: "plot_tsa_name"
15325   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15326   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15327   include:
15328     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15329     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15330     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15331     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15332     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15333     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15334   layout:
15335     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15336     layout: "plot-throughput-speedup-analysis"
15337
15338 - type: "plot"
15339   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15340   algorithm: "plot_tsa_name"
15341   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15342   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15343   include:
15344     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15345     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15346     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15347     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15348     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15349     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15350   layout:
15351     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15352     layout: "plot-throughput-speedup-analysis"
15353
15354 - type: "plot"
15355   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15356   algorithm: "plot_tsa_name"
15357   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15359   include:
15360     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15361     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15362     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15363     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15364     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15365     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15366   layout:
15367     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15368     layout: "plot-throughput-speedup-analysis"
15369
15370 - type: "plot"
15371   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15372   algorithm: "plot_tsa_name"
15373   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15375   include:
15376     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15377     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15378     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15379     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15380     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15381     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15382   layout:
15383     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15384     layout: "plot-throughput-speedup-analysis"
15385
15386 - type: "plot"
15387   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15388   algorithm: "plot_tsa_name"
15389   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15390   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15391   include:
15392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15397   layout:
15398     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15399     layout: "plot-throughput-speedup-analysis"
15400
15401 - type: "plot"
15402   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15403   algorithm: "plot_tsa_name"
15404   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15405   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15406   include:
15407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15412   layout:
15413     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15414     layout: "plot-throughput-speedup-analysis"
15415
15416 - type: "plot"
15417   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15418   algorithm: "plot_tsa_name"
15419   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15420   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15421   include:
15422     - "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"
15423     - "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"
15424     - "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"
15425     - "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"
15426     - "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"
15427   layout:
15428     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15429     layout: "plot-throughput-speedup-analysis"
15430
15431 - type: "plot"
15432   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15433   algorithm: "plot_tsa_name"
15434   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15435   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15436   include:
15437     - "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"
15438     - "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"
15439     - "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"
15440     - "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"
15441     - "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"
15442   layout:
15443     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15444     layout: "plot-throughput-speedup-analysis"
15445
15446 - type: "plot"
15447   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15448   algorithm: "plot_tsa_name"
15449   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15451   include:
15452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15457   layout:
15458     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15459     layout: "plot-throughput-speedup-analysis"
15460
15461 - type: "plot"
15462   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15463   algorithm: "plot_tsa_name"
15464   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15465   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15466   include:
15467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15472   layout:
15473     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15474     layout: "plot-throughput-speedup-analysis"
15475
15476 - type: "plot"
15477   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15478   algorithm: "plot_tsa_name"
15479   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15480   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15481   include:
15482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15487   layout:
15488     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15489     layout: "plot-throughput-speedup-analysis"
15490
15491 - type: "plot"
15492   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15493   algorithm: "plot_tsa_name"
15494   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15496   include:
15497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15502   layout:
15503     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15504     layout: "plot-throughput-speedup-analysis"
15505
15506 - type: "plot"
15507   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15508   algorithm: "plot_tsa_name"
15509   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15510   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15511   include:
15512     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15513     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15514     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15515     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15516     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15517   layout:
15518     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15519     layout: "plot-throughput-speedup-analysis"
15520
15521 - type: "plot"
15522   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15523   algorithm: "plot_tsa_name"
15524   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15525   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15526   include:
15527     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15528     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15529     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15530     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15531     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15532   layout:
15533     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15534     layout: "plot-throughput-speedup-analysis"
15535
15536 - type: "plot"
15537   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15538   algorithm: "plot_tsa_name"
15539   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15541   include:
15542     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15543     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15544     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15545     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15546     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15547   layout:
15548     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15549     layout: "plot-throughput-speedup-analysis"
15550
15551 - type: "plot"
15552   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15553   algorithm: "plot_tsa_name"
15554   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15556   include:
15557     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15558     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15559     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15560     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15561     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15562   layout:
15563     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15564     layout: "plot-throughput-speedup-analysis"
15565
15566 - type: "plot"
15567   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15568   algorithm: "plot_tsa_name"
15569   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15571   include:
15572     - "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"
15573     - "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"
15574     - "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"
15575     - "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"
15576   layout:
15577     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15578     layout: "plot-throughput-speedup-analysis"
15579
15580 - type: "plot"
15581   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15582   algorithm: "plot_tsa_name"
15583   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15584   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15585   include:
15586     - "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"
15587     - "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"
15588     - "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"
15589     - "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"
15590   layout:
15591     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15592     layout: "plot-throughput-speedup-analysis"
15593
15594 - type: "plot"
15595   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15596   algorithm: "plot_tsa_name"
15597   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15599   include:
15600     - "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"
15601     - "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"
15602     - "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"
15603     - "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"
15604   layout:
15605     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15606     layout: "plot-throughput-speedup-analysis"
15607
15608 - type: "plot"
15609   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15610   algorithm: "plot_tsa_name"
15611   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15613   include:
15614     - "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"
15615     - "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"
15616     - "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"
15617     - "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"
15618   layout:
15619     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15620     layout: "plot-throughput-speedup-analysis"
15621
15622 - type: "plot"
15623   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15624   algorithm: "plot_tsa_name"
15625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15627   include:
15628     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15629     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15630     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15631     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15632     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15633     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15634   layout:
15635     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15636     layout: "plot-throughput-speedup-analysis"
15637
15638 - type: "plot"
15639   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15640   algorithm: "plot_tsa_name"
15641   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15643   include:
15644     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15645     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15646     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15647     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15648     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15649     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15650   layout:
15651     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15652     layout: "plot-throughput-speedup-analysis"
15653
15654 - type: "plot"
15655   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15656   algorithm: "plot_tsa_name"
15657   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15658   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15659   include:
15660     - "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"
15661     - "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"
15662     - "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"
15663     - "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"
15664     - "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"
15665     - "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"
15666   layout:
15667     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15668     layout: "plot-throughput-speedup-analysis"
15669
15670 - type: "plot"
15671   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15672   algorithm: "plot_tsa_name"
15673   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15675   include:
15676     - "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"
15677     - "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"
15678     - "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"
15679     - "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"
15680     - "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"
15681     - "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"
15682   layout:
15683     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15684     layout: "plot-throughput-speedup-analysis"
15685
15686 - type: "plot"
15687   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15688   algorithm: "plot_tsa_name"
15689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15691   include:
15692     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15693     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15694     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15695     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15696     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15697     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15698   layout:
15699     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15700     layout: "plot-throughput-speedup-analysis"
15701
15702 - type: "plot"
15703   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15704   algorithm: "plot_tsa_name"
15705   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15706   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15707   include:
15708     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15709     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15710     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15711     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15712     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15713     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15714   layout:
15715     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15716     layout: "plot-throughput-speedup-analysis"
15717
15718 - type: "plot"
15719   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15720   algorithm: "plot_tsa_name"
15721   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15723   include:
15724     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15725     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15726     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15727     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15729   layout:
15730     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15731     layout: "plot-throughput-speedup-analysis"
15732
15733 - type: "plot"
15734   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15735   algorithm: "plot_tsa_name"
15736   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15738   include:
15739     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15740     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15741     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15742     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15744   layout:
15745     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15746     layout: "plot-throughput-speedup-analysis"
15747
15748 - type: "plot"
15749   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15750   algorithm: "plot_tsa_name"
15751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15753   include:
15754     - "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"
15755     - "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"
15756   layout:
15757     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15758     layout: "plot-throughput-speedup-analysis"
15759
15760 - type: "plot"
15761   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15762   algorithm: "plot_tsa_name"
15763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15765   include:
15766     - "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"
15767     - "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"
15768   layout:
15769     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15770     layout: "plot-throughput-speedup-analysis"
15771
15772 - type: "plot"
15773   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15774   algorithm: "plot_tsa_name"
15775   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15777   include:
15778     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15779     - "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"
15780   layout:
15781     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15782     layout: "plot-throughput-speedup-analysis"
15783
15784 - type: "plot"
15785   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15786   algorithm: "plot_tsa_name"
15787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15789   include:
15790     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15791     - "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"
15792   layout:
15793     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15794     layout: "plot-throughput-speedup-analysis"
15795
15796 - type: "plot"
15797   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15798   algorithm: "plot_tsa_name"
15799   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15800   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15801   include:
15802     - "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"
15803     - "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"
15804     - "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"
15805     - "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"
15806     - "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"
15807     - "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"
15808   layout:
15809     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15810     layout: "plot-throughput-speedup-analysis"
15811
15812 - type: "plot"
15813   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15814   algorithm: "plot_tsa_name"
15815   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15816   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15817   include:
15818     - "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"
15819     - "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"
15820     - "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"
15821     - "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"
15822     - "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"
15823     - "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"
15824   layout:
15825     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15826     layout: "plot-throughput-speedup-analysis"
15827
15828 - type: "plot"
15829   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15830   algorithm: "plot_tsa_name"
15831   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15832   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15833   include:
15834     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15835     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15836     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15837     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15838     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15839   layout:
15840     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15841     layout: "plot-throughput-speedup-analysis"
15842
15843 - type: "plot"
15844   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15845   algorithm: "plot_tsa_name"
15846   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15847   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15848   include:
15849     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15850     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15851     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15852     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15853     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15854   layout:
15855     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15856     layout: "plot-throughput-speedup-analysis"
15857
15858 - type: "plot"
15859   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15860   algorithm: "plot_tsa_name"
15861   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15862   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15863   include:
15864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15869   layout:
15870     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15871     layout: "plot-throughput-speedup-analysis"
15872
15873 - type: "plot"
15874   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15875   algorithm: "plot_tsa_name"
15876   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15877   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15878   include:
15879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15884   layout:
15885     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15886     layout: "plot-throughput-speedup-analysis"
15887
15888 - type: "plot"
15889   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15890   algorithm: "plot_tsa_name"
15891   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15892   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15893   include:
15894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15900   layout:
15901     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15902     layout: "plot-throughput-speedup-analysis"
15903
15904 - type: "plot"
15905   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15906   algorithm: "plot_tsa_name"
15907   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15908   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15909   include:
15910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15916   layout:
15917     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15918     layout: "plot-throughput-speedup-analysis"
15919
15920 - type: "plot"
15921   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15922   algorithm: "plot_tsa_name"
15923   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15924   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15925   include:
15926     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15927     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15928     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15930   layout:
15931     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15932     layout: "plot-throughput-speedup-analysis"
15933
15934 - type: "plot"
15935   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15936   algorithm: "plot_tsa_name"
15937   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15938   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15939   include:
15940     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15942     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15943     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15944   layout:
15945     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15946     layout: "plot-throughput-speedup-analysis"
15947
15948 - type: "plot"
15949   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15950   algorithm: "plot_tsa_name"
15951   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15952   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15953   include:
15954     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15955     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15956     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15957     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15958     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15959   layout:
15960     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15961     layout: "plot-throughput-speedup-analysis"
15962
15963 - type: "plot"
15964   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15965   algorithm: "plot_tsa_name"
15966   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15967   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15968   include:
15969     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15970     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15971     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15972     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15973     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15974   layout:
15975     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15976     layout: "plot-throughput-speedup-analysis"
15977
15978 - type: "plot"
15979   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15980   algorithm: "plot_tsa_name"
15981   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15982   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15983   include:
15984     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15985     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15986     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15987     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15988     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15989     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15990   layout:
15991     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15992     layout: "plot-throughput-speedup-analysis"
15993
15994 - type: "plot"
15995   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15996   algorithm: "plot_tsa_name"
15997   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15998   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15999   include:
16000     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16001     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16002     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16003     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16004     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16005     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16006   layout:
16007     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16008     layout: "plot-throughput-speedup-analysis"
16009
16010 - type: "plot"
16011   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16012   algorithm: "plot_tsa_name"
16013   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16014   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16015   include:
16016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16017     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16018     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16019     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16020   layout:
16021     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16022     layout: "plot-throughput-speedup-analysis"
16023
16024 - type: "plot"
16025   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16026   algorithm: "plot_tsa_name"
16027   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16028   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16029   include:
16030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16034   layout:
16035     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16036     layout: "plot-throughput-speedup-analysis"
16037
16038 - type: "plot"
16039   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16040   algorithm: "plot_tsa_name"
16041   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16042   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16043   include:
16044     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16050   layout:
16051     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16052     layout: "plot-throughput-speedup-analysis"
16053
16054 - type: "plot"
16055   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16056   algorithm: "plot_tsa_name"
16057   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16058   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16059   include:
16060     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16066   layout:
16067     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16068     layout: "plot-throughput-speedup-analysis"
16069
16070 - type: "plot"
16071   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16072   algorithm: "plot_tsa_name"
16073   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16074   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16075   include:
16076     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16082   layout:
16083     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16084     layout: "plot-throughput-speedup-analysis"
16085
16086 - type: "plot"
16087   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16088   algorithm: "plot_tsa_name"
16089   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16090   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16091   include:
16092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16098   layout:
16099     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16100     layout: "plot-throughput-speedup-analysis"
16101
16102 - type: "plot"
16103   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16104   algorithm: "plot_tsa_name"
16105   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16106   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16107   include:
16108     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16109     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16110     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16111     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16112     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16113     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16114   layout:
16115     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16116     layout: "plot-throughput-speedup-analysis"
16117
16118 - type: "plot"
16119   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16120   algorithm: "plot_tsa_name"
16121   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16122   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16123   include:
16124     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16125     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16126     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16127     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16128     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16129     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16130   layout:
16131     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16132     layout: "plot-throughput-speedup-analysis"
16133
16134 - type: "plot"
16135   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16136   algorithm: "plot_tsa_name"
16137   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16138   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16139   include:
16140     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16141     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16142     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16143     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16145     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16146   layout:
16147     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16148     layout: "plot-throughput-speedup-analysis"
16149
16150 - type: "plot"
16151   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16152   algorithm: "plot_tsa_name"
16153   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16154   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16155   include:
16156     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16157     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16159     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16161     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16162   layout:
16163     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16164     layout: "plot-throughput-speedup-analysis"
16165
16166 - type: "plot"
16167   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16168   algorithm: "plot_tsa_name"
16169   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16170   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16171   include:
16172     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16173     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16175     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16177     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16178   layout:
16179     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16180     layout: "plot-throughput-speedup-analysis"
16181
16182 - type: "plot"
16183   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16184   algorithm: "plot_tsa_name"
16185   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16186   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16187   include:
16188     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16189     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16190     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16191     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16192     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16193     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16194   layout:
16195     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16196     layout: "plot-throughput-speedup-analysis"
16197
16198 #- type: "plot"
16199 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16200 #  algorithm: "plot_tsa_name"
16201 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16202 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16203 #  include:
16204 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16205 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16206 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16207 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16208 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16209 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16210 #  layout:
16211 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16212 #    layout: "plot-throughput-speedup-analysis"
16213 #
16214 #- type: "plot"
16215 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16216 #  algorithm: "plot_tsa_name"
16217 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16218 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16219 #  include:
16220 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16221 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16222 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16223 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16224 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16225 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16226 #  layout:
16227 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16228 #    layout: "plot-throughput-speedup-analysis"
16229
16230 - type: "plot"
16231   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16232   algorithm: "plot_tsa_name"
16233   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16234   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16235   include:
16236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16240     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16241   layout:
16242     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16243     layout: "plot-throughput-speedup-analysis"
16244
16245 - type: "plot"
16246   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16247   algorithm: "plot_tsa_name"
16248   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16249   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16250   include:
16251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16252     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16253     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16254     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16255     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16256   layout:
16257     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16258     layout: "plot-throughput-speedup-analysis"
16259
16260 - type: "plot"
16261   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16262   algorithm: "plot_tsa_name"
16263   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16264   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16265   include:
16266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16271     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16272   layout:
16273     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16274     layout: "plot-throughput-speedup-analysis"
16275
16276 - type: "plot"
16277   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16278   algorithm: "plot_tsa_name"
16279   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16280   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16281   include:
16282     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16283     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16284     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16285     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16286     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16287     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16288   layout:
16289     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16290     layout: "plot-throughput-speedup-analysis"
16291
16292 - type: "plot"
16293   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16294   algorithm: "plot_tsa_name"
16295   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16296   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16297   include:
16298     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16299     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16300     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16301     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16302     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16303   layout:
16304     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16305     layout: "plot-throughput-speedup-analysis"
16306
16307 - type: "plot"
16308   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16309   algorithm: "plot_tsa_name"
16310   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16311   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16312   include:
16313     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16314     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16315     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16316     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16317     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16318   layout:
16319     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16320     layout: "plot-throughput-speedup-analysis"
16321
16322 #- type: "plot"
16323 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16324 #  algorithm: "plot_tsa_name"
16325 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16326 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16327 #  include:
16328 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16329 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16330 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16331 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16332 #  layout:
16333 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16334 #    layout: "plot-throughput-speedup-analysis"
16335 #
16336 #- type: "plot"
16337 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16338 #  algorithm: "plot_tsa_name"
16339 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16340 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16341 #  include:
16342 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16343 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16344 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16345 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16346 #  layout:
16347 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16348 #    layout: "plot-throughput-speedup-analysis"
16349
16350 - type: "plot"
16351   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16352   algorithm: "plot_tsa_name"
16353   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16354   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16355   include:
16356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16359     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16360     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16361     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16362   layout:
16363     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16364     layout: "plot-throughput-speedup-analysis"
16365
16366 - type: "plot"
16367   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16368   algorithm: "plot_tsa_name"
16369   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16370   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16371   include:
16372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16377     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16378   layout:
16379     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16380     layout: "plot-throughput-speedup-analysis"
16381
16382 - type: "plot"
16383   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16384   algorithm: "plot_tsa_name"
16385   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16386   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16387   include:
16388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16393   layout:
16394     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16395     layout: "plot-throughput-speedup-analysis"
16396
16397 - type: "plot"
16398   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16399   algorithm: "plot_tsa_name"
16400   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16401   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16402   include:
16403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16408   layout:
16409     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16410     layout: "plot-throughput-speedup-analysis"
16411
16412 - type: "plot"
16413   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16414   algorithm: "plot_tsa_name"
16415   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16416   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16417   include:
16418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16424   layout:
16425     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16426     layout: "plot-throughput-speedup-analysis"
16427
16428 - type: "plot"
16429   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16430   algorithm: "plot_tsa_name"
16431   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16432   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16433   include:
16434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16440   layout:
16441     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16442     layout: "plot-throughput-speedup-analysis"
16443
16444 - type: "plot"
16445   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16446   algorithm: "plot_tsa_name"
16447   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16448   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16449   include:
16450     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16454   layout:
16455     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16456     layout: "plot-throughput-speedup-analysis"
16457
16458 - type: "plot"
16459   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16460   algorithm: "plot_tsa_name"
16461   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16462   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16463   include:
16464     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16465     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16466     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16467     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16468   layout:
16469     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16470     layout: "plot-throughput-speedup-analysis"
16471
16472 - type: "plot"
16473   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16474   algorithm: "plot_tsa_name"
16475   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16476   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16477   include:
16478     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16479     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16480     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16481     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16482     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16483   layout:
16484     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16485     layout: "plot-throughput-speedup-analysis"
16486
16487 - type: "plot"
16488   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16489   algorithm: "plot_tsa_name"
16490   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16491   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16492   include:
16493     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16494     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16495     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16496     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16497     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16498   layout:
16499     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16500     layout: "plot-throughput-speedup-analysis"
16501
16502 - type: "plot"
16503   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16504   algorithm: "plot_tsa_name"
16505   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16506   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16507   include:
16508     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16509     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16510     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16511     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16512     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16513     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16514   layout:
16515     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16516     layout: "plot-throughput-speedup-analysis"
16517
16518 - type: "plot"
16519   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16520   algorithm: "plot_tsa_name"
16521   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16522   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16523   include:
16524     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16525     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16526     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16527     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16528     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16529     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16530   layout:
16531     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16532     layout: "plot-throughput-speedup-analysis"
16533
16534 #- type: "plot"
16535 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16536 #  algorithm: "plot_tsa_name"
16537 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16538 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16539 #  include:
16540 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16541 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16542 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16543 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16544 #  layout:
16545 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16546 #    layout: "plot-throughput-speedup-analysis"
16547 #
16548 #- type: "plot"
16549 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16550 #  algorithm: "plot_tsa_name"
16551 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16552 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16553 #  include:
16554 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16555 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16556 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16557 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16558 #  layout:
16559 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16560 #    layout: "plot-throughput-speedup-analysis"
16561
16562 - type: "plot"
16563   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16564   algorithm: "plot_tsa_name"
16565   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16566   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16567   include:
16568     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16569     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16570     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16571     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16572     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16573     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16574   layout:
16575     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16576     layout: "plot-throughput-speedup-analysis"
16577
16578 - type: "plot"
16579   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16580   algorithm: "plot_tsa_name"
16581   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16582   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16583   include:
16584     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16585     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16586     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16587     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16588     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16589     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16590   layout:
16591     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16592     layout: "plot-throughput-speedup-analysis"
16593
16594 #- type: "plot"
16595 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16596 #  algorithm: "plot_tsa_name"
16597 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16598 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16599 #  include:
16600 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16601 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16602 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16603 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16604 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16605 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16606 #  layout:
16607 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16608 #    layout: "plot-throughput-speedup-analysis"
16609 #
16610 #- type: "plot"
16611 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16612 #  algorithm: "plot_tsa_name"
16613 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16614 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16615 #  include:
16616 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16617 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16618 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16619 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16620 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16621 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16622 #  layout:
16623 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16624 #    layout: "plot-throughput-speedup-analysis"
16625
16626 #- type: "plot"
16627 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16628 #  algorithm: "plot_tsa_name"
16629 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16630 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16631 #  include:
16632 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16633 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16634 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16635 #  layout:
16636 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16637 #    layout: "plot-throughput-speedup-analysis"
16638 #
16639 #- type: "plot"
16640 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16641 #  algorithm: "plot_tsa_name"
16642 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16643 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16644 #  include:
16645 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16646 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16647 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16648 #  layout:
16649 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16650 #    layout: "plot-throughput-speedup-analysis"
16651
16652 ################################################################################
16653
16654 # Packet Throughput - DPDK
16655
16656 # 2n-skx-xxv710
16657
16658 - type: "plot"
16659   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16660   algorithm: "plot_perf_box_name"
16661   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16662   data: "plot-dpdk-throughput-latency-2n-skx"
16663   include:
16664     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16665     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16666   layout:
16667     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16668     layout: "plot-throughput"
16669
16670 - type: "plot"
16671   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16672   algorithm: "plot_perf_box_name"
16673   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16674   data: "plot-dpdk-throughput-latency-2n-skx"
16675   include:
16676     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16677     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16678   layout:
16679     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16680     layout: "plot-throughput"
16681
16682 - type: "plot"
16683   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16684   algorithm: "plot_perf_box_name"
16685   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16686   data: "plot-dpdk-throughput-latency-2n-skx"
16687   include:
16688     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16689     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16690   layout:
16691     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16692     layout: "plot-throughput"
16693
16694 - type: "plot"
16695   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16696   algorithm: "plot_perf_box_name"
16697   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16698   data: "plot-dpdk-throughput-latency-2n-skx"
16699   include:
16700     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16701     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16702   layout:
16703     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16704     layout: "plot-throughput"
16705
16706 # 2n-skx-x710
16707
16708 - type: "plot"
16709   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16710   algorithm: "plot_perf_box_name"
16711   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16712   data: "plot-dpdk-throughput-latency-2n-skx"
16713   include:
16714     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16715     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16716   layout:
16717     title: "2n-skx-x710-64b-2t1c-base-ndr"
16718     layout: "plot-throughput"
16719
16720 - type: "plot"
16721   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16722   algorithm: "plot_perf_box_name"
16723   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16724   data: "plot-dpdk-throughput-latency-2n-skx"
16725   include:
16726     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16727     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16728   layout:
16729     title: "2n-skx-x710-64b-4t2c-base-ndr"
16730     layout: "plot-throughput"
16731
16732 - type: "plot"
16733   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16734   algorithm: "plot_perf_box_name"
16735   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16736   data: "plot-dpdk-throughput-latency-2n-skx"
16737   include:
16738     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16739     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16740   layout:
16741     title: "2n-skx-x710-64b-2t1c-base-pdr"
16742     layout: "plot-throughput"
16743
16744 - type: "plot"
16745   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16746   algorithm: "plot_perf_box_name"
16747   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16748   data: "plot-dpdk-throughput-latency-2n-skx"
16749   include:
16750     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16751     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16752   layout:
16753     title: "2n-skx-x710-64b-4t2c-base-pdr"
16754     layout: "plot-throughput"
16755
16756 # 3n-skx-xxv710
16757
16758 - type: "plot"
16759   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16760   algorithm: "plot_perf_box_name"
16761   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16762   data: "plot-dpdk-throughput-latency-3n-skx"
16763   include:
16764     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16765     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16766   layout:
16767     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16768     layout: "plot-throughput"
16769
16770 - type: "plot"
16771   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16772   algorithm: "plot_perf_box_name"
16773   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16774   data: "plot-dpdk-throughput-latency-3n-skx"
16775   include:
16776     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16777     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16778   layout:
16779     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16780     layout: "plot-throughput"
16781
16782 - type: "plot"
16783   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16784   algorithm: "plot_perf_box_name"
16785   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16786   data: "plot-dpdk-throughput-latency-3n-skx"
16787   include:
16788     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16789     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16790   layout:
16791     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16792     layout: "plot-throughput"
16793
16794 - type: "plot"
16795   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16796   algorithm: "plot_perf_box_name"
16797   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16798   data: "plot-dpdk-throughput-latency-3n-skx"
16799   include:
16800     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16801     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16802   layout:
16803     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16804     layout: "plot-throughput"
16805
16806 # 3n-skx-x710
16807
16808 - type: "plot"
16809   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16810   algorithm: "plot_perf_box_name"
16811   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16812   data: "plot-dpdk-throughput-latency-3n-skx"
16813   include:
16814     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16815     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16816   layout:
16817     title: "3n-skx-x710-64b-2t1c-base-ndr"
16818     layout: "plot-throughput"
16819
16820 - type: "plot"
16821   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16822   algorithm: "plot_perf_box_name"
16823   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16824   data: "plot-dpdk-throughput-latency-3n-skx"
16825   include:
16826     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16827     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16828   layout:
16829     title: "3n-skx-x710-64b-4t2c-base-ndr"
16830     layout: "plot-throughput"
16831
16832 - type: "plot"
16833   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16834   algorithm: "plot_perf_box_name"
16835   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16836   data: "plot-dpdk-throughput-latency-3n-skx"
16837   include:
16838     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16839     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16840   layout:
16841     title: "3n-skx-x710-64b-2t1c-base-pdr"
16842     layout: "plot-throughput"
16843
16844 - type: "plot"
16845   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16846   algorithm: "plot_perf_box_name"
16847   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16848   data: "plot-dpdk-throughput-latency-3n-skx"
16849   include:
16850     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16851     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16852   layout:
16853     title: "3n-skx-x710-64b-4t2c-base-pdr"
16854     layout: "plot-throughput"
16855
16856 # 3n-hsw-xl710
16857
16858 - type: "plot"
16859   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16860   algorithm: "plot_perf_box_name"
16861   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16862   data: "plot-dpdk-throughput-latency-3n-hsw"
16863   include:
16864     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16865     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16866   layout:
16867     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16868     layout: "plot-throughput"
16869
16870 - type: "plot"
16871   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16872   algorithm: "plot_perf_box_name"
16873   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16874   data: "plot-dpdk-throughput-latency-3n-hsw"
16875   include:
16876     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16877     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16878   layout:
16879     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16880     layout: "plot-throughput"
16881
16882 - type: "plot"
16883   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16884   algorithm: "plot_perf_box_name"
16885   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16886   data: "plot-dpdk-throughput-latency-3n-hsw"
16887   include:
16888     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16889     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16890   layout:
16891     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16892     layout: "plot-throughput"
16893
16894 - type: "plot"
16895   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16896   algorithm: "plot_perf_box_name"
16897   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16898   data: "plot-dpdk-throughput-latency-3n-hsw"
16899   include:
16900     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16901     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16902   layout:
16903     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16904     layout: "plot-throughput"
16905
16906 # 3n-hsw-x710
16907
16908 - type: "plot"
16909   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16910   algorithm: "plot_perf_box_name"
16911   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16912   data: "plot-dpdk-throughput-latency-3n-hsw"
16913   include:
16914     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16915     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16916   layout:
16917     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16918     layout: "plot-throughput"
16919
16920 - type: "plot"
16921   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16922   algorithm: "plot_perf_box_name"
16923   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16924   data: "plot-dpdk-throughput-latency-3n-hsw"
16925   include:
16926     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16927     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16928   layout:
16929     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16930     layout: "plot-throughput"
16931
16932 - type: "plot"
16933   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16934   algorithm: "plot_perf_box_name"
16935   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16936   data: "plot-dpdk-throughput-latency-3n-hsw"
16937   include:
16938     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16939     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16940   layout:
16941     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16942     layout: "plot-throughput"
16943
16944 - type: "plot"
16945   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16946   algorithm: "plot_perf_box_name"
16947   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16948   data: "plot-dpdk-throughput-latency-3n-hsw"
16949   include:
16950     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16951     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16952   layout:
16953     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16954     layout: "plot-throughput"
16955
16956 # 2n-dnv-x553
16957
16958 - type: "plot"
16959   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16960   algorithm: "plot_perf_box_name"
16961   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16962   data: "plot-dpdk-throughput-latency-2n-dnv"
16963   include:
16964     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16965     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16966   layout:
16967     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16968     layout: "plot-throughput"
16969
16970 - type: "plot"
16971   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16972   algorithm: "plot_perf_box_name"
16973   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16974   data: "plot-dpdk-throughput-latency-2n-dnv"
16975   include:
16976     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16977     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16978   layout:
16979     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16980     layout: "plot-throughput"
16981
16982 - type: "plot"
16983   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16984   algorithm: "plot_perf_box_name"
16985   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16986   data: "plot-dpdk-throughput-latency-2n-dnv"
16987   include:
16988     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16989     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16990   layout:
16991     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16992     layout: "plot-throughput"
16993
16994 - type: "plot"
16995   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16996   algorithm: "plot_perf_box_name"
16997   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16998   data: "plot-dpdk-throughput-latency-2n-dnv"
16999   include:
17000     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17001     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17002   layout:
17003     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17004     layout: "plot-throughput"
17005
17006 # 3n-dnv-x553
17007
17008 - type: "plot"
17009   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17010   algorithm: "plot_perf_box_name"
17011   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17012   data: "plot-dpdk-throughput-latency-3n-dnv"
17013   include:
17014     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17015     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17016   layout:
17017     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17018     layout: "plot-throughput"
17019
17020 - type: "plot"
17021   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17022   algorithm: "plot_perf_box_name"
17023   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17024   data: "plot-dpdk-throughput-latency-3n-dnv"
17025   include:
17026     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17027     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17028   layout:
17029     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17030     layout: "plot-throughput"
17031
17032 - type: "plot"
17033   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17034   algorithm: "plot_perf_box_name"
17035   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17036   data: "plot-dpdk-throughput-latency-3n-dnv"
17037   include:
17038     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17039     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17040   layout:
17041     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17042     layout: "plot-throughput"
17043
17044 - type: "plot"
17045   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17046   algorithm: "plot_perf_box_name"
17047   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17048   data: "plot-dpdk-throughput-latency-3n-dnv"
17049   include:
17050     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17051     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17052   layout:
17053     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17054     layout: "plot-throughput"
17055
17056 # 3n-tsh-x520
17057
17058 - type: "plot"
17059   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17060   algorithm: "plot_perf_box_name"
17061   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17062   data: "plot-dpdk-throughput-latency-3n-tsh"
17063   include:
17064     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17065     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17066   layout:
17067     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17068     layout: "plot-throughput"
17069
17070 - type: "plot"
17071   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17072   algorithm: "plot_perf_box_name"
17073   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17074   data: "plot-dpdk-throughput-latency-3n-tsh"
17075   include:
17076     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17077     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17078   layout:
17079     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17080     layout: "plot-throughput"
17081
17082 - type: "plot"
17083   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17084   algorithm: "plot_perf_box_name"
17085   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17086   data: "plot-dpdk-throughput-latency-3n-tsh"
17087   include:
17088     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17089     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17090   layout:
17091     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17092     layout: "plot-throughput"
17093
17094 - type: "plot"
17095   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17096   algorithm: "plot_perf_box_name"
17097   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17098   data: "plot-dpdk-throughput-latency-3n-tsh"
17099   include:
17100     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17101     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17102   layout:
17103     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17104     layout: "plot-throughput"
17105
17106 ################################################################################
17107 ###   2n-clx                                                                 ###
17108 ################################################################################
17109
17110 # Packet Throughput
17111
17112 - type: "plot"
17113   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17114   algorithm: "plot_perf_box_name"
17115   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17116   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17117   include:
17118     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17119     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17120     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17121     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17122   layout:
17123     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17124     layout: "plot-throughput"
17125
17126 - type: "plot"
17127   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17128   algorithm: "plot_perf_box_name"
17129   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17130   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17131   include:
17132     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17133     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17134     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17135     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17136   layout:
17137     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17138     layout: "plot-throughput"
17139
17140 - type: "plot"
17141   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17142   algorithm: "plot_perf_box_name"
17143   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17145   include:
17146     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17147     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17148     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17149     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17150   layout:
17151     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17152     layout: "plot-throughput"
17153
17154 - type: "plot"
17155   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17156   algorithm: "plot_perf_box_name"
17157   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17159   include:
17160     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17161     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17162     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17163     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17164   layout:
17165     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17166     layout: "plot-throughput"
17167
17168 - type: "plot"
17169   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17170   algorithm: "plot_perf_box_name"
17171   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17172   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17173   include:
17174     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17175     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17176     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17177     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17178   layout:
17179     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17180     layout: "plot-throughput"
17181
17182 - type: "plot"
17183   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17184   algorithm: "plot_perf_box_name"
17185   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17187   include:
17188     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17189     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17190     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17191     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17192   layout:
17193     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17194     layout: "plot-throughput"
17195
17196 - type: "plot"
17197   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17198   algorithm: "plot_perf_box_name"
17199   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17201   include:
17202     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17203     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17204     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17205     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17208   layout:
17209     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17210     layout: "plot-throughput"
17211
17212 - type: "plot"
17213   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17214   algorithm: "plot_perf_box_name"
17215   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17217   include:
17218     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17219     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17220     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17221     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17223   layout:
17224     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17225     layout: "plot-throughput"
17226
17227 - type: "plot"
17228   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17229   algorithm: "plot_perf_box_name"
17230   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17231   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17232   include:
17233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17237   layout:
17238     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17239     layout: "plot-throughput"
17240
17241 - type: "plot"
17242   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17243   algorithm: "plot_perf_box_name"
17244   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17245   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17246   include:
17247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17251   layout:
17252     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17253     layout: "plot-throughput"
17254
17255 - type: "plot"
17256   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17257   algorithm: "plot_perf_box_name"
17258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17260   include:
17261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17264   layout:
17265     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17266     layout: "plot-throughput"
17267
17268 - type: "plot"
17269   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17270   algorithm: "plot_perf_box_name"
17271   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17273   include:
17274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17277   layout:
17278     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17279     layout: "plot-throughput"
17280
17281 - type: "plot"
17282   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17283   algorithm: "plot_perf_box_name"
17284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17286   include:
17287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17292   layout:
17293     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17294     layout: "plot-throughput"
17295
17296 - type: "plot"
17297   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17298   algorithm: "plot_perf_box_name"
17299   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17301   include:
17302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17307   layout:
17308     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17309     layout: "plot-throughput"
17310
17311 - type: "plot"
17312   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17313   algorithm: "plot_perf_box_name"
17314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17316   include:
17317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17320   layout:
17321     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17322     layout: "plot-throughput"
17323
17324 - type: "plot"
17325   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17326   algorithm: "plot_perf_box_name"
17327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17329   include:
17330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17333   layout:
17334     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17335     layout: "plot-throughput"
17336
17337 - type: "plot"
17338   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17339   algorithm: "plot_perf_box_name"
17340   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17342   include:
17343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17349   layout:
17350     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17351     layout: "plot-throughput"
17352
17353 - type: "plot"
17354   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17355   algorithm: "plot_perf_box_name"
17356   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17358   include:
17359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17365   layout:
17366     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17367     layout: "plot-throughput"
17368
17369 - type: "plot"
17370   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17371   algorithm: "plot_perf_box_name"
17372   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17374   include:
17375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17381   layout:
17382     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17383     layout: "plot-throughput"
17384
17385 - type: "plot"
17386   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17387   algorithm: "plot_perf_box_name"
17388   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17390   include:
17391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17397   layout:
17398     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17399     layout: "plot-throughput"
17400
17401 - type: "plot"
17402   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17403   algorithm: "plot_perf_box_name"
17404   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17406   include:
17407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17409   layout:
17410     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17411     layout: "plot-throughput"
17412
17413 - type: "plot"
17414   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17415   algorithm: "plot_perf_box_name"
17416   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17417   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17418   include:
17419     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17420     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17421   layout:
17422     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17423     layout: "plot-throughput"
17424
17425 - type: "plot"
17426   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17427   algorithm: "plot_perf_box_name"
17428   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17430   include:
17431     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17432     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17433     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17435     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17436     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17437   layout:
17438     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17439     layout: "plot-throughput"
17440
17441 - type: "plot"
17442   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17443   algorithm: "plot_perf_box_name"
17444   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17446   include:
17447     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17448     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17449     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17450     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17451     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17452     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17453   layout:
17454     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17455     layout: "plot-throughput"
17456
17457 - type: "plot"
17458   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17459   algorithm: "plot_perf_box_name"
17460   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17462   include:
17463     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17464     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17465     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17466     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17467     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17468     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17469   layout:
17470     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17471     layout: "plot-throughput"
17472
17473 - type: "plot"
17474   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17475   algorithm: "plot_perf_box_name"
17476   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17478   include:
17479     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17480     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17481     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17482     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17483     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17484     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17485   layout:
17486     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17487     layout: "plot-throughput"
17488
17489 - type: "plot"
17490   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17491   algorithm: "plot_perf_box_name"
17492   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17494   include:
17495     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17496     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17497     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17498     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17499     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17500     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17501   layout:
17502     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17503     layout: "plot-throughput"
17504
17505 - type: "plot"
17506   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17507   algorithm: "plot_perf_box_name"
17508   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17510   include:
17511     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17512     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17513     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17514     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17515     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17516     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17517   layout:
17518     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17519     layout: "plot-throughput"
17520
17521 - type: "plot"
17522   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17523   algorithm: "plot_perf_box_name"
17524   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17526   include:
17527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17530     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17531     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17532   layout:
17533     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17534     layout: "plot-throughput"
17535
17536 - type: "plot"
17537   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17538   algorithm: "plot_perf_box_name"
17539   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17541   include:
17542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17547   layout:
17548     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17549     layout: "plot-throughput"
17550
17551 - type: "plot"
17552   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17553   algorithm: "plot_perf_box_name"
17554   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17555   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17556   include:
17557     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17558     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17559     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17560     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17561     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17562   layout:
17563     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17564     layout: "plot-throughput"
17565
17566 - type: "plot"
17567   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17568   algorithm: "plot_perf_box_name"
17569   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17570   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17571   include:
17572     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17573     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17574     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17575     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17576     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17577   layout:
17578     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17579     layout: "plot-throughput"
17580
17581 - type: "plot"
17582   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17583   algorithm: "plot_perf_box_name"
17584   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17586   include:
17587     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17588     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17589     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17590     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17591     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17592   layout:
17593     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17594     layout: "plot-throughput"
17595
17596 - type: "plot"
17597   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17598   algorithm: "plot_perf_box_name"
17599   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17601   include:
17602     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17603     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17604     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17605     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17606     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17607   layout:
17608     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17609     layout: "plot-throughput"
17610
17611 - type: "plot"
17612   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17613   algorithm: "plot_perf_box_name"
17614   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17616   include:
17617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17622   layout:
17623     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17624     layout: "plot-throughput"
17625
17626 - type: "plot"
17627   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17628   algorithm: "plot_perf_box_name"
17629   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17631   include:
17632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17637   layout:
17638     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17639     layout: "plot-throughput"
17640
17641 - type: "plot"
17642   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17643   algorithm: "plot_perf_box_name"
17644   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17645   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17646   include:
17647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17652   layout:
17653     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17654     layout: "plot-throughput"
17655
17656 - type: "plot"
17657   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17658   algorithm: "plot_perf_box_name"
17659   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17661   include:
17662     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17663     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17665     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17666     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17667   layout:
17668     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17669     layout: "plot-throughput"
17670
17671 - type: "plot"
17672   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17673   algorithm: "plot_perf_box_name"
17674   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17676   include:
17677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17683   layout:
17684     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17685     layout: "plot-throughput"
17686
17687 - type: "plot"
17688   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17689   algorithm: "plot_perf_box_name"
17690   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17692   include:
17693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17699   layout:
17700     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17701     layout: "plot-throughput"
17702
17703 - type: "plot"
17704   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17705   algorithm: "plot_perf_box_name"
17706   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17708   include:
17709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17713   layout:
17714     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17715     layout: "plot-throughput"
17716
17717 - type: "plot"
17718   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17719   algorithm: "plot_perf_box_name"
17720   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17722   include:
17723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17727   layout:
17728     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17729     layout: "plot-throughput"
17730
17731 - type: "plot"
17732   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17733   algorithm: "plot_perf_box_name"
17734   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17736   include:
17737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17743   layout:
17744     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17745     layout: "plot-throughput"
17746
17747 - type: "plot"
17748   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17749   algorithm: "plot_perf_box_name"
17750   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17752   include:
17753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17759   layout:
17760     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17761     layout: "plot-throughput"
17762
17763 - type: "plot"
17764   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17765   algorithm: "plot_perf_box_name"
17766   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17768   include:
17769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17773   layout:
17774     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17775     layout: "plot-throughput"
17776
17777 - type: "plot"
17778   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17779   algorithm: "plot_perf_box_name"
17780   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17781   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17782   include:
17783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17787   layout:
17788     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17789     layout: "plot-throughput"
17790
17791 - type: "plot"
17792   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17793   algorithm: "plot_perf_box_name"
17794   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17796   include:
17797     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17798     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17799     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17800     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17801     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17802     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17803   layout:
17804     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17805     layout: "plot-throughput"
17806
17807 - type: "plot"
17808   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17809   algorithm: "plot_perf_box_name"
17810   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17812   include:
17813     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17814     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17815     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17816     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17817     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17818     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17819   layout:
17820     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17821     layout: "plot-throughput"
17822
17823 - type: "plot"
17824   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17825   algorithm: "plot_perf_box_name"
17826   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17827   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17828   include:
17829     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17830     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17831     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17832     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17833   layout:
17834     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17835     layout: "plot-throughput"
17836
17837 - type: "plot"
17838   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17839   algorithm: "plot_perf_box_name"
17840   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17842   include:
17843     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17844     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17845     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17846     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17847   layout:
17848     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17849     layout: "plot-throughput"
17850
17851 - type: "plot"
17852   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17853   algorithm: "plot_perf_box_name"
17854   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17856   include:
17857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17862   layout:
17863     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17864     layout: "plot-throughput"
17865
17866 - type: "plot"
17867   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17868   algorithm: "plot_perf_box_name"
17869   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17870   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17871   include:
17872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17877   layout:
17878     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17879     layout: "plot-throughput"
17880
17881 - type: "plot"
17882   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17883   algorithm: "plot_perf_box_name"
17884   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17886   include:
17887     - "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"
17888     - "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"
17889     - "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"
17890     - "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"
17891     - "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"
17892   layout:
17893     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17894     layout: "plot-throughput"
17895
17896 - type: "plot"
17897   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17898   algorithm: "plot_perf_box_name"
17899   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17900   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17901   include:
17902     - "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"
17903     - "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"
17904     - "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"
17905     - "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"
17906     - "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"
17907   layout:
17908     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17909     layout: "plot-throughput"
17910
17911 - type: "plot"
17912   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17913   algorithm: "plot_perf_box_name"
17914   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17916   include:
17917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17922   layout:
17923     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17924     layout: "plot-throughput"
17925
17926 - type: "plot"
17927   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17928   algorithm: "plot_perf_box_name"
17929   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17931   include:
17932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17937   layout:
17938     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17939     layout: "plot-throughput"
17940
17941 - type: "plot"
17942   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17943   algorithm: "plot_perf_box_name"
17944   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17946   include:
17947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17952   layout:
17953     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17954     layout: "plot-throughput"
17955
17956 - type: "plot"
17957   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17958   algorithm: "plot_perf_box_name"
17959   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17961   include:
17962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17967   layout:
17968     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17969     layout: "plot-throughput"
17970
17971 - type: "plot"
17972   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17973   algorithm: "plot_perf_box_name"
17974   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17976   include:
17977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17981   layout:
17982     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17983     layout: "plot-throughput"
17984
17985 - type: "plot"
17986   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17987   algorithm: "plot_perf_box_name"
17988   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17990   include:
17991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17995   layout:
17996     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17997     layout: "plot-throughput"
17998
17999 - type: "plot"
18000   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18001   algorithm: "plot_perf_box_name"
18002   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18003   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18004   include:
18005     - "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"
18006     - "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"
18007     - "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"
18008     - "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"
18009   layout:
18010     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18011     layout: "plot-throughput"
18012
18013 - type: "plot"
18014   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18015   algorithm: "plot_perf_box_name"
18016   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18017   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18018   include:
18019     - "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"
18020     - "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"
18021     - "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"
18022     - "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"
18023   layout:
18024     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18025     layout: "plot-throughput"
18026
18027 - type: "plot"
18028   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18029   algorithm: "plot_perf_box_name"
18030   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18032   include:
18033     - "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"
18034     - "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"
18035     - "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"
18036     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18037     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18038     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18039   layout:
18040     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18041     layout: "plot-throughput"
18042
18043 - type: "plot"
18044   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18045   algorithm: "plot_perf_box_name"
18046   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18047   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18048   include:
18049     - "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"
18050     - "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"
18051     - "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"
18052     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18053     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18054     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18055   layout:
18056     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18057     layout: "plot-throughput"
18058
18059 ################################################################################
18060
18061 # Packet Speedup
18062
18063 - type: "plot"
18064   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18065   algorithm: "plot_tsa_name"
18066   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18068   include:
18069     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18070     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18071     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18072     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18073   layout:
18074     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18075     layout: "plot-throughput-speedup-analysis"
18076
18077 - type: "plot"
18078   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18079   algorithm: "plot_tsa_name"
18080   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18082   include:
18083     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18084     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18085     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18086     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18087   layout:
18088     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18089     layout: "plot-throughput-speedup-analysis"
18090
18091 - type: "plot"
18092   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18093   algorithm: "plot_tsa_name"
18094   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18096   include:
18097     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18098     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18099     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18100     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18101   layout:
18102     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18103     layout: "plot-throughput-speedup-analysis"
18104
18105 - type: "plot"
18106   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18107   algorithm: "plot_tsa_name"
18108   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18110   include:
18111     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18112     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18113     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18114     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18115   layout:
18116     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18117     layout: "plot-throughput-speedup-analysis"
18118
18119 - type: "plot"
18120   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18121   algorithm: "plot_tsa_name"
18122   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18124   include:
18125     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18126     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18127     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18128     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18129   layout:
18130     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18131     layout: "plot-throughput-speedup-analysis"
18132
18133 - type: "plot"
18134   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18135   algorithm: "plot_tsa_name"
18136   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18137   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18138   include:
18139     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18140     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18141     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18142     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18143   layout:
18144     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18145     layout: "plot-throughput-speedup-analysis"
18146
18147 - type: "plot"
18148   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18149   algorithm: "plot_tsa_name"
18150   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18152   include:
18153     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18154     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18155     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18156     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18157     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18158     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18159   layout:
18160     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18161     layout: "plot-throughput-speedup-analysis"
18162
18163 - type: "plot"
18164   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18165   algorithm: "plot_tsa_name"
18166   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18168   include:
18169     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18171     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18175   layout:
18176     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18177     layout: "plot-throughput-speedup-analysis"
18178
18179 - type: "plot"
18180   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18181   algorithm: "plot_tsa_name"
18182   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18184   include:
18185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18189   layout:
18190     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18191     layout: "plot-throughput-speedup-analysis"
18192
18193 - type: "plot"
18194   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18195   algorithm: "plot_tsa_name"
18196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18198   include:
18199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18203   layout:
18204     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18205     layout: "plot-throughput-speedup-analysis"
18206
18207 - type: "plot"
18208   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18209   algorithm: "plot_tsa_name"
18210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18212   include:
18213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18216   layout:
18217     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18218     layout: "plot-throughput-speedup-analysis"
18219
18220 - type: "plot"
18221   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18222   algorithm: "plot_tsa_name"
18223   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18225   include:
18226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18229   layout:
18230     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18231     layout: "plot-throughput-speedup-analysis"
18232
18233 - type: "plot"
18234   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18235   algorithm: "plot_tsa_name"
18236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18238   include:
18239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18244   layout:
18245     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18246     layout: "plot-throughput-speedup-analysis"
18247
18248 - type: "plot"
18249   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18250   algorithm: "plot_tsa_name"
18251   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18253   include:
18254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18259   layout:
18260     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18261     layout: "plot-throughput-speedup-analysis"
18262
18263 - type: "plot"
18264   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18265   algorithm: "plot_tsa_name"
18266   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18268   include:
18269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18272   layout:
18273     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18274     layout: "plot-throughput-speedup-analysis"
18275
18276 - type: "plot"
18277   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18278   algorithm: "plot_tsa_name"
18279   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18280   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18281   include:
18282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18285   layout:
18286     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18287     layout: "plot-throughput-speedup-analysis"
18288
18289 - type: "plot"
18290   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18291   algorithm: "plot_tsa_name"
18292   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18294   include:
18295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18301   layout:
18302     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18303     layout: "plot-throughput-speedup-analysis"
18304
18305 - type: "plot"
18306   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18307   algorithm: "plot_tsa_name"
18308   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18310   include:
18311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18317   layout:
18318     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18319     layout: "plot-throughput-speedup-analysis"
18320
18321 - type: "plot"
18322   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18323   algorithm: "plot_tsa_name"
18324   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18326   include:
18327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18333   layout:
18334     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18335     layout: "plot-throughput-speedup-analysis"
18336
18337 - type: "plot"
18338   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18339   algorithm: "plot_tsa_name"
18340   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18342   include:
18343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18349   layout:
18350     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18351     layout: "plot-throughput-speedup-analysis"
18352
18353 - type: "plot"
18354   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18355   algorithm: "plot_tsa_name"
18356   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18358   include:
18359     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18361   layout:
18362     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18363     layout: "plot-throughput-speedup-analysis"
18364
18365 - type: "plot"
18366   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18367   algorithm: "plot_tsa_name"
18368   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18369   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18370   include:
18371     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18372     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18373   layout:
18374     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18375     layout: "plot-throughput-speedup-analysis"
18376
18377 - type: "plot"
18378   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18379   algorithm: "plot_tsa_name"
18380   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18381   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18382   include:
18383     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18384     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18385     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18386     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18387     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18388     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18389   layout:
18390     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18391     layout: "plot-throughput-speedup-analysis"
18392
18393 - type: "plot"
18394   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18395   algorithm: "plot_tsa_name"
18396   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18398   include:
18399     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18400     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18401     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18402     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18403     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18404     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18405   layout:
18406     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18407     layout: "plot-throughput-speedup-analysis"
18408
18409 - type: "plot"
18410   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18411   algorithm: "plot_tsa_name"
18412   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18413   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18414   include:
18415     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18416     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18417     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18418     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18419     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18420     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18421   layout:
18422     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18423     layout: "plot-throughput-speedup-analysis"
18424
18425 - type: "plot"
18426   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18427   algorithm: "plot_tsa_name"
18428   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18430   include:
18431     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18432     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18433     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18435     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18436     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18437   layout:
18438     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18439     layout: "plot-throughput-speedup-analysis"
18440
18441 - type: "plot"
18442   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18443   algorithm: "plot_tsa_name"
18444   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18446   include:
18447     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18448     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18449     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18450     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18451     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18452     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18453   layout:
18454     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18455     layout: "plot-throughput-speedup-analysis"
18456
18457 - type: "plot"
18458   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18459   algorithm: "plot_tsa_name"
18460   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18462   include:
18463     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18464     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18465     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18466     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18467     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18468     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18469   layout:
18470     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18471     layout: "plot-throughput-speedup-analysis"
18472
18473 - type: "plot"
18474   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18475   algorithm: "plot_tsa_name"
18476   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18478   include:
18479     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18480     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18481     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18482     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18483     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18484   layout:
18485     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18486     layout: "plot-throughput-speedup-analysis"
18487
18488 - type: "plot"
18489   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18490   algorithm: "plot_tsa_name"
18491   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18493   include:
18494     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18495     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18496     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18497     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18498     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18499   layout:
18500     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18501     layout: "plot-throughput-speedup-analysis"
18502
18503 - type: "plot"
18504   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18505   algorithm: "plot_tsa_name"
18506   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18507   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18508   include:
18509     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18510     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18511     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18512     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18513     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18514   layout:
18515     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18516     layout: "plot-throughput-speedup-analysis"
18517
18518 - type: "plot"
18519   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18520   algorithm: "plot_tsa_name"
18521   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18523   include:
18524     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18525     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18526     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18529   layout:
18530     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18531     layout: "plot-throughput-speedup-analysis"
18532
18533 - type: "plot"
18534   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18535   algorithm: "plot_tsa_name"
18536   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18538   include:
18539     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18540     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18541     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18542     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18543     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18544   layout:
18545     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18546     layout: "plot-throughput-speedup-analysis"
18547
18548 - type: "plot"
18549   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18550   algorithm: "plot_tsa_name"
18551   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18553   include:
18554     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18555     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18556     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18557     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18558     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18559   layout:
18560     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18561     layout: "plot-throughput-speedup-analysis"
18562
18563 - type: "plot"
18564   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18565   algorithm: "plot_tsa_name"
18566   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18568   include:
18569     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18570     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18571     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18572     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18573     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18574   layout:
18575     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18576     layout: "plot-throughput-speedup-analysis"
18577
18578 - type: "plot"
18579   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18580   algorithm: "plot_tsa_name"
18581   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18582   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18583   include:
18584     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18585     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18586     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18587     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18589   layout:
18590     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18591     layout: "plot-throughput-speedup-analysis"
18592
18593 - type: "plot"
18594   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18595   algorithm: "plot_tsa_name"
18596   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18597   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18598   include:
18599     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18600     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18601     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18604   layout:
18605     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18606     layout: "plot-throughput-speedup-analysis"
18607
18608 - type: "plot"
18609   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18610   algorithm: "plot_tsa_name"
18611   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18612   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18613   include:
18614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18619   layout:
18620     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18621     layout: "plot-throughput-speedup-analysis"
18622
18623 - type: "plot"
18624   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18625   algorithm: "plot_tsa_name"
18626   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18628   include:
18629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18630     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18635   layout:
18636     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18637     layout: "plot-throughput-speedup-analysis"
18638
18639 - type: "plot"
18640   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18641   algorithm: "plot_tsa_name"
18642   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18644   include:
18645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18651   layout:
18652     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18653     layout: "plot-throughput-speedup-analysis"
18654
18655 - type: "plot"
18656   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18657   algorithm: "plot_tsa_name"
18658   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18659   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18660   include:
18661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18665   layout:
18666     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18667     layout: "plot-throughput-speedup-analysis"
18668
18669 - type: "plot"
18670   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18671   algorithm: "plot_tsa_name"
18672   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18674   include:
18675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18679   layout:
18680     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18681     layout: "plot-throughput-speedup-analysis"
18682
18683 - type: "plot"
18684   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18685   algorithm: "plot_tsa_name"
18686   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18687   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18688   include:
18689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18695   layout:
18696     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18697     layout: "plot-throughput-speedup-analysis"
18698
18699 - type: "plot"
18700   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18701   algorithm: "plot_tsa_name"
18702   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18704   include:
18705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18711   layout:
18712     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18713     layout: "plot-throughput-speedup-analysis"
18714
18715 - type: "plot"
18716   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18717   algorithm: "plot_tsa_name"
18718   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18720   include:
18721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18725   layout:
18726     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18727     layout: "plot-throughput-speedup-analysis"
18728
18729 - type: "plot"
18730   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18731   algorithm: "plot_tsa_name"
18732   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18734   include:
18735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18739   layout:
18740     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18741     layout: "plot-throughput-speedup-analysis"
18742
18743 - type: "plot"
18744   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18745   algorithm: "plot_tsa_name"
18746   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18748   include:
18749     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18750     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18751     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18752     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18753     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18754     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18755   layout:
18756     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18757     layout: "plot-throughput-speedup-analysis"
18758
18759 - type: "plot"
18760   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18761   algorithm: "plot_tsa_name"
18762   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18763   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18764   include:
18765     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18766     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18767     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18768     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18769     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18770     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18771   layout:
18772     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18773     layout: "plot-throughput-speedup-analysis"
18774
18775 - type: "plot"
18776   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18777   algorithm: "plot_tsa_name"
18778   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18780   include:
18781     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18782     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18783     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18784     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18785   layout:
18786     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18787     layout: "plot-throughput-speedup-analysis"
18788
18789 - type: "plot"
18790   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18791   algorithm: "plot_tsa_name"
18792   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18794   include:
18795     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18796     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18797     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18798     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18799   layout:
18800     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18801     layout: "plot-throughput-speedup-analysis"
18802
18803 - type: "plot"
18804   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18805   algorithm: "plot_tsa_name"
18806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18808   include:
18809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18812     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18814   layout:
18815     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18816     layout: "plot-throughput-speedup-analysis"
18817
18818 - type: "plot"
18819   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18820   algorithm: "plot_tsa_name"
18821   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18823   include:
18824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18829   layout:
18830     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18831     layout: "plot-throughput-speedup-analysis"
18832
18833 - type: "plot"
18834   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18835   algorithm: "plot_tsa_name"
18836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18838   include:
18839     - "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"
18840     - "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"
18841     - "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"
18842     - "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"
18843     - "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"
18844   layout:
18845     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18846     layout: "plot-throughput-speedup-analysis"
18847
18848 - type: "plot"
18849   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18850   algorithm: "plot_tsa_name"
18851   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18853   include:
18854     - "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"
18855     - "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"
18856     - "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"
18857     - "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"
18858     - "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"
18859   layout:
18860     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18861     layout: "plot-throughput-speedup-analysis"
18862
18863 - type: "plot"
18864   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18865   algorithm: "plot_tsa_name"
18866   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18868   include:
18869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18874   layout:
18875     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18876     layout: "plot-throughput-speedup-analysis"
18877
18878 - type: "plot"
18879   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18880   algorithm: "plot_tsa_name"
18881   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18883   include:
18884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18889   layout:
18890     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18891     layout: "plot-throughput-speedup-analysis"
18892
18893 - type: "plot"
18894   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18895   algorithm: "plot_tsa_name"
18896   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18897   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18898   include:
18899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18904   layout:
18905     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18906     layout: "plot-throughput-speedup-analysis"
18907
18908 - type: "plot"
18909   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18910   algorithm: "plot_tsa_name"
18911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18913   include:
18914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18919   layout:
18920     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18921     layout: "plot-throughput-speedup-analysis"
18922
18923 - type: "plot"
18924   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18925   algorithm: "plot_tsa_name"
18926   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18927   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18928   include:
18929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18933   layout:
18934     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18935     layout: "plot-throughput-speedup-analysis"
18936
18937 - type: "plot"
18938   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18939   algorithm: "plot_tsa_name"
18940   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18942   include:
18943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18947   layout:
18948     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18949     layout: "plot-throughput-speedup-analysis"
18950
18951 - type: "plot"
18952   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18953   algorithm: "plot_tsa_name"
18954   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18956   include:
18957     - "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"
18958     - "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"
18959     - "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"
18960     - "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"
18961   layout:
18962     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18963     layout: "plot-throughput-speedup-analysis"
18964
18965 - type: "plot"
18966   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18967   algorithm: "plot_tsa_name"
18968   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18969   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18970   include:
18971     - "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"
18972     - "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"
18973     - "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"
18974     - "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"
18975   layout:
18976     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18977     layout: "plot-throughput-speedup-analysis"
18978
18979 - type: "plot"
18980   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18981   algorithm: "plot_tsa_name"
18982   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18983   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18984   include:
18985     - "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"
18986     - "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"
18987     - "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"
18988     - "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"
18989     - "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"
18990     - "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"
18991   layout:
18992     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18993     layout: "plot-throughput-speedup-analysis"
18994
18995 - type: "plot"
18996   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18997   algorithm: "plot_tsa_name"
18998   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19000   include:
19001     - "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"
19002     - "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"
19003     - "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"
19004     - "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"
19005     - "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"
19006     - "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"
19007   layout:
19008     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19009     layout: "plot-throughput-speedup-analysis"
19010
19011 ################################################################################
19012
19013 # Packet Throughput - DPDK
19014
19015 # 2n-clx-xxv710
19016
19017 - type: "plot"
19018   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19019   algorithm: "plot_perf_box_name"
19020   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19021   data: "plot-dpdk-throughput-latency-2n-clx"
19022   include:
19023     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19024     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19025   layout:
19026     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19027     layout: "plot-throughput"
19028
19029 - type: "plot"
19030   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19031   algorithm: "plot_perf_box_name"
19032   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19033   data: "plot-dpdk-throughput-latency-2n-clx"
19034   include:
19035     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19036     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19037   layout:
19038     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19039     layout: "plot-throughput"
19040
19041 - type: "plot"
19042   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19043   algorithm: "plot_perf_box_name"
19044   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19045   data: "plot-dpdk-throughput-latency-2n-clx"
19046   include:
19047     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19048     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19049   layout:
19050     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19051     layout: "plot-throughput"
19052
19053 - type: "plot"
19054   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19055   algorithm: "plot_perf_box_name"
19056   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19057   data: "plot-dpdk-throughput-latency-2n-clx"
19058   include:
19059     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19060     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19061   layout:
19062     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19063     layout: "plot-throughput"
19064
19065 # 2n-clx-x710
19066
19067 - type: "plot"
19068   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19069   algorithm: "plot_perf_box_name"
19070   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19071   data: "plot-dpdk-throughput-latency-2n-clx"
19072   include:
19073     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19074     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19075   layout:
19076     title: "2n-clx-x710-64b-2t1c-base-ndr"
19077     layout: "plot-throughput"
19078
19079 - type: "plot"
19080   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19081   algorithm: "plot_perf_box_name"
19082   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19083   data: "plot-dpdk-throughput-latency-2n-clx"
19084   include:
19085     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19086     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19087   layout:
19088     title: "2n-clx-x710-64b-4t2c-base-ndr"
19089     layout: "plot-throughput"
19090
19091 - type: "plot"
19092   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19093   algorithm: "plot_perf_box_name"
19094   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19095   data: "plot-dpdk-throughput-latency-2n-clx"
19096   include:
19097     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19098     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19099   layout:
19100     title: "2n-clx-x710-64b-2t1c-base-pdr"
19101     layout: "plot-throughput"
19102
19103 - type: "plot"
19104   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19105   algorithm: "plot_perf_box_name"
19106   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19107   data: "plot-dpdk-throughput-latency-2n-clx"
19108   include:
19109     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19110     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19111   layout:
19112     title: "2n-clx-x710-64b-4t2c-base-pdr"
19113     layout: "plot-throughput"
19114
19115 ################################################################################
19116
19117 - type: "plot"
19118   title: "Latency by percentile: 2n-skx"
19119   algorithm: "plot_hdrh_lat_by_percentile"
19120   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19121   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19122   target-links: "../../_static/vpp"
19123   data: "plot-vpp-hdrh-lat-2n-skx"
19124   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19125   layout:
19126     layout: "plot-hdrh-latency-by-percentile"
19127
19128 - type: "plot"
19129   title: "Latency by percentile: 3n-skx"
19130   algorithm: "plot_hdrh_lat_by_percentile"
19131   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19132   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19133   target-links: "../../_static/vpp"
19134   data: "plot-vpp-hdrh-lat-3n-skx"
19135   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19136   layout:
19137     layout: "plot-hdrh-latency-by-percentile"
19138
19139 - type: "plot"
19140   title: "Latency by percentile: 2n-clx"
19141   algorithm: "plot_hdrh_lat_by_percentile"
19142   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19143   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19144   target-links: "../../_static/vpp"
19145   data: "plot-vpp-hdrh-lat-2n-clx"
19146   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19147   layout:
19148     layout: "plot-hdrh-latency-by-percentile"
19149
19150 - type: "plot"
19151   title: "Latency by percentile: 3n-hsw"
19152   algorithm: "plot_hdrh_lat_by_percentile"
19153   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19154   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19155   target-links: "../../_static/vpp"
19156   data: "plot-vpp-hdrh-lat-3n-hsw"
19157   filter: "'1T1C' and 'NIC_Intel-XL710'"
19158   layout:
19159     layout: "plot-hdrh-latency-by-percentile"
19160
19161 - type: "plot"
19162   title: "Latency by percentile: 3n-tsh"
19163   algorithm: "plot_hdrh_lat_by_percentile"
19164   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19165   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19166   target-links: "../../_static/vpp"
19167   data: "plot-vpp-hdrh-lat-3n-tsh"
19168   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19169   layout:
19170     layout: "plot-hdrh-latency-by-percentile"
19171
19172 - type: "plot"
19173   title: "Latency by percentile: DPDK 2n-skx"
19174   algorithm: "plot_hdrh_lat_by_percentile"
19175   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19176   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19177   target-links: "../../_static/dpdk"
19178   data: "plot-dpdk-hdrh-lat-2n-skx"
19179   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19180   layout:
19181     layout: "plot-hdrh-latency-by-percentile"
19182
19183 - type: "plot"
19184   title: "Latency by percentile: DPDK 3n-skx"
19185   algorithm: "plot_hdrh_lat_by_percentile"
19186   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19187   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19188   target-links: "../../_static/dpdk"
19189   data: "plot-dpdk-hdrh-lat-3n-skx"
19190   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19191   layout:
19192     layout: "plot-hdrh-latency-by-percentile"
19193
19194 - type: "plot"
19195   title: "Latency by percentile: DPDK 2n-clx"
19196   algorithm: "plot_hdrh_lat_by_percentile"
19197   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19198   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19199   target-links: "../../_static/dpdk"
19200   data: "plot-dpdk-hdrh-lat-2n-clx"
19201   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19202   layout:
19203     layout: "plot-hdrh-latency-by-percentile"
19204
19205 - type: "plot"
19206   title: "Latency by percentile: DPDK 3n-hsw"
19207   algorithm: "plot_hdrh_lat_by_percentile"
19208   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19209   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19210   target-links: "../../_static/dpdk"
19211   data: "plot-dpdk-hdrh-lat-3n-hsw"
19212   filter: "'1T1C' and 'NIC_Intel-XL710'"
19213   layout:
19214     layout: "plot-hdrh-latency-by-percentile"
19215
19216 - type: "plot"
19217   title: "Latency by percentile: DPDK 3n-tsh"
19218   algorithm: "plot_hdrh_lat_by_percentile"
19219   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19220   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19221   target-links: "../../_static/dpdk"
19222   data: "plot-dpdk-hdrh-lat-3n-tsh"
19223   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19224   layout:
19225     layout: "plot-hdrh-latency-by-percentile"