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
674     vpp-perf-results-2n-skx:
675       csit-vpp-perf-verify-2001-2n-skx:
676         - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
677         - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
678         - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
679         - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
680         - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
681         - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
682         - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
683         - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
684         - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
685         - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
686         - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
687         - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
688         - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
689         - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
690
691     vpp-perf-results-2n-clx:
692       csit-vpp-perf-verify-2001-2n-clx:
693         - 53  # NDRPDR full
694         - 54  # NDRPDR full
695         - 55  # NDRPDR full
696         - 56  # NDRPDR full
697         - 57  # NDRPDR full
698         - 58  # NDRPDR full
699         - 59  # NDRPDR full
700         - 60  # NDRPDR full
701         - 61  # NDRPDR full
702         - 62  # NDRPDR full
703         - 63  # NDRPDR full
704         - 64  # NDRPDR full
705         - 65  # NDRPDR full
706         - 66  # NDRPDR full
707         - 67  # NDRPDR full
708
709     vpp-perf-results-3n-tsh:
710       csit-vpp-perf-verify-2001-3n-tsh:
711         - 10  # NDRPDR sel
712
713     vpp-perf-results-3n-dnv:
714       csit-vpp-perf-verify-2001-3n-dnv:
715         - 19  # NDRPDR full
716         - 20  # NDRPDR full
717         - 21  # NDRPDR full
718         - 22  # NDRPDR full
719         - 23  # NDRPDR full
720         - 24  # NDRPDR full
721         - 25  # NDRPDR full
722         - 26  # NDRPDR full
723         - 37  # NDRPDR full
724         - 38  # NDRPDR full
725         - 39  # NDRPDR full
726
727     vpp-perf-results-2n-dnv:
728       csit-vpp-perf-verify-2001-2n-dnv:
729         - 21  # NDRPDR full
730         - 22  # NDRPDR full
731         - 25  # NDRPDR full
732         - 26  # NDRPDR full
733         - 27  # NDRPDR full
734         - 28  # NDRPDR full
735
736     vpp-mrr-results-3n-hsw:
737       csit-vpp-perf-verify-2001-3n-hsw:
738         - 17  # MRR sel
739
740     vpp-mrr-results-3n-skx:
741       csit-vpp-perf-verify-2001-3n-skx:
742         - 50  # MRR sel
743         - 53  # MRR sel addition
744
745     vpp-mrr-results-2n-skx:
746       csit-vpp-perf-verify-2001-2n-skx:
747         - 101 # MRR sel
748         - 128 # MRR sel addition
749
750     vpp-mrr-results-2n-clx:
751       csit-vpp-perf-verify-2001-2n-clx:
752         - 39  # MRR
753
754     vpp-mrr-results-3n-tsh:
755       csit-vpp-perf-verify-2001-3n-tsh:
756         - 9   # MRR sel
757
758     vpp-mrr-results-3n-dnv:
759       csit-vpp-perf-verify-2001-3n-dnv:
760         - 11  # MRR sel
761
762     vpp-mrr-results-2n-dnv:
763       csit-vpp-perf-verify-2001-2n-dnv:
764         - 12  # MRR sel
765
766     vpp-device-results-ubuntu:
767       csit-vpp-device-2001-ubuntu1804-1n-skx:
768         - 57
769
770     dpdk-perf-results-3n-hsw:
771       csit-dpdk-perf-verify-2001-3n-hsw:
772         - 25  # NDRPDR full
773         - 26  # NDRPDR full
774
775     dpdk-perf-results-3n-skx:
776       csit-dpdk-perf-verify-2001-3n-skx:
777         - 29  # NDRPDR sel xxv710
778         - 30  # NDRPDR sel x710
779
780     dpdk-perf-results-2n-skx:
781       csit-dpdk-perf-verify-2001-2n-skx:
782         - 35  # NDRPDR sel xxv710
783         - 38  # NDRPDR sel x710
784
785     dpdk-perf-results-2n-clx:
786       csit-dpdk-perf-verify-2001-2n-clx:
787         - 15  # NDRPDR sel
788         - 34  # NDRPDR sel
789
790     dpdk-perf-results-2n-dnv:
791       csit-dpdk-perf-verify-2001-2n-dnv:
792         - 16  # NDRPDR sel
793
794     dpdk-perf-results-3n-dnv:
795       csit-dpdk-perf-verify-2001-3n-dnv:
796         - 12  # NDRPDR sel
797
798     dpdk-perf-results-3n-tsh:
799       csit-dpdk-perf-verify-2001-3n-tsh:
800         - 3   # NDRPDR sel
801
802 ###########################################################################
803     # Tables (more than one data set)
804
805     # Performance changes
806
807     vpp-perf-changes-2n-skx-old1908_0:
808       csit-vpp-perf-verify-1908-2n-skx:
809         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
810         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
811         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
812         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
813         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
814         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
815         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
816         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
817         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
818         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
819     vpp-perf-changes-2n-skx-old1908_1:
820       csit-vpp-perf-verify-1908_1-2n-skx:
821         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
822         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
823         - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
824         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
825         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
826         - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
827         - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
828         - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
829         - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
830         - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
831     vpp-perf-changes-2n-skx-new1908_1:
832       csit-vpp-perf-verify-1908_1-2n-skx:
833         - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
834         - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
835         - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
836         - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
837         - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
838         - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
839         - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
840         - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
841         - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
842         - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
843     vpp-perf-changes-2n-skx-new1908_2:
844       csit-vpp-perf-verify-1908_2-2n-skx:
845         - 1   # NDRPDR sel
846         - 2   # NDRPDR sel
847         - 3   # NDRPDR sel
848         - 4   # NDRPDR sel
849         - 5   # NDRPDR sel
850         - 6   # NDRPDR sel
851         - 7   # NDRPDR sel
852         - 8   # NDRPDR sel
853         - 9   # NDRPDR sel
854         - 10  # NDRPDR sel
855     vpp-perf-changes-2n-skx-new2001_0:
856       csit-vpp-perf-verify-2001-2n-skx:
857         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
858         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
859         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
860         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
861         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
862         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
863         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
864         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
865         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
866         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
867
868     vpp-perf-changes-3n-skx-old1908_0:
869       csit-vpp-perf-verify-1908-3n-skx:
870         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
871         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
872         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
873         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
874         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
875         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
876         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
877         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
878         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
879         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
880     vpp-perf-changes-3n-skx-old1908_1:
881       csit-vpp-perf-verify-1908_1-3n-skx:
882         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
883         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
884         - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
885         - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
886         - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
887         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
888         - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
889         - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
890         - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
891         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
892     vpp-perf-changes-3n-skx-new1908_1:
893       csit-vpp-perf-verify-1908_1-3n-skx:
894         - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
895         - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
896         - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
897         - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
898         - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
899         - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
900         - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
901         - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
902         - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
903         - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
904     vpp-perf-changes-3n-skx-new1908_2:
905       csit-vpp-perf-verify-1908_2-3n-skx:
906         - 1   # NDRPDR sel
907         - 2   # NDRPDR sel
908     vpp-perf-changes-3n-skx-new2001_0:
909       csit-vpp-perf-verify-2001-3n-skx:
910         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
911         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
912         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
913         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
914         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
915         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
916         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
917
918     vpp-perf-changes-2n-clx-new1908_1:
919       csit-vpp-perf-verify-1908_1-2n-clx:
920         - 5  # NDRPDR sel
921         - 6  # NDRPDR sel
922         - 7  # NDRPDR sel
923         - 8  # NDRPDR sel
924     vpp-perf-changes-2n-clx-new1908_2:
925       csit-vpp-perf-verify-1908_2-2n-clx:
926         - 4  # NDRPDR sel
927         - 5  # NDRPDR sel
928         - 6  # NDRPDR sel
929         - 7  # NDRPDR sel
930         - 8  # NDRPDR sel
931
932     vpp-performance-changes-3n-hsw-h1:
933       csit-vpp-perf-verify-1904-3n-hsw:
934         - 11  # NDRPDR sel
935         - 12  # NDRPDR sel
936         - 20  # NDRPDR sel
937         - 21  # NDRPDR sel
938         - 23  # NDRPDR sel
939         - 24  # NDRPDR sel
940         - 25  # NDRPDR sel
941         - 26  # NDRPDR sel
942         - 29  # NDRPDR sel
943         - 30  # NDRPDR sel
944     vpp-performance-changes-3n-hsw-ref:
945       csit-vpp-perf-verify-1908-3n-hsw:
946         - 12  # NDRPDR sel
947         - 13  # NDRPDR sel
948         - 14  # NDRPDR sel
949         - 15  # NDRPDR sel
950         - 16  # NDRPDR sel
951         - 17  # NDRPDR sel
952         - 18  # NDRPDR sel
953         - 19  # NDRPDR sel
954         - 20  # NDRPDR sel
955         - 21  # NDRPDR sel
956     vpp-performance-changes-3n-hsw-cmp:
957       csit-vpp-perf-verify-2001-3n-hsw:
958         - 21  # NDRPDR sel
959         - 22  # NDRPDR sel
960         - 23  # NDRPDR sel
961         - 24  # NDRPDR sel
962         - 25  # NDRPDR sel
963         - 29  # NDRPDR sel
964         - 30  # NDRPDR sel
965         - 31  # NDRPDR sel
966         - 32  # NDRPDR sel
967         - 34  # NDRPDR sel
968
969     vpp-performance-changes-3n-skx-h1:
970       csit-vpp-perf-verify-1904-3n-skx:
971         - 8   # NDRPDR sel
972         - 9   # NDRPDR sel
973         - 10  # NDRPDR sel
974         - 11  # NDRPDR sel
975         - 12  # NDRPDR sel
976         - 14  # NDRPDR sel
977         - 16  # NDRPDR sel
978         - 21  # NDRPDR sel
979         - 23  # NDRPDR sel
980         - 25  # NDRPDR sel
981     vpp-performance-changes-3n-skx-ref:
982       csit-vpp-perf-verify-1908-3n-skx:
983         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
984         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
985         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
986         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
987         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
988         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
989         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
990         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
991         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
992         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
993     vpp-performance-changes-3n-skx-cmp:
994       # TODO: Add the data
995       csit-vpp-perf-verify-2001-3n-skx:
996         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
997         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
998         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
999         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1000         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1001         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1002         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1003
1004     vpp-performance-changes-2n-skx-h1:
1005       csit-vpp-perf-verify-1904-2n-skx:
1006         - 12  # NDRPDR sel
1007         - 14  # NDRPDR sel
1008         - 16  # NDRPDR sel
1009         - 17  # NDRPDR sel
1010         - 18  # NDRPDR sel
1011         - 21  # NDRPDR sel
1012         - 27  # NDRPDR sel
1013         - 30  # NDRPDR sel
1014         - 31  # NDRPDR sel
1015         - 32  # NDRPDR sel
1016     vpp-performance-changes-2n-skx-ref:
1017       csit-vpp-perf-verify-1908-2n-skx:
1018         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
1019         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
1020         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
1021         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
1022         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
1023         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
1024         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
1025         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
1026         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
1027         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
1028     vpp-performance-changes-2n-skx-cmp:
1029       csit-vpp-perf-verify-2001-2n-skx:
1030         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1031         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1032         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1033         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1034         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1035         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1036         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1037         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1038         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1039         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1040
1041     vpp-performance-changes-nfv-2n-skx-ref:
1042       csit-vpp-perf-verify-1908-2n-skx:
1043         - 22  # NFV
1044         - 31  # NFV
1045         - 32  # NFV
1046     vpp-performance-changes-nfv-2n-skx-cmp:
1047       # TODO: Add the data
1048       csit-vpp-perf-verify-2001-2n-skx:
1049         - 30  # NFV
1050         - 31  # NFV
1051
1052     vpp-performance-changes-2n-dnv-ref:
1053       csit-vpp-perf-verify-1908-2n-dnv:
1054         - 1   # NDRPDR sel
1055         - 2   # NDRPDR sel
1056         - 3   # NDRPDR sel
1057         - 4   # NDRPDR sel
1058         - 5   # NDRPDR sel
1059         - 6   # NDRPDR sel
1060         - 7   # NDRPDR sel
1061         - 8   # NDRPDR sel
1062         - 9   # NDRPDR sel
1063         - 10  # NDRPDR sel
1064     vpp-performance-changes-2n-dnv-cmp:
1065       csit-vpp-perf-verify-2001-2n-dnv:
1066         - 4   # NDRPDR sel
1067         - 5   # NDRPDR sel
1068         - 6   # NDRPDR sel
1069         - 7   # NDRPDR sel
1070         - 8   # NDRPDR sel
1071         - 9   # NDRPDR sel
1072         - 10  # NDRPDR sel
1073         - 11  # NDRPDR sel
1074         - 13  # NDRPDR sel
1075         - 16  # NDRPDR sel
1076
1077     vpp-performance-changes-3n-dnv-ref:
1078       csit-vpp-perf-verify-1908-3n-dnv:
1079         - 6   # NDRPDR sel
1080         - 7   # NDRPDR sel
1081         - 8   # NDRPDR sel
1082         - 9   # NDRPDR sel
1083         - 10  # NDRPDR sel
1084         - 12  # NDRPDR sel
1085         - 13  # NDRPDR sel
1086         - 14  # NDRPDR sel
1087         - 15  # NDRPDR sel
1088         - 16  # NDRPDR sel
1089     vpp-performance-changes-3n-dnv-cmp:
1090       csit-vpp-perf-verify-2001-3n-dnv:
1091         - 5   # NDRPDR sel
1092         - 6   # NDRPDR sel
1093         - 7   # NDRPDR sel
1094         - 8   # NDRPDR sel
1095         - 9   # NDRPDR sel
1096         - 10  # NDRPDR sel
1097         - 12  # NDRPDR sel
1098         - 16  # NDRPDR sel
1099         - 17  # NDRPDR sel
1100         - 18  # NDRPDR sel
1101
1102     vpp-performance-changes-3n-tsh-ref:
1103       csit-vpp-perf-verify-1908-3n-tsh:
1104         - 7   # NDRPDR sel
1105         - 8   # NDRPDR sel
1106         - 9   # NDRPDR sel
1107         - 10  # NDRPDR sel
1108         - 11  # NDRPDR sel
1109         - 12  # NDRPDR sel
1110         - 13  # NDRPDR sel
1111         - 14  # NDRPDR sel
1112         - 15  # NDRPDR sel
1113         - 16  # NDRPDR sel
1114     vpp-performance-changes-3n-tsh-cmp:
1115       csit-vpp-perf-verify-2001-3n-tsh:
1116         - 3   # NDRPDR sel
1117         - 4   # NDRPDR sel
1118         - 7   # NDRPDR sel
1119         - 8   # NDRPDR sel
1120         - 10  # NDRPDR sel
1121         - 12  # NDRPDR sel
1122         - 13  # NDRPDR sel
1123         - 14  # NDRPDR sel
1124         - 15  # NDRPDR sel
1125         - 21  # NDRPDR sel
1126
1127     vpp-soak-vs-ndr-2n-skx-ref:
1128       csit-vpp-perf-verify-2001-2n-skx:
1129         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1130         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1131         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1132         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1133         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1134         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1135         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1136         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1137         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1138         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1139     vpp-soak-vs-ndr-2n-skx-cmp:
1140       csit-vpp-perf-verify-2001-2n-skx:
1141         - 181  # Soak
1142         - 182  # Soak
1143     vpp-soak-vs-ndr-2n-skx:
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         - 181  # Soak
1156         - 182  # Soak
1157
1158     vpp-soak-vs-ndr-2n-clx-ref:
1159       csit-vpp-perf-verify-2001-2n-clx:
1160         - 28  # NDRPDR sel
1161         - 29  # NDRPDR sel
1162         - 32  # NDRPDR sel
1163         - 40  # NDRPDR sel
1164         - 43  # NDRPDR sel
1165         - 44  # NDRPDR sel
1166         - 45  # NDRPDR sel
1167         - 47  # NDRPDR sel
1168         - 48  # NDRPDR sel
1169         - 49  # NDRPDR sel
1170     vpp-soak-vs-ndr-2n-clx-cmp:
1171       csit-vpp-perf-verify-2001-2n-clx:
1172         - 93  # SOAK
1173         - 94  # Soak
1174     vpp-soak-vs-ndr-2n-clx:
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         - 93  # SOAK
1187         - 94  # Soak
1188
1189     vpp-performance-changes-3n-hsw-mrr-h1:
1190       csit-vpp-perf-verify-1904-3n-hsw:
1191         - 9   # MRR sel
1192     vpp-performance-changes-3n-hsw-mrr-ref:
1193       csit-vpp-perf-verify-1908-3n-hsw:
1194         - 39  # MRR sel
1195     vpp-performance-changes-3n-hsw-mrr-cmp:
1196       csit-vpp-perf-verify-2001-3n-hsw:
1197         - 17  # MRR sel
1198
1199     vpp-performance-changes-3n-skx-mrr-h1:
1200       csit-vpp-perf-verify-1904-3n-skx:
1201         - 7   # MRR sel
1202     vpp-performance-changes-3n-skx-mrr-ref:
1203       csit-vpp-perf-verify-1908-3n-skx:
1204         - 36  # MRR sel
1205     vpp-performance-changes-3n-skx-mrr-cmp:
1206       csit-vpp-perf-verify-2001-3n-skx:
1207         - 50  # MRR sel
1208         - 53  # MRR sel addition
1209
1210     vpp-performance-changes-2n-skx-mrr-h1:
1211       csit-vpp-perf-verify-1904-2n-skx:
1212         - 11  # MRR sel
1213     vpp-performance-changes-2n-skx-mrr-ref:
1214       csit-vpp-perf-verify-1908-2n-skx:
1215         - 69  # MRR sel
1216     vpp-performance-changes-2n-skx-mrr-cmp:
1217       csit-vpp-perf-verify-2001-2n-skx:
1218         - 101 # MRR sel
1219         - 128 # MRR sel addition
1220
1221     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1222       csit-vpp-perf-verify-1908-2n-skx:
1223         - 71  # NFV MRR
1224     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1225       # TODO: Replace
1226       # csit-vpp-perf-verify-2001-2n-skx:
1227       csit-vpp-perf-verify-1908-2n-skx:
1228         - 71  # NFV MRR
1229
1230     vpp-performance-changes-2n-dnv-mrr-ref:
1231       csit-vpp-perf-verify-1908-2n-dnv:
1232         - 11  # MRR sel
1233     vpp-performance-changes-2n-dnv-mrr-cmp:
1234       csit-vpp-perf-verify-2001-2n-dnv:
1235         - 12  # MRR sel
1236
1237     vpp-performance-changes-3n-dnv-mrr-ref:
1238       csit-vpp-perf-verify-1908-3n-dnv:
1239         - 17  # MRR sel
1240     vpp-performance-changes-3n-dnv-mrr-cmp:
1241       csit-vpp-perf-verify-2001-3n-dnv:
1242         - 11  # MRR sel
1243
1244     vpp-performance-changes-3n-tsh-mrr-ref:
1245       csit-vpp-perf-verify-1908-3n-tsh:
1246         - 17  # MRR sel
1247     vpp-performance-changes-3n-tsh-mrr-cmp:
1248       csit-vpp-perf-verify-2001-3n-tsh:
1249         - 9   # MRR sel
1250
1251     dpdk-performance-changes-3n-hsw-h1:
1252       csit-dpdk-perf-verify-1904-3n-hsw:
1253         - 2   # NDRPDR sel
1254         - 3   # NDRPDR sel
1255         - 5   # NDRPDR sel
1256         - 6   # NDRPDR sel
1257         - 13  # NDRPDR sel
1258         - 14  # NDRPDR sel
1259         - 15  # NDRPDR sel
1260         - 18  # NDRPDR sel
1261         - 19  # NDRPDR sel
1262         - 20  # NDRPDR sel
1263     dpdk-performance-changes-3n-hsw-ref:
1264       csit-dpdk-perf-verify-1908-3n-hsw:
1265         - 2   # NDRPDR sel
1266         - 3   # NDRPDR sel
1267         - 4   # NDRPDR sel
1268         - 5   # NDRPDR sel
1269         - 6   # NDRPDR sel
1270         - 7   # NDRPDR sel
1271         - 8   # NDRPDR sel
1272         - 9   # NDRPDR sel
1273         - 10  # NDRPDR sel
1274         - 11  # NDRPDR sel
1275     dpdk-performance-changes-3n-hsw-cmp:
1276       csit-dpdk-perf-verify-2001-3n-hsw:
1277 #        - 4   # NDRPDR sel
1278 #        - 5   # NDRPDR sel
1279 #        - 6   # NDRPDR sel
1280 #        - 7   # NDRPDR sel
1281 #        - 8   # NDRPDR sel
1282 #        - 9   # NDRPDR sel
1283 #        - 10  # NDRPDR sel
1284 #        - 11  # NDRPDR sel
1285 #        - 12  # NDRPDR sel
1286 #        - 13  # NDRPDR sel
1287         - 15  # NDRPDR sel
1288         - 16  # NDRPDR sel
1289         - 17  # NDRPDR sel
1290         - 18  # NDRPDR sel
1291         - 19  # NDRPDR sel
1292         - 20  # NDRPDR sel
1293         - 21  # NDRPDR sel
1294         - 22  # NDRPDR sel
1295         - 23  # NDRPDR sel
1296         - 24  # NDRPDR sel
1297
1298     dpdk-performance-changes-3n-skx-h1:
1299       csit-dpdk-perf-verify-1904-3n-skx:
1300         - 2   # NDRPDR sel
1301         - 3   # NDRPDR sel
1302         - 4   # NDRPDR sel
1303         - 5   # NDRPDR sel
1304         - 6   # NDRPDR sel
1305         - 7   # NDRPDR sel
1306         - 11  # NDRPDR sel
1307         - 12  # NDRPDR sel
1308         - 13  # NDRPDR sel
1309         - 14  # NDRPDR sel
1310     dpdk-performance-changes-3n-skx-ref:
1311       csit-dpdk-perf-verify-1908-3n-skx:
1312         - 3   # NDRPDR sel
1313         - 4   # NDRPDR sel
1314         - 5   # NDRPDR sel
1315         - 6   # NDRPDR sel
1316         - 7   # NDRPDR sel
1317         - 8   # NDRPDR sel
1318         - 9   # NDRPDR sel
1319         - 10  # NDRPDR sel
1320         - 11  # NDRPDR sel
1321         - 12  # NDRPDR sel
1322     dpdk-performance-changes-3n-skx-cmp:
1323       csit-dpdk-perf-verify-2001-3n-skx:
1324         - 29  # NDRPDR sel xxv710
1325         - 33  # NDRPDR sel xxv710
1326         - 34  # NDRPDR sel xxv710
1327         - 35  # NDRPDR sel xxv710
1328         - 36  # NDRPDR sel xxv710
1329         - 37  # NDRPDR sel xxv710
1330         - 41  # NDRPDR sel xxv710
1331         - 42  # NDRPDR sel xxv710
1332         - 43  # NDRPDR sel xxv710
1333         - 45  # NDRPDR sel xxv710
1334         - 30  # NDRPDR sel x710
1335         - 31  # NDRPDR sel x710
1336         - 32  # NDRPDR sel x710
1337         - 38  # NDRPDR sel x710
1338         - 39  # NDRPDR sel x710
1339         - 40  # NDRPDR sel x710
1340         - 44  # NDRPDR sel x710
1341         - 46  # NDRPDR sel x710
1342         - 47  # NDRPDR sel x710
1343         - 48  # NDRPDR sel x710
1344
1345     dpdk-performance-changes-2n-skx-h1:
1346       csit-dpdk-perf-verify-1904-2n-skx:
1347         - 2   # NDRPDR sel
1348         - 3   # NDRPDR sel
1349         - 4   # NDRPDR sel
1350         - 5   # NDRPDR sel
1351         - 7   # NDRPDR sel
1352         - 8   # NDRPDR sel
1353         - 9   # NDRPDR sel
1354         - 10  # NDRPDR sel
1355         - 11  # NDRPDR sel
1356         - 12  # NDRPDR sel
1357     dpdk-performance-changes-2n-skx-ref:
1358       csit-dpdk-perf-verify-1908-2n-skx:
1359         - 2   # NDRPDR sel
1360         - 3   # NDRPDR sel
1361         - 4   # NDRPDR sel
1362         - 5   # NDRPDR sel
1363         - 7   # NDRPDR sel
1364         - 8   # NDRPDR sel
1365         - 9   # NDRPDR sel
1366         - 10  # NDRPDR sel
1367         - 11  # NDRPDR sel
1368         - 12  # NDRPDR sel
1369     dpdk-performance-changes-2n-skx-cmp:
1370       csit-dpdk-perf-verify-2001-2n-skx:
1371         - 35  # NDRPDR sel xxv710
1372         - 36  # NDRPDR sel xxv710
1373         - 37  # NDRPDR sel xxv710
1374         - 41  # NDRPDR sel xxv710
1375         - 42  # NDRPDR sel xxv710
1376         - 43  # NDRPDR sel xxv710
1377         - 46  # NDRPDR sel xxv710
1378         - 47  # NDRPDR sel xxv710
1379         - 52  # NDRPDR sel xxv710
1380         - 53  # NDRPDR sel xxv710
1381         - 38  # NDRPDR sel x710
1382         - 39  # NDRPDR sel x710
1383         - 40  # NDRPDR sel x710
1384         - 44  # NDRPDR sel x710
1385         - 45  # NDRPDR sel x710
1386         - 48  # NDRPDR sel x710
1387         - 49  # NDRPDR sel x710
1388         - 50  # NDRPDR sel x710
1389         - 51  # NDRPDR sel x710
1390         - 54  # NDRPDR sel x710
1391
1392     # Compare testbeds
1393
1394     vpp-compare-testbeds-ref:
1395       csit-vpp-perf-verify-2001-3n-hsw:
1396         - 21  # NDRPDR sel
1397         - 22  # NDRPDR sel
1398         - 23  # NDRPDR sel
1399         - 24  # NDRPDR sel
1400         - 25  # NDRPDR sel
1401         - 29  # NDRPDR sel
1402         - 30  # NDRPDR sel
1403         - 31  # NDRPDR sel
1404         - 32  # NDRPDR sel
1405         - 34  # NDRPDR sel
1406     vpp-compare-testbeds-cmp:
1407       # TODO: Add the data
1408       csit-vpp-perf-verify-2001-3n-skx:
1409         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1410         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1411         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1412         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1413         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1414         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1415         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1416
1417     vpp-compare-testbeds-skx-clx-ref:
1418       csit-vpp-perf-verify-2001-2n-skx:
1419         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1420         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1421         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1422         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1423         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1424         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1425         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1426         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1427         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1428         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1429     vpp-compare-testbeds-skx-clx-cmp:
1430       csit-vpp-perf-verify-2001-2n-clx:
1431         - 28  # NDRPDR sel
1432         - 29  # NDRPDR sel
1433         - 32  # NDRPDR sel
1434         - 40  # NDRPDR sel
1435         - 43  # NDRPDR sel
1436         - 44  # NDRPDR sel
1437         - 45  # NDRPDR sel
1438         - 47  # NDRPDR sel
1439         - 48  # NDRPDR sel
1440         - 49  # NDRPDR sel
1441
1442     vpp-compare-testbeds-hsw-clx-ref:
1443       csit-vpp-perf-verify-2001-3n-hsw:
1444         - 21  # NDRPDR sel
1445         - 22  # NDRPDR sel
1446         - 23  # NDRPDR sel
1447         - 24  # NDRPDR sel
1448         - 25  # NDRPDR sel
1449         - 29  # NDRPDR sel
1450         - 30  # NDRPDR sel
1451         - 31  # NDRPDR sel
1452         - 32  # NDRPDR sel
1453         - 34  # NDRPDR sel
1454     vpp-compare-testbeds-hsw-clx-cmp:
1455       csit-vpp-perf-verify-2001-2n-clx:
1456         - 28  # NDRPDR sel
1457         - 29  # NDRPDR sel
1458         - 32  # NDRPDR sel
1459         - 40  # NDRPDR sel
1460         - 43  # NDRPDR sel
1461         - 44  # NDRPDR sel
1462         - 45  # NDRPDR sel
1463         - 47  # NDRPDR sel
1464         - 48  # NDRPDR sel
1465         - 49  # NDRPDR sel
1466
1467     vpp-compare-testbeds-mrr-ref:
1468       csit-vpp-perf-verify-2001-3n-hsw:
1469         - 17  # MRR sel
1470     vpp-compare-testbeds-mrr-cmp:
1471       csit-vpp-perf-verify-2001-3n-skx:
1472         - 50  # MRR sel
1473         - 53  # MRR sel addition
1474
1475     vpp-compare-testbeds-mrr-skx-clx-ref:
1476       csit-vpp-perf-verify-2001-2n-skx:
1477         - 101 # MRR sel
1478         - 128 # MRR sel addition
1479     vpp-compare-testbeds-mrr-skx-clx-cmp:
1480       csit-vpp-perf-verify-2001-2n-clx:
1481         - 39  # MRR
1482
1483     vpp-compare-testbeds-mrr-hsw-clx-ref:
1484       csit-vpp-perf-verify-2001-3n-hsw:
1485         - 17  # MRR sel
1486     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1487       csit-vpp-perf-verify-2001-2n-clx:
1488         - 39  # MRR
1489
1490     dpdk-compare-testbeds-ref:
1491       csit-dpdk-perf-verify-2001-3n-hsw:
1492         - 4   # NDRPDR sel
1493         - 5   # NDRPDR sel
1494         - 6   # NDRPDR sel
1495         - 7   # NDRPDR sel
1496         - 8   # NDRPDR sel
1497         - 9   # NDRPDR sel
1498         - 10  # NDRPDR sel
1499         - 11  # NDRPDR sel
1500         - 12  # NDRPDR sel
1501         - 13  # NDRPDR sel
1502         - 15  # NDRPDR sel
1503         - 16  # NDRPDR sel
1504         - 17  # NDRPDR sel
1505         - 18  # NDRPDR sel
1506         - 19  # NDRPDR sel
1507         - 20  # NDRPDR sel
1508         - 21  # NDRPDR sel
1509         - 22  # NDRPDR sel
1510         - 23  # NDRPDR sel
1511         - 24  # NDRPDR sel
1512     dpdk-compare-testbeds-cmp:
1513       csit-dpdk-perf-verify-2001-3n-skx:
1514         - 29  # NDRPDR sel xxv710
1515         - 33  # NDRPDR sel xxv710
1516         - 34  # NDRPDR sel xxv710
1517         - 35  # NDRPDR sel xxv710
1518         - 36  # NDRPDR sel xxv710
1519         - 37  # NDRPDR sel xxv710
1520         - 41  # NDRPDR sel xxv710
1521         - 42  # NDRPDR sel xxv710
1522         - 43  # NDRPDR sel xxv710
1523         - 45  # NDRPDR sel xxv710
1524         - 30  # NDRPDR sel x710
1525         - 31  # NDRPDR sel x710
1526         - 32  # NDRPDR sel x710
1527         - 38  # NDRPDR sel x710
1528         - 39  # NDRPDR sel x710
1529         - 40  # NDRPDR sel x710
1530         - 44  # NDRPDR sel x710
1531         - 46  # NDRPDR sel x710
1532         - 47  # NDRPDR sel x710
1533         - 48  # NDRPDR sel x710
1534
1535     dpdk-compare-testbeds-skx-clx-ref:
1536       csit-dpdk-perf-verify-2001-2n-skx:
1537         - 35  # NDRPDR sel xxv710
1538         - 36  # NDRPDR sel xxv710
1539         - 37  # NDRPDR sel xxv710
1540         - 41  # NDRPDR sel xxv710
1541         - 42  # NDRPDR sel xxv710
1542         - 43  # NDRPDR sel xxv710
1543         - 46  # NDRPDR sel xxv710
1544         - 47  # NDRPDR sel xxv710
1545         - 52  # NDRPDR sel xxv710
1546         - 53  # NDRPDR sel xxv710
1547         - 38  # NDRPDR sel x710
1548         - 39  # NDRPDR sel x710
1549         - 40  # NDRPDR sel x710
1550         - 44  # NDRPDR sel x710
1551         - 45  # NDRPDR sel x710
1552         - 48  # NDRPDR sel x710
1553         - 49  # NDRPDR sel x710
1554         - 50  # NDRPDR sel x710
1555         - 51  # NDRPDR sel x710
1556         - 54  # NDRPDR sel x710
1557     dpdk-compare-testbeds-skx-clx-cmp:
1558       csit-dpdk-perf-verify-2001-2n-clx:
1559         - 15  # NDRPDR sel
1560         - 16  # NDRPDR sel
1561         - 17  # NDRPDR sel
1562         - 18  # NDRPDR sel
1563         - 19  # NDRPDR sel
1564         - 20  # NDRPDR sel
1565         - 21  # NDRPDR sel
1566         - 22  # NDRPDR sel
1567         - 23  # NDRPDR sel
1568         - 24  # NDRPDR sel
1569         - 25  # NDRPDR sel
1570         - 26  # NDRPDR sel
1571         - 27  # NDRPDR sel
1572         - 28  # NDRPDR sel
1573         - 29  # NDRPDR sel
1574         - 30  # NDRPDR sel
1575         - 31  # NDRPDR sel
1576         - 32  # NDRPDR sel
1577         - 33  # NDRPDR sel
1578         - 34  # NDRPDR sel
1579
1580     # Compare topologies
1581
1582     vpp-compare-topologies-ref:
1583       # TODO: Add the data
1584       csit-vpp-perf-verify-2001-3n-skx:
1585         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1586         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1587         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1588         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1589         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1590         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1591         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1592     vpp-compare-topologies-cmp:
1593       csit-vpp-perf-verify-2001-2n-skx:
1594         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1595         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1596         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1597         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1598         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1599         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1600         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1601         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1602         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1603         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1604
1605     vpp-compare-topologies-mrr-ref:
1606       csit-vpp-perf-verify-2001-3n-skx:
1607         - 50  # MRR sel
1608         - 53  # MRR sel addition
1609     vpp-compare-topologies-mrr-cmp:
1610       csit-vpp-perf-verify-2001-2n-skx:
1611         - 101 # MRR sel
1612         - 128 # MRR sel addition
1613
1614     dpdk-compare-topologies-ref:
1615       csit-dpdk-perf-verify-2001-3n-skx:
1616         - 29  # NDRPDR sel xxv710
1617         - 33  # NDRPDR sel xxv710
1618         - 34  # NDRPDR sel xxv710
1619         - 35  # NDRPDR sel xxv710
1620         - 36  # NDRPDR sel xxv710
1621         - 37  # NDRPDR sel xxv710
1622         - 41  # NDRPDR sel xxv710
1623         - 42  # NDRPDR sel xxv710
1624         - 43  # NDRPDR sel xxv710
1625         - 45  # NDRPDR sel xxv710
1626         - 30  # NDRPDR sel x710
1627         - 31  # NDRPDR sel x710
1628         - 32  # NDRPDR sel x710
1629         - 38  # NDRPDR sel x710
1630         - 39  # NDRPDR sel x710
1631         - 40  # NDRPDR sel x710
1632         - 44  # NDRPDR sel x710
1633         - 46  # NDRPDR sel x710
1634         - 47  # NDRPDR sel x710
1635         - 48  # NDRPDR sel x710
1636     dpdk-compare-topologies-cmp:
1637       csit-dpdk-perf-verify-2001-2n-skx:
1638         - 35  # NDRPDR sel xxv710
1639         - 36  # NDRPDR sel xxv710
1640         - 37  # NDRPDR sel xxv710
1641         - 41  # NDRPDR sel xxv710
1642         - 42  # NDRPDR sel xxv710
1643         - 43  # NDRPDR sel xxv710
1644         - 46  # NDRPDR sel xxv710
1645         - 47  # NDRPDR sel xxv710
1646         - 52  # NDRPDR sel xxv710
1647         - 53  # NDRPDR sel xxv710
1648         - 38  # NDRPDR sel x710
1649         - 39  # NDRPDR sel x710
1650         - 40  # NDRPDR sel x710
1651         - 44  # NDRPDR sel x710
1652         - 45  # NDRPDR sel x710
1653         - 48  # NDRPDR sel x710
1654         - 49  # NDRPDR sel x710
1655         - 50  # NDRPDR sel x710
1656         - 51  # NDRPDR sel x710
1657         - 54  # NDRPDR sel x710
1658
1659   plot-layouts:
1660
1661     plot-soak-throughput:
1662       titlefont:
1663         size: 18
1664       xaxis:
1665         title: "<b>Test Cases [Index]</b>"
1666         titlefont:
1667           size: 16
1668         autorange: True
1669         fixedrange: False
1670         gridcolor: "rgb(230, 230, 230)"
1671         linecolor: "rgb(220, 220, 220)"
1672         linewidth: 1
1673         showgrid: True
1674         showline: True
1675         showticklabels: True
1676         tickcolor: "rgb(220, 220, 220)"
1677         tickmode: "linear"
1678         tickfont:
1679           size: 16
1680         zeroline: False
1681       yaxis:
1682         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1683         titlefont:
1684           size: 16
1685         gridcolor: "rgb(230, 230, 230)"
1686         hoverformat: ".4r"
1687         tickformat: ".3r"
1688         linecolor: "rgb(220, 220, 220)"
1689         linewidth: 1
1690         showgrid: True
1691         showline: True
1692         showticklabels: True
1693         tickcolor: "rgb(220, 220, 220)"
1694         tickfont:
1695           size: 16
1696         zeroline: False
1697         range: [0,50]
1698       autosize: False
1699       margin:
1700         t: 50
1701         b: 0
1702         l: 80
1703         r: 20
1704       showlegend: True
1705       legend:
1706         orientation: "h"
1707         font:
1708           size: 16
1709       width: 700
1710       height: 900
1711       paper_bgcolor: "#fff"
1712       plot_bgcolor: "#fff"
1713       hoverlabel:
1714         namelength: -1
1715
1716     plot-service-density:
1717       titlefont:
1718         size: 18
1719       xaxis:
1720         side: "top"
1721         autorange: True
1722         fixedrange: False
1723         showgrid: False
1724         showline: False
1725         showticklabels: False
1726         ticks: ""
1727         ticklen: 0
1728         tickwidth: 0
1729         zeroline: False
1730       yaxis:
1731         autorange: "reversed"
1732         showgrid: False
1733         showline: False
1734         showticklabels: False
1735         ticks: ""
1736         ticklen: 0
1737         tickwidth: 0
1738         zeroline: False
1739       showlegend: False
1740       paper_bgcolor: "#fff"
1741       plot_bgcolor: "#fff"
1742       width: 700
1743       height: 700
1744       hoverlabel:
1745         namelength: -1
1746
1747     plot-cps:
1748       titlefont:
1749         size: 18
1750       xaxis:
1751         title: "<b>Test Cases [Index]</b>"
1752         titlefont:
1753           size: 16
1754         autorange: True
1755         fixedrange: False
1756         gridcolor: "rgb(230, 230, 230)"
1757         linecolor: "rgb(220, 220, 220)"
1758         linewidth: 1
1759         showgrid: True
1760         showline: True
1761         showticklabels: True
1762         tickcolor: "rgb(220, 220, 220)"
1763         tickmode: "linear"
1764         tickfont:
1765           size: 16
1766         zeroline: False
1767       yaxis:
1768         title: "<b>Connections Per Second [cps]</b>"
1769         titlefont:
1770           size: 16
1771         gridcolor: "rgb(230, 230, 230)"
1772         hoverformat: ".4s"
1773         linecolor: "rgb(220, 220, 220)"
1774         linewidth: 1
1775         rangemode: "tozero"
1776         showgrid: True
1777         showline: True
1778         showticklabels: True
1779         tickcolor: "rgb(220, 220, 220)"
1780         tickformat: ".3s"
1781         tickfont:
1782           size: 16
1783         zeroline: False
1784       boxmode: "group"
1785       boxgroupgap: 0.5
1786       autosize: False
1787       margin:
1788         t: 50
1789         b: 20
1790         l: 80
1791         r: 20
1792       showlegend: True
1793       legend:
1794         orientation: "h"
1795         font:
1796           size: 16
1797       width: 700
1798       height: 800
1799       paper_bgcolor: "#fff"
1800       plot_bgcolor: "#fff"
1801       hoverlabel:
1802         namelength: -1
1803
1804     plot-rps:
1805       titlefont:
1806         size: 18
1807       xaxis:
1808         title: "<b>Test Cases [Index]</b>"
1809         titlefont:
1810           size: 16
1811         autorange: True
1812         fixedrange: False
1813         gridcolor: "rgb(230, 230, 230)"
1814         linecolor: "rgb(220, 220, 220)"
1815         linewidth: 1
1816         showgrid: True
1817         showline: True
1818         showticklabels: True
1819         tickcolor: "rgb(220, 220, 220)"
1820         tickmode: "linear"
1821         tickfont:
1822           size: 16
1823         zeroline: False
1824       yaxis:
1825         title: "<b>Requests Per Second [rps]</b>"
1826         titlefont:
1827           size: 16
1828         gridcolor: "rgb(230, 230, 230)"
1829         hoverformat: ".4s"
1830         linecolor: "rgb(220, 220, 220)"
1831         linewidth: 1
1832         rangemode: "tozero"
1833         showgrid: True
1834         showline: True
1835         showticklabels: True
1836         tickcolor: "rgb(230, 230, 230)"
1837         tickformat: ".3s"
1838         tickfont:
1839           size: 16
1840         zeroline: False
1841       boxmode: "group"
1842       boxgroupgap: 0.5
1843       autosize: False
1844       margin:
1845         t: 50
1846         b: 20
1847         l: 80
1848         r: 20
1849       showlegend: True
1850       legend:
1851         orientation: "h"
1852         font:
1853           size: 16
1854       width: 700
1855       height: 800
1856       paper_bgcolor: "#fff"
1857       plot_bgcolor: "#fff"
1858       hoverlabel:
1859         namelength: -1
1860
1861     plot-hoststack:
1862       titlefont:
1863         size: 16
1864       xaxis:
1865         title: "<b>Test Cases [Index]</b>"
1866         titlefont:
1867           size: 14
1868         autorange: True
1869         fixedrange: False
1870         gridcolor: "rgb(230, 230, 230)"
1871         linecolor: "rgb(220, 220, 220)"
1872         linewidth: 1
1873         showgrid: True
1874         showline: True
1875         showticklabels: True
1876         tickcolor: "rgb(220, 220, 220)"
1877         tickmode: "linear"
1878         tickfont:
1879           size: 14
1880         zeroline: False
1881       yaxis:
1882         title: "<b>Bandwidth [Gbps]</b>"
1883         titlefont:
1884           size: 14
1885         gridcolor: "rgb(230, 230, 230)"
1886         hoverformat: ".4s"
1887         linecolor: "rgb(220, 220, 220)"
1888         linewidth: 1
1889         rangemode: "tozero"
1890         showgrid: True
1891         showline: True
1892         showticklabels: True
1893         tickcolor: "rgb(230, 230, 230)"
1894         tickformat: ".3s"
1895         tickfont:
1896           size: 14
1897         zeroline: False
1898       boxmode: "group"
1899       boxgroupgap: 0.5
1900       autosize: False
1901       margin:
1902         t: 50
1903         b: 20
1904         l: 80
1905         r: 20
1906       showlegend: True
1907       legend:
1908         orientation: "h"
1909         font:
1910           size: 14
1911       width: 700
1912       height: 800
1913       paper_bgcolor: "#fff"
1914       plot_bgcolor: "#fff"
1915       hoverlabel:
1916         namelength: -1
1917
1918     plot-throughput:
1919       titlefont:
1920         size: 18
1921       xaxis:
1922         title: "<b>Test Cases [Index]</b>"
1923         titlefont:
1924           size: 16
1925         autorange: True
1926         fixedrange: False
1927         gridcolor: "rgb(230, 230, 230)"
1928         linecolor: "rgb(220, 220, 220)"
1929         linewidth: 1
1930         showgrid: True
1931         showline: True
1932         showticklabels: True
1933         tickcolor: "rgb(220, 220, 220)"
1934         tickmode: "linear"
1935         tickfont:
1936           size: 16
1937         zeroline: False
1938       yaxis:
1939         title: "<b>Packet Throughput [Mpps]</b>"
1940         titlefont:
1941           size: 16
1942         gridcolor: "rgb(230, 230, 230)"
1943         hoverformat: ".4r"
1944         tickformat: ".3r"
1945         linecolor: "rgb(220, 220, 220)"
1946         linewidth: 1
1947         showgrid: True
1948         showline: True
1949         showticklabels: True
1950         tickcolor: "rgb(220, 220, 220)"
1951         tickfont:
1952           size: 16
1953         zeroline: False
1954         range: [0,50]
1955       autosize: False
1956       margin:
1957         t: 50
1958         b: 0
1959         l: 80
1960         r: 20
1961       showlegend: True
1962       legend:
1963         orientation: "h"
1964         font:
1965           size: 16
1966       width: 700
1967       height: 900
1968       paper_bgcolor: "#fff"
1969       plot_bgcolor: "#fff"
1970       hoverlabel:
1971         namelength: -1
1972
1973     plot-throughput-speedup-analysis:
1974       titlefont:
1975         size: 18
1976       xaxis:
1977         title: "<b>Number of Cores [Qty]</b>"
1978         titlefont:
1979           size: 16
1980         autorange: True
1981         fixedrange: False
1982         gridcolor: "rgb(230, 230, 230)"
1983         linecolor: "rgb(220, 220, 220)"
1984         linewidth: 1
1985         showgrid: True
1986         showline: True
1987         showticklabels: True
1988         tickcolor: "rgb(238, 238, 238)"
1989         tickmode: "linear"
1990         tickfont:
1991           size: 16
1992         zeroline: False
1993       yaxis:
1994         title: "<b>Packet Throughput [Mpps]</b>"
1995         titlefont:
1996           size: 16
1997         type: "linear"
1998         gridcolor: "rgb(230, 230, 230)"
1999         hoverformat: ".4s"
2000         linecolor: "rgb(220, 220, 220)"
2001         linewidth: 1
2002         showgrid: True
2003         showline: True
2004         showticklabels: True
2005         tickcolor: "rgb(220, 220, 220)"
2006         tickformat: ".4s"
2007         tickfont:
2008           size: 16
2009         zeroline: True
2010         rangemode: "tozero"
2011         range: [0,100]
2012       legend:
2013         orientation: "h"
2014         font:
2015           size: 16
2016         xanchor: "left"
2017         yanchor: "top"
2018         x: 0
2019         y: -0.2
2020         bgcolor: "rgba(255, 255, 255, 0)"
2021         bordercolor: "rgba(255, 255, 255, 0)"
2022         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2023       autosize: False
2024       margin:
2025           't': 50
2026           'b': 150
2027           'l': 85
2028           'r': 10
2029       showlegend: True
2030       width: 700
2031       height: 700
2032       paper_bgcolor: "#fff"
2033       plot_bgcolor: "#fff"
2034       hoverlabel:
2035         namelength: -1
2036       annotations: [
2037         {
2038           text: "_ _          __          ...",
2039           align: "left",
2040           showarrow: False,
2041           xref: "paper",
2042           yref: "paper",
2043           xanchor: "left",
2044           yanchor: "top",
2045           x: 0,
2046           y: -0.13,
2047           font: {
2048             family: "Consolas, Courier New",
2049             size: 15
2050           },
2051         },
2052         {
2053           text: "    Perfect     Measured     Limit",
2054           align: "left",
2055           showarrow: False,
2056           xref: "paper",
2057           yref: "paper",
2058           xanchor: "left",
2059           yanchor: "top",
2060           x: 0,
2061           y: -0.15,
2062           font: {
2063             family: "Consolas, Courier New",
2064             size: 15
2065           },
2066         },
2067       ]
2068
2069     plot-latency:
2070       titlefont:
2071         size: 18
2072       xaxis:
2073         title: "<b>Direction</b>"
2074         titlefont:
2075           size: 16
2076         autorange: True
2077         fixedrange: False
2078         gridcolor: "rgb(230, 230, 230)"
2079         linecolor: "rgb(220, 220, 220)"
2080         linewidth: 1
2081         showgrid: True
2082         showline: True
2083         showticklabels: False
2084         tickcolor: "rgb(220, 220, 220)"
2085         tickmode: "linear"
2086         tickfont:
2087           size: 16
2088         zeroline: False
2089       yaxis:
2090         title: "<b>Packet Latency [uSec]</b>"
2091         titlefont:
2092           size: 16
2093         type: "linear"
2094         gridcolor: "rgb(230, 230, 230)"
2095         hoverformat: ".4s"
2096         linecolor: "rgb(220, 220, 220)"
2097         linewidth: 1
2098         showgrid: True
2099         showline: True
2100         showticklabels: True
2101         tickcolor: "rgb(220, 220, 220)"
2102         tickformat: ".4s"
2103         tickfont:
2104           size: 16
2105         zeroline: True
2106         rangemode: "tozero"
2107       legend:
2108         orientation: "h"
2109         font:
2110           size: 16
2111         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2112       autosize: False
2113       margin:
2114           't': 50
2115           'b': 150
2116           'l': 80
2117           'r': 10
2118       showlegend: True
2119       width: 700
2120       height: 700
2121       paper_bgcolor: "#fff"
2122       plot_bgcolor: "#fff"
2123       hoverlabel:
2124         namelength: -1
2125
2126     plot-hdrh-latency:
2127       title:
2128         text: ""
2129         xanchor: "center"
2130         x: 0.5
2131         font:
2132           size: 16
2133       width: 700
2134       plot_bgcolor: "white"
2135       annotations:
2136         - font:
2137             size: 14
2138           showarrow: False
2139           text: "<b>Packet Latency [uSec]</b>"
2140           x: 1
2141           xanchor: "right"
2142           xref: "paper"
2143           y: -0.045
2144           yanchor: "top"
2145           yref: "paper"
2146         - font:
2147             size: 14
2148           showarrow: False
2149           text: "<b>Probability [%]</b>"
2150           textangle: 270
2151           x: -0.06
2152           xanchor: "center"
2153           xref: "paper"
2154           y: 0.5
2155           yanchor: "middle"
2156           yref: "paper"
2157         - font:
2158             size: 14
2159           showarrow: False
2160           text: "<b>Direction: E-W</b>"
2161           x: 0.24
2162           xanchor: "center"
2163           xref: "paper"
2164           y: 1.05
2165           yanchor: "bottom"
2166           yref: "paper"
2167         - font:
2168             size: 14
2169           showarrow: False
2170           text: "<b>Direction: W-E</b>"
2171           x: 0.74
2172           xanchor: "center"
2173           xref: "paper"
2174           y: 1.05
2175           yanchor: "bottom"
2176           yref: "paper"
2177
2178     plot-hdrh-latency-percentile:
2179       title:
2180         text: ""
2181         xanchor: "center"
2182         x: 0.5
2183         font:
2184           size: 18
2185       xaxis:
2186         type: "log"
2187         title: "<b>Percentile [%]</b>"
2188         titlefont:
2189           size: 16
2190         autorange: True
2191         fixedrange: False
2192         gridcolor: "rgb(230, 230, 230)"
2193         linecolor: "rgb(220, 220, 220)"
2194         linewidth: 1
2195         showgrid: True
2196         showline: True
2197         showticklabels: True
2198         tickcolor: "rgb(220, 220, 220)"
2199         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2200         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2201         tickfont:
2202           size: 16
2203       yaxis:
2204         title: "<b>Packet Latency [uSec]</b>"
2205         titlefont:
2206           size: 16
2207         gridcolor: "rgb(230, 230, 230)"
2208         linecolor: "rgb(220, 220, 220)"
2209         linewidth: 1
2210         showgrid: True
2211         showline: True
2212         showticklabels: True
2213         tickcolor: "rgb(220, 220, 220)"
2214         tickfont:
2215           size: 16
2216       autosize: False
2217       showlegend: True
2218       legend:
2219         traceorder: "normal"
2220         orientation: "h"
2221         font:
2222           size: 16
2223         xanchor: "left"
2224         yanchor: "top"
2225         x: 0
2226         y: -0.15
2227         bgcolor: "rgba(255, 255, 255, 0)"
2228         bordercolor: "rgba(255, 255, 255, 0)"
2229       width: 700
2230       height: 700
2231       paper_bgcolor: "white"
2232       plot_bgcolor: "white"
2233
2234     plot-hdrh-latency-by-percentile:
2235       title:
2236         text: "<b>Latency by Percentile Distribution</b>"
2237         xanchor: "center"
2238         x: 0.5
2239         font:
2240           size: 18
2241       showlegend: True
2242       legend:
2243         traceorder: "normal"
2244         orientation: "h"
2245         font:
2246           size: 16
2247         xanchor: "left"
2248         yanchor: "top"
2249         x: 0
2250         y: -0.2
2251         bgcolor: "rgba(255, 255, 255, 0)"
2252         bordercolor: "rgba(255, 255, 255, 0)"
2253       xaxis:
2254         type: "linear"
2255         title: "<b>Percentile [%]</b>"
2256         titlefont:
2257           size: 14
2258         autorange: False
2259         fixedrange: False
2260         range: [0, 100]
2261         gridcolor: "rgb(230, 230, 230)"
2262         linecolor: "rgb(220, 220, 220)"
2263         linewidth: 1
2264         showgrid: True
2265         showline: True
2266         showticklabels: True
2267         tickcolor: "rgb(220, 220, 220)"
2268         tickvals: [0, 25, 50, 75, 100]
2269         ticktext: [0, 25, 50, 75, 100]
2270         tickfont:
2271           size: 14
2272       yaxis:
2273         title: "<b>One-Way Latency per Direction [uSec]</b>"
2274         titlefont:
2275           size: 14
2276         gridcolor: "rgb(230, 230, 230)"
2277         linecolor: "rgb(220, 220, 220)"
2278         linewidth: 1
2279         showgrid: True
2280         showline: True
2281         showticklabels: True
2282         tickcolor: "rgb(220, 220, 220)"
2283         tickfont:
2284           size: 14
2285       width: 700
2286       height: 700
2287       paper_bgcolor: "white"
2288       plot_bgcolor: "white"
2289
2290 - type: "static"
2291   src-path: "{DIR[RST]}"
2292   dst-path: "{DIR[WORKING,SRC]}"
2293
2294 - type: "input"
2295   general:
2296     file-name: "output_info.xml.gz"
2297     file-format: ".gz"
2298     arch-file-format:
2299       - ".gz"
2300       - ".zip"
2301     download-path: "{job}/{build}/archives/{filename}"
2302     extract: "output.xml"
2303
2304     zip-file-name: "robot-plugin.zip"
2305     zip-file-format: ".zip"
2306     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2307     zip-extract: "robot-plugin/output.xml"
2308
2309   builds:
2310
2311     csit-vpp-perf-verify-1904-3n-hsw:
2312       - 9   # MRR sel
2313       - 11  # NDRPDR sel
2314       - 12  # NDRPDR sel
2315       - 20  # NDRPDR sel
2316       - 21  # NDRPDR sel
2317       - 23  # NDRPDR sel
2318       - 24  # NDRPDR sel
2319       - 25  # NDRPDR sel
2320       - 26  # NDRPDR sel
2321       - 29  # NDRPDR sel
2322       - 30  # NDRPDR sel
2323     csit-vpp-perf-verify-1908-3n-hsw:
2324       - 12  # NDRPDR sel
2325       - 13  # NDRPDR sel
2326       - 14  # NDRPDR sel
2327       - 15  # NDRPDR sel
2328       - 16  # NDRPDR sel
2329       - 17  # NDRPDR sel
2330       - 18  # NDRPDR sel
2331       - 19  # NDRPDR sel
2332       - 20  # NDRPDR sel
2333       - 21  # NDRPDR sel
2334       - 48  # NDRPDR sel vhost
2335       - 49  # NDRPDR sel vhost
2336       - 52  # NDRPDR sel vhost
2337       - 53  # NDRPDR sel vhost
2338       - 54  # NDRPDR sel vhost
2339       - 55  # NDRPDR sel vhost
2340       - 56  # NDRPDR sel vhost
2341       - 57  # NDRPDR sel vhost
2342       - 58  # NDRPDR sel vhost
2343       - 59  # NDRPDR sel vhost
2344       - 39  # MRR sel
2345     csit-vpp-perf-verify-2001-3n-hsw:
2346       - 21  # NDRPDR sel
2347       - 22  # NDRPDR sel
2348       - 23  # NDRPDR sel
2349       - 24  # NDRPDR sel
2350       - 25  # NDRPDR sel
2351       - 29  # NDRPDR sel
2352       - 30  # NDRPDR sel
2353       - 31  # NDRPDR sel
2354       - 32  # NDRPDR sel
2355       - 34  # NDRPDR sel
2356       - 17  # MRR sel
2357       - 18  # NDRPDR full
2358       - 20  # NDRPDR full
2359       - 28  # NDRPDR full
2360       - 35  # NDRPDR full
2361       - 42  # NDRPDR full
2362       - 46  # NDRPDR full
2363       - 47  # NDRPDR full
2364       - 48  # NDRPDR full
2365       - 49  # NDRPDR full
2366       - 50  # NDRPDR full
2367       - 51  # NDRPDR full
2368       - 52  # NDRPDR full
2369       - 53  # NDRPDR full
2370       - 54  # NDRPDR full
2371       - 55  # NDRPDR full
2372       - 56  # NDRPDR full
2373       - 57  # NDRPDR full
2374       - 58  # NDRPDR full
2375       - 59  # NDRPDR full
2376       - 61  # NDRPDR full
2377       - 62  # NDRPDR full
2378       - 63  # NDRPDR full
2379       - 64  # NDRPDR full
2380       - 65  # NDRPDR full
2381       - 67  # NDRPDR full
2382       - 70  # NDRPDR full
2383       - 72  # NDRPDR full
2384       - 73  # NDRPDR full
2385       - 76  # NDRPDR full
2386       - 77  # NDRPDR full
2387       - 78  # NDRPDR full
2388       - 79  # NDRPDR full
2389       - 81  # NDRPDR full
2390       - 82  # NDRPDR full
2391       - 84  # NDRPDR full
2392       - 85  # NDRPDR full
2393       - 103  # hoststack
2394       - 104  # hoststack
2395       - 105  # hoststack
2396       - 106  # hoststack
2397       - 107  # hoststack
2398       - 108  # hoststack
2399       - 109  # hoststack
2400       - 110  # hoststack
2401       - 111  # hoststack
2402       - 112  # hoststack
2403
2404     csit-vpp-perf-verify-1904-3n-skx:
2405       - 7   # MRR sel
2406       - 8   # NDRPDR sel
2407       - 9   # NDRPDR sel
2408       - 10  # NDRPDR sel
2409       - 11  # NDRPDR sel
2410       - 12  # NDRPDR sel
2411       - 14  # NDRPDR sel
2412       - 16  # NDRPDR sel
2413       - 21  # NDRPDR sel
2414       - 23  # NDRPDR sel
2415       - 25  # NDRPDR sel
2416     csit-vpp-perf-verify-1908-3n-skx:
2417       - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
2418       - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
2419       - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
2420       - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
2421       - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
2422       - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
2423       - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
2424       - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
2425       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2426       - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
2427       - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2428       - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2429       - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2430       - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2431       - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2432       - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2433       - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2434       - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2435       - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2436       - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2437       - 36  # MRR sel - old1908 - vpp build: 19.08-release
2438     csit-vpp-perf-verify-1908_1-3n-skx:
2439       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2440       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2441       - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2442       - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2443       - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2444       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2445       - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2446       - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2447       - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2448       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2449       - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2450       - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2451       - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2452       - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2453       - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2454       - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2455       - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2456       - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2457       - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2458       - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2459     csit-vpp-perf-verify-1908_2-3n-skx:
2460       - 1   # NDRPDR sel
2461       - 2   # NDRPDR sel
2462     csit-vpp-perf-verify-2001-3n-skx:
2463       - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2464       - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2465       - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2466       - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2467       - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2468       - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2469       - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2470       - 82  # NDRPDR full - crypto-1
2471       - 85  # NDRPDR full - l2-2
2472       - 87  # NDRPDR full - ip6-1
2473       - 88  # NDRPDR full - ip6-2
2474       - 90  # NDRPDR full - memif
2475       - 50  # MRR sel
2476       - 53  # MRR sel addition
2477
2478     csit-vpp-perf-verify-1904-2n-skx:
2479       - 11  # MRR sel
2480       - 12  # NDRPDR sel
2481       - 14  # NDRPDR sel
2482       - 16  # NDRPDR sel
2483       - 17  # NDRPDR sel
2484       - 18  # NDRPDR sel
2485       - 21  # NDRPDR sel
2486       - 27  # NDRPDR sel
2487       - 30  # NDRPDR sel
2488       - 31  # NDRPDR sel
2489       - 32  # NDRPDR sel
2490     csit-vpp-perf-verify-1908-2n-skx:
2491       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2492       - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
2493       - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
2494       - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
2495       - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
2496       - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
2497       - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
2498       - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
2499       - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
2500       - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
2501       - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2502       - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2503       - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2504       - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2505       - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2506       - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2507       - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2508       - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2509       - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2510       - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2511       - 69  # MRR sel - old1908 - vpp build: 19.08-release
2512     csit-vpp-perf-verify-1908_1-2n-skx:
2513       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2514       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2515       - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2516       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2517       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2518       - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2519       - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2520       - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2521       - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2522       - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2523       - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2524       - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2525       - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2526       - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2527       - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2528       - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2529       - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2530       - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2531       - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2532       - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2533     csit-vpp-perf-verify-1908_2-2n-skx:
2534       - 1   # NDRPDR sel
2535       - 2   # NDRPDR sel
2536       - 3   # NDRPDR sel
2537       - 4   # NDRPDR sel
2538       - 5   # NDRPDR sel
2539       - 6   # NDRPDR sel
2540       - 7   # NDRPDR sel
2541       - 8   # NDRPDR sel
2542       - 9   # NDRPDR sel
2543       - 10  # NDRPDR sel
2544     csit-vpp-perf-verify-2001-2n-skx:
2545       - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2546       - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2547       - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2548       - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2549       - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2550       - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2551       - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2552       - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2553       - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2554       - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2555       - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2556       - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2557       - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2558       - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2559       - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2560       - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2561       - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2562       - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2563       - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2564       - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2565       - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2566       - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2567       - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2568       - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2569       - 101  # MRR sel - old
2570       - 128  # MRR sel addition - old
2571       - 169  # Reconf
2572       - 171  # Reconf
2573       - 172  # Reconf
2574       - 173  # Reconf
2575       - 174  # Reconf
2576       - 175  # Reconf
2577       - 176  # Reconf
2578       - 177  # Reconf
2579       - 178  # Reconf
2580       - 179  # Reconf
2581       - 181  # Soak
2582       - 182  # Soak
2583
2584     csit-vpp-perf-verify-1908_1-2n-clx:
2585       - 5  # NDRPDR sel
2586       - 6  # NDRPDR sel
2587       - 7  # NDRPDR sel
2588       - 8  # NDRPDR sel
2589     csit-vpp-perf-verify-1908_2-2n-clx:
2590       - 4  # NDRPDR sel
2591       - 5  # NDRPDR sel
2592       - 6  # NDRPDR sel
2593       - 7  # NDRPDR sel
2594       - 8  # NDRPDR sel
2595     csit-vpp-perf-verify-2001-2n-clx:
2596       - 28  # NDRPDR sel
2597       - 29  # NDRPDR sel
2598       - 32  # NDRPDR sel
2599       - 40  # NDRPDR sel
2600       - 43  # NDRPDR sel
2601       - 44  # NDRPDR sel
2602       - 45  # NDRPDR sel
2603       - 47  # NDRPDR sel
2604       - 48  # NDRPDR sel
2605       - 49  # NDRPDR sel
2606       - 39  # MRR
2607       - 53  # NDRPDR full
2608       - 54  # NDRPDR full
2609       - 55  # NDRPDR full
2610       - 56  # NDRPDR full
2611       - 57  # NDRPDR full
2612       - 58  # NDRPDR full
2613       - 59  # NDRPDR full
2614       - 60  # NDRPDR full
2615       - 61  # NDRPDR full
2616       - 62  # NDRPDR full
2617       - 63  # NDRPDR full
2618       - 64  # NDRPDR full
2619       - 65  # NDRPDR full
2620       - 66  # NDRPDR full
2621       - 67  # NDRPDR full
2622       - 68  # Reconf
2623       - 69  # Reconf
2624       - 70  # Reconf
2625       - 71  # Reconf
2626       - 72  # Reconf
2627       - 73  # Reconf
2628       - 74  # Reconf
2629       - 75  # Reconf
2630       - 76  # Reconf
2631       - 77  # Reconf
2632       - 80  # TCP
2633       - 82  # TCP
2634       - 83  # TCP
2635       - 85  # TCP
2636       - 86  # TCP
2637       - 87  # TCP
2638       - 88  # TCP
2639       - 89  # TCP
2640       - 90  # TCP
2641       - 91  # TCP
2642       - 93  # Soak
2643       - 94  # Soak
2644
2645     csit-vpp-perf-verify-1908-3n-tsh:
2646       - 7   # NDRPDR sel
2647       - 8   # NDRPDR sel
2648       - 9   # NDRPDR sel
2649       - 10  # NDRPDR sel
2650       - 11  # NDRPDR sel
2651       - 12  # NDRPDR sel
2652       - 13  # NDRPDR sel
2653       - 14  # NDRPDR sel
2654       - 15  # NDRPDR sel
2655       - 16  # NDRPDR sel
2656       - 17  # MRR sel
2657     csit-vpp-perf-verify-2001-3n-tsh:
2658       - 3   # NDRPDR sel
2659       - 4   # NDRPDR sel
2660       - 7   # NDRPDR sel
2661       - 8   # NDRPDR sel
2662       - 10  # NDRPDR sel
2663       - 12  # NDRPDR sel
2664       - 13  # NDRPDR sel
2665       - 14  # NDRPDR sel
2666       - 15  # NDRPDR sel
2667       - 21  # NDRPDR sel
2668       - 9   # MRR sel
2669
2670     csit-vpp-perf-verify-1908-3n-dnv:
2671       - 6   # NDRPDR sel
2672       - 7   # NDRPDR sel
2673       - 8   # NDRPDR sel
2674       - 9   # NDRPDR sel
2675       - 10  # NDRPDR sel
2676       - 12  # NDRPDR sel
2677       - 13  # NDRPDR sel
2678       - 14  # NDRPDR sel
2679       - 15  # NDRPDR sel
2680       - 16  # NDRPDR sel
2681       - 17  # MRR sel
2682     csit-vpp-perf-verify-2001-3n-dnv:
2683       - 5   # NDRPDR sel
2684       - 6   # NDRPDR sel
2685       - 7   # NDRPDR sel
2686       - 8   # NDRPDR sel
2687       - 9   # NDRPDR sel
2688       - 10  # NDRPDR sel
2689       - 12  # NDRPDR sel
2690       - 16  # NDRPDR sel
2691       - 17  # NDRPDR sel
2692       - 18  # NDRPDR sel
2693       - 11  # MRR sel
2694       - 19  # NDRPDR full
2695       - 20  # NDRPDR full
2696       - 21  # NDRPDR full
2697       - 22  # NDRPDR full
2698       - 23  # NDRPDR full
2699       - 24  # NDRPDR full
2700       - 25  # NDRPDR full
2701       - 26  # NDRPDR full
2702       - 37  # NDRPDR full
2703       - 38  # NDRPDR full
2704       - 39  # NDRPDR full
2705
2706     csit-vpp-perf-verify-1908-2n-dnv:
2707       - 1   # NDRPDR sel
2708       - 2   # NDRPDR sel
2709       - 3   # NDRPDR sel
2710       - 4   # NDRPDR sel
2711       - 5   # NDRPDR sel
2712       - 6   # NDRPDR sel
2713       - 7   # NDRPDR sel
2714       - 8   # NDRPDR sel
2715       - 9   # NDRPDR sel
2716       - 10  # NDRPDR sel
2717       - 11  # MRR sel
2718     csit-vpp-perf-verify-2001-2n-dnv:
2719       - 4   # NDRPDR sel
2720       - 5   # NDRPDR sel
2721       - 6   # NDRPDR sel
2722       - 7   # NDRPDR sel
2723       - 8   # NDRPDR sel
2724       - 9   # NDRPDR sel
2725       - 10  # NDRPDR sel
2726       - 11  # NDRPDR sel
2727       - 13  # NDRPDR sel
2728       - 16  # NDRPDR sel
2729       - 12  # MRR sel
2730       - 21  # NDRPDR full
2731       - 22  # NDRPDR full
2732       - 25  # NDRPDR full
2733       - 26  # NDRPDR full
2734       - 27  # NDRPDR full
2735       - 28  # NDRPDR full
2736
2737     csit-dpdk-perf-verify-1904-3n-hsw:
2738       - 2   # NDRPDR sel
2739       - 3   # NDRPDR sel
2740       - 5   # NDRPDR sel
2741       - 6   # NDRPDR sel
2742       - 13  # NDRPDR sel
2743       - 14  # NDRPDR sel
2744       - 15  # NDRPDR sel
2745       - 18  # NDRPDR sel
2746       - 19  # NDRPDR sel
2747       - 20  # NDRPDR sel
2748     csit-dpdk-perf-verify-1908-3n-hsw:
2749       - 2   # NDRPDR sel
2750       - 3   # NDRPDR sel
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     csit-dpdk-perf-verify-2001-3n-hsw:
2760       - 4   # NDRPDR sel
2761       - 5   # NDRPDR sel
2762       - 6   # NDRPDR sel
2763       - 7   # NDRPDR sel
2764       - 8   # NDRPDR sel
2765       - 9   # NDRPDR sel
2766       - 10  # NDRPDR sel
2767       - 11  # NDRPDR sel
2768       - 12  # NDRPDR sel
2769       - 13  # NDRPDR sel
2770       - 15  # NDRPDR sel
2771       - 16  # NDRPDR sel
2772       - 17  # NDRPDR sel
2773       - 18  # NDRPDR sel
2774       - 19  # NDRPDR sel
2775       - 20  # NDRPDR sel
2776       - 21  # NDRPDR sel
2777       - 22  # NDRPDR sel
2778       - 23  # NDRPDR sel
2779       - 24  # NDRPDR sel
2780       - 25  # NDRPDR full
2781       - 26  # NDRPDR full
2782
2783     csit-dpdk-perf-verify-1904-3n-skx:
2784       - 2   # NDRPDR sel
2785       - 3   # NDRPDR sel
2786       - 4   # NDRPDR sel
2787       - 5   # NDRPDR sel
2788       - 6   # NDRPDR sel
2789       - 7   # NDRPDR sel
2790       - 11  # NDRPDR sel
2791       - 12  # NDRPDR sel
2792       - 13  # NDRPDR sel
2793       - 14  # NDRPDR sel
2794     csit-dpdk-perf-verify-1908-3n-skx:
2795       - 3   # NDRPDR sel
2796       - 4   # NDRPDR sel
2797       - 5   # NDRPDR sel
2798       - 6   # NDRPDR sel
2799       - 7   # NDRPDR sel
2800       - 8   # NDRPDR sel
2801       - 9   # NDRPDR sel
2802       - 10  # NDRPDR sel
2803       - 11  # NDRPDR sel
2804       - 12  # NDRPDR sel
2805     csit-dpdk-perf-verify-2001-3n-skx:
2806       - 29  # NDRPDR sel xxv710
2807       - 33  # NDRPDR sel xxv710
2808       - 34  # NDRPDR sel xxv710
2809       - 35  # NDRPDR sel xxv710
2810       - 36  # NDRPDR sel xxv710
2811       - 37  # NDRPDR sel xxv710
2812       - 41  # NDRPDR sel xxv710
2813       - 42  # NDRPDR sel xxv710
2814       - 43  # NDRPDR sel xxv710
2815       - 45  # NDRPDR sel xxv710
2816       - 30  # NDRPDR sel x710
2817       - 31  # NDRPDR sel x710
2818       - 32  # NDRPDR sel x710
2819       - 38  # NDRPDR sel x710
2820       - 39  # NDRPDR sel x710
2821       - 40  # NDRPDR sel x710
2822       - 44  # NDRPDR sel x710
2823       - 46  # NDRPDR sel x710
2824       - 47  # NDRPDR sel x710
2825       - 48  # NDRPDR sel x710
2826
2827     csit-dpdk-perf-verify-1904-2n-skx:
2828       - 2   # NDRPDR sel
2829       - 3   # NDRPDR sel
2830       - 4   # NDRPDR sel
2831       - 5   # NDRPDR sel
2832       - 7   # NDRPDR sel
2833       - 8   # NDRPDR sel
2834       - 9   # NDRPDR sel
2835       - 10  # NDRPDR sel
2836       - 11  # NDRPDR sel
2837       - 12  # NDRPDR sel
2838     csit-dpdk-perf-verify-1908-2n-skx:
2839       - 2   # NDRPDR sel
2840       - 3   # NDRPDR sel
2841       - 4   # NDRPDR sel
2842       - 5   # NDRPDR sel
2843       - 7   # NDRPDR sel
2844       - 8   # NDRPDR sel
2845       - 9   # NDRPDR sel
2846       - 10  # NDRPDR sel
2847       - 11  # NDRPDR sel
2848       - 12  # NDRPDR sel
2849     csit-dpdk-perf-verify-2001-2n-skx:
2850       - 35  # NDRPDR sel xxv710
2851       - 36  # NDRPDR sel xxv710
2852       - 37  # NDRPDR sel xxv710
2853       - 41  # NDRPDR sel xxv710
2854       - 42  # NDRPDR sel xxv710
2855       - 43  # NDRPDR sel xxv710
2856       - 46  # NDRPDR sel xxv710
2857       - 47  # NDRPDR sel xxv710
2858       - 52  # NDRPDR sel xxv710
2859       - 53  # NDRPDR sel xxv710
2860       - 38  # NDRPDR sel x710
2861       - 39  # NDRPDR sel x710
2862       - 40  # NDRPDR sel x710
2863       - 44  # NDRPDR sel x710
2864       - 45  # NDRPDR sel x710
2865       - 48  # NDRPDR sel x710
2866       - 49  # NDRPDR sel x710
2867       - 50  # NDRPDR sel x710
2868       - 51  # NDRPDR sel x710
2869       - 54  # NDRPDR sel x710
2870
2871     csit-dpdk-perf-verify-2001-2n-clx:
2872       - 15  # NDRPDR sel
2873       - 16  # NDRPDR sel
2874       - 17  # NDRPDR sel
2875       - 18  # NDRPDR sel
2876       - 19  # NDRPDR sel
2877       - 20  # NDRPDR sel
2878       - 21  # NDRPDR sel
2879       - 22  # NDRPDR sel
2880       - 23  # NDRPDR sel
2881       - 24  # NDRPDR sel
2882       - 25  # NDRPDR sel
2883       - 26  # NDRPDR sel
2884       - 27  # NDRPDR sel
2885       - 28  # NDRPDR sel
2886       - 29  # NDRPDR sel
2887       - 30  # NDRPDR sel
2888       - 31  # NDRPDR sel
2889       - 32  # NDRPDR sel
2890       - 33  # NDRPDR sel
2891       - 34  # NDRPDR sel
2892
2893     csit-dpdk-perf-verify-2001-2n-dnv:
2894       - 9   # NDRPDR sel
2895       - 10  # NDRPDR sel
2896       - 11  # NDRPDR sel
2897       - 12  # NDRPDR sel
2898       - 13  # NDRPDR sel
2899       - 14  # NDRPDR sel
2900       - 15  # NDRPDR sel
2901       - 16  # NDRPDR sel
2902       - 17  # NDRPDR sel
2903       - 18  # NDRPDR sel
2904
2905     csit-dpdk-perf-verify-2001-3n-dnv:
2906       - 12  # NDRPDR sel
2907       - 13  # NDRPDR sel
2908       - 14  # NDRPDR sel
2909       - 15  # NDRPDR sel
2910       - 16  # NDRPDR sel
2911       - 17  # NDRPDR sel
2912       - 18  # NDRPDR sel
2913       - 19  # NDRPDR sel
2914       - 20  # NDRPDR sel
2915       - 22  # NDRPDR sel
2916
2917     csit-dpdk-perf-verify-2001-3n-tsh:
2918       - 3   # NDRPDR sel
2919       - 4   # NDRPDR sel
2920       - 5   # NDRPDR sel
2921       - 9   # NDRPDR sel
2922       - 10  # NDRPDR sel
2923       - 11  # NDRPDR sel
2924       - 12  # NDRPDR sel
2925       - 14  # NDRPDR sel
2926       - 15  # NDRPDR sel
2927       - 18  # NDRPDR sel
2928
2929     csit-vpp-device-2001-ubuntu1804-1n-skx:
2930       - 57
2931
2932 - type: "output"
2933   output: "report"
2934   format:
2935     html:
2936     - full
2937 #    pdf:
2938 #    - minimal
2939
2940 ################################################################################
2941 ###                               T A B L E S                                ###
2942 ################################################################################
2943
2944 # VPP Soak vs NDR - 2n-skx
2945 - type: "table"
2946   title: "VPP Soak vs NDR 2n-skx"
2947   algorithm: "table_soak_vs_ndr"
2948   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2949   reference:
2950     title: "NDR"
2951     data: "vpp-soak-vs-ndr-2n-skx-ref"
2952   compare:
2953     title: "Soak"
2954     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2955   data: "vpp-soak-vs-ndr-2n-skx"
2956   include-tests: "NDR"
2957   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2958   parameters:
2959     - "throughput"
2960     - "name"
2961     - "parent"
2962
2963 # VPP Soak vs NDR - 2n-clx
2964 - type: "table"
2965   title: "VPP Soak vs NDR 2n-clx"
2966   algorithm: "table_soak_vs_ndr"
2967   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2968   reference:
2969     title: "NDR"
2970     data: "vpp-soak-vs-ndr-2n-clx-ref"
2971   compare:
2972     title: "Soak"
2973     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2974   data: "vpp-soak-vs-ndr-2n-clx"
2975   include-tests: "NDR"
2976   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2977   parameters:
2978     - "throughput"
2979     - "name"
2980     - "parent"
2981
2982 ################################################################################
2983
2984 # VPP Compare NICs 3n-skx 2t1c ndr
2985 - type: "table"
2986   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2987   algorithm: "table_comparison"
2988   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2989   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2990   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2991   columns:
2992     - title: "x710"
2993       data-set: "vpp-nic-comparison-3n-skx"
2994       tag: "NIC_Intel-X710"
2995     - title: "xxv710"
2996       data-set: "vpp-nic-comparison-3n-skx"
2997       tag: "NIC_Intel-XXV710"
2998   comparisons:
2999     - title: "Diff"
3000       reference: 1
3001       compare: 2
3002   legend:
3003     - "Legend to Table:"
3004     - "x710, xxv710 - NICs tested."
3005     - "Diff - difference between x710 and xxv710 NIC."
3006
3007 # VPP Compare NICs 3n-skx 4t2c ndr
3008 - type: "table"
3009   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3010   algorithm: "table_comparison"
3011   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3012   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3013   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3014   columns:
3015     - title: "x710"
3016       data-set: "vpp-nic-comparison-3n-skx"
3017       tag: "NIC_Intel-X710"
3018     - title: "xxv710"
3019       data-set: "vpp-nic-comparison-3n-skx"
3020       tag: "NIC_Intel-XXV710"
3021   comparisons:
3022     - title: "Diff"
3023       reference: 1
3024       compare: 2
3025   legend:
3026     - "Legend to Table:"
3027     - "x710, xxv710 - NICs tested."
3028     - "Diff - difference between x710 and xxv710 NIC."
3029
3030 # VPP Compare NICs 3n-skx 2t1c pdr
3031 - type: "table"
3032   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3033   algorithm: "table_comparison"
3034   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3036   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3037   columns:
3038     - title: "x710"
3039       data-set: "vpp-nic-comparison-3n-skx"
3040       tag: "NIC_Intel-X710"
3041     - title: "xxv710"
3042       data-set: "vpp-nic-comparison-3n-skx"
3043       tag: "NIC_Intel-XXV710"
3044   comparisons:
3045     - title: "Diff"
3046       reference: 1
3047       compare: 2
3048   legend:
3049     - "Legend to Table:"
3050     - "x710, xxv710 - NICs tested."
3051     - "Diff - difference between x710 and xxv710 NIC."
3052
3053 # VPP Compare NICs 3n-skx 4t2c pdr
3054 - type: "table"
3055   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3056   algorithm: "table_comparison"
3057   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3058   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3059   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3060   columns:
3061     - title: "x710"
3062       data-set: "vpp-nic-comparison-3n-skx"
3063       tag: "NIC_Intel-X710"
3064     - title: "xxv710"
3065       data-set: "vpp-nic-comparison-3n-skx"
3066       tag: "NIC_Intel-XXV710"
3067   comparisons:
3068     - title: "Diff"
3069       reference: 1
3070       compare: 2
3071   legend:
3072     - "Legend to Table:"
3073     - "x710, xxv710 - NICs tested."
3074     - "Diff - difference between x710 and xxv710 NIC."
3075
3076 # VPP Compare NICs 3n-skx 2t1c mrr
3077 - type: "table"
3078   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3079   algorithm: "table_comparison"
3080   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3081   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3082   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3083   columns:
3084     - title: "x710"
3085       data-set: "vpp-nic-comparison-3n-skx-mrr"
3086       tag: "NIC_Intel-X710"
3087     - title: "xxv710"
3088       data-set: "vpp-nic-comparison-3n-skx-mrr"
3089       tag: "NIC_Intel-XXV710"
3090   comparisons:
3091     - title: "Diff"
3092       reference: 1
3093       compare: 2
3094   legend:
3095     - "Legend to Table:"
3096     - "x710, xxv710 - NICs tested."
3097     - "Diff - difference between x710 and xxv710 NIC."
3098
3099 # VPP Compare NICs 3n-skx 4t2c mrr
3100 - type: "table"
3101   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3102   algorithm: "table_comparison"
3103   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3104   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3105   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3106   columns:
3107     - title: "x710"
3108       data-set: "vpp-nic-comparison-3n-skx-mrr"
3109       tag: "NIC_Intel-X710"
3110     - title: "xxv710"
3111       data-set: "vpp-nic-comparison-3n-skx-mrr"
3112       tag: "NIC_Intel-XXV710"
3113   comparisons:
3114     - title: "Diff"
3115       reference: 1
3116       compare: 2
3117   legend:
3118     - "Legend to Table:"
3119     - "x710, xxv710 - NICs tested."
3120     - "Diff - difference between x710 and xxv710 NIC."
3121
3122 # VPP Compare NICs 3n-skx 8t4c mrr
3123 - type: "table"
3124   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3125   algorithm: "table_comparison"
3126   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3127   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3128   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3129   columns:
3130     - title: "x710"
3131       data-set: "vpp-nic-comparison-3n-skx-mrr"
3132       tag: "NIC_Intel-X710"
3133     - title: "xxv710"
3134       data-set: "vpp-nic-comparison-3n-skx-mrr"
3135       tag: "NIC_Intel-XXV710"
3136   comparisons:
3137     - title: "Diff"
3138       reference: 1
3139       compare: 2
3140   legend:
3141     - "Legend to Table:"
3142     - "x710, xxv710 - NICs tested."
3143     - "Diff - difference between x710 and xxv710 NIC."
3144
3145 # VPP Compare NICs 2n-skx 2t1c ndr
3146 - type: "table"
3147   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3148   algorithm: "table_comparison"
3149   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3150   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3151   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3152   columns:
3153     - title: "x710"
3154       data-set: "vpp-nic-comparison-2n-skx"
3155       tag: "NIC_Intel-X710"
3156     - title: "xxv710"
3157       data-set: "vpp-nic-comparison-2n-skx"
3158       tag: "NIC_Intel-XXV710"
3159   comparisons:
3160     - title: "Diff"
3161       reference: 1
3162       compare: 2
3163   legend:
3164     - "Legend to Table:"
3165     - "x710, xxv710 - NICs tested."
3166     - "Diff - difference between x710 and xxv710 NIC."
3167
3168 # VPP Compare NICs 2n-skx 4t2c ndr
3169 - type: "table"
3170   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3171   algorithm: "table_comparison"
3172   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3173   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3174   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3175   columns:
3176     - title: "x710"
3177       data-set: "vpp-nic-comparison-2n-skx"
3178       tag: "NIC_Intel-X710"
3179     - title: "xxv710"
3180       data-set: "vpp-nic-comparison-2n-skx"
3181       tag: "NIC_Intel-XXV710"
3182   comparisons:
3183     - title: "Diff"
3184       reference: 1
3185       compare: 2
3186   legend:
3187     - "Legend to Table:"
3188     - "x710, xxv710 - NICs tested."
3189     - "Diff - difference between x710 and xxv710 NIC."
3190
3191 # VPP Compare NICs 2n-skx 2t1c pdr
3192 - type: "table"
3193   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3194   algorithm: "table_comparison"
3195   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3196   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3197   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3198   columns:
3199     - title: "x710"
3200       data-set: "vpp-nic-comparison-2n-skx"
3201       tag: "NIC_Intel-X710"
3202     - title: "xxv710"
3203       data-set: "vpp-nic-comparison-2n-skx"
3204       tag: "NIC_Intel-XXV710"
3205   comparisons:
3206     - title: "Diff"
3207       reference: 1
3208       compare: 2
3209   legend:
3210     - "Legend to Table:"
3211     - "x710, xxv710 - NICs tested."
3212     - "Diff - difference between x710 and xxv710 NIC."
3213
3214 # VPP Compare NICs 2n-skx 4t2c pdr
3215 - type: "table"
3216   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3217   algorithm: "table_comparison"
3218   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3219   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3220   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3221   columns:
3222     - title: "x710"
3223       data-set: "vpp-nic-comparison-2n-skx"
3224       tag: "NIC_Intel-X710"
3225     - title: "xxv710"
3226       data-set: "vpp-nic-comparison-2n-skx"
3227       tag: "NIC_Intel-XXV710"
3228   comparisons:
3229     - title: "Diff"
3230       reference: 1
3231       compare: 2
3232   legend:
3233     - "Legend to Table:"
3234     - "x710, xxv710 - NICs tested."
3235     - "Diff - difference between x710 and xxv710 NIC."
3236
3237 # VPP Compare NICs 2n-skx 2t1c mrr
3238 - type: "table"
3239   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3240   algorithm: "table_comparison"
3241   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3242   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3243   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3244   columns:
3245     - title: "x710"
3246       data-set: "vpp-nic-comparison-2n-skx-mrr"
3247       tag: "NIC_Intel-X710"
3248     - title: "xxv710"
3249       data-set: "vpp-nic-comparison-2n-skx-mrr"
3250       tag: "NIC_Intel-XXV710"
3251   comparisons:
3252     - title: "Diff"
3253       reference: 1
3254       compare: 2
3255   legend:
3256     - "Legend to Table:"
3257     - "x710, xxv710 - NICs tested."
3258     - "Diff - difference between x710 and xxv710 NIC."
3259
3260 # VPP Compare NICs 2n-skx 4t2c mrr
3261 - type: "table"
3262   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3263   algorithm: "table_comparison"
3264   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3265   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3266   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3267   columns:
3268     - title: "x710"
3269       data-set: "vpp-nic-comparison-2n-skx-mrr"
3270       tag: "NIC_Intel-X710"
3271     - title: "xxv710"
3272       data-set: "vpp-nic-comparison-2n-skx-mrr"
3273       tag: "NIC_Intel-XXV710"
3274   comparisons:
3275     - title: "Diff"
3276       reference: 1
3277       compare: 2
3278   legend:
3279     - "Legend to Table:"
3280     - "x710, xxv710 - NICs tested."
3281     - "Diff - difference between x710 and xxv710 NIC."
3282
3283 # VPP Compare NICs 2n-skx 8t4c mrr
3284 - type: "table"
3285   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3286   algorithm: "table_comparison"
3287   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3288   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3289   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3290   columns:
3291     - title: "x710"
3292       data-set: "vpp-nic-comparison-2n-skx-mrr"
3293       tag: "NIC_Intel-X710"
3294     - title: "xxv710"
3295       data-set: "vpp-nic-comparison-2n-skx-mrr"
3296       tag: "NIC_Intel-XXV710"
3297   comparisons:
3298     - title: "Diff"
3299       reference: 1
3300       compare: 2
3301   legend:
3302     - "Legend to Table:"
3303     - "x710, xxv710 - NICs tested."
3304     - "Diff - difference between x710 and xxv710 NIC."
3305
3306 ################################################################################
3307 # VPP
3308
3309 # VPP Performance changes 2n-skx-xxv710 2t1c ndr
3310 - type: "table"
3311   title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3312   algorithm: "table_comparison"
3313   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3314   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3315   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3316   columns:
3317     - title: "1908.1"
3318       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3319     - title: "1908.2"
3320       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3321   comparisons:
3322     - title: "Diff"
3323       reference: 1
3324       compare: 2
3325   legend:
3326     - "Legend to Table:"
3327     - "1908.1, 1908.2 - VPP versions tested."
3328     - "Diff - difference between the previous and the current VPP version."
3329
3330 # VPP Performance changes 2n-skx-xxv710 2t1c pdr
3331 - type: "table"
3332   title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3333   algorithm: "table_comparison"
3334   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3335   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3336   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3337   columns:
3338     - title: "1908.1"
3339       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3340     - title: "1908.2"
3341       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3342   comparisons:
3343     - title: "Diff"
3344       reference: 1
3345       compare: 2
3346   legend:
3347     - "Legend to Table:"
3348     - "1908.1, 1908.2 - VPP versions tested."
3349     - "Diff - difference between the previous and the current VPP version."
3350
3351 # VPP Performance changes 3n-skx-xxv710 2t1c ndr
3352 - type: "table"
3353   title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3354   algorithm: "table_comparison"
3355   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3356   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3357   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3358   columns:
3359     - title: "1908.1"
3360       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3361     - title: "1908.2"
3362       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3363   comparisons:
3364     - title: "Diff"
3365       reference: 1
3366       compare: 2
3367   legend:
3368     - "Legend to Table:"
3369     - "1908.1, 1908.2 - VPP versions tested."
3370     - "Diff - difference between the previous and the current VPP version."
3371
3372 # VPP Performance changes 3n-skx-xxv710 2t1c pdr
3373 - type: "table"
3374   title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3375   algorithm: "table_comparison"
3376   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3377   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3378   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3379   columns:
3380     - title: "1908.1"
3381       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3382     - title: "1908.2"
3383       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3384   comparisons:
3385     - title: "Diff"
3386       reference: 1
3387       compare: 2
3388   legend:
3389     - "Legend to Table:"
3390     - "1908.1, 1908.2 - VPP versions tested."
3391     - "Diff - difference between the previous and the current VPP version."
3392
3393 # VPP Performance changes 2n-clx-xxv710 2t1c ndr
3394 - type: "table"
3395   title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3396   algorithm: "table_comparison"
3397   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3398   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3399   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3400   columns:
3401     - title: "1908.1"
3402       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3403     - title: "1908.2"
3404       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3405   comparisons:
3406     - title: "Diff"
3407       reference: 1
3408       compare: 2
3409   legend:
3410     - "Legend to Table:"
3411     - "1908.1, 1908.2 - VPP versions tested."
3412     - "Diff - difference between the previous and the current VPP version."
3413
3414 # VPP Performance changes 2n-clx-xxv710 2t1c pdr
3415 - type: "table"
3416   title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3417   algorithm: "table_comparison"
3418   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3419   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3420   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3421   columns:
3422     - title: "1908.1"
3423       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3424     - title: "1908.2"
3425       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3426   comparisons:
3427     - title: "Diff"
3428       reference: 1
3429       compare: 2
3430   legend:
3431     - "Legend to Table:"
3432     - "1908.1, 1908.2 - VPP versions tested."
3433     - "Diff - difference between the previous and the current VPP version."
3434
3435 # VPP Performance Changes 3n-hsw 1t1c pdr
3436 - type: "table"
3437   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3438   algorithm: "table_comparison"
3439   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3440   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3441   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3442   columns:
3443     - title: "1904"
3444       data-set: "vpp-performance-changes-3n-hsw-h1"
3445     - title: "1908"
3446       data-set: "vpp-performance-changes-3n-hsw-ref"
3447     - title: "2001"
3448       data-set: "vpp-performance-changes-3n-hsw-cmp"
3449   comparisons:
3450     - title: "Diff"
3451       reference: 2
3452       compare: 3
3453   legend:
3454     - "Legend to Table"
3455     - "1904, 1908, 2001 - VPP versions tested."
3456     - "Diff - difference between 1908 and 2001 VPP version."
3457
3458 # VPP Performance Changes 3n-hsw 2t2c pdr
3459 - type: "table"
3460   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3461   algorithm: "table_comparison"
3462   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3463   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3464   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3465   columns:
3466     - title: "1904"
3467       data-set: "vpp-performance-changes-3n-hsw-h1"
3468     - title: "1908"
3469       data-set: "vpp-performance-changes-3n-hsw-ref"
3470     - title: "2001"
3471       data-set: "vpp-performance-changes-3n-hsw-cmp"
3472   comparisons:
3473     - title: "Diff"
3474       reference: 2
3475       compare: 3
3476   legend:
3477     - "Legend to Table"
3478     - "1904, 1908, 2001 - VPP versions tested."
3479     - "Diff - difference between 1908 and 2001 VPP version."
3480
3481 # VPP Performance Changes 3n-hsw 1t1c ndr
3482 - type: "table"
3483   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3484   algorithm: "table_comparison"
3485   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3486   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3487   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3488   columns:
3489     - title: "1904"
3490       data-set: "vpp-performance-changes-3n-hsw-h1"
3491     - title: "1908"
3492       data-set: "vpp-performance-changes-3n-hsw-ref"
3493     - title: "2001"
3494       data-set: "vpp-performance-changes-3n-hsw-cmp"
3495   comparisons:
3496     - title: "Diff"
3497       reference: 2
3498       compare: 3
3499   legend:
3500     - "Legend to Table"
3501     - "1904, 1908, 2001 - VPP versions tested."
3502     - "Diff - difference between 1908 and 2001 VPP version."
3503
3504 # VPP Performance Changes 3n-hsw 2t2c ndr
3505 - type: "table"
3506   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3507   algorithm: "table_comparison"
3508   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3509   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3510   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3511   columns:
3512     - title: "1904"
3513       data-set: "vpp-performance-changes-3n-hsw-h1"
3514     - title: "1908"
3515       data-set: "vpp-performance-changes-3n-hsw-ref"
3516     - title: "2001"
3517       data-set: "vpp-performance-changes-3n-hsw-cmp"
3518   comparisons:
3519     - title: "Diff"
3520       reference: 2
3521       compare: 3
3522   legend:
3523     - "Legend to Table"
3524     - "1904, 1908, 2001 - VPP versions tested."
3525     - "Diff - difference between 1908 and 2001 VPP version."
3526
3527 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3528 - type: "table"
3529   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3530   algorithm: "table_comparison"
3531   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3532   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3533   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3534   rca:
3535     - title: "RCA1"
3536       data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3537     - title: "RCA2"
3538       data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3539   columns:
3540     - title: "1908.0.pe"
3541       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3542       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3543     - title: "1908.1.pe"
3544       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3545     - title: "1908.1.ce"
3546       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3547     - title: "2001.0.ce"
3548       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3549   comparisons:
3550     - title: "Diff1"
3551       reference: 2
3552       reference-alt: 1
3553       compare: 3
3554     - title: "Diff2"
3555       reference: 3
3556       compare: 4
3557   legend:
3558     - "Legend to Table"
3559     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3560     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3561     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3562     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1.ce vs. 1908.1.pe (if latter results not available, 1908.0.pe is used)."
3563     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3564     - "RCA1 - root cause analysis reference for Diff1."
3565     - "RCA2 - root cause analysis reference for Diff2."
3566
3567 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3568 - type: "table"
3569   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3570   algorithm: "table_comparison"
3571   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3572   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3573   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3574   rca:
3575     - title: "RCA1"
3576       data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3577     - title: "RCA2"
3578       data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3579   columns:
3580     - title: "1908.0.pe"
3581       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3582       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3583     - title: "1908.1.pe"
3584       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3585     - title: "1908.1.ce"
3586       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3587     - title: "2001.0.ce"
3588       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3589   comparisons:
3590     - title: "Diff1"
3591       reference: 2
3592       reference-alt: 1
3593       compare: 3
3594     - title: "Diff2"
3595       reference: 3
3596       compare: 4
3597   legend:
3598     - "Legend to Table"
3599     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3600     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3601     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3602     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1.ce vs. 1908.1.pe (if latter results not available, 1908.0.pe is used)."
3603     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3604     - "RCA1 - root cause analysis reference for Diff1."
3605     - "RCA2 - root cause analysis reference for Diff2."
3606
3607 # VPP Performance Changes 3n-skx 2t1c pdr
3608 - type: "table"
3609   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3610   algorithm: "table_comparison"
3611   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3612   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3613   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3614   columns:
3615     - title: "1904"
3616       data-set: "vpp-performance-changes-3n-skx-h1"
3617       tag: "NIC_Intel-X710"
3618     - title: "1908"
3619       data-set: "vpp-performance-changes-3n-skx-ref"
3620       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3621       tag: "NIC_Intel-XXV710"
3622     - title: "2001"
3623       data-set: "vpp-performance-changes-3n-skx-cmp"
3624       tag: "NIC_Intel-XXV710"
3625   comparisons:
3626     - title: "Diff"
3627       reference: 2
3628       compare: 3
3629   legend:
3630     - "Legend to Table"
3631     - "1904, 1908, 2001 - VPP versions tested."
3632     - "Diff - difference between 1908 and 2001 VPP version."
3633
3634 # VPP Performance Changes 3n-skx 4t2c pdr
3635 - type: "table"
3636   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3637   algorithm: "table_comparison"
3638   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3639   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3640   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3641   columns:
3642     - title: "1904"
3643       data-set: "vpp-performance-changes-3n-skx-h1"
3644       tag: "NIC_Intel-X710"
3645     - title: "1908"
3646       data-set: "vpp-performance-changes-3n-skx-ref"
3647       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3648       tag: "NIC_Intel-XXV710"
3649     - title: "2001"
3650       data-set: "vpp-performance-changes-3n-skx-cmp"
3651       tag: "NIC_Intel-XXV710"
3652   comparisons:
3653     - title: "Diff"
3654       reference: 2
3655       compare: 3
3656   legend:
3657     - "Legend to Table"
3658     - "1904, 1908, 2001 - VPP versions tested."
3659     - "Diff - difference between 1908 and 2001 VPP version."
3660
3661 # VPP Performance Changes 3n-skx 2t1c ndr
3662 - type: "table"
3663   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3664   algorithm: "table_comparison"
3665   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3666   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3667   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3668   columns:
3669     - title: "1904"
3670       data-set: "vpp-performance-changes-3n-skx-h1"
3671       tag: "NIC_Intel-X710"
3672     - title: "1908"
3673       data-set: "vpp-performance-changes-3n-skx-ref"
3674       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3675       tag: "NIC_Intel-XXV710"
3676     - title: "2001"
3677       data-set: "vpp-performance-changes-3n-skx-cmp"
3678       tag: "NIC_Intel-XXV710"
3679   comparisons:
3680     - title: "Diff"
3681       reference: 2
3682       compare: 3
3683   legend:
3684     - "Legend to Table"
3685     - "1904, 1908, 2001 - VPP versions tested."
3686     - "Diff - difference between 1908 and 2001 VPP version."
3687
3688 # VPP Performance Changes 3n-skx 4t2c ndr
3689 - type: "table"
3690   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3691   algorithm: "table_comparison"
3692   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3693   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3694   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3695   columns:
3696     - title: "1904"
3697       data-set: "vpp-performance-changes-3n-skx-h1"
3698       tag: "NIC_Intel-X710"
3699     - title: "1908"
3700       data-set: "vpp-performance-changes-3n-skx-ref"
3701       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3702       tag: "NIC_Intel-XXV710"
3703     - title: "2001"
3704       data-set: "vpp-performance-changes-3n-skx-cmp"
3705       tag: "NIC_Intel-XXV710"
3706   comparisons:
3707     - title: "Diff"
3708       reference: 2
3709       compare: 3
3710   legend:
3711     - "Legend to Table"
3712     - "1904, 1908, 2001 - VPP versions tested."
3713     - "Diff - difference between 1908 and 2001 VPP version."
3714
3715 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3716 - type: "table"
3717   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3718   algorithm: "table_comparison"
3719   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3721   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3722   rca:
3723     - title: "RCA1"
3724       data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3725     - title: "RCA2"
3726       data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3727   columns:
3728     - title: "1908.0.pe"
3729       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3730       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3731     - title: "1908.1.pe"
3732       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3733     - title: "1908.1.ce"
3734       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3735     - title: "2001.0.ce"
3736       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3737   comparisons:
3738     - title: "Diff1"
3739       reference: 2
3740       reference-alt: 1
3741       compare: 3
3742     - title: "Diff2"
3743       reference: 3
3744       compare: 4
3745   legend:
3746     - "Legend to Table"
3747     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3748     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3749     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3750     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1.ce vs. 1908.1.pe (if latter results not available, 1908.0.pe is used)."
3751     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3752     - "RCA1 - root cause analysis reference for Diff1."
3753     - "RCA2 - root cause analysis reference for Diff2."
3754
3755 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3756 - type: "table"
3757   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3758   algorithm: "table_comparison"
3759   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3760   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3761   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3762   rca:
3763     - title: "RCA1"
3764       data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3765     - title: "RCA2"
3766       data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3767   columns:
3768     - title: "1908.0.pe"
3769       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3770       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3771     - title: "1908.1.pe"
3772       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3773     - title: "1908.1.ce"
3774       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3775     - title: "2001.0.ce"
3776       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3777   comparisons:
3778     - title: "Diff1"
3779       reference: 2
3780       reference-alt: 1
3781       compare: 3
3782     - title: "Diff2"
3783       reference: 3
3784       compare: 4
3785   legend:
3786     - "Legend to Table"
3787     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3788     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3789     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3790     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1.ce vs. 1908.1.pe (if latter results not available, 1908.0.pe is used)."
3791     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3792     - "RCA1 - root cause analysis reference for Diff1."
3793     - "RCA2 - root cause analysis reference for Diff2."
3794
3795 # VPP Performance Changes 2n-skx 2t1c pdr
3796 - type: "table"
3797   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3798   algorithm: "table_comparison"
3799   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3800   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3801   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3802   columns:
3803     - title: "1904"
3804       data-set: "vpp-performance-changes-2n-skx-h1"
3805       tag: "NIC_Intel-X710"
3806     - title: "1908"
3807       data-set: "vpp-performance-changes-2n-skx-ref"
3808       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3809       tag: "NIC_Intel-XXV710"
3810     - title: "2001"
3811       data-set: "vpp-performance-changes-2n-skx-cmp"
3812       tag: "NIC_Intel-XXV710"
3813   comparisons:
3814     - title: "Diff"
3815       reference: 2
3816       compare: 3
3817   legend:
3818     - "Legend to Table"
3819     - "1904, 1908, 2001 - VPP versions tested."
3820     - "Diff - difference between 1908 and 2001 VPP version."
3821
3822 # VPP Performance Changes 2n-skx 4t2c pdr
3823 - type: "table"
3824   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3825   algorithm: "table_comparison"
3826   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3827   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3828   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3829   columns:
3830     - title: "1904"
3831       data-set: "vpp-performance-changes-2n-skx-h1"
3832       tag: "NIC_Intel-X710"
3833     - title: "1908"
3834       data-set: "vpp-performance-changes-2n-skx-ref"
3835       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3836       tag: "NIC_Intel-XXV710"
3837     - title: "2001"
3838       data-set: "vpp-performance-changes-2n-skx-cmp"
3839       tag: "NIC_Intel-XXV710"
3840   comparisons:
3841     - title: "Diff"
3842       reference: 2
3843       compare: 3
3844   legend:
3845     - "Legend to Table"
3846     - "1904, 1908, 2001 - VPP versions tested."
3847     - "Diff - difference between 1908 and 2001 VPP version."
3848
3849 # VPP Performance Changes 2n-skx 2t1c ndr
3850 - type: "table"
3851   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3852   algorithm: "table_comparison"
3853   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3854   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3855   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3856   columns:
3857     - title: "1904"
3858       data-set: "vpp-performance-changes-2n-skx-h1"
3859       tag: "NIC_Intel-X710"
3860     - title: "1908"
3861       data-set: "vpp-performance-changes-2n-skx-ref"
3862       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3863       tag: "NIC_Intel-XXV710"
3864     - title: "2001"
3865       data-set: "vpp-performance-changes-2n-skx-cmp"
3866       tag: "NIC_Intel-XXV710"
3867   comparisons:
3868     - title: "Diff"
3869       reference: 2
3870       compare: 3
3871   legend:
3872     - "Legend to Table"
3873     - "1904, 1908, 2001 - VPP versions tested."
3874     - "Diff - difference between 1908 and 2001 VPP version."
3875
3876 # VPP Performance Changes 2n-skx 4t2c ndr
3877 - type: "table"
3878   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3879   algorithm: "table_comparison"
3880   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3881   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3882   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3883   columns:
3884     - title: "1904"
3885       data-set: "vpp-performance-changes-2n-skx-h1"
3886       tag: "NIC_Intel-X710"
3887     - title: "1908"
3888       data-set: "vpp-performance-changes-2n-skx-ref"
3889       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3890       tag: "NIC_Intel-XXV710"
3891     - title: "2001"
3892       data-set: "vpp-performance-changes-2n-skx-cmp"
3893       tag: "NIC_Intel-XXV710"
3894   comparisons:
3895     - title: "Diff"
3896       reference: 2
3897       compare: 3
3898   legend:
3899     - "Legend to Table"
3900     - "1904, 1908, 2001 - VPP versions tested."
3901     - "Diff - difference between 1908 and 2001 VPP version."
3902
3903 # VPP Performance Changes 2n-dnv 1t1c pdr
3904 - type: "table"
3905   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3906   algorithm: "table_comparison"
3907   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3908   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3909   filter: "'1T1C'"
3910   columns:
3911     - title: "1908"
3912       data-set: "vpp-performance-changes-2n-dnv-ref"
3913     - title: "2001"
3914       data-set: "vpp-performance-changes-2n-dnv-cmp"
3915   comparisons:
3916     - title: "Diff"
3917       reference: 1
3918       compare: 2
3919   legend:
3920     - "Legend to Table"
3921     - "1908, 2001 - VPP versions tested."
3922     - "Diff - difference between 1908 and 2001 VPP version."
3923
3924 # VPP Performance Changes 2n-dnv 2t2c pdr
3925 - type: "table"
3926   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3927   algorithm: "table_comparison"
3928   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3929   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3930   filter: "'2T2C'"
3931   columns:
3932     - title: "1908"
3933       data-set: "vpp-performance-changes-2n-dnv-ref"
3934     - title: "2001"
3935       data-set: "vpp-performance-changes-2n-dnv-cmp"
3936   comparisons:
3937     - title: "Diff"
3938       reference: 1
3939       compare: 2
3940   legend:
3941     - "Legend to Table"
3942     - "1908, 2001 - VPP versions tested."
3943     - "Diff - difference between 1908 and 2001 VPP version."
3944
3945 # VPP Performance Changes 2n-dnv 1t1c ndr
3946 - type: "table"
3947   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3948   algorithm: "table_comparison"
3949   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3950   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3951   filter: "'1T1C'"
3952   columns:
3953     - title: "1908"
3954       data-set: "vpp-performance-changes-2n-dnv-ref"
3955     - title: "2001"
3956       data-set: "vpp-performance-changes-2n-dnv-cmp"
3957   comparisons:
3958     - title: "Diff"
3959       reference: 1
3960       compare: 2
3961   legend:
3962     - "Legend to Table"
3963     - "1908, 2001 - VPP versions tested."
3964     - "Diff - difference between 1908 and 2001 VPP version."
3965
3966 # VPP Performance Changes 2n-dnv 2t2c ndr
3967 - type: "table"
3968   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3969   algorithm: "table_comparison"
3970   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3971   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3972   filter: "'2T2C'"
3973   columns:
3974     - title: "1908"
3975       data-set: "vpp-performance-changes-2n-dnv-ref"
3976     - title: "2001"
3977       data-set: "vpp-performance-changes-2n-dnv-cmp"
3978   comparisons:
3979     - title: "Diff"
3980       reference: 1
3981       compare: 2
3982   legend:
3983     - "Legend to Table"
3984     - "1908, 2001 - VPP versions tested."
3985     - "Diff - difference between 1908 and 2001 VPP version."
3986
3987 # VPP Performance Changes 3n-dnv 1t1c pdr
3988 - type: "table"
3989   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3990   algorithm: "table_comparison"
3991   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3992   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3993   filter: "'1T1C'"
3994   columns:
3995     - title: "1908"
3996       data-set: "vpp-performance-changes-3n-dnv-ref"
3997     - title: "2001"
3998       data-set: "vpp-performance-changes-3n-dnv-cmp"
3999   comparisons:
4000     - title: "Diff"
4001       reference: 1
4002       compare: 2
4003   legend:
4004     - "Legend to Table"
4005     - "1908, 2001 - VPP versions tested."
4006     - "Diff - difference between 1908 and 2001 VPP version."
4007
4008 # VPP Performance Changes 3n-dnv 2t2c pdr
4009 - type: "table"
4010   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4011   algorithm: "table_comparison"
4012   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4013   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4014   filter: "'2T2C'"
4015   columns:
4016     - title: "1908"
4017       data-set: "vpp-performance-changes-3n-dnv-ref"
4018     - title: "2001"
4019       data-set: "vpp-performance-changes-3n-dnv-cmp"
4020   comparisons:
4021     - title: "Diff"
4022       reference: 1
4023       compare: 2
4024   legend:
4025     - "Legend to Table"
4026     - "1908, 2001 - VPP versions tested."
4027     - "Diff - difference between 1908 and 2001 VPP version."
4028
4029 # VPP Performance Changes 3n-dnv 1t1c ndr
4030 - type: "table"
4031   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4032   algorithm: "table_comparison"
4033   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4034   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4035   filter: "'1T1C'"
4036   columns:
4037     - title: "1908"
4038       data-set: "vpp-performance-changes-3n-dnv-ref"
4039     - title: "2001"
4040       data-set: "vpp-performance-changes-3n-dnv-cmp"
4041   comparisons:
4042     - title: "Diff"
4043       reference: 1
4044       compare: 2
4045   legend:
4046     - "Legend to Table"
4047     - "1908, 2001 - VPP versions tested."
4048     - "Diff - difference between 1908 and 2001 VPP version."
4049
4050 # VPP Performance Changes 3n-dnv 2t2c ndr
4051 - type: "table"
4052   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4053   algorithm: "table_comparison"
4054   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4055   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4056   filter: "'2T2C'"
4057   columns:
4058     - title: "1908"
4059       data-set: "vpp-performance-changes-3n-dnv-ref"
4060     - title: "2001"
4061       data-set: "vpp-performance-changes-3n-dnv-cmp"
4062   comparisons:
4063     - title: "Diff"
4064       reference: 1
4065       compare: 2
4066   legend:
4067     - "Legend to Table"
4068     - "1908, 2001 - VPP versions tested."
4069     - "Diff - difference between 1908 and 2001 VPP version."
4070
4071 # VPP Performance Changes 3n-tsh 1t1c pdr
4072 - type: "table"
4073   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4074   algorithm: "table_comparison"
4075   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4076   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4077   filter: "'1T1C'"
4078   columns:
4079     - title: "1908"
4080       data-set: "vpp-performance-changes-3n-tsh-ref"
4081     - title: "2001"
4082       data-set: "vpp-performance-changes-3n-tsh-cmp"
4083   comparisons:
4084     - title: "Diff"
4085       reference: 1
4086       compare: 2
4087   legend:
4088     - "Legend to Table"
4089     - "1908, 2001 - VPP versions tested."
4090     - "Diff - difference between 1908 and 2001 VPP version."
4091
4092 # VPP Performance Changes 3n-tsh 2t2c pdr
4093 - type: "table"
4094   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4095   algorithm: "table_comparison"
4096   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4097   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4098   filter: "'2T2C'"
4099   columns:
4100     - title: "1908"
4101       data-set: "vpp-performance-changes-3n-tsh-ref"
4102     - title: "2001"
4103       data-set: "vpp-performance-changes-3n-tsh-cmp"
4104   comparisons:
4105     - title: "Diff"
4106       reference: 1
4107       compare: 2
4108   legend:
4109     - "Legend to Table"
4110     - "1908, 2001 - VPP versions tested."
4111     - "Diff - difference between 1908 and 2001 VPP version."
4112
4113 # VPP Performance Changes 3n-tsh 1t1c ndr
4114 - type: "table"
4115   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4116   algorithm: "table_comparison"
4117   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4118   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4119   filter: "'1T1C'"
4120   columns:
4121     - title: "1908"
4122       data-set: "vpp-performance-changes-3n-tsh-ref"
4123     - title: "2001"
4124       data-set: "vpp-performance-changes-3n-tsh-cmp"
4125   comparisons:
4126     - title: "Diff"
4127       reference: 1
4128       compare: 2
4129   legend:
4130     - "Legend to Table"
4131     - "1908, 2001 - VPP versions tested."
4132     - "Diff - difference between 1908 and 2001 VPP version."
4133
4134 # VPP Performance Changes 3n-tsh 2t2c ndr
4135 - type: "table"
4136   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4137   algorithm: "table_comparison"
4138   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4139   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4140   filter: "'2T2C'"
4141   columns:
4142     - title: "1908"
4143       data-set: "vpp-performance-changes-3n-tsh-ref"
4144     - title: "2001"
4145       data-set: "vpp-performance-changes-3n-tsh-cmp"
4146   comparisons:
4147     - title: "Diff"
4148       reference: 1
4149       compare: 2
4150   legend:
4151     - "Legend to Table"
4152     - "1908, 2001 - VPP versions tested."
4153     - "Diff - difference between 1908 and 2001 VPP version."
4154
4155 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4156 - type: "table"
4157   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4158   algorithm: "table_comparison"
4159   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4160   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4161   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4162   columns:
4163     - title: "3n-hsw xl710"
4164       data-set: "vpp-compare-testbeds-ref"
4165       tag: "NIC_Intel-XL710"
4166     - title: "3n-skx xxv710"
4167       data-set: "vpp-compare-testbeds-cmp"
4168       tag: "NIC_Intel-XXV710"
4169   comparisons:
4170     - title: "Diff"
4171       reference: 1
4172       compare: 2
4173   legend:
4174     - "Legend to Table"
4175     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4176     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4177
4178 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4179 - type: "table"
4180   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4181   algorithm: "table_comparison"
4182   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4183   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4184   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4185   columns:
4186     - title: "3n-hsw xl710"
4187       data-set: "vpp-compare-testbeds-ref"
4188       tag: "NIC_Intel-XL710"
4189     - title: "3n-skx xxv710"
4190       data-set: "vpp-compare-testbeds-cmp"
4191       tag: "NIC_Intel-XXV710"
4192   comparisons:
4193     - title: "Diff"
4194       reference: 1
4195       compare: 2
4196   legend:
4197     - "Legend to Table"
4198     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4199     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4200
4201 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4202 - type: "table"
4203   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4204   algorithm: "table_comparison"
4205   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4206   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4207   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4208   columns:
4209     - title: "3n-hsw xl710"
4210       data-set: "vpp-compare-testbeds-ref"
4211       tag: "NIC_Intel-XL710"
4212     - title: "3n-skx xxv710"
4213       data-set: "vpp-compare-testbeds-cmp"
4214       tag: "NIC_Intel-XXV710"
4215   comparisons:
4216     - title: "Diff"
4217       reference: 1
4218       compare: 2
4219   legend:
4220     - "Legend to Table"
4221     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4222     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4223
4224 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4225 - type: "table"
4226   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4227   algorithm: "table_comparison"
4228   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4229   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4230   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4231   columns:
4232     - title: "3n-hsw xl710"
4233       data-set: "vpp-compare-testbeds-ref"
4234       tag: "NIC_Intel-XL710"
4235     - title: "3n-skx xxv710"
4236       data-set: "vpp-compare-testbeds-cmp"
4237       tag: "NIC_Intel-XXV710"
4238   comparisons:
4239     - title: "Diff"
4240       reference: 1
4241       compare: 2
4242   legend:
4243     - "Legend to Table"
4244     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4245     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4246
4247 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4248 - type: "table"
4249   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4250   algorithm: "table_comparison"
4251   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4252   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4253   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4254   columns:
4255     - title: "2n-skx"
4256       data-set: "vpp-compare-testbeds-skx-clx-ref"
4257     - title: "2n-clx"
4258       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4259   comparisons:
4260     - title: "Diff"
4261       reference: 1
4262       compare: 2
4263   legend:
4264     - "Legend to Table"
4265     - "2n-skx, 2n-clx - testbeds and NICs tested."
4266     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4267
4268 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4269 - type: "table"
4270   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4271   algorithm: "table_comparison"
4272   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4273   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4274   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4275   columns:
4276     - title: "2n-skx"
4277       data-set: "vpp-compare-testbeds-skx-clx-ref"
4278     - title: "2n-clx"
4279       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4280   comparisons:
4281     - title: "Diff"
4282       reference: 1
4283       compare: 2
4284   legend:
4285     - "Legend to Table"
4286     - "2n-skx, 2n-clx - testbeds and NICs tested."
4287     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4288
4289 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4290 - type: "table"
4291   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4292   algorithm: "table_comparison"
4293   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4294   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4295   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4296   columns:
4297     - title: "2n-skx"
4298       data-set: "vpp-compare-testbeds-skx-clx-ref"
4299     - title: "2n-clx"
4300       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4301   comparisons:
4302     - title: "Diff"
4303       reference: 1
4304       compare: 2
4305   legend:
4306     - "Legend to Table"
4307     - "2n-skx, 2n-clx - testbeds and NICs tested."
4308     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4309
4310 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4311 - type: "table"
4312   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4313   algorithm: "table_comparison"
4314   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4315   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4316   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4317   columns:
4318     - title: "2n-skx"
4319       data-set: "vpp-compare-testbeds-skx-clx-ref"
4320     - title: "2n-clx"
4321       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4322   comparisons:
4323     - title: "Diff"
4324       reference: 1
4325       compare: 2
4326   legend:
4327     - "Legend to Table"
4328     - "2n-skx, 2n-clx - testbeds and NICs tested."
4329     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4330
4331 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4332 - type: "table"
4333   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4334   algorithm: "table_comparison"
4335   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4336   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4337   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4338   columns:
4339     - title: "3n-hsw xl710"
4340       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4341       tag: "NIC_Intel-XL710"
4342     - title: "2n-clx xxv710"
4343       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4344       tag: "NIC_Intel-XXV710"
4345   comparisons:
4346     - title: "Diff"
4347       reference: 1
4348       compare: 2
4349   legend:
4350     - "Legend to Table"
4351     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4352     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4353
4354 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4355 - type: "table"
4356   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4357   algorithm: "table_comparison"
4358   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4359   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4360   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4361   columns:
4362     - title: "3n-hsw xl710"
4363       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4364       tag: "NIC_Intel-XL710"
4365     - title: "2n-clx xxv710"
4366       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4367       tag: "NIC_Intel-XXV710"
4368   comparisons:
4369     - title: "Diff"
4370       reference: 1
4371       compare: 2
4372   legend:
4373     - "Legend to Table"
4374     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4375     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4376
4377 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4378 - type: "table"
4379   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4380   algorithm: "table_comparison"
4381   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4382   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4383   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4384   columns:
4385     - title: "3n-hsw xl710"
4386       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4387       tag: "NIC_Intel-XL710"
4388     - title: "2n-clx xxv710"
4389       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4390       tag: "NIC_Intel-XXV710"
4391   comparisons:
4392     - title: "Diff"
4393       reference: 1
4394       compare: 2
4395   legend:
4396     - "Legend to Table"
4397     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4398     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4399
4400 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4401 - type: "table"
4402   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4403   algorithm: "table_comparison"
4404   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4405   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4406   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4407   columns:
4408     - title: "3n-hsw xl710"
4409       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4410       tag: "NIC_Intel-XL710"
4411     - title: "2n-clx xxv710"
4412       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4413       tag: "NIC_Intel-XXV710"
4414   comparisons:
4415     - title: "Diff"
4416       reference: 1
4417       compare: 2
4418   legend:
4419     - "Legend to Table"
4420     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4421     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4422
4423 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4424 - type: "table"
4425   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4426   algorithm: "table_comparison"
4427   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4428   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4429   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4430   columns:
4431     - title: "3n-skx"
4432       data-set: "vpp-compare-topologies-ref"
4433     - title: "2n-skx"
4434       data-set: "vpp-compare-topologies-cmp"
4435   comparisons:
4436     - title: "Diff"
4437       reference: 1
4438       compare: 2
4439   legend:
4440     - "Legend to Table"
4441     - "3n-skx, 2n-skx - topologies tested."
4442     - "Diff - difference between 3n-skx and 2n-skx topologies."
4443
4444 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4445 - type: "table"
4446   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4447   algorithm: "table_comparison"
4448   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4449   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4450   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4451   columns:
4452     - title: "3n-skx"
4453       data-set: "vpp-compare-topologies-ref"
4454     - title: "2n-skx"
4455       data-set: "vpp-compare-topologies-cmp"
4456   comparisons:
4457     - title: "Diff"
4458       reference: 1
4459       compare: 2
4460   legend:
4461     - "Legend to Table"
4462     - "3n-skx, 2n-skx - topologies tested."
4463     - "Diff - difference between 3n-skx and 2n-skx topologies."
4464
4465 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4466 - type: "table"
4467   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4468   algorithm: "table_comparison"
4469   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4470   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4471   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4472   columns:
4473     - title: "3n-skx"
4474       data-set: "vpp-compare-topologies-ref"
4475     - title: "2n-skx"
4476       data-set: "vpp-compare-topologies-cmp"
4477   comparisons:
4478     - title: "Diff"
4479       reference: 1
4480       compare: 2
4481   legend:
4482     - "Legend to Table"
4483     - "3n-skx, 2n-skx - topologies tested."
4484     - "Diff - difference between 3n-skx and 2n-skx topologies."
4485
4486 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4487 - type: "table"
4488   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4489   algorithm: "table_comparison"
4490   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4491   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4492   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4493   columns:
4494     - title: "3n-skx"
4495       data-set: "vpp-compare-topologies-ref"
4496     - title: "2n-skx"
4497       data-set: "vpp-compare-topologies-cmp"
4498   comparisons:
4499     - title: "Diff"
4500       reference: 1
4501       compare: 2
4502   legend:
4503     - "Legend to Table"
4504     - "3n-skx, 2n-skx - topologies tested."
4505     - "Diff - difference between 3n-skx and 2n-skx topologies."
4506
4507 # VPP Performance Changes 3n-hsw 1t1c mrr
4508 - type: "table"
4509   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4510   algorithm: "table_comparison"
4511   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4512   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4513   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4514   columns:
4515     - title: "1904"
4516       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4517     - title: "1908"
4518       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4519     - title: "2001"
4520       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4521   comparisons:
4522     - title: "Diff"
4523       reference: 2
4524       compare: 3
4525   legend:
4526     - "Legend to Table"
4527     - "1904, 1908, 2001 - VPP versions tested."
4528     - "Diff - difference between 1908 and 2001 VPP version."
4529
4530 # VPP Performance Changes 3n-hsw 2t2c mrr
4531 - type: "table"
4532   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4533   algorithm: "table_comparison"
4534   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4535   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4536   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4537   columns:
4538     - title: "1904"
4539       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4540     - title: "1908"
4541       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4542     - title: "2001"
4543       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4544   comparisons:
4545     - title: "Diff"
4546       reference: 2
4547       compare: 3
4548   legend:
4549     - "Legend to Table"
4550     - "1904, 1908, 2001 - VPP versions tested."
4551     - "Diff - difference between 1908 and 2001 VPP version."
4552
4553 # VPP Performance Changes 3n-hsw 4t4c mrr
4554 - type: "table"
4555   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4556   algorithm: "table_comparison"
4557   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4558   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4559   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4560   columns:
4561     - title: "1904"
4562       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4563     - title: "1908"
4564       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4565     - title: "2001"
4566       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4567   comparisons:
4568     - title: "Diff"
4569       reference: 2
4570       compare: 3
4571   legend:
4572     - "Legend to Table"
4573     - "1904, 1908, 2001 - VPP versions tested."
4574     - "Diff - difference between 1908 and 2001 VPP version."
4575
4576 # VPP Performance Changes 3n-skx 2t1c mrr
4577 - type: "table"
4578   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4579   algorithm: "table_comparison"
4580   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4581   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4582   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4583   columns:
4584     - title: "1904"
4585       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4586     - title: "1908"
4587       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4588     - title: "2001"
4589       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4590   comparisons:
4591     - title: "Diff"
4592       reference: 2
4593       compare: 3
4594   legend:
4595     - "Legend to Table"
4596     - "1904, 1908, 2001 - VPP versions tested."
4597     - "Diff - difference between 1908 and 2001 VPP version."
4598
4599 # VPP Performance Changes 3n-skx 4t2c mrr
4600 - type: "table"
4601   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4602   algorithm: "table_comparison"
4603   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4604   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4605   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4606   columns:
4607     - title: "1904"
4608       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4609     - title: "1908"
4610       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4611     - title: "2001"
4612       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4613   comparisons:
4614     - title: "Diff"
4615       reference: 2
4616       compare: 3
4617   legend:
4618     - "Legend to Table"
4619     - "1904, 1908, 2001 - VPP versions tested."
4620     - "Diff - difference between 1908 and 2001 VPP version."
4621
4622 # VPP Performance Changes 3n-skx 8t4c mrr
4623 - type: "table"
4624   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4625   algorithm: "table_comparison"
4626   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4627   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4628   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4629   columns:
4630     - title: "1904"
4631       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4632     - title: "1908"
4633       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4634     - title: "2001"
4635       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4636   comparisons:
4637     - title: "Diff"
4638       reference: 2
4639       compare: 3
4640   legend:
4641     - "Legend to Table"
4642     - "1904, 1908, 2001 - VPP versions tested."
4643     - "Diff - difference between 1908 and 2001 VPP version."
4644
4645 # VPP Performance Changes 2n-skx 2t1c mrr
4646 - type: "table"
4647   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4648   algorithm: "table_comparison"
4649   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4650   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4651   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4652   columns:
4653     - title: "1904"
4654       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4655     - title: "1908"
4656       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4657     - title: "2001"
4658       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4659   comparisons:
4660     - title: "Diff"
4661       reference: 2
4662       compare: 3
4663   legend:
4664     - "Legend to Table"
4665     - "1904, 1908, 2001 - VPP versions tested."
4666     - "Diff - difference between 1908 and 2001 VPP version."
4667
4668 # VPP Performance Changes 2n-skx 4t2c mrr
4669 - type: "table"
4670   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4671   algorithm: "table_comparison"
4672   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4673   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4674   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4675   columns:
4676     - title: "1904"
4677       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4678     - title: "1908"
4679       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4680     - title: "2001"
4681       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4682   comparisons:
4683     - title: "Diff"
4684       reference: 2
4685       compare: 3
4686   legend:
4687     - "Legend to Table"
4688     - "1904, 1908, 2001 - VPP versions tested."
4689     - "Diff - difference between 1908 and 2001 VPP version."
4690
4691 # VPP Performance Changes 2n-skx 8t4c mrr
4692 - type: "table"
4693   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4694   algorithm: "table_comparison"
4695   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4696   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4697   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4698   columns:
4699     - title: "1904"
4700       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4701     - title: "1908"
4702       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4703     - title: "2001"
4704       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4705   comparisons:
4706     - title: "Diff"
4707       reference: 2
4708       compare: 3
4709   legend:
4710     - "Legend to Table"
4711     - "1904, 1908, 2001 - VPP versions tested."
4712     - "Diff - difference between 1908 and 2001 VPP version."
4713
4714 # VPP Performance Changes 2n-dnv 1t1c mrr
4715 - type: "table"
4716   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4717   algorithm: "table_comparison"
4718   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4719   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4720   filter: "'1T1C'"
4721   columns:
4722     - title: "1908"
4723       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4724     - title: "2001"
4725       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4726   comparisons:
4727     - title: "Diff"
4728       reference: 1
4729       compare: 2
4730   legend:
4731     - "Legend to Table"
4732     - "1908, 2001 - VPP versions tested."
4733     - "Diff - difference between 1908 and 2001 VPP version."
4734
4735 # VPP Performance Changes 2n-dnv 2t2c mrr
4736 - type: "table"
4737   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4738   algorithm: "table_comparison"
4739   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4740   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4741   filter: "'2T2C'"
4742   columns:
4743     - title: "1908"
4744       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4745     - title: "2001"
4746       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4747   comparisons:
4748     - title: "Diff"
4749       reference: 1
4750       compare: 2
4751   legend:
4752     - "Legend to Table"
4753     - "1908, 2001 - VPP versions tested."
4754     - "Diff - difference between 1908 and 2001 VPP version."
4755
4756 # VPP Performance Changes 2n-dnv 4t4c mrr
4757 - type: "table"
4758   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4759   algorithm: "table_comparison"
4760   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4761   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4762   filter: "'4T4C'"
4763   columns:
4764     - title: "1908"
4765       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4766     - title: "2001"
4767       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4768   comparisons:
4769     - title: "Diff"
4770       reference: 1
4771       compare: 2
4772   legend:
4773     - "Legend to Table"
4774     - "1908, 2001 - VPP versions tested."
4775     - "Diff - difference between 1908 and 2001 VPP version."
4776
4777 # VPP Performance Changes 3n-dnv 1t1c mrr
4778 - type: "table"
4779   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4780   algorithm: "table_comparison"
4781   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4782   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4783   filter: "'1T1C'"
4784   columns:
4785     - title: "1908"
4786       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4787     - title: "2001"
4788       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4789   comparisons:
4790     - title: "Diff"
4791       reference: 1
4792       compare: 2
4793   legend:
4794     - "Legend to Table"
4795     - "1908, 2001 - VPP versions tested."
4796     - "Diff - difference between 1908 and 2001 VPP version."
4797
4798 # VPP Performance Changes 3n-dnv 2t2c mrr
4799 - type: "table"
4800   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4801   algorithm: "table_comparison"
4802   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4803   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4804   filter: "'2T2C'"
4805   columns:
4806     - title: "1908"
4807       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4808     - title: "2001"
4809       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4810   comparisons:
4811     - title: "Diff"
4812       reference: 1
4813       compare: 2
4814   legend:
4815     - "Legend to Table"
4816     - "1908, 2001 - VPP versions tested."
4817     - "Diff - difference between 1908 and 2001 VPP version."
4818
4819 # VPP Performance Changes 3n-dnv 4t4c mrr
4820 - type: "table"
4821   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4822   algorithm: "table_comparison"
4823   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4824   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4825   filter: "'4T4C'"
4826   columns:
4827     - title: "1908"
4828       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4829     - title: "2001"
4830       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4831   comparisons:
4832     - title: "Diff"
4833       reference: 1
4834       compare: 2
4835   legend:
4836     - "Legend to Table"
4837     - "1908, 2001 - VPP versions tested."
4838     - "Diff - difference between 1908 and 2001 VPP version."
4839
4840 # VPP Performance Changes 3n-tsh 1t1c mrr
4841 - type: "table"
4842   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4843   algorithm: "table_comparison"
4844   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4845   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4846   filter: "'1T1C'"
4847   columns:
4848     - title: "1908"
4849       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4850     - title: "2001"
4851       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4852   comparisons:
4853     - title: "Diff"
4854       reference: 1
4855       compare: 2
4856   legend:
4857     - "Legend to Table"
4858     - "1908, 2001 - VPP versions tested."
4859     - "Diff - difference between 1908 and 2001 VPP version."
4860
4861 # VPP Performance Changes 3n-tsh 2t2c mrr
4862 - type: "table"
4863   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4864   algorithm: "table_comparison"
4865   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4866   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4867   filter: "'2T2C'"
4868   columns:
4869     - title: "1908"
4870       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4871     - title: "2001"
4872       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4873   comparisons:
4874     - title: "Diff"
4875       reference: 1
4876       compare: 2
4877   legend:
4878     - "Legend to Table"
4879     - "1908, 2001 - VPP versions tested."
4880     - "Diff - difference between 1908 and 2001 VPP version."
4881
4882 # VPP Performance Changes 3n-tsh 4t4c mrr
4883 - type: "table"
4884   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4885   algorithm: "table_comparison"
4886   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4887   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4888   filter: "'4T4C'"
4889   columns:
4890     - title: "1908"
4891       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4892     - title: "2001"
4893       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4894   comparisons:
4895     - title: "Diff"
4896       reference: 1
4897       compare: 2
4898   legend:
4899     - "Legend to Table"
4900     - "1908, 2001 - VPP versions tested."
4901     - "Diff - difference between 1908 and 2001 VPP version."
4902
4903 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4904 - type: "table"
4905   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4906   algorithm: "table_comparison"
4907   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4909   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4910   columns:
4911     - title: "3n-hsw xl710"
4912       data-set: "vpp-compare-testbeds-mrr-ref"
4913       tag: "NIC_Intel-XL710"
4914     - title: "3n-skx xxv710"
4915       data-set: "vpp-compare-testbeds-mrr-cmp"
4916       tag: "NIC_Intel-XXV710"
4917   comparisons:
4918     - title: "Diff"
4919       reference: 1
4920       compare: 2
4921   legend:
4922     - "Legend to Table"
4923     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4924     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4925
4926 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4927 - type: "table"
4928   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4929   algorithm: "table_comparison"
4930   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4931   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4932   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4933   columns:
4934     - title: "3n-hsw xl710"
4935       data-set: "vpp-compare-testbeds-mrr-ref"
4936       tag: "NIC_Intel-XL710"
4937     - title: "3n-skx xxv710"
4938       data-set: "vpp-compare-testbeds-mrr-cmp"
4939       tag: "NIC_Intel-XXV710"
4940   comparisons:
4941     - title: "Diff"
4942       reference: 1
4943       compare: 2
4944   legend:
4945     - "Legend to Table"
4946     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4947     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4948
4949 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4950 - type: "table"
4951   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4952   algorithm: "table_comparison"
4953   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4954   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4955   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4956   columns:
4957     - title: "3n-hsw xl710"
4958       data-set: "vpp-compare-testbeds-mrr-ref"
4959       tag: "NIC_Intel-XL710"
4960     - title: "3n-skx xxv710"
4961       data-set: "vpp-compare-testbeds-mrr-cmp"
4962       tag: "NIC_Intel-XXV710"
4963   comparisons:
4964     - title: "Diff"
4965       reference: 1
4966       compare: 2
4967   legend:
4968     - "Legend to Table"
4969     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4970     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4971
4972 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4973 - type: "table"
4974   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4975   algorithm: "table_comparison"
4976   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4977   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4978   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4979   columns:
4980     - title: "2n-skx"
4981       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4982     - title: "2n-clx"
4983       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4984   comparisons:
4985     - title: "Diff"
4986       reference: 1
4987       compare: 2
4988   legend:
4989     - "Legend to Table"
4990     - "2n-skx, 2n-clx - testbeds and NICs tested."
4991     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4992
4993 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4994 - type: "table"
4995   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4996   algorithm: "table_comparison"
4997   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4998   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4999   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5000   columns:
5001     - title: "2n-skx"
5002       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5003     - title: "2n-clx"
5004       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5005   comparisons:
5006     - title: "Diff"
5007       reference: 1
5008       compare: 2
5009   legend:
5010     - "Legend to Table"
5011     - "2n-skx, 2n-clx - testbeds and NICs tested."
5012     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5013
5014 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5015 - type: "table"
5016   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5017   algorithm: "table_comparison"
5018   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5019   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5020   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5021   columns:
5022     - title: "2n-skx"
5023       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5024     - title: "2n-clx"
5025       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5026   comparisons:
5027     - title: "Diff"
5028       reference: 1
5029       compare: 2
5030   legend:
5031     - "Legend to Table"
5032     - "2n-skx, 2n-clx - testbeds and NICs tested."
5033     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5034
5035 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5036 - type: "table"
5037   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5038   algorithm: "table_comparison"
5039   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5040   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5041   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5042   columns:
5043     - title: "3n-skx"
5044       data-set: "vpp-compare-topologies-mrr-ref"
5045     - title: "2n-skx"
5046       data-set: "vpp-compare-topologies-mrr-cmp"
5047   comparisons:
5048     - title: "Diff"
5049       reference: 1
5050       compare: 2
5051   legend:
5052     - "Legend to Table"
5053     - "3n-skx, 2n-skx - topologies tested."
5054     - "Diff - difference between 3n-skx and 2n-skx topologies."
5055
5056 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5057 - type: "table"
5058   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5059   algorithm: "table_comparison"
5060   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5061   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5062   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5063   columns:
5064     - title: "3n-skx"
5065       data-set: "vpp-compare-topologies-mrr-ref"
5066     - title: "2n-skx"
5067       data-set: "vpp-compare-topologies-mrr-cmp"
5068   comparisons:
5069     - title: "Diff"
5070       reference: 1
5071       compare: 2
5072   legend:
5073     - "Legend to Table"
5074     - "3n-skx, 2n-skx - topologies tested."
5075     - "Diff - difference between 3n-skx and 2n-skx topologies."
5076
5077 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5078 - type: "table"
5079   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5080   algorithm: "table_comparison"
5081   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5082   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5083   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5084   columns:
5085     - title: "3n-skx"
5086       data-set: "vpp-compare-topologies-mrr-ref"
5087     - title: "2n-skx"
5088       data-set: "vpp-compare-topologies-mrr-cmp"
5089   comparisons:
5090     - title: "Diff"
5091       reference: 1
5092       compare: 2
5093   legend:
5094     - "Legend to Table"
5095     - "3n-skx, 2n-skx - topologies tested."
5096     - "Diff - difference between 3n-skx and 2n-skx topologies."
5097
5098 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5099 - type: "table"
5100   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5101   algorithm: "table_comparison"
5102   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5103   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5104   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5105   columns:
5106     - title: "3n-hsw xl710"
5107       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5108       tag: "NIC_Intel-XL710"
5109     - title: "2n-clx xxv710"
5110       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5111       tag: "NIC_Intel-XXV710"
5112   comparisons:
5113     - title: "Diff"
5114       reference: 1
5115       compare: 2
5116   legend:
5117     - "Legend to Table"
5118     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5119     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5120
5121 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5122 - type: "table"
5123   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5124   algorithm: "table_comparison"
5125   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5126   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5127   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5128   columns:
5129     - title: "3n-hsw xl710"
5130       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5131       tag: "NIC_Intel-XL710"
5132     - title: "2n-clx xxv710"
5133       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5134       tag: "NIC_Intel-XXV710"
5135   comparisons:
5136     - title: "Diff"
5137       reference: 1
5138       compare: 2
5139   legend:
5140     - "Legend to Table"
5141     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5142     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5143
5144 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5145 - type: "table"
5146   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5147   algorithm: "table_comparison"
5148   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5149   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5150   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5151   columns:
5152     - title: "3n-hsw xl710"
5153       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5154       tag: "NIC_Intel-XL710"
5155     - title: "2n-clx xxv710"
5156       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5157       tag: "NIC_Intel-XXV710"
5158   comparisons:
5159     - title: "Diff"
5160       reference: 1
5161       compare: 2
5162   legend:
5163     - "Legend to Table"
5164     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5165     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5166
5167 # Detailed Test Results - VPP Performance Results 3n-hsw
5168 - type: "table"
5169   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5170   algorithm: "table_merged_details"
5171   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5172   columns:
5173     - title: " |prein| Test Name |preout| "
5174       data: "data name"
5175     - 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| "
5176       data: "data msg"
5177   data: "vpp-perf-results-3n-hsw"
5178   filter: "all"
5179   parameters:
5180   - "name"
5181   - "parent"
5182   - "msg"
5183
5184 # Detailed Test Results - VPP Performance Results 3n-skx
5185 - type: "table"
5186   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5187   algorithm: "table_merged_details"
5188   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5189   columns:
5190     - title: " |prein| Test Name |preout| "
5191       data: "data name"
5192     - 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| "
5193       data: "data msg"
5194   data: "vpp-perf-results-3n-skx"
5195   filter: "all"
5196   remove-ndr: True  # Temporary solution: remove NDR results from test message
5197   parameters:
5198   - "name"
5199   - "parent"
5200   - "msg"
5201
5202 # Detailed Test Results - VPP Performance Results 2n-skx
5203 - type: "table"
5204   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5205   algorithm: "table_merged_details"
5206   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5207   columns:
5208     - title: " |prein| Test Name |preout| "
5209       data: "data name"
5210     - 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| "
5211       data: "data msg"
5212   data: "vpp-perf-results-2n-skx"
5213   filter: "all"
5214   remove-ndr: True  # Temporary solution: remove NDR results from test message
5215   parameters:
5216   - "name"
5217   - "parent"
5218   - "msg"
5219
5220 # Detailed Test Results - VPP Performance Results 2n-clx
5221 - type: "table"
5222   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5223   algorithm: "table_merged_details"
5224   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5225   columns:
5226     - title: " |prein| Test Name |preout| "
5227       data: "data name"
5228     - 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| "
5229       data: "data msg"
5230   data: "vpp-perf-results-2n-clx"
5231   filter: "all"
5232   parameters:
5233   - "name"
5234   - "parent"
5235   - "msg"
5236
5237 # Detailed Test Results - VPP Performance Results 3n-tsh
5238 - type: "table"
5239   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5240   algorithm: "table_merged_details"
5241   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5242   columns:
5243     - title: " |prein| Test Name |preout| "
5244       data: "data name"
5245     - 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| "
5246       data: "data msg"
5247   data: "vpp-perf-results-3n-tsh"
5248   filter: "all"
5249   parameters:
5250   - "name"
5251   - "parent"
5252   - "msg"
5253
5254 # Detailed Test Results - VPP Performance Results 3n-dnv
5255 - type: "table"
5256   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5257   algorithm: "table_merged_details"
5258   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5259   columns:
5260     - title: " |prein| Test Name |preout| "
5261       data: "data name"
5262     - 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| "
5263       data: "data msg"
5264   data: "vpp-perf-results-3n-dnv"
5265   filter: "all"
5266   parameters:
5267   - "name"
5268   - "parent"
5269   - "msg"
5270
5271 # Detailed Test Results - VPP Performance Results 2n-dnv
5272 - type: "table"
5273   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5274   algorithm: "table_merged_details"
5275   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5276   columns:
5277     - title: " |prein| Test Name |preout| "
5278       data: "data name"
5279     - 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| "
5280       data: "data msg"
5281   data: "vpp-perf-results-2n-dnv"
5282   filter: "all"
5283   parameters:
5284   - "name"
5285   - "parent"
5286   - "msg"
5287
5288 # Test configuration - VPP Performance Test Configs 3n-hsw
5289 - type: "table"
5290   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5291   algorithm: "table_merged_details"
5292   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5293   columns:
5294     - title: " |prein| Test Name |preout| "
5295       data: "data name"
5296     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5297       data: "data conf-history"
5298   data: "vpp-perf-results-3n-hsw"
5299   filter: "all"
5300   parameters:
5301   - "parent"
5302   - "name"
5303   - "conf-history"
5304
5305 # Test configuration - VPP Performance Test Configs 3n-skx
5306 - type: "table"
5307   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5308   algorithm: "table_merged_details"
5309   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5310   columns:
5311     - title: " |prein| Test Name |preout| "
5312       data: "data name"
5313     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5314       data: "data conf-history"
5315   data: "vpp-perf-results-3n-skx"
5316   filter: "all"
5317   parameters:
5318   - "parent"
5319   - "name"
5320   - "conf-history"
5321
5322 # Test configuration - VPP Performance Test Configs 2n-skx
5323 - type: "table"
5324   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5325   algorithm: "table_merged_details"
5326   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5327   columns:
5328     - title: " |prein| Test Name |preout| "
5329       data: "data name"
5330     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5331       data: "data conf-history"
5332   data: "vpp-perf-results-2n-skx"
5333   filter: "all"
5334   parameters:
5335   - "parent"
5336   - "name"
5337   - "conf-history"
5338
5339 # Test configuration - VPP Performance Test Configs 2n-clx
5340 - type: "table"
5341   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5342   algorithm: "table_merged_details"
5343   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5344   columns:
5345     - title: " |prein| Test Name |preout| "
5346       data: "data name"
5347     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5348       data: "data conf-history"
5349   data: "vpp-perf-results-2n-clx"
5350   filter: "all"
5351   parameters:
5352   - "parent"
5353   - "name"
5354   - "conf-history"
5355
5356 # Test configuration - VPP Performance Test Configs 3n-tsh
5357 - type: "table"
5358   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5359   algorithm: "table_merged_details"
5360   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5361   columns:
5362     - title: " |prein| Test Name |preout| "
5363       data: "data name"
5364     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5365       data: "data conf-history"
5366   data: "vpp-perf-results-3n-tsh"
5367   filter: "all"
5368   parameters:
5369   - "parent"
5370   - "name"
5371   - "conf-history"
5372
5373 # Test configuration - VPP Performance Test Configs 3n-dnv
5374 - type: "table"
5375   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5376   algorithm: "table_merged_details"
5377   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5378   columns:
5379     - title: " |prein| Test Name |preout| "
5380       data: "data name"
5381     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5382       data: "data conf-history"
5383   data: "vpp-perf-results-3n-dnv"
5384   filter: "all"
5385   parameters:
5386   - "parent"
5387   - "name"
5388   - "conf-history"
5389
5390 # Test configuration - VPP Performance Test Configs 2n-dnv
5391 - type: "table"
5392   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5393   algorithm: "table_merged_details"
5394   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5395   columns:
5396     - title: " |prein| Test Name |preout| "
5397       data: "data name"
5398     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5399       data: "data conf-history"
5400   data: "vpp-perf-results-2n-dnv"
5401   filter: "all"
5402   parameters:
5403   - "parent"
5404   - "name"
5405   - "conf-history"
5406
5407 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5408 - type: "table"
5409   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5410   algorithm: "table_oper_data_html"
5411   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5412   data: "vpp-perf-results-3n-hsw"
5413   filter: "all"
5414
5415 # Test Operational Data - VPP Performance Operational Data 3n-skx
5416 - type: "table"
5417   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5418   algorithm: "table_oper_data_html"
5419   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5420   data: "vpp-perf-results-3n-skx"
5421   filter: "all"
5422
5423 # Test Operational Data - VPP Performance Operational Data 2n-skx
5424 - type: "table"
5425   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5426   algorithm: "table_oper_data_html"
5427   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5428   data: "vpp-perf-results-2n-skx"
5429   filter: "all"
5430
5431 # Test Operational Data - VPP Performance Operational Data 2n-clx
5432 - type: "table"
5433   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5434   algorithm: "table_oper_data_html"
5435   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5436   data: "vpp-perf-results-2n-clx"
5437   filter: "all"
5438
5439 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5440 - type: "table"
5441   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5442   algorithm: "table_oper_data_html"
5443   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5444   data: "vpp-perf-results-3n-tsh"
5445   filter: "all"
5446
5447 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5448 - type: "table"
5449   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5450   algorithm: "table_oper_data_html"
5451   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5452   data: "vpp-perf-results-3n-dnv"
5453   filter: "all"
5454
5455 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5456 - type: "table"
5457   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5458   algorithm: "table_oper_data_html"
5459   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5460   data: "vpp-perf-results-2n-dnv"
5461   filter: "all"
5462
5463 # Detailed Test Results - VPP MRR Results 3n-hsw
5464 - type: "table"
5465   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5466   algorithm: "table_merged_details"
5467   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5468   columns:
5469     - title: " |prein| Test Name |preout| "
5470       data: "data name"
5471     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5472       data: "data msg"
5473   data: "vpp-mrr-results-3n-hsw"
5474   filter: "all"
5475   parameters:
5476   - "name"
5477   - "parent"
5478   - "msg"
5479
5480 # Detailed Test Results - VPP MRR Results 3n-skx
5481 - type: "table"
5482   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5483   algorithm: "table_merged_details"
5484   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5485   columns:
5486     - title: " |prein| Test Name |preout| "
5487       data: "data name"
5488     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5489       data: "data msg"
5490   data: "vpp-mrr-results-3n-skx"
5491   filter: "all"
5492   parameters:
5493   - "name"
5494   - "parent"
5495   - "msg"
5496
5497 # Detailed Test Results - VPP MRR Results 2n-skx
5498 - type: "table"
5499   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5500   algorithm: "table_merged_details"
5501   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5502   columns:
5503     - title: " |prein| Test Name |preout| "
5504       data: "data name"
5505     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5506       data: "data msg"
5507   data: "vpp-mrr-results-2n-skx"
5508   filter: "all"
5509   parameters:
5510   - "name"
5511   - "parent"
5512   - "msg"
5513
5514 # Detailed Test Results - VPP MRR Results 2n-clx
5515 - type: "table"
5516   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5517   algorithm: "table_merged_details"
5518   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5519   columns:
5520     - title: " |prein| Test Name |preout| "
5521       data: "data name"
5522     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5523       data: "data msg"
5524   data: "vpp-mrr-results-2n-clx"
5525   filter: "all"
5526   parameters:
5527   - "name"
5528   - "parent"
5529   - "msg"
5530
5531 # Detailed Test Results - VPP MRR Results 3n-tsh
5532 - type: "table"
5533   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5534   algorithm: "table_merged_details"
5535   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5536   columns:
5537     - title: " |prein| Test Name |preout| "
5538       data: "data name"
5539     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5540       data: "data msg"
5541   data: "vpp-mrr-results-3n-tsh"
5542   filter: "all"
5543   parameters:
5544   - "name"
5545   - "parent"
5546   - "msg"
5547
5548 # Detailed Test Results - VPP MRR Results 3n-dnv
5549 - type: "table"
5550   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5551   algorithm: "table_merged_details"
5552   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5553   columns:
5554     - title: " |prein| Test Name |preout| "
5555       data: "data name"
5556     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5557       data: "data msg"
5558   data: "vpp-mrr-results-3n-dnv"
5559   filter: "all"
5560   parameters:
5561   - "name"
5562   - "parent"
5563   - "msg"
5564
5565 # Detailed Test Results - VPP MRR Results 2n-dnv
5566 - type: "table"
5567   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5568   algorithm: "table_merged_details"
5569   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5570   columns:
5571     - title: " |prein| Test Name |preout| "
5572       data: "data name"
5573     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5574       data: "data msg"
5575   data: "vpp-mrr-results-2n-dnv"
5576   filter: "all"
5577   parameters:
5578   - "name"
5579   - "parent"
5580   - "msg"
5581
5582 # Test configuration - VPP MRR Test Configs 3n-hsw
5583 - type: "table"
5584   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5585   algorithm: "table_merged_details"
5586   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5587   columns:
5588     - title: " |prein| Test Name |preout| "
5589       data: "data name"
5590     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5591       data: "data conf-history"
5592   data: "vpp-mrr-results-3n-hsw"
5593   filter: "all"
5594   parameters:
5595   - "parent"
5596   - "name"
5597   - "conf-history"
5598
5599 # Test configuration - VPP MRR Test Configs 3n-skx
5600 - type: "table"
5601   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5602   algorithm: "table_merged_details"
5603   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5604   columns:
5605     - title: " |prein| Test Name |preout| "
5606       data: "data name"
5607     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5608       data: "data conf-history"
5609   data: "vpp-mrr-results-3n-skx"
5610   filter: "all"
5611   parameters:
5612   - "parent"
5613   - "name"
5614   - "conf-history"
5615
5616 # Test configuration - VPP MRR Test Configs 2n-skx
5617 - type: "table"
5618   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5619   algorithm: "table_merged_details"
5620   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5621   columns:
5622     - title: " |prein| Test Name |preout| "
5623       data: "data name"
5624     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5625       data: "data conf-history"
5626   data: "vpp-mrr-results-2n-skx"
5627   filter: "all"
5628   parameters:
5629   - "parent"
5630   - "name"
5631   - "conf-history"
5632
5633 # Test configuration - VPP MRR Test Configs 2n-clx
5634 - type: "table"
5635   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5636   algorithm: "table_merged_details"
5637   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5638   columns:
5639     - title: " |prein| Test Name |preout| "
5640       data: "data name"
5641     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5642       data: "data conf-history"
5643   data: "vpp-mrr-results-2n-clx"
5644   filter: "all"
5645   parameters:
5646   - "parent"
5647   - "name"
5648   - "conf-history"
5649
5650 # Test configuration - VPP MRR Test Configs 3n-tsh
5651 - type: "table"
5652   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5653   algorithm: "table_merged_details"
5654   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5655   columns:
5656     - title: " |prein| Test Name |preout| "
5657       data: "data name"
5658     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5659       data: "data conf-history"
5660   data: "vpp-mrr-results-3n-tsh"
5661   filter: "all"
5662   parameters:
5663   - "parent"
5664   - "name"
5665   - "conf-history"
5666
5667 # Test configuration - VPP MRR Test Configs 3n-dnv
5668 - type: "table"
5669   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5670   algorithm: "table_merged_details"
5671   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5672   columns:
5673     - title: " |prein| Test Name |preout| "
5674       data: "data name"
5675     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5676       data: "data conf-history"
5677   data: "vpp-mrr-results-3n-dnv"
5678   filter: "all"
5679   parameters:
5680   - "parent"
5681   - "name"
5682   - "conf-history"
5683
5684 # Test configuration - VPP MRR Test Configs 2n-dnv
5685 - type: "table"
5686   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5687   algorithm: "table_merged_details"
5688   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5689   columns:
5690     - title: " |prein| Test Name |preout| "
5691       data: "data name"
5692     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5693       data: "data conf-history"
5694   data: "vpp-mrr-results-2n-dnv"
5695   filter: "all"
5696   parameters:
5697   - "parent"
5698   - "name"
5699   - "conf-history"
5700
5701 # Detailed Test Results - VPP Device Results - Ubuntu
5702 - type: "table"
5703   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5704   algorithm: "table_merged_details"
5705   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5706   columns:
5707     - title: " |prein| Test Name |preout| "
5708       data: "data name"
5709     - title: " |prein| Status |preout| "
5710       data: "data status"
5711   data: "vpp-device-results-ubuntu"
5712   filter: "all"
5713   parameters:
5714   - "name"
5715   - "parent"
5716   - "doc"
5717   - "status"
5718
5719 # Test configuration - VPP Device Test Configs - Ubuntu
5720 - type: "table"
5721   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5722   algorithm: "table_merged_details"
5723   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5724   columns:
5725     - title: " |prein| Test Name |preout| "
5726       data: "data name"
5727     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5728       data: "data conf-history"
5729   data: "vpp-device-results-ubuntu"
5730   filter: "all"
5731   parameters:
5732   - "parent"
5733   - "name"
5734   - "conf-history"
5735
5736 ################################################################################
5737
5738 # DPDK Performance Changes 3n-hsw 1t1c pdr
5739 - type: "table"
5740   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5741   algorithm: "table_comparison"
5742   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5743   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5744   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5745   columns:
5746     - title: "1904"
5747       data-set: "dpdk-performance-changes-3n-hsw-h1"
5748     - title: "1908"
5749       data-set: "dpdk-performance-changes-3n-hsw-ref"
5750     - title: "2001"
5751       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5752   comparisons:
5753     - title: "Diff"
5754       reference: 2
5755       compare: 3
5756   legend:
5757     - "Legend to Table"
5758     - "1904, 1908, 2001 - DPDK versions tested."
5759     - "Diff - difference between 1908 and 2001 DPDK version."
5760
5761 # DPDK Performance Changes 3n-hsw 2t2c pdr
5762 - type: "table"
5763   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5764   algorithm: "table_comparison"
5765   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5766   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5767   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5768   columns:
5769     - title: "1904"
5770       data-set: "dpdk-performance-changes-3n-hsw-h1"
5771     - title: "1908"
5772       data-set: "dpdk-performance-changes-3n-hsw-ref"
5773     - title: "2001"
5774       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5775   comparisons:
5776     - title: "Diff"
5777       reference: 2
5778       compare: 3
5779   legend:
5780     - "Legend to Table"
5781     - "1904, 1908, 2001 - DPDK versions tested."
5782     - "Diff - difference between 1908 and 2001 DPDK version."
5783
5784 # DPDK Performance Changes 3n-hsw 1t1c pdr
5785 - type: "table"
5786   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5787   algorithm: "table_comparison"
5788   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5789   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5790   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5791   columns:
5792     - title: "1904"
5793       data-set: "dpdk-performance-changes-3n-hsw-h1"
5794     - title: "1908"
5795       data-set: "dpdk-performance-changes-3n-hsw-ref"
5796     - title: "2001"
5797       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5798   comparisons:
5799     - title: "Diff"
5800       reference: 2
5801       compare: 3
5802   legend:
5803     - "Legend to Table"
5804     - "1904, 1908, 2001 - DPDK versions tested."
5805     - "Diff - difference between 1908 and 2001 DPDK version."
5806
5807 # DPDK Performance Changes 3n-hsw 2t2c ndr
5808 - type: "table"
5809   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5810   algorithm: "table_comparison"
5811   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5812   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5813   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5814   columns:
5815     - title: "1904"
5816       data-set: "dpdk-performance-changes-3n-hsw-h1"
5817     - title: "1908"
5818       data-set: "dpdk-performance-changes-3n-hsw-ref"
5819     - title: "2001"
5820       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5821   comparisons:
5822     - title: "Diff"
5823       reference: 2
5824       compare: 3
5825   legend:
5826     - "Legend to Table"
5827     - "1904, 1908, 2001 - DPDK versions tested."
5828     - "Diff - difference between 1908 and 2001 DPDK version."
5829
5830 # DPDK Performance Changes 3n-skx 2t1c pdr
5831 - type: "table"
5832   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5833   algorithm: "table_comparison"
5834   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5835   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5836   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5837   columns:
5838     - title: "1904"
5839       data-set: "dpdk-performance-changes-3n-skx-h1"
5840     - title: "1908"
5841       data-set: "dpdk-performance-changes-3n-skx-ref"
5842     - title: "2001"
5843       data-set: "dpdk-performance-changes-3n-skx-cmp"
5844   comparisons:
5845     - title: "Diff"
5846       reference: 2
5847       compare: 3
5848   legend:
5849     - "Legend to Table"
5850     - "1904, 1908, 2001 - DPDK versions tested."
5851     - "Diff - difference between 1908 and 2001 DPDK version."
5852
5853 # DPDK Performance Changes 3n-skx 4t2c pdr
5854 - type: "table"
5855   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5856   algorithm: "table_comparison"
5857   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5858   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5859   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5860   columns:
5861     - title: "1904"
5862       data-set: "dpdk-performance-changes-3n-skx-h1"
5863     - title: "1908"
5864       data-set: "dpdk-performance-changes-3n-skx-ref"
5865     - title: "2001"
5866       data-set: "dpdk-performance-changes-3n-skx-cmp"
5867   comparisons:
5868     - title: "Diff"
5869       reference: 2
5870       compare: 3
5871   legend:
5872     - "Legend to Table"
5873     - "1904, 1908, 2001 - DPDK versions tested."
5874     - "Diff - difference between 1908 and 2001 DPDK version."
5875
5876 # DPDK Performance Changes 3n-skx 2t1c ndr
5877 - type: "table"
5878   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5879   algorithm: "table_comparison"
5880   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5881   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5882   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5883   columns:
5884     - title: "1904"
5885       data-set: "dpdk-performance-changes-3n-skx-h1"
5886     - title: "1908"
5887       data-set: "dpdk-performance-changes-3n-skx-ref"
5888     - title: "2001"
5889       data-set: "dpdk-performance-changes-3n-skx-cmp"
5890   comparisons:
5891     - title: "Diff"
5892       reference: 2
5893       compare: 3
5894   legend:
5895     - "Legend to Table"
5896     - "1904, 1908, 2001 - DPDK versions tested."
5897     - "Diff - difference between 1908 and 2001 DPDK version."
5898
5899 # DPDK Performance Changes 3n-skx 4t2c ndr
5900 - type: "table"
5901   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5902   algorithm: "table_comparison"
5903   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5904   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5905   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5906   columns:
5907     - title: "1904"
5908       data-set: "dpdk-performance-changes-3n-skx-h1"
5909     - title: "1908"
5910       data-set: "dpdk-performance-changes-3n-skx-ref"
5911     - title: "2001"
5912       data-set: "dpdk-performance-changes-3n-skx-cmp"
5913   comparisons:
5914     - title: "Diff"
5915       reference: 2
5916       compare: 3
5917   legend:
5918     - "Legend to Table"
5919     - "1904, 1908, 2001 - DPDK versions tested."
5920     - "Diff - difference between 1908 and 2001 DPDK version."
5921
5922 # DPDK Performance Changes 2n-skx 2t1c pdr
5923 - type: "table"
5924   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5925   algorithm: "table_comparison"
5926   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5928   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5929   columns:
5930     - title: "1904"
5931       data-set: "dpdk-performance-changes-2n-skx-h1"
5932     - title: "1908"
5933       data-set: "dpdk-performance-changes-2n-skx-ref"
5934     - title: "2001"
5935       data-set: "dpdk-performance-changes-2n-skx-cmp"
5936   comparisons:
5937     - title: "Diff"
5938       reference: 2
5939       compare: 3
5940   legend:
5941     - "Legend to Table"
5942     - "1904, 1908, 2001 - DPDK versions tested."
5943     - "Diff - difference between 1908 and 2001 DPDK version."
5944
5945 # DPDK Performance Changes 2n-skx 4t2c pdr
5946 - type: "table"
5947   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5948   algorithm: "table_comparison"
5949   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5950   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5951   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5952   columns:
5953     - title: "1904"
5954       data-set: "dpdk-performance-changes-2n-skx-h1"
5955     - title: "1908"
5956       data-set: "dpdk-performance-changes-2n-skx-ref"
5957     - title: "2001"
5958       data-set: "dpdk-performance-changes-2n-skx-cmp"
5959   comparisons:
5960     - title: "Diff"
5961       reference: 2
5962       compare: 3
5963   legend:
5964     - "Legend to Table"
5965     - "1904, 1908, 2001 - DPDK versions tested."
5966     - "Diff - difference between 1908 and 2001 DPDK version."
5967
5968 # DPDK Performance Changes 2n-skx 2t1c ndr
5969 - type: "table"
5970   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5971   algorithm: "table_comparison"
5972   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5973   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5974   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5975   columns:
5976     - title: "1904"
5977       data-set: "dpdk-performance-changes-2n-skx-h1"
5978     - title: "1908"
5979       data-set: "dpdk-performance-changes-2n-skx-ref"
5980     - title: "2001"
5981       data-set: "dpdk-performance-changes-2n-skx-cmp"
5982   comparisons:
5983     - title: "Diff"
5984       reference: 2
5985       compare: 3
5986   legend:
5987     - "Legend to Table"
5988     - "1904, 1908, 2001 - DPDK versions tested."
5989     - "Diff - difference between 1908 and 2001 DPDK version."
5990
5991 # DPDK Performance Changes 2n-skx 4t2c ndr
5992 - type: "table"
5993   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5994   algorithm: "table_comparison"
5995   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5996   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5997   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5998   columns:
5999     - title: "1904"
6000       data-set: "dpdk-performance-changes-2n-skx-h1"
6001     - title: "1908"
6002       data-set: "dpdk-performance-changes-2n-skx-ref"
6003     - title: "2001"
6004       data-set: "dpdk-performance-changes-2n-skx-cmp"
6005   comparisons:
6006     - title: "Diff"
6007       reference: 2
6008       compare: 3
6009   legend:
6010     - "Legend to Table"
6011     - "1904, 1908, 2001 - DPDK versions tested."
6012     - "Diff - difference between 1908 and 2001 DPDK version."
6013
6014 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6015 - type: "table"
6016   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6017   algorithm: "table_comparison"
6018   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6019   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6020   filter: "'NIC_Intel-X710'"
6021   columns:
6022     - title: "3n-hsw x710"
6023       data-set: "dpdk-compare-testbeds-ref"
6024     - title: "3n-skx x710"
6025       data-set: "dpdk-compare-testbeds-cmp"
6026   comparisons:
6027     - title: "Diff"
6028       reference: 1
6029       compare: 2
6030   legend:
6031     - "Legend to Table"
6032     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6033     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6034
6035 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6036 - type: "table"
6037   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6038   algorithm: "table_comparison"
6039   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6040   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6041   filter: "'NIC_Intel-X710'"
6042   columns:
6043     - title: "3n-hsw x710"
6044       data-set: "dpdk-compare-testbeds-ref"
6045     - title: "3n-skx x710"
6046       data-set: "dpdk-compare-testbeds-cmp"
6047   comparisons:
6048     - title: "Diff"
6049       reference: 1
6050       compare: 2
6051   legend:
6052     - "Legend to Table"
6053     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6054     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6055
6056 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6057 - type: "table"
6058   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6059   algorithm: "table_comparison"
6060   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6061   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6062   filter: "'NIC_Intel-XXV710'"
6063   columns:
6064     - title: "2n-skx"
6065       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6066     - title: "2n-clx"
6067       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6068   comparisons:
6069     - title: "Diff"
6070       reference: 1
6071       compare: 2
6072   legend:
6073     - "Legend to Table"
6074     - "2n-skx, 2n-clx - testbeds and NICs tested."
6075     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6076
6077 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6078 - type: "table"
6079   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6080   algorithm: "table_comparison"
6081   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6082   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6083   filter: "'NIC_Intel-XXV710'"
6084   columns:
6085     - title: "2n-skx"
6086       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6087     - title: "2n-clx"
6088       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6089   comparisons:
6090     - title: "Diff"
6091       reference: 1
6092       compare: 2
6093   legend:
6094     - "Legend to Table"
6095     - "2n-skx, 2n-clx - testbeds and NICs tested."
6096     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6097
6098 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6099 - type: "table"
6100   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6101   algorithm: "table_comparison"
6102   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6103   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6104   filter: "'NIC_Intel-XXV710'"
6105   columns:
6106     - title: "3n-skx"
6107       data-set: "dpdk-compare-topologies-ref"
6108     - title: "2n-skx"
6109       data-set: "dpdk-compare-topologies-cmp"
6110   comparisons:
6111     - title: "Diff"
6112       reference: 1
6113       compare: 2
6114   legend:
6115     - "Legend to Table"
6116     - "3n-skx, 2n-skx - topologies tested."
6117     - "Diff - difference between 3n-skx and 2n-skx topologies."
6118
6119 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6120 - type: "table"
6121   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6122   algorithm: "table_comparison"
6123   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6124   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6125   filter: "'NIC_Intel-XXV710'"
6126   columns:
6127     - title: "3n-skx"
6128       data-set: "dpdk-compare-topologies-ref"
6129     - title: "2n-skx"
6130       data-set: "dpdk-compare-topologies-cmp"
6131   comparisons:
6132     - title: "Diff"
6133       reference: 1
6134       compare: 2
6135   legend:
6136     - "Legend to Table"
6137     - "3n-skx, 2n-skx - topologies tested."
6138     - "Diff - difference between 3n-skx and 2n-skx topologies."
6139
6140 # Detailed Test Results - DPDK Performance Results 3n-hsw
6141 - type: "table"
6142   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6143   algorithm: "table_merged_details"
6144   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6145   columns:
6146     - title: " |prein| Test Name |preout| "
6147       data: "data name"
6148     - 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| "
6149       data: "data msg"
6150   data: "dpdk-perf-results-3n-hsw"
6151   filter: "all"
6152   parameters:
6153   - "name"
6154   - "parent"
6155   - "msg"
6156
6157 # Detailed Test Results - DPDK Performance Results 3n-skx
6158 - type: "table"
6159   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6160   algorithm: "table_merged_details"
6161   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6162   columns:
6163     - title: " |prein| Test Name |preout| "
6164       data: "data name"
6165     - 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| "
6166       data: "data msg"
6167   data: "dpdk-perf-results-3n-skx"
6168   filter: "all"
6169   remove-ndr: True  # Temporary solution: remove NDR results from test message
6170   parameters:
6171   - "name"
6172   - "parent"
6173   - "msg"
6174
6175 # Detailed Test Results - DPDK Performance Results 2n-skx
6176 - type: "table"
6177   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6178   algorithm: "table_merged_details"
6179   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6180   columns:
6181     - title: " |prein| Test Name |preout| "
6182       data: "data name"
6183     - 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| "
6184       data: "data msg"
6185   data: "dpdk-perf-results-2n-skx"
6186   filter: "all"
6187   remove-ndr: True  # Temporary solution: remove NDR results from test message
6188   parameters:
6189   - "name"
6190   - "parent"
6191   - "msg"
6192
6193 # Detailed Test Results - DPDK Performance Results 2n-clx
6194 - type: "table"
6195   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6196   algorithm: "table_merged_details"
6197   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6198   columns:
6199     - title: " |prein| Test Name |preout| "
6200       data: "data name"
6201     - 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| "
6202       data: "data msg"
6203   data: "dpdk-perf-results-2n-clx"
6204   filter: "all"
6205   parameters:
6206   - "name"
6207   - "parent"
6208   - "msg"
6209
6210 # Detailed Test Results - DPDK Performance Results 2n-dnv
6211 - type: "table"
6212   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6213   algorithm: "table_merged_details"
6214   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6215   columns:
6216     - title: " |prein| Test Name |preout| "
6217       data: "data name"
6218     - 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| "
6219       data: "data msg"
6220   data: "dpdk-perf-results-2n-dnv"
6221   filter: "all"
6222   parameters:
6223   - "name"
6224   - "parent"
6225   - "msg"
6226
6227 # Detailed Test Results - DPDK Performance Results 3n-dnv
6228 - type: "table"
6229   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6230   algorithm: "table_merged_details"
6231   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6232   columns:
6233     - title: " |prein| Test Name |preout| "
6234       data: "data name"
6235     - 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| "
6236       data: "data msg"
6237   data: "dpdk-perf-results-3n-dnv"
6238   filter: "all"
6239   parameters:
6240   - "name"
6241   - "parent"
6242   - "msg"
6243
6244 # Detailed Test Results - DPDK Performance Results 3n-tsh
6245 - type: "table"
6246   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6247   algorithm: "table_merged_details"
6248   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6249   columns:
6250     - title: " |prein| Test Name |preout| "
6251       data: "data name"
6252     - 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| "
6253       data: "data msg"
6254   data: "dpdk-perf-results-3n-tsh"
6255   filter: "all"
6256   parameters:
6257   - "name"
6258   - "parent"
6259   - "msg"
6260
6261 ################################################################################
6262 ###                                F I L E S                                 ###
6263 ################################################################################
6264
6265 # VPP Performance Results
6266 - type: "file"
6267   title: "VPP Performance Results"
6268   algorithm: "file_details_split"
6269   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6270   dir-tables:
6271     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6272     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6273     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6274     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6275     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6276     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6277     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6278   data:
6279     - "vpp-perf-results-2n-skx"
6280     - "vpp-perf-results-3n-skx"
6281     - "vpp-perf-results-2n-clx"
6282     - "vpp-perf-results-3n-hsw"
6283     - "vpp-perf-results-3n-tsh"
6284     - "vpp-perf-results-2n-dnv"
6285     - "vpp-perf-results-3n-dnv"
6286   filter: "all"
6287   data-start-level: 4
6288   order-chapters:
6289     level-1:
6290       - "l2"
6291       - "ip4"
6292       - "ip6"
6293       - "srv6"
6294       - "ip4_tunnels"
6295       - "ip6_tunnels"
6296       - "vm_vhost"
6297       - "container_memif"
6298       - "crypto"
6299       - "vts"
6300       - "lb"
6301       - "nfv_density"
6302       - "hoststack"
6303     level-2:
6304       - "2n-skx"
6305       - "3n-skx"
6306       - "2n-clx"
6307       - "3n-hsw"
6308       - "3n-tsh"
6309       - "2n-dnv"
6310       - "3n-dnv"
6311     level-3:
6312       - "xl710"
6313       - "x520"
6314       - "xxv710"
6315       - "x710"
6316       - "x553"
6317       - "cx556a"
6318       - "vic1227"
6319       - "vic1385"
6320
6321 # VPP Performance Configuration
6322 - type: "file"
6323   title: "VPP Performance Configuration"
6324   algorithm: "file_details_split"
6325   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6326   dir-tables:
6327     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6328     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6329     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6330     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6331     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6332     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6333     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6334   data:
6335     - "vpp-perf-results-2n-skx"
6336     - "vpp-perf-results-3n-skx"
6337     - "vpp-perf-results-2n-clx"
6338     - "vpp-perf-results-3n-hsw"
6339     - "vpp-perf-results-3n-tsh"
6340     - "vpp-perf-results-2n-dnv"
6341     - "vpp-perf-results-3n-dnv"
6342   filter: "all"
6343   data-start-level: 4
6344   order-chapters:
6345     level-1:
6346       - "l2"
6347       - "ip4"
6348       - "ip6"
6349       - "srv6"
6350       - "ip4_tunnels"
6351       - "ip6_tunnels"
6352       - "vm_vhost"
6353       - "container_memif"
6354       - "crypto"
6355       - "vts"
6356       - "lb"
6357       - "nfv_density"
6358       - "hoststack"
6359     level-2:
6360       - "2n-skx"
6361       - "3n-skx"
6362       - "2n-clx"
6363       - "3n-hsw"
6364       - "3n-tsh"
6365       - "2n-dnv"
6366       - "3n-dnv"
6367     level-3:
6368       - "xl710"
6369       - "x520"
6370       - "xxv710"
6371       - "x710"
6372       - "x553"
6373       - "cx556a"
6374       - "vic1227"
6375       - "vic1385"
6376
6377 # VPP Performance Operational
6378 - type: "file"
6379   title: "VPP Performance Operational"
6380   algorithm: "file_details_split_html"
6381   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6382   dir-tables:
6383     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6384     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6385     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6386     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6387     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6388     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6389     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6390   data:
6391     - "vpp-perf-results-2n-skx"
6392     - "vpp-perf-results-3n-skx"
6393     - "vpp-perf-results-2n-clx"
6394     - "vpp-perf-results-3n-hsw"
6395     - "vpp-perf-results-3n-tsh"
6396     - "vpp-perf-results-2n-dnv"
6397     - "vpp-perf-results-3n-dnv"
6398   filter: "all"
6399   data-start-level: 4
6400   order-chapters:
6401     level-1:
6402       - "l2"
6403       - "ip4"
6404       - "ip6"
6405       - "srv6"
6406       - "ip4_tunnels"
6407       - "ip6_tunnels"
6408       - "vm_vhost"
6409       - "container_memif"
6410       - "crypto"
6411       - "vts"
6412       - "lb"
6413       - "nfv_density"
6414       - "hoststack"
6415     level-2:
6416       - "2n-skx"
6417       - "3n-skx"
6418       - "2n-clx"
6419       - "3n-hsw"
6420       - "3n-tsh"
6421       - "2n-dnv"
6422       - "3n-dnv"
6423     level-3:
6424       - "xl710"
6425       - "x520"
6426       - "xxv710"
6427       - "x710"
6428       - "x553"
6429       - "cx556a"
6430       - "vic1227"
6431       - "vic1385"
6432
6433 # VPP MRR Results
6434 - type: "file"
6435   title: "VPP MRR Results"
6436   algorithm: "file_details_split"
6437   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6438   dir-tables:
6439     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6440     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6441     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6442     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6443     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6444     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6445     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6446   data:
6447     - "vpp-mrr-results-2n-skx"
6448     - "vpp-mrr-results-3n-skx"
6449     - "vpp-mrr-results-2n-clx"
6450     - "vpp-mrr-results-3n-hsw"
6451     - "vpp-mrr-results-3n-tsh"
6452     - "vpp-mrr-results-2n-dnv"
6453     - "vpp-mrr-results-3n-dnv"
6454   filter: "all"
6455   data-start-level: 4
6456   order-chapters:
6457     level-1:
6458       - "l2"
6459       - "ip4"
6460       - "ip6"
6461       - "srv6"
6462       - "ip4_tunnels"
6463       - "ip6_tunnels"
6464       - "vm_vhost"
6465       - "container_memif"
6466       - "crypto"
6467       - "vts"
6468       - "lb"
6469       - "nfv_density"
6470       - "hoststack"
6471     level-2:
6472       - "2n-skx"
6473       - "3n-skx"
6474       - "2n-clx"
6475       - "3n-hsw"
6476       - "3n-tsh"
6477       - "2n-dnv"
6478       - "3n-dnv"
6479     level-3:
6480       - "xl710"
6481       - "x520"
6482       - "xxv710"
6483       - "x710"
6484       - "x553"
6485       - "cx556a"
6486       - "vic1227"
6487       - "vic1385"
6488
6489 # VPP MRR Configuration
6490 - type: "file"
6491   title: "VPP MRR Configuration"
6492   algorithm: "file_details_split"
6493   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6494   dir-tables:
6495     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6496     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6497     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6498     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6499     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6500     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6501     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6502   data:
6503     - "vpp-mrr-results-2n-skx"
6504     - "vpp-mrr-results-3n-skx"
6505     - "vpp-mrr-results-2n-clx"
6506     - "vpp-mrr-results-3n-hsw"
6507     - "vpp-mrr-results-3n-tsh"
6508     - "vpp-mrr-results-2n-dnv"
6509     - "vpp-mrr-results-3n-dnv"
6510   filter: "all"
6511   data-start-level: 4
6512   order-chapters:
6513     level-1:
6514       - "l2"
6515       - "ip4"
6516       - "ip6"
6517       - "srv6"
6518       - "ip4_tunnels"
6519       - "ip6_tunnels"
6520       - "vm_vhost"
6521       - "container_memif"
6522       - "crypto"
6523       - "vts"
6524       - "lb"
6525       - "nfv_density"
6526       - "hoststack"
6527     level-2:
6528       - "2n-skx"
6529       - "3n-skx"
6530       - "2n-clx"
6531       - "3n-hsw"
6532       - "3n-tsh"
6533       - "2n-dnv"
6534       - "3n-dnv"
6535     level-3:
6536       - "xl710"
6537       - "x520"
6538       - "xxv710"
6539       - "x710"
6540       - "x553"
6541       - "cx556a"
6542       - "vic1227"
6543       - "vic1385"
6544
6545 # VPP Device Results - Ubuntu
6546 - type: "file"
6547   title: "VPP Device Results - Ubuntu"
6548   algorithm: "file_test_results"
6549   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6550   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6551   data: "vpp-device-results-ubuntu"
6552   filter: "all"
6553   data-start-level: 4
6554
6555 # VPP Device Configuration - Ubuntu
6556 - type: "file"
6557   title: "VPP Device Configuration - Ubuntu"
6558   algorithm: "file_test_results"
6559   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6560   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6561   data: "vpp-device-results-ubuntu"
6562   filter: "all"
6563   data-start-level: 4
6564
6565 # DPDK Performance Results 3n-hsw
6566 - type: "file"
6567   title: "DPDK Performance Results 3n-hsw"
6568   algorithm: "file_test_results"
6569   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6570   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6571   data: "dpdk-perf-results-3n-hsw"
6572   filter: "all"
6573   data-start-level: 4
6574
6575 # DPDK Performance Results 3n-skx
6576 - type: "file"
6577   title: "DPDK Performance Results 3n-skx"
6578   algorithm: "file_test_results"
6579   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6580   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6581   data: "dpdk-perf-results-3n-skx"
6582   filter: "all"
6583   data-start-level: 4
6584
6585 # DPDK Performance Results 2n-skx
6586 - type: "file"
6587   title: "DPDK Performance Results 2n-skx"
6588   algorithm: "file_test_results"
6589   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6590   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6591   data: "dpdk-perf-results-2n-skx"
6592   filter: "all"
6593   data-start-level: 4
6594
6595 # DPDK Performance Results 2n-clx
6596 - type: "file"
6597   title: "DPDK Performance Results 2n-clx"
6598   algorithm: "file_test_results"
6599   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6600   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6601   data: "dpdk-perf-results-2n-clx"
6602   filter: "all"
6603   data-start-level: 4
6604
6605 # DPDK Performance Results 2n-dnv
6606 - type: "file"
6607   title: "DPDK Performance Results 2n-dnv"
6608   algorithm: "file_test_results"
6609   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6610   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6611   data: "dpdk-perf-results-2n-dnv"
6612   filter: "all"
6613   data-start-level: 4
6614
6615 # DPDK Performance Results 3n-dnv
6616 - type: "file"
6617   title: "DPDK Performance Results 3n-dnv"
6618   algorithm: "file_test_results"
6619   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6620   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6621   data: "dpdk-perf-results-3n-dnv"
6622   filter: "all"
6623   data-start-level: 4
6624
6625 # DPDK Performance Results 3n-tsh
6626 - type: "file"
6627   title: "DPDK Performance Results 3n-tsh"
6628   algorithm: "file_test_results"
6629   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6630   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6631   data: "dpdk-perf-results-3n-tsh"
6632   filter: "all"
6633   data-start-level: 4
6634
6635 ################################################################################
6636 ###                                P L O T S                                 ###
6637 ################################################################################
6638
6639 # Hoststack tests 3n-hsw
6640
6641 - type: "plot"
6642   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6643   algorithm: "plot_perf_box_name"
6644   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6645   data: "plot-vpp-hoststack-3n-hsw"
6646   include:
6647     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6648     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6649   layout:
6650     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6651     layout: "plot-hoststack"
6652
6653 - type: "plot"
6654   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6655   algorithm: "plot_perf_box_name"
6656   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6657   data: "plot-vpp-hoststack-3n-hsw"
6658   include:
6659     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6660     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6661   layout:
6662     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6663     layout: "plot-hoststack"
6664
6665 - type: "plot"
6666   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6667   algorithm: "plot_perf_box_name"
6668   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6669   data: "plot-vpp-hoststack-3n-hsw"
6670   include:
6671     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6672     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6673     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6674     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6675   layout:
6676     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6677     layout: "plot-hoststack"
6678
6679 # Plots VPP HTTP Server Performance
6680 - type: "plot"
6681   title: "VPP HTTP Server Performance"
6682   algorithm: "plot_http_server_perf_box"
6683   output-file-type: ".html"
6684   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6685   data:
6686     "plot-vpp-http-server-performance"
6687   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6688   parameters:
6689   - "result"
6690   - "name"
6691   traces:
6692     hoverinfo: "y+name"
6693     boxpoints: "outliers"
6694     whiskerwidth: 0
6695   layout:
6696     title: "VPP HTTP Server Performance"
6697     layout:
6698       "plot-cps"
6699
6700 - type: "plot"
6701   title: "VPP HTTP Server Performance"
6702   algorithm: "plot_http_server_perf_box"
6703   output-file-type: ".html"
6704   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6705   data:
6706     "plot-vpp-http-server-performance"
6707   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6708   parameters:
6709   - "result"
6710   - "name"
6711   traces:
6712     hoverinfo: "y+name"
6713     boxpoints: "outliers"
6714     whiskerwidth: 0
6715   layout:
6716     title: "VPP HTTP Server Performance"
6717     layout:
6718       "plot-rps"
6719
6720 ################################################################################
6721
6722 # Soak Test (PLRsearch), boxes - 2n-clx
6723 - type: "plot"
6724   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6725   algorithm: "plot_perf_box_name"
6726   output-file-type: ".html"
6727   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6728   data: "plot-vpp-soak-2n-clx"
6729   include:
6730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6736   layout:
6737     title: "30 Minutes Soak Test (PLRsearch)"
6738     layout: "plot-soak-throughput"
6739
6740 # Soak Test (PLRsearch), boxes - 2n-clx
6741 - type: "plot"
6742   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6743   algorithm: "plot_perf_box_name"
6744   output-file-type: ".html"
6745   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6746   data: "plot-vpp-soak-2n-clx"
6747   include:
6748     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6749     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6750     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6751     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6753     - "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"
6754   layout:
6755     title: "30 Minutes Soak Test (PLRsearch)"
6756     layout: "plot-soak-throughput"
6757
6758 # Soak Test (PLRsearch), boxes - 2n-skx
6759 - type: "plot"
6760   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6761   algorithm: "plot_perf_box_name"
6762   output-file-type: ".html"
6763   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6764   data: "plot-vpp-soak-2n-skx"
6765   include:
6766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6772   layout:
6773     title: "30 Minutes Soak Test (PLRsearch)"
6774     layout: "plot-soak-throughput"
6775
6776 # Soak Test (PLRsearch), boxes - 2n-skx
6777 - type: "plot"
6778   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6779   algorithm: "plot_perf_box_name"
6780   output-file-type: ".html"
6781   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6782   data: "plot-vpp-soak-2n-skx"
6783   include:
6784     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6785     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6786     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6787     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6789     - "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"
6790   layout:
6791     title: "30 Minutes Soak Test (PLRsearch)"
6792     layout: "plot-soak-throughput"
6793
6794 ###############################################################################
6795
6796 # Reconf tests 2n-skx
6797
6798 - type: "plot"
6799   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6800   algorithm: "plot_nf_reconf_box_name"
6801   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6802   data: "plot-vpp-nfv-reconf-2n-skx"
6803   include:
6804     - "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"
6805     - "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"
6806     - "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"
6807     - "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"
6808     - "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"
6809     - "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"
6810   layout:
6811     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6812     layout: "plot-throughput"
6813
6814 - type: "plot"
6815   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6816   algorithm: "plot_nf_reconf_box_name"
6817   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6818   data: "plot-vpp-nfv-reconf-2n-skx"
6819   include:
6820     - "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"
6821     - "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"
6822     - "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"
6823     - "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"
6824     - "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"
6825     - "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"
6826   layout:
6827     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6828     layout: "plot-throughput"
6829
6830 - type: "plot"
6831   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6832   algorithm: "plot_nf_reconf_box_name"
6833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6834   data: "plot-vpp-nfv-reconf-2n-skx"
6835   include:
6836     - "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"
6837     - "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"
6838     - "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"
6839     - "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"
6840     - "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"
6841     - "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"
6842   layout:
6843     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6844     layout: "plot-throughput"
6845
6846 ###############################################################################
6847
6848 # Reconf tests 2n-clx
6849
6850 - type: "plot"
6851   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6852   algorithm: "plot_nf_reconf_box_name"
6853   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6854   data: "plot-vpp-nfv-reconf-2n-clx"
6855   include:
6856     - "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"
6857     - "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"
6858     - "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"
6859     - "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"
6860   layout:
6861     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6862     layout: "plot-throughput"
6863
6864 - type: "plot"
6865   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6866   algorithm: "plot_nf_reconf_box_name"
6867   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6868   data: "plot-vpp-nfv-reconf-2n-clx"
6869   include:
6870     - "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"
6871     - "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"
6872     - "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"
6873     - "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"
6874   layout:
6875     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6876     layout: "plot-throughput"
6877
6878 - type: "plot"
6879   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6880   algorithm: "plot_nf_reconf_box_name"
6881   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6882   data: "plot-vpp-nfv-reconf-2n-clx"
6883   include:
6884     - "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"
6885     - "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"
6886     - "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"
6887     - "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"
6888   layout:
6889     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6890     layout: "plot-throughput"
6891
6892 ################################################################################
6893 ## Plots - NF Density - VSC - MRR 64b
6894 #- type: "plot"
6895 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6896 #  algorithm: "plot_nf_heatmap"
6897 #  output-file-type: ".html"
6898 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6899 #  data: "plot-vpp-nfv-2n-skx-mrr"
6900 #  filter: "'NIC_Intel-XXV710' and
6901 #           'NF_DENSITY' and
6902 #           'VHOST' and
6903 #           not 'VXLAN' and
6904 #           'CHAIN' and
6905 #           'NF_VPPIP4' and
6906 #           '64B' and
6907 #           '2T1C' and
6908 #           'MRR'"
6909 #  parameters:
6910 #  - "result"
6911 #  - "name"
6912 #  - "tags"
6913 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6914 #  x-axis: "X = VNFs per Service Chain"
6915 #  y-axis: "Y = Number of Service Chains"
6916 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6917 #  layout:
6918 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6919 #    layout: "plot-service-density"
6920 #
6921 #- type: "plot"
6922 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6923 #  algorithm: "plot_nf_heatmap"
6924 #  output-file-type: ".html"
6925 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6926 #  data: "plot-vpp-nfv-2n-skx-mrr"
6927 #  filter: "'NIC_Intel-XXV710' and
6928 #           'NF_DENSITY' and
6929 #           'VHOST' and
6930 #           not 'VXLAN' and
6931 #           'CHAIN' and
6932 #           'NF_VPPIP4' and
6933 #           '64B' and
6934 #           '4T2C' and
6935 #           'MRR'"
6936 #  parameters:
6937 #  - "result"
6938 #  - "name"
6939 #  - "tags"
6940 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6941 #  x-axis: "X = VNFs per Service Chain"
6942 #  y-axis: "Y = Number of Service Chains"
6943 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6944 #  layout:
6945 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6946 #    layout: "plot-service-density"
6947 #
6948 #- type: "plot"
6949 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6950 #  algorithm: "plot_nf_heatmap"
6951 #  output-file-type: ".html"
6952 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6953 #  data: "plot-vpp-nfv-2n-skx-mrr"
6954 #  filter: "'NIC_Intel-XXV710' and
6955 #           'NF_DENSITY' and
6956 #           'VHOST' and
6957 #           not 'VXLAN' and
6958 #           'CHAIN' and
6959 #           'NF_VPPIP4' and
6960 #           '64B' and
6961 #           '8T4C' and
6962 #           'MRR'"
6963 #  parameters:
6964 #  - "result"
6965 #  - "name"
6966 #  - "tags"
6967 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6968 #  x-axis: "X = VNFs per Service Chain"
6969 #  y-axis: "Y = Number of Service Chains"
6970 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6971 #  layout:
6972 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6973 #    layout: "plot-service-density"
6974 #
6975 ## Plots - NF Density - VSC - MRR IMIX
6976 #- type: "plot"
6977 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6978 #  algorithm: "plot_nf_heatmap"
6979 #  output-file-type: ".html"
6980 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6981 #  data: "plot-vpp-nfv-2n-skx-mrr"
6982 #  filter: "'NIC_Intel-XXV710' and
6983 #           'NF_DENSITY' and
6984 #           'VHOST' and
6985 #           not 'VXLAN' and
6986 #           'CHAIN' and
6987 #           'NF_VPPIP4' and
6988 #           'IMIX' and
6989 #           '2T1C' and
6990 #           'MRR'"
6991 #  parameters:
6992 #  - "result"
6993 #  - "name"
6994 #  - "tags"
6995 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6996 #  x-axis: "X = VNFs per Service Chain"
6997 #  y-axis: "Y = Number of Service Chains"
6998 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6999 #  layout:
7000 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7001 #    layout: "plot-service-density"
7002 #
7003 #- type: "plot"
7004 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7005 #  algorithm: "plot_nf_heatmap"
7006 #  output-file-type: ".html"
7007 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7008 #  data: "plot-vpp-nfv-2n-skx-mrr"
7009 #  filter: "'NIC_Intel-XXV710' and
7010 #           'NF_DENSITY' and
7011 #           'VHOST' and
7012 #           not 'VXLAN' and
7013 #           'CHAIN' and
7014 #           'NF_VPPIP4' and
7015 #           'IMIX' and
7016 #           '4T2C' and
7017 #           'MRR'"
7018 #  parameters:
7019 #  - "result"
7020 #  - "name"
7021 #  - "tags"
7022 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7023 #  x-axis: "X = VNFs per Service Chain"
7024 #  y-axis: "Y = Number of Service Chains"
7025 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7026 #  layout:
7027 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7028 #    layout: "plot-service-density"
7029 #
7030 #- type: "plot"
7031 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7032 #  algorithm: "plot_nf_heatmap"
7033 #  output-file-type: ".html"
7034 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7035 #  data: "plot-vpp-nfv-2n-skx-mrr"
7036 #  filter: "'NIC_Intel-XXV710' and
7037 #           'NF_DENSITY' and
7038 #           'VHOST' and
7039 #           not 'VXLAN' and
7040 #           'CHAIN' and
7041 #           'NF_VPPIP4' and
7042 #           'IMIX' and
7043 #           '8T4C' and
7044 #           'MRR'"
7045 #  parameters:
7046 #  - "result"
7047 #  - "name"
7048 #  - "tags"
7049 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7050 #  x-axis: "X = VNFs per Service Chain"
7051 #  y-axis: "Y = Number of Service Chains"
7052 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7053 #  layout:
7054 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7055 #    layout: "plot-service-density"
7056 #
7057 ## Plots - NF Density - VSC - NDR 64b
7058 #- type: "plot"
7059 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7060 #  algorithm: "plot_nf_heatmap"
7061 #  output-file-type: ".html"
7062 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7063 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7064 #  filter: "'NIC_Intel-XXV710' and
7065 #           'NF_DENSITY' and
7066 #           'VHOST' and
7067 #           not 'VXLAN' and
7068 #           'CHAIN' and
7069 #           'NF_VPPIP4' and
7070 #           '64B' and
7071 #           '2T1C' and
7072 #           'NDRPDR'"
7073 #  parameters:
7074 #  - "throughput"
7075 #  - "name"
7076 #  - "tags"
7077 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7078 #  x-axis: "X = VNFs per Service Chain"
7079 #  y-axis: "Y = Number of Service Chains"
7080 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7081 #  layout:
7082 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7083 #    layout: "plot-service-density"
7084 #
7085 #- type: "plot"
7086 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7087 #  algorithm: "plot_nf_heatmap"
7088 #  output-file-type: ".html"
7089 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7090 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7091 #  filter: "'NIC_Intel-XXV710' and
7092 #           'NF_DENSITY' and
7093 #           'VHOST' and
7094 #           not 'VXLAN' and
7095 #           'CHAIN' and
7096 #           'NF_VPPIP4' and
7097 #           '64B' and
7098 #           '4T2C' and
7099 #           'NDRPDR'"
7100 #  parameters:
7101 #  - "throughput"
7102 #  - "name"
7103 #  - "tags"
7104 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7105 #  x-axis: "X = VNFs per Service Chain"
7106 #  y-axis: "Y = Number of Service Chains"
7107 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7108 #  layout:
7109 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7110 #    layout: "plot-service-density"
7111 #
7112 #- type: "plot"
7113 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7114 #  algorithm: "plot_nf_heatmap"
7115 #  output-file-type: ".html"
7116 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7117 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7118 #  filter: "'NIC_Intel-XXV710' and
7119 #           'NF_DENSITY' and
7120 #           'VHOST' and
7121 #           not 'VXLAN' and
7122 #           'CHAIN' and
7123 #           'NF_VPPIP4' and
7124 #           '64B' and
7125 #           '8T4C' and
7126 #           'NDRPDR'"
7127 #  parameters:
7128 #  - "throughput"
7129 #  - "name"
7130 #  - "tags"
7131 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7132 #  x-axis: "X = VNFs per Service Chain"
7133 #  y-axis: "Y = Number of Service Chains"
7134 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7135 #  layout:
7136 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7137 #    layout: "plot-service-density"
7138 #
7139 ## Plots - NF Density - VSC - NDR IMIX
7140 #- type: "plot"
7141 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7142 #  algorithm: "plot_nf_heatmap"
7143 #  output-file-type: ".html"
7144 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7145 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7146 #  filter: "'NIC_Intel-XXV710' and
7147 #           'NF_DENSITY' and
7148 #           'VHOST' and
7149 #           not 'VXLAN' and
7150 #           'CHAIN' and
7151 #           'NF_VPPIP4' and
7152 #           'IMIX' and
7153 #           '2T1C' and
7154 #           'NDRPDR'"
7155 #  parameters:
7156 #  - "throughput"
7157 #  - "name"
7158 #  - "tags"
7159 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7160 #  x-axis: "X = VNFs per Service Chain"
7161 #  y-axis: "Y = Number of Service Chains"
7162 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7163 #  layout:
7164 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7165 #    layout: "plot-service-density"
7166 #
7167 #- type: "plot"
7168 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7169 #  algorithm: "plot_nf_heatmap"
7170 #  output-file-type: ".html"
7171 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7172 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7173 #  filter: "'NIC_Intel-XXV710' and
7174 #           'NF_DENSITY' and
7175 #           'VHOST' and
7176 #           not 'VXLAN' and
7177 #           'CHAIN' and
7178 #           'NF_VPPIP4' and
7179 #           'IMIX' and
7180 #           '4T2C' and
7181 #           'NDRPDR'"
7182 #  parameters:
7183 #  - "throughput"
7184 #  - "name"
7185 #  - "tags"
7186 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7187 #  x-axis: "X = VNFs per Service Chain"
7188 #  y-axis: "Y = Number of Service Chains"
7189 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7190 #  layout:
7191 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7192 #    layout: "plot-service-density"
7193 #
7194 #- type: "plot"
7195 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7196 #  algorithm: "plot_nf_heatmap"
7197 #  output-file-type: ".html"
7198 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7199 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7200 #  filter: "'NIC_Intel-XXV710' and
7201 #           'NF_DENSITY' and
7202 #           'VHOST' and
7203 #           not 'VXLAN' and
7204 #           'CHAIN' and
7205 #           'NF_VPPIP4' and
7206 #           'IMIX' and
7207 #           '8T4C' and
7208 #           'NDRPDR'"
7209 #  parameters:
7210 #  - "throughput"
7211 #  - "name"
7212 #  - "tags"
7213 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7214 #  x-axis: "X = VNFs per Service Chain"
7215 #  y-axis: "Y = Number of Service Chains"
7216 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7217 #  layout:
7218 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7219 #    layout: "plot-service-density"
7220 #
7221 ## Plots - NF Density - VSC - PDR 64b
7222 #- type: "plot"
7223 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7224 #  algorithm: "plot_nf_heatmap"
7225 #  output-file-type: ".html"
7226 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7227 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7228 #  filter: "'NIC_Intel-XXV710' and
7229 #           'NF_DENSITY' and
7230 #           'VHOST' and
7231 #           not 'VXLAN' and
7232 #           'CHAIN' and
7233 #           'NF_VPPIP4' and
7234 #           '64B' and
7235 #           '2T1C' and
7236 #           'NDRPDR'"
7237 #  parameters:
7238 #  - "throughput"
7239 #  - "name"
7240 #  - "tags"
7241 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7242 #  x-axis: "X = VNFs per Service Chain"
7243 #  y-axis: "Y = Number of Service Chains"
7244 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7245 #  layout:
7246 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7247 #    layout: "plot-service-density"
7248 #
7249 #- type: "plot"
7250 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7251 #  algorithm: "plot_nf_heatmap"
7252 #  output-file-type: ".html"
7253 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7254 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7255 #  filter: "'NIC_Intel-XXV710' and
7256 #           'NF_DENSITY' and
7257 #           'VHOST' and
7258 #           not 'VXLAN' and
7259 #           'CHAIN' and
7260 #           'NF_VPPIP4' and
7261 #           '64B' and
7262 #           '4T2C' and
7263 #           'NDRPDR'"
7264 #  parameters:
7265 #  - "throughput"
7266 #  - "name"
7267 #  - "tags"
7268 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7269 #  x-axis: "X = VNFs per Service Chain"
7270 #  y-axis: "Y = Number of Service Chains"
7271 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7272 #  layout:
7273 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7274 #    layout: "plot-service-density"
7275 #
7276 #- type: "plot"
7277 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7278 #  algorithm: "plot_nf_heatmap"
7279 #  output-file-type: ".html"
7280 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7281 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7282 #  filter: "'NIC_Intel-XXV710' and
7283 #           'NF_DENSITY' and
7284 #           'VHOST' and
7285 #           not 'VXLAN' and
7286 #           'CHAIN' and
7287 #           'NF_VPPIP4' and
7288 #           '64B' and
7289 #           '8T4C' and
7290 #           'NDRPDR'"
7291 #  parameters:
7292 #  - "throughput"
7293 #  - "name"
7294 #  - "tags"
7295 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7296 #  x-axis: "X = VNFs per Service Chain"
7297 #  y-axis: "Y = Number of Service Chains"
7298 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7299 #  layout:
7300 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7301 #    layout: "plot-service-density"
7302 #
7303 ## Plots - NF Density - VSC - PDR IMIX
7304 #- type: "plot"
7305 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7306 #  algorithm: "plot_nf_heatmap"
7307 #  output-file-type: ".html"
7308 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7309 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7310 #  filter: "'NIC_Intel-XXV710' and
7311 #           'NF_DENSITY' and
7312 #           'VHOST' and
7313 #           not 'VXLAN' and
7314 #           'CHAIN' and
7315 #           'NF_VPPIP4' and
7316 #           'IMIX' and
7317 #           '2T1C' and
7318 #           'NDRPDR'"
7319 #  parameters:
7320 #  - "throughput"
7321 #  - "name"
7322 #  - "tags"
7323 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7324 #  x-axis: "X = VNFs per Service Chain"
7325 #  y-axis: "Y = Number of Service Chains"
7326 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7327 #  layout:
7328 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7329 #    layout: "plot-service-density"
7330 #
7331 #- type: "plot"
7332 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7333 #  algorithm: "plot_nf_heatmap"
7334 #  output-file-type: ".html"
7335 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7336 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7337 #  filter: "'NIC_Intel-XXV710' and
7338 #           'NF_DENSITY' and
7339 #           'VHOST' and
7340 #           not 'VXLAN' and
7341 #           'CHAIN' and
7342 #           'NF_VPPIP4' and
7343 #           'IMIX' and
7344 #           '4T2C' and
7345 #           'NDRPDR'"
7346 #  parameters:
7347 #  - "throughput"
7348 #  - "name"
7349 #  - "tags"
7350 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7351 #  x-axis: "X = VNFs per Service Chain"
7352 #  y-axis: "Y = Number of Service Chains"
7353 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7354 #  layout:
7355 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7356 #    layout: "plot-service-density"
7357 #
7358 #- type: "plot"
7359 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7360 #  algorithm: "plot_nf_heatmap"
7361 #  output-file-type: ".html"
7362 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7363 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7364 #  filter: "'NIC_Intel-XXV710' and
7365 #           'NF_DENSITY' and
7366 #           'VHOST' and
7367 #           not 'VXLAN' and
7368 #           'CHAIN' and
7369 #           'NF_VPPIP4' and
7370 #           'IMIX' and
7371 #           '8T4C' and
7372 #           'NDRPDR'"
7373 #  parameters:
7374 #  - "throughput"
7375 #  - "name"
7376 #  - "tags"
7377 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7378 #  x-axis: "X = VNFs per Service Chain"
7379 #  y-axis: "Y = Number of Service Chains"
7380 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7381 #  layout:
7382 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7383 #    layout: "plot-service-density"
7384 #
7385 ################################################################################
7386 ## Plots - NF Density - VSC - MRR 64b
7387 #- type: "plot"
7388 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7389 #  algorithm: "plot_nf_heatmap"
7390 #  output-file-type: ".html"
7391 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7392 #  data: "plot-vpp-nfv-2n-skx-mrr"
7393 #  filter: "'NIC_Intel-XXV710' and
7394 #           'NF_DENSITY' and
7395 #           'VHOST' and
7396 #           'VXLAN' and
7397 #           'CHAIN' and
7398 #           '118' and
7399 #           '2T1C' and
7400 #           'MRR'"
7401 #  parameters:
7402 #  - "result"
7403 #  - "name"
7404 #  - "tags"
7405 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7406 #  x-axis: "X = VNFs per Service Chain"
7407 #  y-axis: "Y = Number of Service Chains"
7408 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7409 #  layout:
7410 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7411 #    layout: "plot-service-density"
7412 #
7413 #- type: "plot"
7414 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7415 #  algorithm: "plot_nf_heatmap"
7416 #  output-file-type: ".html"
7417 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7418 #  data: "plot-vpp-nfv-2n-skx-mrr"
7419 #  filter: "'NIC_Intel-XXV710' and
7420 #           'NF_DENSITY' and
7421 #           'VHOST' and
7422 #           'VXLAN' and
7423 #           'CHAIN' and
7424 #           '118' and
7425 #           '4T2C' and
7426 #           'MRR'"
7427 #  parameters:
7428 #  - "result"
7429 #  - "name"
7430 #  - "tags"
7431 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7432 #  x-axis: "X = VNFs per Service Chain"
7433 #  y-axis: "Y = Number of Service Chains"
7434 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7435 #  layout:
7436 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7437 #    layout: "plot-service-density"
7438 #
7439 #- type: "plot"
7440 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7441 #  algorithm: "plot_nf_heatmap"
7442 #  output-file-type: ".html"
7443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7444 #  data: "plot-vpp-nfv-2n-skx-mrr"
7445 #  filter: "'NIC_Intel-XXV710' and
7446 #           'NF_DENSITY' and
7447 #           'VHOST' and
7448 #           'VXLAN' and
7449 #           'CHAIN' and
7450 #           '118' and
7451 #           '8T4C' and
7452 #           'MRR'"
7453 #  parameters:
7454 #  - "result"
7455 #  - "name"
7456 #  - "tags"
7457 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7458 #  x-axis: "X = VNFs per Service Chain"
7459 #  y-axis: "Y = Number of Service Chains"
7460 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7461 #  layout:
7462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7463 #    layout: "plot-service-density"
7464 #
7465 ## Plots - NF Density - VSC - MRR IMIX
7466 #- type: "plot"
7467 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7468 #  algorithm: "plot_nf_heatmap"
7469 #  output-file-type: ".html"
7470 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7471 #  data: "plot-vpp-nfv-2n-skx-mrr"
7472 #  filter: "'NIC_Intel-XXV710' and
7473 #           'NF_DENSITY' and
7474 #           'VHOST' and
7475 #           'VXLAN' and
7476 #           'CHAIN' and
7477 #           'IMIX' and
7478 #           '2T1C' and
7479 #           'MRR'"
7480 #  parameters:
7481 #  - "result"
7482 #  - "name"
7483 #  - "tags"
7484 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7485 #  x-axis: "X = VNFs per Service Chain"
7486 #  y-axis: "Y = Number of Service Chains"
7487 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7488 #  layout:
7489 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7490 #    layout: "plot-service-density"
7491 #
7492 #- type: "plot"
7493 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7494 #  algorithm: "plot_nf_heatmap"
7495 #  output-file-type: ".html"
7496 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7497 #  data: "plot-vpp-nfv-2n-skx-mrr"
7498 #  filter: "'NIC_Intel-XXV710' and
7499 #           'NF_DENSITY' and
7500 #           'VHOST' and
7501 #           'VXLAN' and
7502 #           'CHAIN' and
7503 #           'IMIX' and
7504 #           '4T2C' and
7505 #           'MRR'"
7506 #  parameters:
7507 #  - "result"
7508 #  - "name"
7509 #  - "tags"
7510 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7511 #  x-axis: "X = VNFs per Service Chain"
7512 #  y-axis: "Y = Number of Service Chains"
7513 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7514 #  layout:
7515 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7516 #    layout: "plot-service-density"
7517 #
7518 #- type: "plot"
7519 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7520 #  algorithm: "plot_nf_heatmap"
7521 #  output-file-type: ".html"
7522 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7523 #  data: "plot-vpp-nfv-2n-skx-mrr"
7524 #  filter: "'NIC_Intel-XXV710' and
7525 #           'NF_DENSITY' and
7526 #           'VHOST' and
7527 #           'VXLAN' and
7528 #           'CHAIN' and
7529 #           'IMIX' and
7530 #           '8T4C' and
7531 #           'MRR'"
7532 #  parameters:
7533 #  - "result"
7534 #  - "name"
7535 #  - "tags"
7536 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7537 #  x-axis: "X = VNFs per Service Chain"
7538 #  y-axis: "Y = Number of Service Chains"
7539 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7540 #  layout:
7541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7542 #    layout: "plot-service-density"
7543 #
7544 ## Plots - NF Density - VSC - NDR 64b
7545 #- type: "plot"
7546 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7547 #  algorithm: "plot_nf_heatmap"
7548 #  output-file-type: ".html"
7549 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7550 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7551 #  filter: "'NIC_Intel-XXV710' and
7552 #           'NF_DENSITY' and
7553 #           'VHOST' and
7554 #           'VXLAN' and
7555 #           'CHAIN' and
7556 #           '118' and
7557 #           '2T1C' and
7558 #           'NDRPDR'"
7559 #  parameters:
7560 #  - "throughput"
7561 #  - "name"
7562 #  - "tags"
7563 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7564 #  x-axis: "X = VNFs per Service Chain"
7565 #  y-axis: "Y = Number of Service Chains"
7566 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7567 #  layout:
7568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7569 #    layout: "plot-service-density"
7570 #
7571 #- type: "plot"
7572 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7573 #  algorithm: "plot_nf_heatmap"
7574 #  output-file-type: ".html"
7575 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7576 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7577 #  filter: "'NIC_Intel-XXV710' and
7578 #           'NF_DENSITY' and
7579 #           'VHOST' and
7580 #           'VXLAN' and
7581 #           'CHAIN' and
7582 #           '118' and
7583 #           '4T2C' and
7584 #           'NDRPDR'"
7585 #  parameters:
7586 #  - "throughput"
7587 #  - "name"
7588 #  - "tags"
7589 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7590 #  x-axis: "X = VNFs per Service Chain"
7591 #  y-axis: "Y = Number of Service Chains"
7592 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7593 #  layout:
7594 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7595 #    layout: "plot-service-density"
7596 #
7597 #- type: "plot"
7598 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7599 #  algorithm: "plot_nf_heatmap"
7600 #  output-file-type: ".html"
7601 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7602 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7603 #  filter: "'NIC_Intel-XXV710' and
7604 #           'NF_DENSITY' and
7605 #           'VHOST' and
7606 #           'VXLAN' and
7607 #           'CHAIN' and
7608 #           '118' and
7609 #           '8T4C' and
7610 #           'NDRPDR'"
7611 #  parameters:
7612 #  - "throughput"
7613 #  - "name"
7614 #  - "tags"
7615 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7616 #  x-axis: "X = VNFs per Service Chain"
7617 #  y-axis: "Y = Number of Service Chains"
7618 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7619 #  layout:
7620 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7621 #    layout: "plot-service-density"
7622 #
7623 ## Plots - NF Density - VSC - NDR IMIX
7624 #- type: "plot"
7625 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7626 #  algorithm: "plot_nf_heatmap"
7627 #  output-file-type: ".html"
7628 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7629 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7630 #  filter: "'NIC_Intel-XXV710' and
7631 #           'NF_DENSITY' and
7632 #           'VHOST' and
7633 #           'VXLAN' and
7634 #           'CHAIN' and
7635 #           'IMIX' and
7636 #           '2T1C' and
7637 #           'NDRPDR'"
7638 #  parameters:
7639 #  - "throughput"
7640 #  - "name"
7641 #  - "tags"
7642 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7643 #  x-axis: "X = VNFs per Service Chain"
7644 #  y-axis: "Y = Number of Service Chains"
7645 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7646 #  layout:
7647 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7648 #    layout: "plot-service-density"
7649 #
7650 #- type: "plot"
7651 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7652 #  algorithm: "plot_nf_heatmap"
7653 #  output-file-type: ".html"
7654 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7655 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7656 #  filter: "'NIC_Intel-XXV710' and
7657 #           'NF_DENSITY' and
7658 #           'VHOST' and
7659 #           'VXLAN' and
7660 #           'CHAIN' and
7661 #           'IMIX' and
7662 #           '4T2C' and
7663 #           'NDRPDR'"
7664 #  parameters:
7665 #  - "throughput"
7666 #  - "name"
7667 #  - "tags"
7668 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7669 #  x-axis: "X = VNFs per Service Chain"
7670 #  y-axis: "Y = Number of Service Chains"
7671 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7672 #  layout:
7673 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7674 #    layout: "plot-service-density"
7675 #
7676 #- type: "plot"
7677 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7678 #  algorithm: "plot_nf_heatmap"
7679 #  output-file-type: ".html"
7680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7681 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7682 #  filter: "'NIC_Intel-XXV710' and
7683 #           'NF_DENSITY' and
7684 #           'VHOST' and
7685 #           'VXLAN' and
7686 #           'CHAIN' and
7687 #           'IMIX' and
7688 #           '8T4C' and
7689 #           'NDRPDR'"
7690 #  parameters:
7691 #  - "throughput"
7692 #  - "name"
7693 #  - "tags"
7694 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7695 #  x-axis: "X = VNFs per Service Chain"
7696 #  y-axis: "Y = Number of Service Chains"
7697 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7698 #  layout:
7699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7700 #    layout: "plot-service-density"
7701 #
7702 ## Plots - NF Density - VSC - PDR 64b
7703 #- type: "plot"
7704 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7705 #  algorithm: "plot_nf_heatmap"
7706 #  output-file-type: ".html"
7707 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7708 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7709 #  filter: "'NIC_Intel-XXV710' and
7710 #           'NF_DENSITY' and
7711 #           'VHOST' and
7712 #           'VXLAN' and
7713 #           'CHAIN' and
7714 #           '118' and
7715 #           '2T1C' and
7716 #           'NDRPDR'"
7717 #  parameters:
7718 #  - "throughput"
7719 #  - "name"
7720 #  - "tags"
7721 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7722 #  x-axis: "X = VNFs per Service Chain"
7723 #  y-axis: "Y = Number of Service Chains"
7724 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7725 #  layout:
7726 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7727 #    layout: "plot-service-density"
7728 #
7729 #- type: "plot"
7730 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7731 #  algorithm: "plot_nf_heatmap"
7732 #  output-file-type: ".html"
7733 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7734 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7735 #  filter: "'NIC_Intel-XXV710' and
7736 #           'NF_DENSITY' and
7737 #           'VHOST' and
7738 #           'VXLAN' and
7739 #           'CHAIN' and
7740 #           '118' and
7741 #           '4T2C' and
7742 #           'NDRPDR'"
7743 #  parameters:
7744 #  - "throughput"
7745 #  - "name"
7746 #  - "tags"
7747 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7748 #  x-axis: "X = VNFs per Service Chain"
7749 #  y-axis: "Y = Number of Service Chains"
7750 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7751 #  layout:
7752 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7753 #    layout: "plot-service-density"
7754 #
7755 #- type: "plot"
7756 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7757 #  algorithm: "plot_nf_heatmap"
7758 #  output-file-type: ".html"
7759 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7760 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7761 #  filter: "'NIC_Intel-XXV710' and
7762 #           'NF_DENSITY' and
7763 #           'VHOST' and
7764 #           'VXLAN' and
7765 #           'CHAIN' and
7766 #           '118' and
7767 #           '8T4C' and
7768 #           'NDRPDR'"
7769 #  parameters:
7770 #  - "throughput"
7771 #  - "name"
7772 #  - "tags"
7773 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7774 #  x-axis: "X = VNFs per Service Chain"
7775 #  y-axis: "Y = Number of Service Chains"
7776 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7777 #  layout:
7778 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7779 #    layout: "plot-service-density"
7780 #
7781 ## Plots - NF Density - VSC - PDR IMIX
7782 #- type: "plot"
7783 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7784 #  algorithm: "plot_nf_heatmap"
7785 #  output-file-type: ".html"
7786 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7787 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7788 #  filter: "'NIC_Intel-XXV710' and
7789 #           'NF_DENSITY' and
7790 #           'VHOST' and
7791 #           'VXLAN' and
7792 #           'CHAIN' and
7793 #           'IMIX' and
7794 #           '2T1C' and
7795 #           'NDRPDR'"
7796 #  parameters:
7797 #  - "throughput"
7798 #  - "name"
7799 #  - "tags"
7800 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7801 #  x-axis: "X = VNFs per Service Chain"
7802 #  y-axis: "Y = Number of Service Chains"
7803 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7804 #  layout:
7805 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7806 #    layout: "plot-service-density"
7807 #
7808 #- type: "plot"
7809 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7810 #  algorithm: "plot_nf_heatmap"
7811 #  output-file-type: ".html"
7812 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7813 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7814 #  filter: "'NIC_Intel-XXV710' and
7815 #           'NF_DENSITY' and
7816 #           'VHOST' and
7817 #           'VXLAN' and
7818 #           'CHAIN' and
7819 #           'IMIX' and
7820 #           '4T2C' and
7821 #           'NDRPDR'"
7822 #  parameters:
7823 #  - "throughput"
7824 #  - "name"
7825 #  - "tags"
7826 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7827 #  x-axis: "X = VNFs per Service Chain"
7828 #  y-axis: "Y = Number of Service Chains"
7829 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7830 #  layout:
7831 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7832 #    layout: "plot-service-density"
7833 #
7834 #- type: "plot"
7835 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7836 #  algorithm: "plot_nf_heatmap"
7837 #  output-file-type: ".html"
7838 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7839 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7840 #  filter: "'NIC_Intel-XXV710' and
7841 #           'NF_DENSITY' and
7842 #           'VHOST' and
7843 #           'VXLAN' and
7844 #           'CHAIN' and
7845 #           'IMIX' and
7846 #           '8T4C' and
7847 #           'NDRPDR'"
7848 #  parameters:
7849 #  - "throughput"
7850 #  - "name"
7851 #  - "tags"
7852 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7853 #  x-axis: "X = VNFs per Service Chain"
7854 #  y-axis: "Y = Number of Service Chains"
7855 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7856 #  layout:
7857 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7858 #    layout: "plot-service-density"
7859 #
7860 ################################################################################
7861 ## Plots - NF Density - CSC - MRR 64b
7862 #- type: "plot"
7863 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7864 #  algorithm: "plot_nf_heatmap"
7865 #  output-file-type: ".html"
7866 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7867 #  data: "plot-vpp-nfv-2n-skx-mrr"
7868 #  filter: "'NIC_Intel-XXV710' and
7869 #           'NF_DENSITY' and
7870 #           'DOCKER' and
7871 #           'CHAIN' and
7872 #           'NF_VPPIP4' and
7873 #           '64B' and
7874 #           '2T1C' and
7875 #           'MRR'"
7876 #  parameters:
7877 #  - "result"
7878 #  - "name"
7879 #  - "tags"
7880 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7881 #  x-axis: "X = CNFs per Service Chain"
7882 #  y-axis: "Y = Number of Service Chains"
7883 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7884 #  layout:
7885 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7886 #    layout: "plot-service-density"
7887 #
7888 #- type: "plot"
7889 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7890 #  algorithm: "plot_nf_heatmap"
7891 #  output-file-type: ".html"
7892 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7893 #  data: "plot-vpp-nfv-2n-skx-mrr"
7894 #  filter: "'NIC_Intel-XXV710' and
7895 #           'NF_DENSITY' and
7896 #           'DOCKER' and
7897 #           'CHAIN' and
7898 #           'NF_VPPIP4' and
7899 #           '64B' and
7900 #           '4T2C' and
7901 #           'MRR'"
7902 #  parameters:
7903 #  - "result"
7904 #  - "name"
7905 #  - "tags"
7906 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7907 #  x-axis: "X = CNFs per Service Chain"
7908 #  y-axis: "Y = Number of Service Chains"
7909 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7910 #  layout:
7911 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7912 #    layout: "plot-service-density"
7913 #
7914 #- type: "plot"
7915 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7916 #  algorithm: "plot_nf_heatmap"
7917 #  output-file-type: ".html"
7918 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7919 #  data: "plot-vpp-nfv-2n-skx-mrr"
7920 #  filter: "'NIC_Intel-XXV710' and
7921 #           'NF_DENSITY' and
7922 #           'DOCKER' and
7923 #           'CHAIN' and
7924 #           'NF_VPPIP4' and
7925 #           '64B' and
7926 #           '8T4C' and
7927 #           'MRR'"
7928 #  parameters:
7929 #  - "result"
7930 #  - "name"
7931 #  - "tags"
7932 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7933 #  x-axis: "X = CNFs per Service Chain"
7934 #  y-axis: "Y = Number of Service Chains"
7935 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7936 #  layout:
7937 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7938 #    layout: "plot-service-density"
7939 #
7940 ## Plots - NF Density - CSC - MRR IMIX
7941 #- type: "plot"
7942 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7943 #  algorithm: "plot_nf_heatmap"
7944 #  output-file-type: ".html"
7945 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7946 #  data: "plot-vpp-nfv-2n-skx-mrr"
7947 #  filter: "'NIC_Intel-XXV710' and
7948 #           'NF_DENSITY' and
7949 #           'DOCKER' and
7950 #           'CHAIN' and
7951 #           'NF_VPPIP4' and
7952 #           'IMIX' and
7953 #           '2T1C' and
7954 #           'MRR'"
7955 #  parameters:
7956 #  - "result"
7957 #  - "name"
7958 #  - "tags"
7959 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7960 #  x-axis: "X = CNFs per Service Chain"
7961 #  y-axis: "Y = Number of Service Chains"
7962 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7963 #  layout:
7964 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7965 #    layout: "plot-service-density"
7966 #
7967 #- type: "plot"
7968 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7969 #  algorithm: "plot_nf_heatmap"
7970 #  output-file-type: ".html"
7971 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7972 #  data: "plot-vpp-nfv-2n-skx-mrr"
7973 #  filter: "'NIC_Intel-XXV710' and
7974 #           'NF_DENSITY' and
7975 #           'DOCKER' and
7976 #           'CHAIN' and
7977 #           'NF_VPPIP4' and
7978 #           'IMIX' and
7979 #           '4T2C' and
7980 #           'MRR'"
7981 #  parameters:
7982 #  - "result"
7983 #  - "name"
7984 #  - "tags"
7985 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7986 #  x-axis: "X = CNFs per Service Chain"
7987 #  y-axis: "Y = Number of Service Chains"
7988 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7989 #  layout:
7990 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7991 #    layout: "plot-service-density"
7992 #
7993 #- type: "plot"
7994 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7995 #  algorithm: "plot_nf_heatmap"
7996 #  output-file-type: ".html"
7997 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7998 #  data: "plot-vpp-nfv-2n-skx-mrr"
7999 #  filter: "'NIC_Intel-XXV710' and
8000 #           'NF_DENSITY' and
8001 #           'DOCKER' and
8002 #           'CHAIN' and
8003 #           'NF_VPPIP4' and
8004 #           'IMIX' and
8005 #           '8T4C' and
8006 #           'MRR'"
8007 #  parameters:
8008 #  - "result"
8009 #  - "name"
8010 #  - "tags"
8011 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8012 #  x-axis: "X = CNFs per Service Chain"
8013 #  y-axis: "Y = Number of Service Chains"
8014 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8015 #  layout:
8016 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8017 #    layout: "plot-service-density"
8018 #
8019 ## Plots - NF Density - CSC - NDR 64b
8020 #- type: "plot"
8021 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8022 #  algorithm: "plot_nf_heatmap"
8023 #  output-file-type: ".html"
8024 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8025 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8026 #  filter: "'NIC_Intel-XXV710' and
8027 #           'NF_DENSITY' and
8028 #           'DOCKER' and
8029 #           'CHAIN' and
8030 #           'NF_VPPIP4' and
8031 #           '64B' and
8032 #           '2T1C' and
8033 #           'NDRPDR'"
8034 #  parameters:
8035 #  - "throughput"
8036 #  - "name"
8037 #  - "tags"
8038 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8039 #  x-axis: "X = CNFs per Service Chain"
8040 #  y-axis: "Y = Number of Service Chains"
8041 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8042 #  layout:
8043 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8044 #    layout: "plot-service-density"
8045 #
8046 #- type: "plot"
8047 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8048 #  algorithm: "plot_nf_heatmap"
8049 #  output-file-type: ".html"
8050 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8051 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8052 #  filter: "'NIC_Intel-XXV710' and
8053 #           'NF_DENSITY' and
8054 #           'DOCKER' and
8055 #           'CHAIN' and
8056 #           'NF_VPPIP4' and
8057 #           '64B' and
8058 #           '4T2C' and
8059 #           'NDRPDR'"
8060 #  parameters:
8061 #  - "throughput"
8062 #  - "name"
8063 #  - "tags"
8064 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8065 #  x-axis: "X = CNFs per Service Chain"
8066 #  y-axis: "Y = Number of Service Chains"
8067 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8068 #  layout:
8069 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8070 #    layout: "plot-service-density"
8071 #
8072 #- type: "plot"
8073 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8074 #  algorithm: "plot_nf_heatmap"
8075 #  output-file-type: ".html"
8076 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8077 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8078 #  filter: "'NIC_Intel-XXV710' and
8079 #           'NF_DENSITY' and
8080 #           'DOCKER' and
8081 #           'CHAIN' and
8082 #           'NF_VPPIP4' and
8083 #           '64B' and
8084 #           '8T4C' and
8085 #           'NDRPDR'"
8086 #  parameters:
8087 #  - "throughput"
8088 #  - "name"
8089 #  - "tags"
8090 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8091 #  x-axis: "X = CNFs per Service Chain"
8092 #  y-axis: "Y = Number of Service Chains"
8093 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8094 #  layout:
8095 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8096 #    layout: "plot-service-density"
8097 #
8098 ## Plots - NF Density - CSC - NDR IMIX
8099 #- type: "plot"
8100 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8101 #  algorithm: "plot_nf_heatmap"
8102 #  output-file-type: ".html"
8103 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8104 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8105 #  filter: "'NIC_Intel-XXV710' and
8106 #           'NF_DENSITY' and
8107 #           'DOCKER' and
8108 #           'CHAIN' and
8109 #           'NF_VPPIP4' and
8110 #           'IMIX' and
8111 #           '2T1C' and
8112 #           'NDRPDR'"
8113 #  parameters:
8114 #  - "throughput"
8115 #  - "name"
8116 #  - "tags"
8117 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8118 #  x-axis: "X = CNFs per Service Chain"
8119 #  y-axis: "Y = Number of Service Chains"
8120 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8121 #  layout:
8122 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8123 #    layout: "plot-service-density"
8124 #
8125 #- type: "plot"
8126 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8127 #  algorithm: "plot_nf_heatmap"
8128 #  output-file-type: ".html"
8129 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8130 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8131 #  filter: "'NIC_Intel-XXV710' and
8132 #           'NF_DENSITY' and
8133 #           'DOCKER' and
8134 #           'CHAIN' and
8135 #           'NF_VPPIP4' and
8136 #           'IMIX' and
8137 #           '4T2C' and
8138 #           'NDRPDR'"
8139 #  parameters:
8140 #  - "throughput"
8141 #  - "name"
8142 #  - "tags"
8143 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8144 #  x-axis: "X = CNFs per Service Chain"
8145 #  y-axis: "Y = Number of Service Chains"
8146 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8147 #  layout:
8148 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8149 #    layout: "plot-service-density"
8150 #
8151 #- type: "plot"
8152 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8153 #  algorithm: "plot_nf_heatmap"
8154 #  output-file-type: ".html"
8155 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8156 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8157 #  filter: "'NIC_Intel-XXV710' and
8158 #           'NF_DENSITY' and
8159 #           'DOCKER' and
8160 #           'CHAIN' and
8161 #           'NF_VPPIP4' and
8162 #           'IMIX' and
8163 #           '8T4C' and
8164 #           'NDRPDR'"
8165 #  parameters:
8166 #  - "throughput"
8167 #  - "name"
8168 #  - "tags"
8169 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8170 #  x-axis: "X = CNFs per Service Chain"
8171 #  y-axis: "Y = Number of Service Chains"
8172 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8173 #  layout:
8174 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8175 #    layout: "plot-service-density"
8176 #
8177 ## Plots - NF Density - CSC - PDR 64b
8178 #- type: "plot"
8179 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8180 #  algorithm: "plot_nf_heatmap"
8181 #  output-file-type: ".html"
8182 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8183 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8184 #  filter: "'NIC_Intel-XXV710' and
8185 #           'NF_DENSITY' and
8186 #           'DOCKER' and
8187 #           'CHAIN' and
8188 #           'NF_VPPIP4' and
8189 #           '64B' and
8190 #           '2T1C' and
8191 #           'NDRPDR'"
8192 #  parameters:
8193 #  - "throughput"
8194 #  - "name"
8195 #  - "tags"
8196 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8197 #  x-axis: "X = CNFs per Service Chain"
8198 #  y-axis: "Y = Number of Service Chains"
8199 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8200 #  layout:
8201 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8202 #    layout: "plot-service-density"
8203 #
8204 #- type: "plot"
8205 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8206 #  algorithm: "plot_nf_heatmap"
8207 #  output-file-type: ".html"
8208 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8209 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8210 #  filter: "'NIC_Intel-XXV710' and
8211 #           'NF_DENSITY' and
8212 #           'DOCKER' and
8213 #           'CHAIN' and
8214 #           'NF_VPPIP4' and
8215 #           '64B' and
8216 #           '4T2C' and
8217 #           'NDRPDR'"
8218 #  parameters:
8219 #  - "throughput"
8220 #  - "name"
8221 #  - "tags"
8222 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8223 #  x-axis: "X = CNFs per Service Chain"
8224 #  y-axis: "Y = Number of Service Chains"
8225 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8226 #  layout:
8227 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8228 #    layout: "plot-service-density"
8229 #
8230 #- type: "plot"
8231 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8232 #  algorithm: "plot_nf_heatmap"
8233 #  output-file-type: ".html"
8234 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8235 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8236 #  filter: "'NIC_Intel-XXV710' and
8237 #           'NF_DENSITY' and
8238 #           'DOCKER' and
8239 #           'CHAIN' and
8240 #           'NF_VPPIP4' and
8241 #           '64B' and
8242 #           '8T4C' and
8243 #           'NDRPDR'"
8244 #  parameters:
8245 #  - "throughput"
8246 #  - "name"
8247 #  - "tags"
8248 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8249 #  x-axis: "X = CNFs per Service Chain"
8250 #  y-axis: "Y = Number of Service Chains"
8251 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8252 #  layout:
8253 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8254 #    layout: "plot-service-density"
8255 #
8256 ## Plots - NF Density - CSC - PDR IMIX
8257 #- type: "plot"
8258 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8259 #  algorithm: "plot_nf_heatmap"
8260 #  output-file-type: ".html"
8261 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8262 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8263 #  filter: "'NIC_Intel-XXV710' and
8264 #           'NF_DENSITY' and
8265 #           'DOCKER' and
8266 #           'CHAIN' and
8267 #           'NF_VPPIP4' and
8268 #           'IMIX' and
8269 #           '2T1C' and
8270 #           'NDRPDR'"
8271 #  parameters:
8272 #  - "throughput"
8273 #  - "name"
8274 #  - "tags"
8275 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8276 #  x-axis: "X = CNFs per Service Chain"
8277 #  y-axis: "Y = Number of Service Chains"
8278 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8279 #  layout:
8280 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8281 #    layout: "plot-service-density"
8282 #
8283 #- type: "plot"
8284 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8285 #  algorithm: "plot_nf_heatmap"
8286 #  output-file-type: ".html"
8287 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8288 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8289 #  filter: "'NIC_Intel-XXV710' and
8290 #           'NF_DENSITY' and
8291 #           'DOCKER' and
8292 #           'CHAIN' and
8293 #           'NF_VPPIP4' and
8294 #           'IMIX' and
8295 #           '4T2C' and
8296 #           'NDRPDR'"
8297 #  parameters:
8298 #  - "throughput"
8299 #  - "name"
8300 #  - "tags"
8301 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8302 #  x-axis: "X = CNFs per Service Chain"
8303 #  y-axis: "Y = Number of Service Chains"
8304 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8305 #  layout:
8306 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8307 #    layout: "plot-service-density"
8308 #
8309 #- type: "plot"
8310 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8311 #  algorithm: "plot_nf_heatmap"
8312 #  output-file-type: ".html"
8313 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8314 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8315 #  filter: "'NIC_Intel-XXV710' and
8316 #           'NF_DENSITY' and
8317 #           'DOCKER' and
8318 #           'CHAIN' and
8319 #           'NF_VPPIP4' and
8320 #           'IMIX' and
8321 #           '8T4C' and
8322 #           'NDRPDR'"
8323 #  parameters:
8324 #  - "throughput"
8325 #  - "name"
8326 #  - "tags"
8327 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8328 #  x-axis: "X = CNFs per Service Chain"
8329 #  y-axis: "Y = Number of Service Chains"
8330 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8331 #  layout:
8332 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8333 #    layout: "plot-service-density"
8334 #
8335 ################################################################################
8336 #
8337 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8338 #- type: "plot"
8339 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8340 #  algorithm: "plot_nf_heatmap"
8341 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8342 #  data: "plot-vpp-nfv-3n-skx-mrr"
8343 #  filter: "'NIC_Intel-XXV710' and
8344 #           'NF_DENSITY' and
8345 #           'DOCKER' and
8346 #           'CHAIN' and
8347 #           'NF_VPPIP4' and
8348 #           'IPSEC' and
8349 #           'TNL_4' and
8350 #           'IMIX' and
8351 #           '2T1C' and
8352 #           'MRR'"
8353 #  parameters:
8354 #  - "result"
8355 #  - "name"
8356 #  - "tags"
8357 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8358 #  x-axis: "X = CNFs per Service Chain"
8359 #  y-axis: "Y = Number of Service Chains"
8360 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8361 #  layout:
8362 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8363 #    layout: "plot-service-density"
8364 #
8365 #- type: "plot"
8366 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8367 #  algorithm: "plot_nf_heatmap"
8368 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8369 #  data: "plot-vpp-nfv-3n-skx-mrr"
8370 #  filter: "'NIC_Intel-XXV710' and
8371 #           'NF_DENSITY' and
8372 #           'DOCKER' and
8373 #           'CHAIN' and
8374 #           'NF_VPPIP4' and
8375 #           'IPSEC' and
8376 #           'TNL_4' and
8377 #           'IMIX' and
8378 #           '4T2C' and
8379 #           'MRR'"
8380 #  parameters:
8381 #  - "result"
8382 #  - "name"
8383 #  - "tags"
8384 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8385 #  x-axis: "X = CNFs per Service Chain"
8386 #  y-axis: "Y = Number of Service Chains"
8387 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8388 #  layout:
8389 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8390 #    layout: "plot-service-density"
8391 #
8392 #- type: "plot"
8393 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8394 #  algorithm: "plot_nf_heatmap"
8395 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8396 #  data: "plot-vpp-nfv-3n-skx-mrr"
8397 #  filter: "'NIC_Intel-XXV710' and
8398 #           'NF_DENSITY' and
8399 #           'DOCKER' and
8400 #           'CHAIN' and
8401 #           'NF_VPPIP4' and
8402 #           'IPSEC' and
8403 #           'TNL_4' and
8404 #           'IMIX' and
8405 #           '8T4C' and
8406 #           'MRR'"
8407 #  parameters:
8408 #  - "result"
8409 #  - "name"
8410 #  - "tags"
8411 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8412 #  x-axis: "X = CNFs per Service Chain"
8413 #  y-axis: "Y = Number of Service Chains"
8414 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8415 #  layout:
8416 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8417 #    layout: "plot-service-density"
8418
8419 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8420 - type: "plot"
8421   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8422   algorithm: "plot_nf_heatmap"
8423   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8424   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8425   filter: "'NIC_Intel-XXV710' and
8426            'NF_DENSITY' and
8427            'DOCKER' and
8428            'CHAIN' and
8429            'NF_VPPIP4' and
8430            'IPSEC' and
8431            'TNL_4' and
8432            'IMIX' and
8433            '2T1C' and
8434            'NDRPDR'"
8435   parameters:
8436   - "throughput"
8437   - "name"
8438   - "tags"
8439   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8440   x-axis: "X = CNFs per Service Chain"
8441   y-axis: "Y = Number of Service Chains"
8442   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8443   layout:
8444     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8445     layout: "plot-service-density"
8446
8447 - type: "plot"
8448   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8449   algorithm: "plot_nf_heatmap"
8450   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8451   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8452   filter: "'NIC_Intel-XXV710' and
8453            'NF_DENSITY' and
8454            'DOCKER' and
8455            'CHAIN' and
8456            'NF_VPPIP4' and
8457            'IPSEC' and
8458            'TNL_4' and
8459            'IMIX' and
8460            '4T2C' and
8461            'NDRPDR'"
8462   parameters:
8463   - "throughput"
8464   - "name"
8465   - "tags"
8466   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8467   x-axis: "X = CNFs per Service Chain"
8468   y-axis: "Y = Number of Service Chains"
8469   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8470   layout:
8471     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8472     layout: "plot-service-density"
8473
8474 - type: "plot"
8475   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8476   algorithm: "plot_nf_heatmap"
8477   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8478   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8479   filter: "'NIC_Intel-XXV710' and
8480            'NF_DENSITY' and
8481            'DOCKER' and
8482            'CHAIN' and
8483            'NF_VPPIP4' and
8484            'IPSEC' and
8485            'TNL_4' and
8486            'IMIX' and
8487            '8T4C' and
8488            'NDRPDR'"
8489   parameters:
8490   - "throughput"
8491   - "name"
8492   - "tags"
8493   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8494   x-axis: "X = CNFs per Service Chain"
8495   y-axis: "Y = Number of Service Chains"
8496   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8497   layout:
8498     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8499     layout: "plot-service-density"
8500
8501 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8502 - type: "plot"
8503   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8504   algorithm: "plot_nf_heatmap"
8505   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8506   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8507   filter: "'NIC_Intel-XXV710' and
8508            'NF_DENSITY' and
8509            'DOCKER' and
8510            'CHAIN' and
8511            'NF_VPPIP4' and
8512            'IPSEC' and
8513            'TNL_4' and
8514            'IMIX' and
8515            '2T1C' and
8516            'NDRPDR'"
8517   parameters:
8518   - "throughput"
8519   - "name"
8520   - "tags"
8521   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8522   x-axis: "X = CNFs per Service Chain"
8523   y-axis: "Y = Number of Service Chains"
8524   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8525   layout:
8526     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8527     layout: "plot-service-density"
8528
8529 - type: "plot"
8530   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8531   algorithm: "plot_nf_heatmap"
8532   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8533   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8534   filter: "'NIC_Intel-XXV710' and
8535            'NF_DENSITY' and
8536            'DOCKER' and
8537            'CHAIN' and
8538            'NF_VPPIP4' and
8539            'IPSEC' and
8540            'TNL_4' and
8541            'IMIX' and
8542            '4T2C' and
8543            'NDRPDR'"
8544   parameters:
8545   - "throughput"
8546   - "name"
8547   - "tags"
8548   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8549   x-axis: "X = CNFs per Service Chain"
8550   y-axis: "Y = Number of Service Chains"
8551   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8552   layout:
8553     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8554     layout: "plot-service-density"
8555
8556 - type: "plot"
8557   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8558   algorithm: "plot_nf_heatmap"
8559   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8560   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8561   filter: "'NIC_Intel-XXV710' and
8562            'NF_DENSITY' and
8563            'DOCKER' and
8564            'CHAIN' and
8565            'NF_VPPIP4' and
8566            'IPSEC' and
8567            'TNL_4' and
8568            'IMIX' and
8569            '8T4C' and
8570            'NDRPDR'"
8571   parameters:
8572   - "throughput"
8573   - "name"
8574   - "tags"
8575   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8576   x-axis: "X = CNFs per Service Chain"
8577   y-axis: "Y = Number of Service Chains"
8578   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8579   layout:
8580     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8581     layout: "plot-service-density"
8582
8583 ###############################################################################
8584
8585 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8586 - type: "plot"
8587   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8588   algorithm: "plot_nf_heatmap"
8589   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8590   data: "plot-vpp-nfv-3n-hsw-mrr"
8591   filter: "'NIC_Intel-XL710' and
8592            'NF_DENSITY' and
8593            'DOCKER' and
8594            'CHAIN' and
8595            'NF_VPPIP4' and
8596            'IMIX' and
8597            'TNL_4' and
8598            '1T1C' and
8599            'MRR'"
8600   parameters:
8601   - "result"
8602   - "name"
8603   - "tags"
8604   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8605   x-axis: "X = CNFs per Service Chain"
8606   y-axis: "Y = Number of Service Chains"
8607   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8608   layout:
8609     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8610     layout: "plot-service-density"
8611
8612 - type: "plot"
8613   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8614   algorithm: "plot_nf_heatmap"
8615   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8616   data: "plot-vpp-nfv-3n-hsw-mrr"
8617   filter: "'NIC_Intel-XL710' and
8618            'NF_DENSITY' and
8619            'DOCKER' and
8620            'CHAIN' and
8621            'NF_VPPIP4' and
8622            'IPSEC' and
8623            'TNL_4' and
8624            'IMIX' and
8625            '2T2C' and
8626            'MRR'"
8627   parameters:
8628   - "result"
8629   - "name"
8630   - "tags"
8631   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8632   x-axis: "X = CNFs per Service Chain"
8633   y-axis: "Y = Number of Service Chains"
8634   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8635   layout:
8636     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8637     layout: "plot-service-density"
8638
8639 - type: "plot"
8640   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8641   algorithm: "plot_nf_heatmap"
8642   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8643   data: "plot-vpp-nfv-3n-hsw-mrr"
8644   filter: "'NIC_Intel-XL710' and
8645            'NF_DENSITY' and
8646            'DOCKER' and
8647            'CHAIN' and
8648            'NF_VPPIP4' and
8649            'IPSEC' and
8650            'TNL_4' and
8651            'IMIX' and
8652            '4T4C' and
8653            'MRR'"
8654   parameters:
8655   - "result"
8656   - "name"
8657   - "tags"
8658   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8659   x-axis: "X = CNFs per Service Chain"
8660   y-axis: "Y = Number of Service Chains"
8661   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8662   layout:
8663     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8664     layout: "plot-service-density"
8665
8666 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8667 - type: "plot"
8668   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8669   algorithm: "plot_nf_heatmap"
8670   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8671   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8672   filter: "'NIC_Intel-XL710' and
8673            'NF_DENSITY' and
8674            'DOCKER' and
8675            'CHAIN' and
8676            'NF_VPPIP4' and
8677            'IPSEC' and
8678            'TNL_4' and
8679            'IMIX' and
8680            '1T1C' and
8681            'NDRPDR'"
8682   parameters:
8683   - "throughput"
8684   - "name"
8685   - "tags"
8686   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8687   x-axis: "X = CNFs per Service Chain"
8688   y-axis: "Y = Number of Service Chains"
8689   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8690   layout:
8691     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8692     layout: "plot-service-density"
8693
8694 - type: "plot"
8695   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8696   algorithm: "plot_nf_heatmap"
8697   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8698   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8699   filter: "'NIC_Intel-XL710' and
8700            'NF_DENSITY' and
8701            'DOCKER' and
8702            'CHAIN' and
8703            'NF_VPPIP4' and
8704            'IPSEC' and
8705            'TNL_4' and
8706            'IMIX' and
8707            '2T2C' and
8708            'NDRPDR'"
8709   parameters:
8710   - "throughput"
8711   - "name"
8712   - "tags"
8713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8714   x-axis: "X = CNFs per Service Chain"
8715   y-axis: "Y = Number of Service Chains"
8716   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8717   layout:
8718     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8719     layout: "plot-service-density"
8720
8721 - type: "plot"
8722   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8723   algorithm: "plot_nf_heatmap"
8724   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8725   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8726   filter: "'NIC_Intel-XL710' and
8727            'NF_DENSITY' and
8728            'DOCKER' and
8729            'CHAIN' and
8730            'NF_VPPIP4' and
8731            'IPSEC' and
8732            'TNL_4' and
8733            'IMIX' and
8734            '4T4C' and
8735            'NDRPDR'"
8736   parameters:
8737   - "throughput"
8738   - "name"
8739   - "tags"
8740   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8741   x-axis: "X = CNFs per Service Chain"
8742   y-axis: "Y = Number of Service Chains"
8743   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8744   layout:
8745     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8746     layout: "plot-service-density"
8747
8748 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8749 - type: "plot"
8750   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8751   algorithm: "plot_nf_heatmap"
8752   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8753   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8754   filter: "'NIC_Intel-XL710' and
8755            'NF_DENSITY' and
8756            'DOCKER' and
8757            'CHAIN' and
8758            'NF_VPPIP4' and
8759            'IPSEC' and
8760            'TNL_4' and
8761            'IMIX' and
8762            '1T1C' and
8763            'NDRPDR'"
8764   parameters:
8765   - "throughput"
8766   - "name"
8767   - "tags"
8768   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8769   x-axis: "X = CNFs per Service Chain"
8770   y-axis: "Y = Number of Service Chains"
8771   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8772   layout:
8773     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8774     layout: "plot-service-density"
8775
8776 - type: "plot"
8777   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8778   algorithm: "plot_nf_heatmap"
8779   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8780   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8781   filter: "'NIC_Intel-XL710' and
8782            'NF_DENSITY' and
8783            'DOCKER' and
8784            'CHAIN' and
8785            'NF_VPPIP4' and
8786            'IPSEC' and
8787            'TNL_4' and
8788            'IMIX' and
8789            '2T2C' and
8790            'NDRPDR'"
8791   parameters:
8792   - "throughput"
8793   - "name"
8794   - "tags"
8795   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8796   x-axis: "X = CNFs per Service Chain"
8797   y-axis: "Y = Number of Service Chains"
8798   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8799   layout:
8800     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8801     layout: "plot-service-density"
8802
8803 - type: "plot"
8804   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8805   algorithm: "plot_nf_heatmap"
8806   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8807   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8808   filter: "'NIC_Intel-XL710' and
8809            'NF_DENSITY' and
8810            'DOCKER' and
8811            'CHAIN' and
8812            'NF_VPPIP4' and
8813            'IPSEC' and
8814            'TNL_4' and
8815            'IMIX' and
8816            '4T4C' and
8817            'NDRPDR'"
8818   parameters:
8819   - "throughput"
8820   - "name"
8821   - "tags"
8822   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8823   x-axis: "X = CNFs per Service Chain"
8824   y-axis: "Y = Number of Service Chains"
8825   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8826   layout:
8827     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8828     layout: "plot-service-density"
8829
8830 ###############################################################################
8831
8832 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8833 #- type: "plot"
8834 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8835 #  algorithm: "plot_nf_heatmap"
8836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8837 #  data: "plot-vpp-nfv-3n-skx-mrr"
8838 #  filter: "'NIC_Intel-XXV710' and
8839 #           'NF_DENSITY' and
8840 #           'DOCKER' and
8841 #           'CHAIN' and
8842 #           'NF_VPPIP4' and
8843 #           'IPSEC' and
8844 #           'TNL_1000' and
8845 #           'IMIX' and
8846 #           '2T1C' and
8847 #           'MRR'"
8848 #  parameters:
8849 #  - "result"
8850 #  - "name"
8851 #  - "tags"
8852 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8853 #  x-axis: "X = CNFs per Service Chain"
8854 #  y-axis: "Y = Number of Service Chains"
8855 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8856 #  layout:
8857 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8858 #    layout: "plot-service-density"
8859 #
8860 #- type: "plot"
8861 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8862 #  algorithm: "plot_nf_heatmap"
8863 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8864 #  data: "plot-vpp-nfv-3n-skx-mrr"
8865 #  filter: "'NIC_Intel-XXV710' and
8866 #           'NF_DENSITY' and
8867 #           'DOCKER' and
8868 #           'CHAIN' and
8869 #           'NF_VPPIP4' and
8870 #           'IPSEC' and
8871 #           'TNL_1000' and
8872 #           'IMIX' and
8873 #           '4T2C' and
8874 #           'MRR'"
8875 #  parameters:
8876 #  - "result"
8877 #  - "name"
8878 #  - "tags"
8879 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8880 #  x-axis: "X = CNFs per Service Chain"
8881 #  y-axis: "Y = Number of Service Chains"
8882 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8883 #  layout:
8884 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8885 #    layout: "plot-service-density"
8886 #
8887 #- type: "plot"
8888 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8889 #  algorithm: "plot_nf_heatmap"
8890 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8891 #  data: "plot-vpp-nfv-3n-skx-mrr"
8892 #  filter: "'NIC_Intel-XXV710' and
8893 #           'NF_DENSITY' and
8894 #           'DOCKER' and
8895 #           'CHAIN' and
8896 #           'NF_VPPIP4' and
8897 #           'IPSEC' and
8898 #           'TNL_1000' and
8899 #           'IMIX' and
8900 #           '8T4C' and
8901 #           'MRR'"
8902 #  parameters:
8903 #  - "result"
8904 #  - "name"
8905 #  - "tags"
8906 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8907 #  x-axis: "X = CNFs per Service Chain"
8908 #  y-axis: "Y = Number of Service Chains"
8909 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8910 #  layout:
8911 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8912 #    layout: "plot-service-density"
8913
8914 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8915 - type: "plot"
8916   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8917   algorithm: "plot_nf_heatmap"
8918   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8919   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8920   filter: "'NIC_Intel-XXV710' and
8921            'NF_DENSITY' and
8922            'DOCKER' and
8923            'CHAIN' and
8924            'NF_VPPIP4' and
8925            'IPSEC' and
8926            'TNL_1000' and
8927            'IMIX' and
8928            '2T1C' and
8929            'NDRPDR'"
8930   parameters:
8931   - "throughput"
8932   - "name"
8933   - "tags"
8934   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8935   x-axis: "X = CNFs per Service Chain"
8936   y-axis: "Y = Number of Service Chains"
8937   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8938   layout:
8939     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8940     layout: "plot-service-density"
8941
8942 - type: "plot"
8943   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8944   algorithm: "plot_nf_heatmap"
8945   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8946   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8947   filter: "'NIC_Intel-XXV710' and
8948            'NF_DENSITY' and
8949            'DOCKER' and
8950            'CHAIN' and
8951            'NF_VPPIP4' and
8952            'IPSEC' and
8953            'TNL_1000' and
8954            'IMIX' and
8955            '4T2C' and
8956            'NDRPDR'"
8957   parameters:
8958   - "throughput"
8959   - "name"
8960   - "tags"
8961   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8962   x-axis: "X = CNFs per Service Chain"
8963   y-axis: "Y = Number of Service Chains"
8964   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8965   layout:
8966     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8967     layout: "plot-service-density"
8968
8969 - type: "plot"
8970   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8971   algorithm: "plot_nf_heatmap"
8972   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8973   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8974   filter: "'NIC_Intel-XXV710' and
8975            'NF_DENSITY' and
8976            'DOCKER' and
8977            'CHAIN' and
8978            'NF_VPPIP4' and
8979            'IPSEC' and
8980            'TNL_1000' and
8981            'IMIX' and
8982            '8T4C' and
8983            'NDRPDR'"
8984   parameters:
8985   - "throughput"
8986   - "name"
8987   - "tags"
8988   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8989   x-axis: "X = CNFs per Service Chain"
8990   y-axis: "Y = Number of Service Chains"
8991   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8992   layout:
8993     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8994     layout: "plot-service-density"
8995
8996 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8997 - type: "plot"
8998   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8999   algorithm: "plot_nf_heatmap"
9000   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9001   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9002   filter: "'NIC_Intel-XXV710' and
9003            'NF_DENSITY' and
9004            'DOCKER' and
9005            'CHAIN' and
9006            'NF_VPPIP4' and
9007            'IPSEC' and
9008            'TNL_1000' and
9009            'IMIX' and
9010            '2T1C' and
9011            'NDRPDR'"
9012   parameters:
9013   - "throughput"
9014   - "name"
9015   - "tags"
9016   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9017   x-axis: "X = CNFs per Service Chain"
9018   y-axis: "Y = Number of Service Chains"
9019   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9020   layout:
9021     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9022     layout: "plot-service-density"
9023
9024 - type: "plot"
9025   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9026   algorithm: "plot_nf_heatmap"
9027   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9028   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9029   filter: "'NIC_Intel-XXV710' and
9030            'NF_DENSITY' and
9031            'DOCKER' and
9032            'CHAIN' and
9033            'NF_VPPIP4' and
9034            'IPSEC' and
9035            'TNL_1000' and
9036            'IMIX' and
9037            '4T2C' and
9038            'NDRPDR'"
9039   parameters:
9040   - "throughput"
9041   - "name"
9042   - "tags"
9043   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9044   x-axis: "X = CNFs per Service Chain"
9045   y-axis: "Y = Number of Service Chains"
9046   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9047   layout:
9048     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9049     layout: "plot-service-density"
9050
9051 - type: "plot"
9052   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9053   algorithm: "plot_nf_heatmap"
9054   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9055   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9056   filter: "'NIC_Intel-XXV710' and
9057            'NF_DENSITY' and
9058            'DOCKER' and
9059            'CHAIN' and
9060            'NF_VPPIP4' and
9061            'IPSEC' and
9062            'TNL_1000' and
9063            'IMIX' and
9064            '8T4C' and
9065            'NDRPDR'"
9066   parameters:
9067   - "throughput"
9068   - "name"
9069   - "tags"
9070   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9071   x-axis: "X = CNFs per Service Chain"
9072   y-axis: "Y = Number of Service Chains"
9073   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9074   layout:
9075     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9076     layout: "plot-service-density"
9077
9078 ###############################################################################
9079
9080 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9081 - type: "plot"
9082   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9083   algorithm: "plot_nf_heatmap"
9084   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9085   data: "plot-vpp-nfv-3n-hsw-mrr"
9086   filter: "'NIC_Intel-XL710' and
9087            'NF_DENSITY' and
9088            'DOCKER' and
9089            'CHAIN' and
9090            'NF_VPPIP4' and
9091            'IMIX' and
9092            'TNL_1000' and
9093            '1T1C' and
9094            'MRR'"
9095   parameters:
9096   - "result"
9097   - "name"
9098   - "tags"
9099   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9100   x-axis: "X = CNFs per Service Chain"
9101   y-axis: "Y = Number of Service Chains"
9102   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9103   layout:
9104     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9105     layout: "plot-service-density"
9106
9107 - type: "plot"
9108   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9109   algorithm: "plot_nf_heatmap"
9110   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9111   data: "plot-vpp-nfv-3n-hsw-mrr"
9112   filter: "'NIC_Intel-XL710' and
9113            'NF_DENSITY' and
9114            'DOCKER' and
9115            'CHAIN' and
9116            'NF_VPPIP4' and
9117            'IPSEC' and
9118            'TNL_1000' and
9119            'IMIX' and
9120            '2T2C' and
9121            'MRR'"
9122   parameters:
9123   - "result"
9124   - "name"
9125   - "tags"
9126   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9127   x-axis: "X = CNFs per Service Chain"
9128   y-axis: "Y = Number of Service Chains"
9129   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9130   layout:
9131     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9132     layout: "plot-service-density"
9133
9134 - type: "plot"
9135   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9136   algorithm: "plot_nf_heatmap"
9137   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9138   data: "plot-vpp-nfv-3n-hsw-mrr"
9139   filter: "'NIC_Intel-XL710' and
9140            'NF_DENSITY' and
9141            'DOCKER' and
9142            'CHAIN' and
9143            'NF_VPPIP4' and
9144            'IPSEC' and
9145            'TNL_1000' and
9146            'IMIX' and
9147            '4T4C' and
9148            'MRR'"
9149   parameters:
9150   - "result"
9151   - "name"
9152   - "tags"
9153   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9154   x-axis: "X = CNFs per Service Chain"
9155   y-axis: "Y = Number of Service Chains"
9156   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9157   layout:
9158     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9159     layout: "plot-service-density"
9160
9161 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9162 - type: "plot"
9163   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9164   algorithm: "plot_nf_heatmap"
9165   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9166   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9167   filter: "'NIC_Intel-XL710' and
9168            'NF_DENSITY' and
9169            'DOCKER' and
9170            'CHAIN' and
9171            'NF_VPPIP4' and
9172            'IPSEC' and
9173            'TNL_1000' and
9174            'IMIX' and
9175            '1T1C' and
9176            'NDRPDR'"
9177   parameters:
9178   - "throughput"
9179   - "name"
9180   - "tags"
9181   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9182   x-axis: "X = CNFs per Service Chain"
9183   y-axis: "Y = Number of Service Chains"
9184   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9185   layout:
9186     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9187     layout: "plot-service-density"
9188
9189 - type: "plot"
9190   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9191   algorithm: "plot_nf_heatmap"
9192   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9193   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9194   filter: "'NIC_Intel-XL710' and
9195            'NF_DENSITY' and
9196            'DOCKER' and
9197            'CHAIN' and
9198            'NF_VPPIP4' and
9199            'IPSEC' and
9200            'TNL_1000' and
9201            'IMIX' and
9202            '2T2C' and
9203            'NDRPDR'"
9204   parameters:
9205   - "throughput"
9206   - "name"
9207   - "tags"
9208   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9209   x-axis: "X = CNFs per Service Chain"
9210   y-axis: "Y = Number of Service Chains"
9211   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9212   layout:
9213     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9214     layout: "plot-service-density"
9215
9216 - type: "plot"
9217   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9218   algorithm: "plot_nf_heatmap"
9219   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9220   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9221   filter: "'NIC_Intel-XL710' and
9222            'NF_DENSITY' and
9223            'DOCKER' and
9224            'CHAIN' and
9225            'NF_VPPIP4' and
9226            'IPSEC' and
9227            'TNL_1000' and
9228            'IMIX' and
9229            '4T4C' and
9230            'NDRPDR'"
9231   parameters:
9232   - "throughput"
9233   - "name"
9234   - "tags"
9235   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9236   x-axis: "X = CNFs per Service Chain"
9237   y-axis: "Y = Number of Service Chains"
9238   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9239   layout:
9240     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9241     layout: "plot-service-density"
9242
9243 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9244 - type: "plot"
9245   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9246   algorithm: "plot_nf_heatmap"
9247   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9248   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9249   filter: "'NIC_Intel-XL710' and
9250            'NF_DENSITY' and
9251            'DOCKER' and
9252            'CHAIN' and
9253            'NF_VPPIP4' and
9254            'IPSEC' and
9255            'TNL_1000' and
9256            'IMIX' and
9257            '1T1C' and
9258            'NDRPDR'"
9259   parameters:
9260   - "throughput"
9261   - "name"
9262   - "tags"
9263   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9264   x-axis: "X = CNFs per Service Chain"
9265   y-axis: "Y = Number of Service Chains"
9266   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9267   layout:
9268     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9269     layout: "plot-service-density"
9270
9271 - type: "plot"
9272   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9273   algorithm: "plot_nf_heatmap"
9274   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9275   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9276   filter: "'NIC_Intel-XL710' and
9277            'NF_DENSITY' and
9278            'DOCKER' and
9279            'CHAIN' and
9280            'NF_VPPIP4' and
9281            'IPSEC' and
9282            'TNL_1000' and
9283            'IMIX' and
9284            '2T2C' and
9285            'NDRPDR'"
9286   parameters:
9287   - "throughput"
9288   - "name"
9289   - "tags"
9290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9291   x-axis: "X = CNFs per Service Chain"
9292   y-axis: "Y = Number of Service Chains"
9293   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9294   layout:
9295     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9296     layout: "plot-service-density"
9297
9298 - type: "plot"
9299   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9300   algorithm: "plot_nf_heatmap"
9301   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9302   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9303   filter: "'NIC_Intel-XL710' and
9304            'NF_DENSITY' and
9305            'DOCKER' and
9306            'CHAIN' and
9307            'NF_VPPIP4' and
9308            'IPSEC' and
9309            'TNL_1000' and
9310            'IMIX' and
9311            '4T4C' and
9312            'NDRPDR'"
9313   parameters:
9314   - "throughput"
9315   - "name"
9316   - "tags"
9317   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9318   x-axis: "X = CNFs per Service Chain"
9319   y-axis: "Y = Number of Service Chains"
9320   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9321   layout:
9322     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9323     layout: "plot-service-density"
9324
9325 ###############################################################################
9326
9327 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9328 #- type: "plot"
9329 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9330 #  algorithm: "plot_nf_heatmap"
9331 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9332 #  data: "plot-vpp-nfv-3n-skx-mrr"
9333 #  filter: "'NIC_Intel-XXV710' and
9334 #           'NF_DENSITY' and
9335 #           'DOCKER' and
9336 #           'CHAIN' and
9337 #           'NF_VPPIP4' and
9338 #           'IPSEC' and
9339 #           'TNL_10000' and
9340 #           'IMIX' and
9341 #           '2T1C' and
9342 #           'MRR'"
9343 #  parameters:
9344 #  - "result"
9345 #  - "name"
9346 #  - "tags"
9347 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9348 #  x-axis: "X = CNFs per Service Chain"
9349 #  y-axis: "Y = Number of Service Chains"
9350 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9351 #  layout:
9352 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9353 #    layout: "plot-service-density"
9354 #
9355 #- type: "plot"
9356 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9357 #  algorithm: "plot_nf_heatmap"
9358 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9359 #  data: "plot-vpp-nfv-3n-skx-mrr"
9360 #  filter: "'NIC_Intel-XXV710' and
9361 #           'NF_DENSITY' and
9362 #           'DOCKER' and
9363 #           'CHAIN' and
9364 #           'NF_VPPIP4' and
9365 #           'IPSEC' and
9366 #           'TNL_10000' and
9367 #           'IMIX' and
9368 #           '4T2C' and
9369 #           'MRR'"
9370 #  parameters:
9371 #  - "result"
9372 #  - "name"
9373 #  - "tags"
9374 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9375 #  x-axis: "X = CNFs per Service Chain"
9376 #  y-axis: "Y = Number of Service Chains"
9377 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9378 #  layout:
9379 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9380 #    layout: "plot-service-density"
9381 #
9382 #- type: "plot"
9383 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9384 #  algorithm: "plot_nf_heatmap"
9385 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9386 #  data: "plot-vpp-nfv-3n-skx-mrr"
9387 #  filter: "'NIC_Intel-XXV710' and
9388 #           'NF_DENSITY' and
9389 #           'DOCKER' and
9390 #           'CHAIN' and
9391 #           'NF_VPPIP4' and
9392 #           'IPSEC' and
9393 #           'TNL_10000' and
9394 #           'IMIX' and
9395 #           '8T4C' and
9396 #           'MRR'"
9397 #  parameters:
9398 #  - "result"
9399 #  - "name"
9400 #  - "tags"
9401 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9402 #  x-axis: "X = CNFs per Service Chain"
9403 #  y-axis: "Y = Number of Service Chains"
9404 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9405 #  layout:
9406 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9407 #    layout: "plot-service-density"
9408
9409 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9410 - type: "plot"
9411   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9412   algorithm: "plot_nf_heatmap"
9413   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9414   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9415   filter: "'NIC_Intel-XXV710' and
9416            'NF_DENSITY' and
9417            'DOCKER' and
9418            'CHAIN' and
9419            'NF_VPPIP4' and
9420            'IPSEC' and
9421            'TNL_10000' and
9422            'IMIX' and
9423            '2T1C' and
9424            'NDRPDR'"
9425   parameters:
9426   - "throughput"
9427   - "name"
9428   - "tags"
9429   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9430   x-axis: "X = CNFs per Service Chain"
9431   y-axis: "Y = Number of Service Chains"
9432   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9433   layout:
9434     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9435     layout: "plot-service-density"
9436
9437 - type: "plot"
9438   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9439   algorithm: "plot_nf_heatmap"
9440   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9441   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9442   filter: "'NIC_Intel-XXV710' and
9443            'NF_DENSITY' and
9444            'DOCKER' and
9445            'CHAIN' and
9446            'NF_VPPIP4' and
9447            'IPSEC' and
9448            'TNL_10000' and
9449            'IMIX' and
9450            '4T2C' and
9451            'NDRPDR'"
9452   parameters:
9453   - "throughput"
9454   - "name"
9455   - "tags"
9456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9457   x-axis: "X = CNFs per Service Chain"
9458   y-axis: "Y = Number of Service Chains"
9459   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9460   layout:
9461     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9462     layout: "plot-service-density"
9463
9464 - type: "plot"
9465   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9466   algorithm: "plot_nf_heatmap"
9467   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9468   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9469   filter: "'NIC_Intel-XXV710' and
9470            'NF_DENSITY' and
9471            'DOCKER' and
9472            'CHAIN' and
9473            'NF_VPPIP4' and
9474            'IPSEC' and
9475            'TNL_10000' and
9476            'IMIX' and
9477            '8T4C' and
9478            'NDRPDR'"
9479   parameters:
9480   - "throughput"
9481   - "name"
9482   - "tags"
9483   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9484   x-axis: "X = CNFs per Service Chain"
9485   y-axis: "Y = Number of Service Chains"
9486   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9487   layout:
9488     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9489     layout: "plot-service-density"
9490
9491 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9492 - type: "plot"
9493   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9494   algorithm: "plot_nf_heatmap"
9495   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9496   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9497   filter: "'NIC_Intel-XXV710' and
9498            'NF_DENSITY' and
9499            'DOCKER' and
9500            'CHAIN' and
9501            'NF_VPPIP4' and
9502            'IPSEC' and
9503            'TNL_10000' and
9504            'IMIX' and
9505            '2T1C' and
9506            'NDRPDR'"
9507   parameters:
9508   - "throughput"
9509   - "name"
9510   - "tags"
9511   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9512   x-axis: "X = CNFs per Service Chain"
9513   y-axis: "Y = Number of Service Chains"
9514   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9515   layout:
9516     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9517     layout: "plot-service-density"
9518
9519 - type: "plot"
9520   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9521   algorithm: "plot_nf_heatmap"
9522   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9523   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9524   filter: "'NIC_Intel-XXV710' and
9525            'NF_DENSITY' and
9526            'DOCKER' and
9527            'CHAIN' and
9528            'NF_VPPIP4' and
9529            'IPSEC' and
9530            'TNL_10000' and
9531            'IMIX' and
9532            '4T2C' and
9533            'NDRPDR'"
9534   parameters:
9535   - "throughput"
9536   - "name"
9537   - "tags"
9538   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9539   x-axis: "X = CNFs per Service Chain"
9540   y-axis: "Y = Number of Service Chains"
9541   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9542   layout:
9543     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9544     layout: "plot-service-density"
9545
9546 - type: "plot"
9547   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9548   algorithm: "plot_nf_heatmap"
9549   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9550   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9551   filter: "'NIC_Intel-XXV710' and
9552            'NF_DENSITY' and
9553            'DOCKER' and
9554            'CHAIN' and
9555            'NF_VPPIP4' and
9556            'IPSEC' and
9557            'TNL_10000' and
9558            'IMIX' and
9559            '8T4C' and
9560            'NDRPDR'"
9561   parameters:
9562   - "throughput"
9563   - "name"
9564   - "tags"
9565   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9566   x-axis: "X = CNFs per Service Chain"
9567   y-axis: "Y = Number of Service Chains"
9568   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9569   layout:
9570     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9571     layout: "plot-service-density"
9572
9573 ###############################################################################
9574
9575 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9576 - type: "plot"
9577   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9578   algorithm: "plot_nf_heatmap"
9579   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9580   data: "plot-vpp-nfv-3n-hsw-mrr"
9581   filter: "'NIC_Intel-XL710' and
9582            'NF_DENSITY' and
9583            'DOCKER' and
9584            'CHAIN' and
9585            'NF_VPPIP4' and
9586            'IMIX' and
9587            'TNL_10000' and
9588            '1T1C' and
9589            'MRR'"
9590   parameters:
9591   - "result"
9592   - "name"
9593   - "tags"
9594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9595   x-axis: "X = CNFs per Service Chain"
9596   y-axis: "Y = Number of Service Chains"
9597   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9598   layout:
9599     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9600     layout: "plot-service-density"
9601
9602 - type: "plot"
9603   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9604   algorithm: "plot_nf_heatmap"
9605   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9606   data: "plot-vpp-nfv-3n-hsw-mrr"
9607   filter: "'NIC_Intel-XL710' and
9608            'NF_DENSITY' and
9609            'DOCKER' and
9610            'CHAIN' and
9611            'NF_VPPIP4' and
9612            'IPSEC' and
9613            'TNL_10000' and
9614            'IMIX' and
9615            '2T2C' and
9616            'MRR'"
9617   parameters:
9618   - "result"
9619   - "name"
9620   - "tags"
9621   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9622   x-axis: "X = CNFs per Service Chain"
9623   y-axis: "Y = Number of Service Chains"
9624   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9625   layout:
9626     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9627     layout: "plot-service-density"
9628
9629 - type: "plot"
9630   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9631   algorithm: "plot_nf_heatmap"
9632   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9633   data: "plot-vpp-nfv-3n-hsw-mrr"
9634   filter: "'NIC_Intel-XL710' and
9635            'NF_DENSITY' and
9636            'DOCKER' and
9637            'CHAIN' and
9638            'NF_VPPIP4' and
9639            'IPSEC' and
9640            'TNL_10000' and
9641            'IMIX' and
9642            '4T4C' and
9643            'MRR'"
9644   parameters:
9645   - "result"
9646   - "name"
9647   - "tags"
9648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9649   x-axis: "X = CNFs per Service Chain"
9650   y-axis: "Y = Number of Service Chains"
9651   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9652   layout:
9653     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9654     layout: "plot-service-density"
9655
9656 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9657 - type: "plot"
9658   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9659   algorithm: "plot_nf_heatmap"
9660   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9661   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9662   filter: "'NIC_Intel-XL710' and
9663            'NF_DENSITY' and
9664            'DOCKER' and
9665            'CHAIN' and
9666            'NF_VPPIP4' and
9667            'IPSEC' and
9668            'TNL_10000' and
9669            'IMIX' and
9670            '1T1C' and
9671            'NDRPDR'"
9672   parameters:
9673   - "throughput"
9674   - "name"
9675   - "tags"
9676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9677   x-axis: "X = CNFs per Service Chain"
9678   y-axis: "Y = Number of Service Chains"
9679   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9680   layout:
9681     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9682     layout: "plot-service-density"
9683
9684 - type: "plot"
9685   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9686   algorithm: "plot_nf_heatmap"
9687   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9688   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9689   filter: "'NIC_Intel-XL710' and
9690            'NF_DENSITY' and
9691            'DOCKER' and
9692            'CHAIN' and
9693            'NF_VPPIP4' and
9694            'IPSEC' and
9695            'TNL_10000' and
9696            'IMIX' and
9697            '2T2C' and
9698            'NDRPDR'"
9699   parameters:
9700   - "throughput"
9701   - "name"
9702   - "tags"
9703   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9704   x-axis: "X = CNFs per Service Chain"
9705   y-axis: "Y = Number of Service Chains"
9706   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9707   layout:
9708     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9709     layout: "plot-service-density"
9710
9711 - type: "plot"
9712   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9713   algorithm: "plot_nf_heatmap"
9714   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9715   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9716   filter: "'NIC_Intel-XL710' and
9717            'NF_DENSITY' and
9718            'DOCKER' and
9719            'CHAIN' and
9720            'NF_VPPIP4' and
9721            'IPSEC' and
9722            'TNL_10000' and
9723            'IMIX' and
9724            '4T4C' and
9725            'NDRPDR'"
9726   parameters:
9727   - "throughput"
9728   - "name"
9729   - "tags"
9730   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9731   x-axis: "X = CNFs per Service Chain"
9732   y-axis: "Y = Number of Service Chains"
9733   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9734   layout:
9735     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9736     layout: "plot-service-density"
9737
9738 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9739 - type: "plot"
9740   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9741   algorithm: "plot_nf_heatmap"
9742   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9743   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9744   filter: "'NIC_Intel-XL710' and
9745            'NF_DENSITY' and
9746            'DOCKER' and
9747            'CHAIN' and
9748            'NF_VPPIP4' and
9749            'IPSEC' and
9750            'TNL_10000' and
9751            'IMIX' and
9752            '1T1C' and
9753            'NDRPDR'"
9754   parameters:
9755   - "throughput"
9756   - "name"
9757   - "tags"
9758   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9759   x-axis: "X = CNFs per Service Chain"
9760   y-axis: "Y = Number of Service Chains"
9761   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9762   layout:
9763     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9764     layout: "plot-service-density"
9765
9766 - type: "plot"
9767   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9768   algorithm: "plot_nf_heatmap"
9769   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9770   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9771   filter: "'NIC_Intel-XL710' and
9772            'NF_DENSITY' and
9773            'DOCKER' and
9774            'CHAIN' and
9775            'NF_VPPIP4' and
9776            'IPSEC' and
9777            'TNL_10000' and
9778            'IMIX' and
9779            '2T2C' and
9780            'NDRPDR'"
9781   parameters:
9782   - "throughput"
9783   - "name"
9784   - "tags"
9785   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9786   x-axis: "X = CNFs per Service Chain"
9787   y-axis: "Y = Number of Service Chains"
9788   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9789   layout:
9790     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9791     layout: "plot-service-density"
9792
9793 - type: "plot"
9794   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9795   algorithm: "plot_nf_heatmap"
9796   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9797   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9798   filter: "'NIC_Intel-XL710' and
9799            'NF_DENSITY' and
9800            'DOCKER' and
9801            'CHAIN' and
9802            'NF_VPPIP4' and
9803            'IPSEC' and
9804            'TNL_10000' and
9805            'IMIX' and
9806            '4T4C' and
9807            'NDRPDR'"
9808   parameters:
9809   - "throughput"
9810   - "name"
9811   - "tags"
9812   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9813   x-axis: "X = CNFs per Service Chain"
9814   y-axis: "Y = Number of Service Chains"
9815   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9816   layout:
9817     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9818     layout: "plot-service-density"
9819
9820 ###############################################################################
9821
9822 # Plots - NF Density - CSP - MRR 64b
9823
9824 #- type: "plot"
9825 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9826 #  algorithm: "plot_nf_heatmap"
9827 #  output-file-type: ".html"
9828 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9829 #  data: "plot-vpp-nfv-2n-skx-mrr"
9830 #  filter: "'NIC_Intel-XXV710' and
9831 #           'NF_DENSITY' and
9832 #           'DOCKER' and
9833 #           'PIPELINE' and
9834 #           'NF_VPPIP4' and
9835 #           '64B' and
9836 #           '2T1C' and
9837 #           'MRR'"
9838 #  parameters:
9839 #  - "result"
9840 #  - "name"
9841 #  - "tags"
9842 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9843 #  x-axis: "X = CNFs per Service Pipeline"
9844 #  y-axis: "Y = Number of Service Pipelines"
9845 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9846 #  layout:
9847 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9848 #    layout: "plot-service-density"
9849 #
9850 #- type: "plot"
9851 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9852 #  algorithm: "plot_nf_heatmap"
9853 #  output-file-type: ".html"
9854 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9855 #  data: "plot-vpp-nfv-2n-skx-mrr"
9856 #  filter: "'NIC_Intel-XXV710' and
9857 #           'NF_DENSITY' and
9858 #           'DOCKER' and
9859 #           'PIPELINE' and
9860 #           'NF_VPPIP4' and
9861 #           '64B' and
9862 #           '4T2C' and
9863 #           'MRR'"
9864 #  parameters:
9865 #  - "result"
9866 #  - "name"
9867 #  - "tags"
9868 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9869 #  x-axis: "X = CNFs per Service Pipeline"
9870 #  y-axis: "Y = Number of Service Pipelines"
9871 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9872 #  layout:
9873 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9874 #    layout: "plot-service-density"
9875 #
9876 #- type: "plot"
9877 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9878 #  algorithm: "plot_nf_heatmap"
9879 #  output-file-type: ".html"
9880 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9881 #  data: "plot-vpp-nfv-2n-skx-mrr"
9882 #  filter: "'NIC_Intel-XXV710' and
9883 #           'NF_DENSITY' and
9884 #           'DOCKER' and
9885 #           'PIPELINE' and
9886 #           'NF_VPPIP4' and
9887 #           '64B' and
9888 #           '8T4C' and
9889 #           'MRR'"
9890 #  parameters:
9891 #  - "result"
9892 #  - "name"
9893 #  - "tags"
9894 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9895 #  x-axis: "X = CNFs per Service Pipeline"
9896 #  y-axis: "Y = Number of Service Pipelines"
9897 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9898 #  layout:
9899 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9900 #    layout: "plot-service-density"
9901 #
9902 ## Plots - NF Density - CSP - MRR IMIX
9903 #- type: "plot"
9904 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9905 #  algorithm: "plot_nf_heatmap"
9906 #  output-file-type: ".html"
9907 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9908 #  data: "plot-vpp-nfv-2n-skx-mrr"
9909 #  filter: "'NIC_Intel-XXV710' and
9910 #           'NF_DENSITY' and
9911 #           'DOCKER' and
9912 #           'PIPELINE' and
9913 #           'NF_VPPIP4' and
9914 #           'IMIX' and
9915 #           '2T1C' and
9916 #           'MRR'"
9917 #  parameters:
9918 #  - "result"
9919 #  - "name"
9920 #  - "tags"
9921 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9922 #  x-axis: "X = CNFs per Service Pipeline"
9923 #  y-axis: "Y = Number of Service Pipelines"
9924 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9925 #  layout:
9926 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9927 #    layout: "plot-service-density"
9928 #
9929 #- type: "plot"
9930 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9931 #  algorithm: "plot_nf_heatmap"
9932 #  output-file-type: ".html"
9933 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9934 #  data: "plot-vpp-nfv-2n-skx-mrr"
9935 #  filter: "'NIC_Intel-XXV710' and
9936 #           'NF_DENSITY' and
9937 #           'DOCKER' and
9938 #           'PIPELINE' and
9939 #           'NF_VPPIP4' and
9940 #           'IMIX' and
9941 #           '4T2C' and
9942 #           'MRR'"
9943 #  parameters:
9944 #  - "result"
9945 #  - "name"
9946 #  - "tags"
9947 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9948 #  x-axis: "X = CNFs per Service Pipeline"
9949 #  y-axis: "Y = Number of Service Pipelines"
9950 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9951 #  layout:
9952 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9953 #    layout: "plot-service-density"
9954 #
9955 #- type: "plot"
9956 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9957 #  algorithm: "plot_nf_heatmap"
9958 #  output-file-type: ".html"
9959 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9960 #  data: "plot-vpp-nfv-2n-skx-mrr"
9961 #  filter: "'NIC_Intel-XXV710' and
9962 #           'NF_DENSITY' and
9963 #           'DOCKER' and
9964 #           'PIPELINE' and
9965 #           'NF_VPPIP4' and
9966 #           'IMIX' and
9967 #           '8T4C' and
9968 #           'MRR'"
9969 #  parameters:
9970 #  - "result"
9971 #  - "name"
9972 #  - "tags"
9973 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9974 #  x-axis: "X = CNFs per Service Pipeline"
9975 #  y-axis: "Y = Number of Service Pipelines"
9976 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9977 #  layout:
9978 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9979 #    layout: "plot-service-density"
9980 #
9981 ## Plots - NF Density - CSP - NDR 64b
9982 #- type: "plot"
9983 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9984 #  algorithm: "plot_nf_heatmap"
9985 #  output-file-type: ".html"
9986 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9987 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9988 #  filter: "'NIC_Intel-XXV710' and
9989 #           'NF_DENSITY' and
9990 #           'DOCKER' and
9991 #           'PIPELINE' and
9992 #           'NF_VPPIP4' and
9993 #           '64B' and
9994 #           '2T1C' and
9995 #           'NDRPDR'"
9996 #  parameters:
9997 #  - "throughput"
9998 #  - "name"
9999 #  - "tags"
10000 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10001 #  x-axis: "X = CNFs per Service Pipeline"
10002 #  y-axis: "Y = Number of Service Pipelines"
10003 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10004 #  layout:
10005 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10006 #    layout: "plot-service-density"
10007 #
10008 #- type: "plot"
10009 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10010 #  algorithm: "plot_nf_heatmap"
10011 #  output-file-type: ".html"
10012 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10013 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10014 #  filter: "'NIC_Intel-XXV710' and
10015 #           'NF_DENSITY' and
10016 #           'DOCKER' and
10017 #           'PIPELINE' and
10018 #           'NF_VPPIP4' and
10019 #           '64B' and
10020 #           '4T2C' and
10021 #           'NDRPDR'"
10022 #  parameters:
10023 #  - "throughput"
10024 #  - "name"
10025 #  - "tags"
10026 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10027 #  x-axis: "X = CNFs per Service Pipeline"
10028 #  y-axis: "Y = Number of Service Pipelines"
10029 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10030 #  layout:
10031 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10032 #    layout: "plot-service-density"
10033 #
10034 #- type: "plot"
10035 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10036 #  algorithm: "plot_nf_heatmap"
10037 #  output-file-type: ".html"
10038 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10039 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10040 #  filter: "'NIC_Intel-XXV710' and
10041 #           'NF_DENSITY' and
10042 #           'DOCKER' and
10043 #           'PIPELINE' and
10044 #           'NF_VPPIP4' and
10045 #           '64B' and
10046 #           '8T4C' and
10047 #           'NDRPDR'"
10048 #  parameters:
10049 #  - "throughput"
10050 #  - "name"
10051 #  - "tags"
10052 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10053 #  x-axis: "X = CNFs per Service Pipeline"
10054 #  y-axis: "Y = Number of Service Pipelines"
10055 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10056 #  layout:
10057 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10058 #    layout: "plot-service-density"
10059 #
10060 ## Plots - NF Density - CSP - NDR IMIX
10061 #- type: "plot"
10062 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10063 #  algorithm: "plot_nf_heatmap"
10064 #  output-file-type: ".html"
10065 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10066 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10067 #  filter: "'NIC_Intel-XXV710' and
10068 #           'NF_DENSITY' and
10069 #           'DOCKER' and
10070 #           'PIPELINE' and
10071 #           'NF_VPPIP4' and
10072 #           'IMIX' and
10073 #           '2T1C' and
10074 #           'NDRPDR'"
10075 #  parameters:
10076 #  - "throughput"
10077 #  - "name"
10078 #  - "tags"
10079 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10080 #  x-axis: "X = CNFs per Service Pipeline"
10081 #  y-axis: "Y = Number of Service Pipelines"
10082 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10083 #  layout:
10084 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10085 #    layout: "plot-service-density"
10086 #
10087 #- type: "plot"
10088 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10089 #  algorithm: "plot_nf_heatmap"
10090 #  output-file-type: ".html"
10091 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10092 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10093 #  filter: "'NIC_Intel-XXV710' and
10094 #           'NF_DENSITY' and
10095 #           'DOCKER' and
10096 #           'PIPELINE' and
10097 #           'NF_VPPIP4' and
10098 #           'IMIX' and
10099 #           '4T2C' and
10100 #           'NDRPDR'"
10101 #  parameters:
10102 #  - "throughput"
10103 #  - "name"
10104 #  - "tags"
10105 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10106 #  x-axis: "X = CNFs per Service Pipeline"
10107 #  y-axis: "Y = Number of Service Pipelines"
10108 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10109 #  layout:
10110 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10111 #    layout: "plot-service-density"
10112 #
10113 #- type: "plot"
10114 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10115 #  algorithm: "plot_nf_heatmap"
10116 #  output-file-type: ".html"
10117 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10118 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10119 #  filter: "'NIC_Intel-XXV710' and
10120 #           'NF_DENSITY' and
10121 #           'DOCKER' and
10122 #           'PIPELINE' and
10123 #           'NF_VPPIP4' and
10124 #           'IMIX' and
10125 #           '8T4C' and
10126 #           'NDRPDR'"
10127 #  parameters:
10128 #  - "throughput"
10129 #  - "name"
10130 #  - "tags"
10131 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10132 #  x-axis: "X = CNFs per Service Pipeline"
10133 #  y-axis: "Y = Number of Service Pipelines"
10134 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10135 #  layout:
10136 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10137 #    layout: "plot-service-density"
10138 #
10139 ## Plots - NF Density - CSP - PDR 64b
10140 #- type: "plot"
10141 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10142 #  algorithm: "plot_nf_heatmap"
10143 #  output-file-type: ".html"
10144 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10145 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10146 #  filter: "'NIC_Intel-XXV710' and
10147 #           'NF_DENSITY' and
10148 #           'DOCKER' and
10149 #           'PIPELINE' and
10150 #           'NF_VPPIP4' and
10151 #           '64B' and
10152 #           '2T1C' and
10153 #           'NDRPDR'"
10154 #  parameters:
10155 #  - "throughput"
10156 #  - "name"
10157 #  - "tags"
10158 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10159 #  x-axis: "X = CNFs per Service Pipeline"
10160 #  y-axis: "Y = Number of Service Pipelines"
10161 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10162 #  layout:
10163 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10164 #    layout: "plot-service-density"
10165 #
10166 #- type: "plot"
10167 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10168 #  algorithm: "plot_nf_heatmap"
10169 #  output-file-type: ".html"
10170 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10171 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10172 #  filter: "'NIC_Intel-XXV710' and
10173 #           'NF_DENSITY' and
10174 #           'DOCKER' and
10175 #           'PIPELINE' and
10176 #           'NF_VPPIP4' and
10177 #           '64B' and
10178 #           '4T2C' and
10179 #           'NDRPDR'"
10180 #  parameters:
10181 #  - "throughput"
10182 #  - "name"
10183 #  - "tags"
10184 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10185 #  x-axis: "X = CNFs per Service Pipeline"
10186 #  y-axis: "Y = Number of Service Pipelines"
10187 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10188 #  layout:
10189 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10190 #    layout: "plot-service-density"
10191 #
10192 #- type: "plot"
10193 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10194 #  algorithm: "plot_nf_heatmap"
10195 #  output-file-type: ".html"
10196 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10197 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10198 #  filter: "'NIC_Intel-XXV710' and
10199 #           'NF_DENSITY' and
10200 #           'DOCKER' and
10201 #           'PIPELINE' and
10202 #           'NF_VPPIP4' and
10203 #           '64B' and
10204 #           '8T4C' and
10205 #           'NDRPDR'"
10206 #  parameters:
10207 #  - "throughput"
10208 #  - "name"
10209 #  - "tags"
10210 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10211 #  x-axis: "X = CNFs per Service Pipeline"
10212 #  y-axis: "Y = Number of Service Pipelines"
10213 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10214 #  layout:
10215 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10216 #    layout: "plot-service-density"
10217 #
10218 ## Plots - NF Density - CSP - PDR IMIX
10219 #- type: "plot"
10220 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10221 #  algorithm: "plot_nf_heatmap"
10222 #  output-file-type: ".html"
10223 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10224 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10225 #  filter: "'NIC_Intel-XXV710' and
10226 #           'NF_DENSITY' and
10227 #           'DOCKER' and
10228 #           'PIPELINE' and
10229 #           'NF_VPPIP4' and
10230 #           'IMIX' and
10231 #           '2T1C' and
10232 #           'NDRPDR'"
10233 #  parameters:
10234 #  - "throughput"
10235 #  - "name"
10236 #  - "tags"
10237 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10238 #  x-axis: "X = CNFs per Service Pipeline"
10239 #  y-axis: "Y = Number of Service Pipelines"
10240 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10241 #  layout:
10242 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10243 #    layout: "plot-service-density"
10244 #
10245 #- type: "plot"
10246 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10247 #  algorithm: "plot_nf_heatmap"
10248 #  output-file-type: ".html"
10249 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10250 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10251 #  filter: "'NIC_Intel-XXV710' and
10252 #           'NF_DENSITY' and
10253 #           'DOCKER' and
10254 #           'PIPELINE' and
10255 #           'NF_VPPIP4' and
10256 #           'IMIX' and
10257 #           '4T2C' and
10258 #           'NDRPDR'"
10259 #  parameters:
10260 #  - "throughput"
10261 #  - "name"
10262 #  - "tags"
10263 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10264 #  x-axis: "X = CNFs per Service Pipeline"
10265 #  y-axis: "Y = Number of Service Pipelines"
10266 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10267 #  layout:
10268 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10269 #    layout: "plot-service-density"
10270 #
10271 #- type: "plot"
10272 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10273 #  algorithm: "plot_nf_heatmap"
10274 #  output-file-type: ".html"
10275 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10276 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10277 #  filter: "'NIC_Intel-XXV710' and
10278 #           'NF_DENSITY' and
10279 #           'DOCKER' and
10280 #           'PIPELINE' and
10281 #           'NF_VPPIP4' and
10282 #           'IMIX' and
10283 #           '8T4C' and
10284 #           'NDRPDR'"
10285 #  parameters:
10286 #  - "throughput"
10287 #  - "name"
10288 #  - "tags"
10289 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10290 #  x-axis: "X = CNFs per Service Pipeline"
10291 #  y-axis: "Y = Number of Service Pipelines"
10292 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10293 #  layout:
10294 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10295 #    layout: "plot-service-density"
10296
10297 ###############################################################################
10298 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10299
10300 - type: "plot"
10301   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10302   algorithm: "plot_nf_heatmap"
10303   output-file-type: ".html"
10304   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10305   data: "plot-vpp-nfv-2n-clx-mrr"
10306   filter: "'NIC_Intel-XXV710' and
10307            'NF_DENSITY' and
10308            'VHOST' and
10309            not 'VXLAN' and
10310            'CHAIN' and
10311            'NF_VPPIP4' and
10312            'IMIX' and
10313            '2T1C' and
10314            'MRR'"
10315   parameters:
10316   - "result"
10317   - "name"
10318   - "tags"
10319   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10320   x-axis: "X = VNFs per Service Chain"
10321   y-axis: "Y = Number of Service Chains"
10322   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10323   layout:
10324     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10325     layout: "plot-service-density"
10326
10327 - type: "plot"
10328   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10329   algorithm: "plot_nf_heatmap"
10330   output-file-type: ".html"
10331   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10332   data: "plot-vpp-nfv-2n-clx-mrr"
10333   filter: "'NIC_Intel-XXV710' and
10334            'NF_DENSITY' and
10335            'VHOST' and
10336            not 'VXLAN' and
10337            'CHAIN' and
10338            'NF_VPPIP4' and
10339            'IMIX' and
10340            '4T2C' and
10341            'MRR'"
10342   parameters:
10343   - "result"
10344   - "name"
10345   - "tags"
10346   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10347   x-axis: "X = VNFs per Service Chain"
10348   y-axis: "Y = Number of Service Chains"
10349   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10350   layout:
10351     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10352     layout: "plot-service-density"
10353
10354 - type: "plot"
10355   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10356   algorithm: "plot_nf_heatmap"
10357   output-file-type: ".html"
10358   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10359   data: "plot-vpp-nfv-2n-clx-mrr"
10360   filter: "'NIC_Intel-XXV710' and
10361            'NF_DENSITY' and
10362            'VHOST' and
10363            not 'VXLAN' and
10364            'CHAIN' and
10365            'NF_VPPIP4' and
10366            'IMIX' and
10367            '8T4C' and
10368            'MRR'"
10369   parameters:
10370   - "result"
10371   - "name"
10372   - "tags"
10373   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10374   x-axis: "X = VNFs per Service Chain"
10375   y-axis: "Y = Number of Service Chains"
10376   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10377   layout:
10378     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10379     layout: "plot-service-density"
10380
10381 # Plots - NF Density - VSC - NDR IMIX
10382 - type: "plot"
10383   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10384   algorithm: "plot_nf_heatmap"
10385   output-file-type: ".html"
10386   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10387   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10388   filter: "'NIC_Intel-XXV710' and
10389            'NF_DENSITY' and
10390            'VHOST' and
10391            not 'VXLAN' and
10392            'CHAIN' and
10393            'NF_VPPIP4' and
10394            'IMIX' and
10395            '2T1C' and
10396            'NDRPDR'"
10397   parameters:
10398   - "throughput"
10399   - "name"
10400   - "tags"
10401   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10402   x-axis: "X = VNFs per Service Chain"
10403   y-axis: "Y = Number of Service Chains"
10404   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10405   layout:
10406     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10407     layout: "plot-service-density"
10408
10409 - type: "plot"
10410   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10411   algorithm: "plot_nf_heatmap"
10412   output-file-type: ".html"
10413   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10414   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10415   filter: "'NIC_Intel-XXV710' and
10416            'NF_DENSITY' and
10417            'VHOST' and
10418            not 'VXLAN' and
10419            'CHAIN' and
10420            'NF_VPPIP4' and
10421            'IMIX' and
10422            '4T2C' and
10423            'NDRPDR'"
10424   parameters:
10425   - "throughput"
10426   - "name"
10427   - "tags"
10428   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10429   x-axis: "X = VNFs per Service Chain"
10430   y-axis: "Y = Number of Service Chains"
10431   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10432   layout:
10433     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10434     layout: "plot-service-density"
10435
10436 - type: "plot"
10437   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10438   algorithm: "plot_nf_heatmap"
10439   output-file-type: ".html"
10440   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10441   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10442   filter: "'NIC_Intel-XXV710' and
10443            'NF_DENSITY' and
10444            'VHOST' and
10445            not 'VXLAN' and
10446            'CHAIN' and
10447            'NF_VPPIP4' and
10448            'IMIX' and
10449            '8T4C' and
10450            'NDRPDR'"
10451   parameters:
10452   - "throughput"
10453   - "name"
10454   - "tags"
10455   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10456   x-axis: "X = VNFs per Service Chain"
10457   y-axis: "Y = Number of Service Chains"
10458   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10459   layout:
10460     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10461     layout: "plot-service-density"
10462
10463 # Plots - NF Density - VSC - PDR IMIX
10464 - type: "plot"
10465   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10466   algorithm: "plot_nf_heatmap"
10467   output-file-type: ".html"
10468   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10469   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10470   filter: "'NIC_Intel-XXV710' and
10471            'NF_DENSITY' and
10472            'VHOST' and
10473            not 'VXLAN' and
10474            'CHAIN' and
10475            'NF_VPPIP4' and
10476            'IMIX' and
10477            '2T1C' and
10478            'NDRPDR'"
10479   parameters:
10480   - "throughput"
10481   - "name"
10482   - "tags"
10483   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10484   x-axis: "X = VNFs per Service Chain"
10485   y-axis: "Y = Number of Service Chains"
10486   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10487   layout:
10488     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10489     layout: "plot-service-density"
10490
10491 - type: "plot"
10492   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10493   algorithm: "plot_nf_heatmap"
10494   output-file-type: ".html"
10495   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10496   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10497   filter: "'NIC_Intel-XXV710' and
10498            'NF_DENSITY' and
10499            'VHOST' and
10500            not 'VXLAN' and
10501            'CHAIN' and
10502            'NF_VPPIP4' and
10503            'IMIX' and
10504            '4T2C' and
10505            'NDRPDR'"
10506   parameters:
10507   - "throughput"
10508   - "name"
10509   - "tags"
10510   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10511   x-axis: "X = VNFs per Service Chain"
10512   y-axis: "Y = Number of Service Chains"
10513   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10514   layout:
10515     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10516     layout: "plot-service-density"
10517
10518 - type: "plot"
10519   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10520   algorithm: "plot_nf_heatmap"
10521   output-file-type: ".html"
10522   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10523   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10524   filter: "'NIC_Intel-XXV710' and
10525            'NF_DENSITY' and
10526            'VHOST' and
10527            not 'VXLAN' and
10528            'CHAIN' and
10529            'NF_VPPIP4' and
10530            'IMIX' and
10531            '8T4C' and
10532            'NDRPDR'"
10533   parameters:
10534   - "throughput"
10535   - "name"
10536   - "tags"
10537   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10538   x-axis: "X = VNFs per Service Chain"
10539   y-axis: "Y = Number of Service Chains"
10540   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10541   layout:
10542     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10543     layout: "plot-service-density"
10544
10545 # Plots - NF Density - VSC - MRR IMIX
10546 - type: "plot"
10547   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10548   algorithm: "plot_nf_heatmap"
10549   output-file-type: ".html"
10550   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10551   data: "plot-vpp-nfv-2n-clx-mrr"
10552   filter: "'NIC_Intel-XXV710' and
10553            'NF_DENSITY' and
10554            'VHOST' and
10555            'VXLAN' and
10556            'CHAIN' and
10557            'IMIX' and
10558            '2T1C' and
10559            'MRR'"
10560   parameters:
10561   - "result"
10562   - "name"
10563   - "tags"
10564   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10565   x-axis: "X = VNFs per Service Chain"
10566   y-axis: "Y = Number of Service Chains"
10567   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10568   layout:
10569     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10570     layout: "plot-service-density"
10571
10572 - type: "plot"
10573   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10574   algorithm: "plot_nf_heatmap"
10575   output-file-type: ".html"
10576   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10577   data: "plot-vpp-nfv-2n-clx-mrr"
10578   filter: "'NIC_Intel-XXV710' and
10579            'NF_DENSITY' and
10580            'VHOST' and
10581            'VXLAN' and
10582            'CHAIN' and
10583            'IMIX' and
10584            '4T2C' and
10585            'MRR'"
10586   parameters:
10587   - "result"
10588   - "name"
10589   - "tags"
10590   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10591   x-axis: "X = VNFs per Service Chain"
10592   y-axis: "Y = Number of Service Chains"
10593   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10594   layout:
10595     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10596     layout: "plot-service-density"
10597
10598 - type: "plot"
10599   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10600   algorithm: "plot_nf_heatmap"
10601   output-file-type: ".html"
10602   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10603   data: "plot-vpp-nfv-2n-clx-mrr"
10604   filter: "'NIC_Intel-XXV710' and
10605            'NF_DENSITY' and
10606            'VHOST' and
10607            'VXLAN' and
10608            'CHAIN' and
10609            'IMIX' and
10610            '8T4C' and
10611            'MRR'"
10612   parameters:
10613   - "result"
10614   - "name"
10615   - "tags"
10616   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10617   x-axis: "X = VNFs per Service Chain"
10618   y-axis: "Y = Number of Service Chains"
10619   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10620   layout:
10621     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10622     layout: "plot-service-density"
10623
10624 # Plots - NF Density - VSC - NDR IMIX
10625 - type: "plot"
10626   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10627   algorithm: "plot_nf_heatmap"
10628   output-file-type: ".html"
10629   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10630   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10631   filter: "'NIC_Intel-XXV710' and
10632            'NF_DENSITY' and
10633            'VHOST' and
10634            'VXLAN' and
10635            'CHAIN' a
10636            'IMIX' and
10637            '2T1C' and
10638            'NDRPDR'"
10639   parameters:
10640   - "throughput"
10641   - "name"
10642   - "tags"
10643   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10644   x-axis: "X = VNFs per Service Chain"
10645   y-axis: "Y = Number of Service Chains"
10646   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10647   layout:
10648     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10649     layout: "plot-service-density"
10650
10651 - type: "plot"
10652   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10653   algorithm: "plot_nf_heatmap"
10654   output-file-type: ".html"
10655   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10656   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10657   filter: "'NIC_Intel-XXV710' and
10658            'NF_DENSITY' and
10659            'VHOST' and
10660            'VXLAN' and
10661            'CHAIN' and
10662            'IMIX' and
10663            '4T2C' and
10664            'NDRPDR'"
10665   parameters:
10666   - "throughput"
10667   - "name"
10668   - "tags"
10669   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10670   x-axis: "X = VNFs per Service Chain"
10671   y-axis: "Y = Number of Service Chains"
10672   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10673   layout:
10674     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10675     layout: "plot-service-density"
10676
10677 - type: "plot"
10678   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10679   algorithm: "plot_nf_heatmap"
10680   output-file-type: ".html"
10681   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10682   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10683   filter: "'NIC_Intel-XXV710' and
10684            'NF_DENSITY' and
10685            'VHOST' and
10686            'VXLAN' and
10687            'CHAIN' and
10688            'IMIX' and
10689            '8T4C' and
10690            'NDRPDR'"
10691   parameters:
10692   - "throughput"
10693   - "name"
10694   - "tags"
10695   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10696   x-axis: "X = VNFs per Service Chain"
10697   y-axis: "Y = Number of Service Chains"
10698   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10699   layout:
10700     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10701     layout: "plot-service-density"
10702
10703 # Plots - NF Density - VSC - PDR IMIX
10704 - type: "plot"
10705   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10706   algorithm: "plot_nf_heatmap"
10707   output-file-type: ".html"
10708   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10709   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10710   filter: "'NIC_Intel-XXV710' and
10711            'NF_DENSITY' and
10712            'VHOST' and
10713            'VXLAN' and
10714            'CHAIN' and
10715            'IMIX' and
10716            '2T1C' and
10717            'NDRPDR'"
10718   parameters:
10719   - "throughput"
10720   - "name"
10721   - "tags"
10722   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10723   x-axis: "X = VNFs per Service Chain"
10724   y-axis: "Y = Number of Service Chains"
10725   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10726   layout:
10727     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10728     layout: "plot-service-density"
10729
10730 - type: "plot"
10731   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10732   algorithm: "plot_nf_heatmap"
10733   output-file-type: ".html"
10734   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10735   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10736   filter: "'NIC_Intel-XXV710' and
10737            'NF_DENSITY' and
10738            'VHOST' and
10739            'VXLAN' and
10740            'CHAIN' and
10741            'IMIX' and
10742            '4T2C' and
10743            'NDRPDR'"
10744   parameters:
10745   - "throughput"
10746   - "name"
10747   - "tags"
10748   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10749   x-axis: "X = VNFs per Service Chain"
10750   y-axis: "Y = Number of Service Chains"
10751   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10752   layout:
10753     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10754     layout: "plot-service-density"
10755
10756 - type: "plot"
10757   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10758   algorithm: "plot_nf_heatmap"
10759   output-file-type: ".html"
10760   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10761   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10762   filter: "'NIC_Intel-XXV710' and
10763            'NF_DENSITY' and
10764            'VHOST' and
10765            'VXLAN' and
10766            'CHAIN' and
10767            'IMIX' and
10768            '8T4C' and
10769            'NDRPDR'"
10770   parameters:
10771   - "throughput"
10772   - "name"
10773   - "tags"
10774   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10775   x-axis: "X = VNFs per Service Chain"
10776   y-axis: "Y = Number of Service Chains"
10777   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10778   layout:
10779     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10780     layout: "plot-service-density"
10781
10782 # Plots - NF Density - CSC - MRR IMIX
10783 - type: "plot"
10784   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10785   algorithm: "plot_nf_heatmap"
10786   output-file-type: ".html"
10787   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10788   data: "plot-vpp-nfv-2n-clx-mrr"
10789   filter: "'NIC_Intel-XXV710' and
10790            'NF_DENSITY' and
10791            'DOCKER' and
10792            'CHAIN' and
10793            'NF_VPPIP4' and
10794            'IMIX' and
10795            '2T1C' and
10796            'MRR'"
10797   parameters:
10798   - "result"
10799   - "name"
10800   - "tags"
10801   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10802   x-axis: "X = CNFs per Service Chain"
10803   y-axis: "Y = Number of Service Chains"
10804   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10805   layout:
10806     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10807     layout: "plot-service-density"
10808
10809 - type: "plot"
10810   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10811   algorithm: "plot_nf_heatmap"
10812   output-file-type: ".html"
10813   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10814   data: "plot-vpp-nfv-2n-clx-mrr"
10815   filter: "'NIC_Intel-XXV710' and
10816            'NF_DENSITY' and
10817            'DOCKER' and
10818            'CHAIN' and
10819            'NF_VPPIP4' and
10820            'IMIX' and
10821            '4T2C' and
10822            'MRR'"
10823   parameters:
10824   - "result"
10825   - "name"
10826   - "tags"
10827   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10828   x-axis: "X = CNFs per Service Chain"
10829   y-axis: "Y = Number of Service Chains"
10830   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10831   layout:
10832     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10833     layout: "plot-service-density"
10834
10835 - type: "plot"
10836   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10837   algorithm: "plot_nf_heatmap"
10838   output-file-type: ".html"
10839   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10840   data: "plot-vpp-nfv-2n-clx-mrr"
10841   filter: "'NIC_Intel-XXV710' and
10842            'NF_DENSITY' and
10843            'DOCKER' and
10844            'CHAIN' and
10845            'NF_VPPIP4' and
10846            'IMIX' and
10847            '8T4C' and
10848            'MRR'"
10849   parameters:
10850   - "result"
10851   - "name"
10852   - "tags"
10853   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10854   x-axis: "X = CNFs per Service Chain"
10855   y-axis: "Y = Number of Service Chains"
10856   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10857   layout:
10858     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10859     layout: "plot-service-density"
10860
10861 # Plots - NF Density - CSC - NDR IMIX
10862 - type: "plot"
10863   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10864   algorithm: "plot_nf_heatmap"
10865   output-file-type: ".html"
10866   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10867   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10868   filter: "'NIC_Intel-XXV710' and
10869            'NF_DENSITY' and
10870            'DOCKER' and
10871            'CHAIN' and
10872            'NF_VPPIP4' and
10873            'IMIX' and
10874            '2T1C' and
10875            'NDRPDR'"
10876   parameters:
10877   - "throughput"
10878   - "name"
10879   - "tags"
10880   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10881   x-axis: "X = CNFs per Service Chain"
10882   y-axis: "Y = Number of Service Chains"
10883   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10884   layout:
10885     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10886     layout: "plot-service-density"
10887
10888 - type: "plot"
10889   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10890   algorithm: "plot_nf_heatmap"
10891   output-file-type: ".html"
10892   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10893   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10894   filter: "'NIC_Intel-XXV710' and
10895            'NF_DENSITY' and
10896            'DOCKER' and
10897            'CHAIN' and
10898            'NF_VPPIP4' and
10899            'IMIX' and
10900            '4T2C' and
10901            'NDRPDR'"
10902   parameters:
10903   - "throughput"
10904   - "name"
10905   - "tags"
10906   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10907   x-axis: "X = CNFs per Service Chain"
10908   y-axis: "Y = Number of Service Chains"
10909   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10910   layout:
10911     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10912     layout: "plot-service-density"
10913
10914 - type: "plot"
10915   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10916   algorithm: "plot_nf_heatmap"
10917   output-file-type: ".html"
10918   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10919   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10920   filter: "'NIC_Intel-XXV710' and
10921            'NF_DENSITY' and
10922            'DOCKER' and
10923            'CHAIN' and
10924            'NF_VPPIP4' and
10925            'IMIX' and
10926            '8T4C' and
10927            'NDRPDR'"
10928   parameters:
10929   - "throughput"
10930   - "name"
10931   - "tags"
10932   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10933   x-axis: "X = CNFs per Service Chain"
10934   y-axis: "Y = Number of Service Chains"
10935   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10936   layout:
10937     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10938     layout: "plot-service-density"
10939
10940 # Plots - NF Density - CSC - PDR IMIX
10941 - type: "plot"
10942   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10943   algorithm: "plot_nf_heatmap"
10944   output-file-type: ".html"
10945   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10946   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10947   filter: "'NIC_Intel-XXV710' and
10948            'NF_DENSITY' and
10949            'DOCKER' and
10950            'CHAIN' and
10951            'NF_VPPIP4' and
10952            'IMIX' and
10953            '2T1C' and
10954            'NDRPDR'"
10955   parameters:
10956   - "throughput"
10957   - "name"
10958   - "tags"
10959   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10960   x-axis: "X = CNFs per Service Chain"
10961   y-axis: "Y = Number of Service Chains"
10962   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10963   layout:
10964     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10965     layout: "plot-service-density"
10966
10967 - type: "plot"
10968   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10969   algorithm: "plot_nf_heatmap"
10970   output-file-type: ".html"
10971   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10972   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10973   filter: "'NIC_Intel-XXV710' and
10974            'NF_DENSITY' and
10975            'DOCKER' and
10976            'CHAIN' and
10977            'NF_VPPIP4' and
10978            'IMIX' and
10979            '4T2C' and
10980            'NDRPDR'"
10981   parameters:
10982   - "throughput"
10983   - "name"
10984   - "tags"
10985   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10986   x-axis: "X = CNFs per Service Chain"
10987   y-axis: "Y = Number of Service Chains"
10988   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10989   layout:
10990     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10991     layout: "plot-service-density"
10992
10993 - type: "plot"
10994   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10995   algorithm: "plot_nf_heatmap"
10996   output-file-type: ".html"
10997   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10998   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10999   filter: "'NIC_Intel-XXV710' and
11000            'NF_DENSITY' and
11001            'DOCKER' and
11002            'CHAIN' and
11003            'NF_VPPIP4' and
11004            'IMIX' and
11005            '8T4C' and
11006            'NDRPDR'"
11007   parameters:
11008   - "throughput"
11009   - "name"
11010   - "tags"
11011   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11012   x-axis: "X = CNFs per Service Chain"
11013   y-axis: "Y = Number of Service Chains"
11014   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11015   layout:
11016     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11017     layout: "plot-service-density"
11018
11019 # Plots - NF Density - CSP - MRR IMIX
11020 - type: "plot"
11021   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11022   algorithm: "plot_nf_heatmap"
11023   output-file-type: ".html"
11024   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11025   data: "plot-vpp-nfv-2n-clx-mrr"
11026   filter: "'NIC_Intel-XXV710' and
11027            'NF_DENSITY' and
11028            'DOCKER' and
11029            'PIPELINE' and
11030            'NF_VPPIP4' and
11031            'IMIX' and
11032            '2T1C' and
11033            'MRR'"
11034   parameters:
11035   - "result"
11036   - "name"
11037   - "tags"
11038   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11039   x-axis: "X = CNFs per Service Pipeline"
11040   y-axis: "Y = Number of Service Pipelines"
11041   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11042   layout:
11043     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11044     layout: "plot-service-density"
11045
11046 - type: "plot"
11047   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11048   algorithm: "plot_nf_heatmap"
11049   output-file-type: ".html"
11050   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11051   data: "plot-vpp-nfv-2n-clx-mrr"
11052   filter: "'NIC_Intel-XXV710' and
11053            'NF_DENSITY' and
11054            'DOCKER' and
11055            'PIPELINE' and
11056            'NF_VPPIP4' and
11057            'IMIX' and
11058            '4T2C' and
11059            'MRR'"
11060   parameters:
11061   - "result"
11062   - "name"
11063   - "tags"
11064   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11065   x-axis: "X = CNFs per Service Pipeline"
11066   y-axis: "Y = Number of Service Pipelines"
11067   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11068   layout:
11069     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11070     layout: "plot-service-density"
11071
11072 - type: "plot"
11073   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11074   algorithm: "plot_nf_heatmap"
11075   output-file-type: ".html"
11076   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11077   data: "plot-vpp-nfv-2n-clx-mrr"
11078   filter: "'NIC_Intel-XXV710' and
11079            'NF_DENSITY' and
11080            'DOCKER' and
11081            'PIPELINE' and
11082            'NF_VPPIP4' and
11083            'IMIX' and
11084            '8T4C' and
11085            'MRR'"
11086   parameters:
11087   - "result"
11088   - "name"
11089   - "tags"
11090   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11091   x-axis: "X = CNFs per Service Pipeline"
11092   y-axis: "Y = Number of Service Pipelines"
11093   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11094   layout:
11095     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11096     layout: "plot-service-density"
11097
11098 # Plots - NF Density - CSP - NDR IMIX
11099 - type: "plot"
11100   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11101   algorithm: "plot_nf_heatmap"
11102   output-file-type: ".html"
11103   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11104   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11105   filter: "'NIC_Intel-XXV710' and
11106            'NF_DENSITY' and
11107            'DOCKER' and
11108            'PIPELINE' and
11109            'NF_VPPIP4' and
11110            'IMIX' and
11111            '2T1C' and
11112            'NDRPDR'"
11113   parameters:
11114   - "throughput"
11115   - "name"
11116   - "tags"
11117   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11118   x-axis: "X = CNFs per Service Pipeline"
11119   y-axis: "Y = Number of Service Pipelines"
11120   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11121   layout:
11122     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11123     layout: "plot-service-density"
11124
11125 - type: "plot"
11126   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11127   algorithm: "plot_nf_heatmap"
11128   output-file-type: ".html"
11129   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11130   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11131   filter: "'NIC_Intel-XXV710' and
11132            'NF_DENSITY' and
11133            'DOCKER' and
11134            'PIPELINE' and
11135            'NF_VPPIP4' and
11136            'IMIX' and
11137            '4T2C' and
11138            'NDRPDR'"
11139   parameters:
11140   - "throughput"
11141   - "name"
11142   - "tags"
11143   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11144   x-axis: "X = CNFs per Service Pipeline"
11145   y-axis: "Y = Number of Service Pipelines"
11146   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11147   layout:
11148     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11149     layout: "plot-service-density"
11150
11151 - type: "plot"
11152   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11153   algorithm: "plot_nf_heatmap"
11154   output-file-type: ".html"
11155   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11156   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11157   filter: "'NIC_Intel-XXV710' and
11158            'NF_DENSITY' and
11159            'DOCKER' and
11160            'PIPELINE' and
11161            'NF_VPPIP4' and
11162            'IMIX' and
11163            '8T4C' and
11164            'NDRPDR'"
11165   parameters:
11166   - "throughput"
11167   - "name"
11168   - "tags"
11169   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11170   x-axis: "X = CNFs per Service Pipeline"
11171   y-axis: "Y = Number of Service Pipelines"
11172   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11173   layout:
11174     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11175     layout: "plot-service-density"
11176
11177 # Plots - NF Density - CSP - PDR IMIX
11178 - type: "plot"
11179   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11180   algorithm: "plot_nf_heatmap"
11181   output-file-type: ".html"
11182   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11183   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11184   filter: "'NIC_Intel-XXV710' and
11185            'NF_DENSITY' and
11186            'DOCKER' and
11187            'PIPELINE' and
11188            'NF_VPPIP4' and
11189            'IMIX' and
11190            '2T1C' and
11191            'NDRPDR'"
11192   parameters:
11193   - "throughput"
11194   - "name"
11195   - "tags"
11196   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11197   x-axis: "X = CNFs per Service Pipeline"
11198   y-axis: "Y = Number of Service Pipelines"
11199   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11200   layout:
11201     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11202     layout: "plot-service-density"
11203
11204 - type: "plot"
11205   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11206   algorithm: "plot_nf_heatmap"
11207   output-file-type: ".html"
11208   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11209   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11210   filter: "'NIC_Intel-XXV710' and
11211            'NF_DENSITY' and
11212            'DOCKER' and
11213            'PIPELINE' and
11214            'NF_VPPIP4' and
11215            'IMIX' and
11216            '4T2C' and
11217            'NDRPDR'"
11218   parameters:
11219   - "throughput"
11220   - "name"
11221   - "tags"
11222   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11223   x-axis: "X = CNFs per Service Pipeline"
11224   y-axis: "Y = Number of Service Pipelines"
11225   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11226   layout:
11227     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11228     layout: "plot-service-density"
11229
11230 - type: "plot"
11231   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11232   algorithm: "plot_nf_heatmap"
11233   output-file-type: ".html"
11234   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11235   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11236   filter: "'NIC_Intel-XXV710' and
11237            'NF_DENSITY' and
11238            'DOCKER' and
11239            'PIPELINE' and
11240            'NF_VPPIP4' and
11241            'IMIX' and
11242            '8T4C' and
11243            'NDRPDR'"
11244   parameters:
11245   - "throughput"
11246   - "name"
11247   - "tags"
11248   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11249   x-axis: "X = CNFs per Service Pipeline"
11250   y-axis: "Y = Number of Service Pipelines"
11251   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11252   layout:
11253     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11254     layout: "plot-service-density"
11255
11256 ################################################################################
11257
11258 # Packet Throughput
11259
11260 - type: "plot"
11261   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11262   algorithm: "plot_perf_box_name"
11263   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11264   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11265   include:
11266     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11267     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11268     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11269     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11270   layout:
11271     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11272     layout: "plot-throughput"
11273
11274 - type: "plot"
11275   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11276   algorithm: "plot_perf_box_name"
11277   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11278   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11279   include:
11280     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11281     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11282     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11283     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11284   layout:
11285     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11286     layout: "plot-throughput"
11287
11288 - type: "plot"
11289   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11290   algorithm: "plot_perf_box_name"
11291   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11292   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11293   include:
11294     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11295     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11296     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11297     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11298   layout:
11299     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11300     layout: "plot-throughput"
11301
11302 - type: "plot"
11303   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11304   algorithm: "plot_perf_box_name"
11305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11307   include:
11308     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11309     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11310     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11311     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11312   layout:
11313     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11314     layout: "plot-throughput"
11315
11316 - type: "plot"
11317   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11318   algorithm: "plot_perf_box_name"
11319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11321   include:
11322     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11323     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11324     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11325     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11326     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11327   layout:
11328     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11329     layout: "plot-throughput"
11330
11331 - type: "plot"
11332   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11333   algorithm: "plot_perf_box_name"
11334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11336   include:
11337     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11338     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11339     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11340     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11341     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11342   layout:
11343     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11344     layout: "plot-throughput"
11345
11346 - type: "plot"
11347   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11348   algorithm: "plot_perf_box_name"
11349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11351   include:
11352     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11353     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11354     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11355     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11356     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11357   layout:
11358     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11359     layout: "plot-throughput"
11360
11361 - type: "plot"
11362   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11363   algorithm: "plot_perf_box_name"
11364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11366   include:
11367     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11368     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11369     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11370     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11371     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11372   layout:
11373     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11374     layout: "plot-throughput"
11375
11376 - type: "plot"
11377   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11378   algorithm: "plot_perf_box_name"
11379   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11380   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11381   include:
11382     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11383     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11384     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11385     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11386     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11387   layout:
11388     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11389     layout: "plot-throughput"
11390
11391 - type: "plot"
11392   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11393   algorithm: "plot_perf_box_name"
11394   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11395   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11396   include:
11397     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11398     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11399     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11400     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11401     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11402   layout:
11403     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11404     layout: "plot-throughput"
11405
11406 - type: "plot"
11407   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11408   algorithm: "plot_perf_box_name"
11409   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11411   include:
11412     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11416     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11417     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11418   layout:
11419     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11420     layout: "plot-throughput"
11421
11422 - type: "plot"
11423   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11424   algorithm: "plot_perf_box_name"
11425   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11426   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11427   include:
11428     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11432     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11433     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11434   layout:
11435     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11436     layout: "plot-throughput"
11437
11438 - type: "plot"
11439   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11440   algorithm: "plot_perf_box_name"
11441   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11443   include:
11444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11449   layout:
11450     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11451     layout: "plot-throughput"
11452
11453 - type: "plot"
11454   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11455   algorithm: "plot_perf_box_name"
11456   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11457   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11458   include:
11459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11464   layout:
11465     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11466     layout: "plot-throughput"
11467
11468 - type: "plot"
11469   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11470   algorithm: "plot_perf_box_name"
11471   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11472   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11473   include:
11474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11477   layout:
11478     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11479     layout: "plot-throughput"
11480
11481 - type: "plot"
11482   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11483   algorithm: "plot_perf_box_name"
11484   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11485   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11486   include:
11487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11490   layout:
11491     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11492     layout: "plot-throughput"
11493
11494 - type: "plot"
11495   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11496   algorithm: "plot_perf_box_name"
11497   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11498   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11499   include:
11500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11505   layout:
11506     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11507     layout: "plot-throughput"
11508
11509 - type: "plot"
11510   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11511   algorithm: "plot_perf_box_name"
11512   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11514   include:
11515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11520   layout:
11521     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11522     layout: "plot-throughput"
11523
11524 - type: "plot"
11525   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11526   algorithm: "plot_perf_box_name"
11527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11529   include:
11530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11533   layout:
11534     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11535     layout: "plot-throughput"
11536
11537 - type: "plot"
11538   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11539   algorithm: "plot_perf_box_name"
11540   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11541   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11542   include:
11543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11546   layout:
11547     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11548     layout: "plot-throughput"
11549
11550 - type: "plot"
11551   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11552   algorithm: "plot_perf_box_name"
11553   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11554   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11555   include:
11556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11562   layout:
11563     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11564     layout: "plot-throughput"
11565
11566 - type: "plot"
11567   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11568   algorithm: "plot_perf_box_name"
11569   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11570   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11571   include:
11572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11578   layout:
11579     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11580     layout: "plot-throughput"
11581
11582 - type: "plot"
11583   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11584   algorithm: "plot_perf_box_name"
11585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11587   include:
11588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11594   layout:
11595     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11596     layout: "plot-throughput"
11597
11598 - type: "plot"
11599   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11600   algorithm: "plot_perf_box_name"
11601   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11603   include:
11604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11610   layout:
11611     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11612     layout: "plot-throughput"
11613
11614 - type: "plot"
11615   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11616   algorithm: "plot_perf_box_name"
11617   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11618   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11619   include:
11620     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11623   layout:
11624     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11625     layout: "plot-throughput"
11626
11627 - type: "plot"
11628   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11629   algorithm: "plot_perf_box_name"
11630   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11631   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11632   include:
11633     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11636   layout:
11637     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11638     layout: "plot-throughput"
11639
11640 - type: "plot"
11641   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11642   algorithm: "plot_perf_box_name"
11643   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11645   include:
11646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11649 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11650 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11651   layout:
11652     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11653     layout: "plot-throughput"
11654
11655 - type: "plot"
11656   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11657   algorithm: "plot_perf_box_name"
11658   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11660   include:
11661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11664 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11665 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11666   layout:
11667     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11668     layout: "plot-throughput"
11669
11670 - type: "plot"
11671   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11672   algorithm: "plot_perf_box_name"
11673   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11675   include:
11676     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11681   layout:
11682     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11683     layout: "plot-throughput"
11684
11685 - type: "plot"
11686   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11687   algorithm: "plot_perf_box_name"
11688   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11689   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11690   include:
11691     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11696   layout:
11697     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11698     layout: "plot-throughput"
11699
11700 - type: "plot"
11701   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11702   algorithm: "plot_perf_box_name"
11703   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11705   include:
11706     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11711   layout:
11712     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11713     layout: "plot-throughput"
11714
11715 - type: "plot"
11716   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11717   algorithm: "plot_perf_box_name"
11718   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11720   include:
11721     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11726   layout:
11727     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11728     layout: "plot-throughput"
11729
11730 - type: "plot"
11731   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11732   algorithm: "plot_perf_box_name"
11733   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11735   include:
11736     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11742   layout:
11743     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11744     layout: "plot-throughput"
11745
11746 - type: "plot"
11747   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11748   algorithm: "plot_perf_box_name"
11749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11751   include:
11752     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11753     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11758   layout:
11759     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11760     layout: "plot-throughput"
11761
11762 - type: "plot"
11763   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11764   algorithm: "plot_perf_box_name"
11765   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11767   include:
11768     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11774   layout:
11775     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11776     layout: "plot-throughput"
11777
11778 - type: "plot"
11779   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11780   algorithm: "plot_perf_box_name"
11781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11783   include:
11784     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11790   layout:
11791     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11792     layout: "plot-throughput"
11793
11794 - type: "plot"
11795   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11796   algorithm: "plot_perf_box_name"
11797   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11798   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11799   include:
11800     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11805   layout:
11806     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11807     layout: "plot-throughput"
11808
11809 - type: "plot"
11810   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11811   algorithm: "plot_perf_box_name"
11812   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11813   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11814   include:
11815     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11820   layout:
11821     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11822     layout: "plot-throughput"
11823
11824 - type: "plot"
11825   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11826   algorithm: "plot_perf_box_name"
11827   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11828   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11829   include:
11830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11836   layout:
11837     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11838     layout: "plot-throughput"
11839
11840 - type: "plot"
11841   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11842   algorithm: "plot_perf_box_name"
11843   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11844   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11845   include:
11846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11852   layout:
11853     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11854     layout: "plot-throughput"
11855
11856 - type: "plot"
11857   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11858   algorithm: "plot_perf_box_name"
11859   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11860   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11861   include:
11862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11867   layout:
11868     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11869     layout: "plot-throughput"
11870
11871 - type: "plot"
11872   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11873   algorithm: "plot_perf_box_name"
11874   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11875   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11876   include:
11877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11882   layout:
11883     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11884     layout: "plot-throughput"
11885
11886 - type: "plot"
11887   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11888   algorithm: "plot_perf_box_name"
11889   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11890   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11891   include:
11892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11898   layout:
11899     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11900     layout: "plot-throughput"
11901
11902 - type: "plot"
11903   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11904   algorithm: "plot_perf_box_name"
11905   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11906   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11907   include:
11908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11912     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11913     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11914   layout:
11915     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11916     layout: "plot-throughput"
11917
11918 - type: "plot"
11919   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11920   algorithm: "plot_perf_box_name"
11921   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11922   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11923   include:
11924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11929   layout:
11930     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11931     layout: "plot-throughput"
11932
11933 - type: "plot"
11934   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11935   algorithm: "plot_perf_box_name"
11936   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11937   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11938   include:
11939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11944   layout:
11945     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11946     layout: "plot-throughput"
11947
11948 - type: "plot"
11949   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11950   algorithm: "plot_perf_box_name"
11951   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11952   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11953   include:
11954     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11960   layout:
11961     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11962     layout: "plot-throughput"
11963
11964 - type: "plot"
11965   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11966   algorithm: "plot_perf_box_name"
11967   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11968   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11969   include:
11970     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11976   layout:
11977     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11978     layout: "plot-throughput"
11979
11980 - type: "plot"
11981   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11982   algorithm: "plot_perf_box_name"
11983   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11985   include:
11986     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11987     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11988   layout:
11989     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11990     layout: "plot-throughput"
11991
11992 - type: "plot"
11993   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11994   algorithm: "plot_perf_box_name"
11995   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11997   include:
11998     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12000   layout:
12001     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12002     layout: "plot-throughput"
12003
12004 - type: "plot"
12005   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12006   algorithm: "plot_perf_box_name"
12007   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12008   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12009   include:
12010     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12014   layout:
12015     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12016     layout: "plot-throughput"
12017
12018 - type: "plot"
12019   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12020   algorithm: "plot_perf_box_name"
12021   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12023   include:
12024     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12028   layout:
12029     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12030     layout: "plot-throughput"
12031
12032 - type: "plot"
12033   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12034   algorithm: "plot_perf_box_name"
12035   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12037   include:
12038     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12042   layout:
12043     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12044     layout: "plot-throughput"
12045
12046 - type: "plot"
12047   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12048   algorithm: "plot_perf_box_name"
12049   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12051   include:
12052     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12056   layout:
12057     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12058     layout: "plot-throughput"
12059
12060 - type: "plot"
12061   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12062   algorithm: "plot_perf_box_name"
12063   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12064   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12065   include:
12066     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12070   layout:
12071     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12072     layout: "plot-throughput"
12073
12074 - type: "plot"
12075   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12076   algorithm: "plot_perf_box_name"
12077   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12078   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12079   include:
12080     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12084   layout:
12085     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12086     layout: "plot-throughput"
12087
12088 - type: "plot"
12089   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12090   algorithm: "plot_perf_box_name"
12091   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12092   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12093   include:
12094     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12098   layout:
12099     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12100     layout: "plot-throughput"
12101
12102 - type: "plot"
12103   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12104   algorithm: "plot_perf_box_name"
12105   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12106   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12107   include:
12108     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12112   layout:
12113     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12114     layout: "plot-throughput"
12115
12116 - type: "plot"
12117   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12118   algorithm: "plot_perf_box_name"
12119   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12121   include:
12122     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12128   layout:
12129     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12130     layout: "plot-throughput"
12131
12132 - type: "plot"
12133   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12134   algorithm: "plot_perf_box_name"
12135   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12137   include:
12138     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12144   layout:
12145     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12146     layout: "plot-throughput"
12147
12148 - type: "plot"
12149   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12150   algorithm: "plot_perf_box_name"
12151   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12153   include:
12154     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12159   layout:
12160     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12161     layout: "plot-throughput"
12162
12163 - type: "plot"
12164   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12165   algorithm: "plot_perf_box_name"
12166   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12167   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12168   include:
12169     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12174   layout:
12175     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12176     layout: "plot-throughput"
12177
12178 - type: "plot"
12179   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12180   algorithm: "plot_perf_box_name"
12181   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12182   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12183   include:
12184     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12189   layout:
12190     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12191     layout: "plot-throughput"
12192
12193 - type: "plot"
12194   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12195   algorithm: "plot_perf_box_name"
12196   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12197   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12198   include:
12199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12204   layout:
12205     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12206     layout: "plot-throughput"
12207
12208 - type: "plot"
12209   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12210   algorithm: "plot_perf_box_name"
12211   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12212   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12213   include:
12214     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12217   layout:
12218     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12219     layout: "plot-throughput"
12220
12221 - type: "plot"
12222   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12223   algorithm: "plot_perf_box_name"
12224   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12226   include:
12227     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12230   layout:
12231     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12232     layout: "plot-throughput"
12233
12234 - type: "plot"
12235   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12236   algorithm: "plot_perf_box_name"
12237   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12239   include:
12240     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12243   layout:
12244     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12245     layout: "plot-throughput"
12246
12247 - type: "plot"
12248   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12249   algorithm: "plot_perf_box_name"
12250   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12252   include:
12253     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12254     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12256   layout:
12257     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12258     layout: "plot-throughput"
12259
12260 - type: "plot"
12261   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12262   algorithm: "plot_perf_box_name"
12263   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12265   include:
12266     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12269     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12271   layout:
12272     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12273     layout: "plot-throughput"
12274
12275 - type: "plot"
12276   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12277   algorithm: "plot_perf_box_name"
12278   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12280   include:
12281     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12285     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12286   layout:
12287     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12288     layout: "plot-throughput"
12289
12290 - type: "plot"
12291   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12292   algorithm: "plot_perf_box_name"
12293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12295   include:
12296     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12299     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12300     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12301   layout:
12302     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12303     layout: "plot-throughput"
12304
12305 - type: "plot"
12306   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12307   algorithm: "plot_perf_box_name"
12308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12310   include:
12311     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12314     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12315     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12316   layout:
12317     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12318     layout: "plot-throughput"
12319
12320 - type: "plot"
12321   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12322   algorithm: "plot_perf_box_name"
12323   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12324   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12325   include:
12326     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12329     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12331   layout:
12332     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12333     layout: "plot-throughput"
12334
12335 - type: "plot"
12336   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12337   algorithm: "plot_perf_box_name"
12338   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12339   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12340   include:
12341     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12346   layout:
12347     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12348     layout: "plot-throughput"
12349
12350 - type: "plot"
12351   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12352   algorithm: "plot_perf_box_name"
12353   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12354   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12355   include:
12356     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12359     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12361   layout:
12362     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12363     layout: "plot-throughput"
12364
12365 - type: "plot"
12366   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12367   algorithm: "plot_perf_box_name"
12368   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12369   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12370   include:
12371     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12374     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12375     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12376   layout:
12377     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12378     layout: "plot-throughput"
12379
12380 - type: "plot"
12381   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12382   algorithm: "plot_perf_box_name"
12383   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12384   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12385   include:
12386     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12389     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12390     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12391   layout:
12392     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12393     layout: "plot-throughput"
12394
12395 - type: "plot"
12396   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12397   algorithm: "plot_perf_box_name"
12398   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12399   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12400   include:
12401     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12404     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12405     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12406   layout:
12407     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12408     layout: "plot-throughput"
12409
12410 - type: "plot"
12411   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12412   algorithm: "plot_perf_box_name"
12413   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12414   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12415   include:
12416     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12417     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12418     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12419     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12420     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12421     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12422   layout:
12423     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12424     layout: "plot-throughput"
12425
12426 - type: "plot"
12427   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12428   algorithm: "plot_perf_box_name"
12429   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12430   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12431   include:
12432     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12433     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12434     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12435     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12436     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12437     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12438   layout:
12439     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12440     layout: "plot-throughput"
12441
12442 - type: "plot"
12443   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12444   algorithm: "plot_perf_box_name"
12445   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12446   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12447   include:
12448     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12449     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12450     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12451     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12452   layout:
12453     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12454     layout: "plot-throughput"
12455
12456 - type: "plot"
12457   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12458   algorithm: "plot_perf_box_name"
12459   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12461   include:
12462     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12463     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12464     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12465     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12466   layout:
12467     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12468     layout: "plot-throughput"
12469
12470 - type: "plot"
12471   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12472   algorithm: "plot_perf_box_name"
12473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12475   include:
12476     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12477     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12478     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12479     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12480     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12481     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12482   layout:
12483     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12484     layout: "plot-throughput"
12485
12486 - type: "plot"
12487   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12488   algorithm: "plot_perf_box_name"
12489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12491   include:
12492     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12493     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12494     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12495     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12496     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12497     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12498   layout:
12499     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12500     layout: "plot-throughput"
12501
12502 - type: "plot"
12503   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12504   algorithm: "plot_perf_box_name"
12505   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12506   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12507   include:
12508     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12509     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12510     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12511     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12512     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12513     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12514   layout:
12515     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12516     layout: "plot-throughput"
12517
12518 - type: "plot"
12519   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12520   algorithm: "plot_perf_box_name"
12521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12523   include:
12524     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12525     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12526     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12527     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12528     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12529     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12530   layout:
12531     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12532     layout: "plot-throughput"
12533
12534 - type: "plot"
12535   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12536   algorithm: "plot_perf_box_name"
12537   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12539   include:
12540     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12541     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12542     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12543     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12544     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12545     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12546   layout:
12547     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12548     layout: "plot-throughput"
12549
12550 - type: "plot"
12551   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12552   algorithm: "plot_perf_box_name"
12553   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12555   include:
12556     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12557     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12558     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12559     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12560     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12561     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12562   layout:
12563     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12564     layout: "plot-throughput"
12565
12566 - type: "plot"
12567   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12568   algorithm: "plot_perf_box_name"
12569   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12570   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12571   include:
12572     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12573     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12574     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12575     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12576     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12577     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12578   layout:
12579     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12580     layout: "plot-throughput"
12581
12582 - type: "plot"
12583   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12584   algorithm: "plot_perf_box_name"
12585   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12586   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12587   include:
12588     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12589     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12590     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12591     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12592     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12593     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12594   layout:
12595     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12596     layout: "plot-throughput"
12597
12598 - type: "plot"
12599   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12600   algorithm: "plot_perf_box_name"
12601   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12602   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12603   include:
12604     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12605     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12606     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12607     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12608     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12609     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12610   layout:
12611     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12612     layout: "plot-throughput"
12613
12614 - type: "plot"
12615   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12616   algorithm: "plot_perf_box_name"
12617   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12618   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12619   include:
12620     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12621     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12622     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12623     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12624     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12625     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12626   layout:
12627     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12628     layout: "plot-throughput"
12629
12630 - type: "plot"
12631   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12632   algorithm: "plot_perf_box_name"
12633   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12634   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12635   include:
12636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12642   layout:
12643     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12644     layout: "plot-throughput"
12645
12646 - type: "plot"
12647   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12648   algorithm: "plot_perf_box_name"
12649   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12650   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12651   include:
12652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12658   layout:
12659     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12660     layout: "plot-throughput"
12661
12662 - type: "plot"
12663   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12664   algorithm: "plot_perf_box_name"
12665   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12666   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12667   include:
12668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12674   layout:
12675     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12676     layout: "plot-throughput"
12677
12678 - type: "plot"
12679   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12680   algorithm: "plot_perf_box_name"
12681   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12683   include:
12684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12690   layout:
12691     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12692     layout: "plot-throughput"
12693
12694 - type: "plot"
12695   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12696   algorithm: "plot_perf_box_name"
12697   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12698   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12699   include:
12700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12706   layout:
12707     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12708     layout: "plot-throughput"
12709
12710 - type: "plot"
12711   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12712   algorithm: "plot_perf_box_name"
12713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12715   include:
12716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12722   layout:
12723     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12724     layout: "plot-throughput"
12725
12726 - type: "plot"
12727   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12728   algorithm: "plot_perf_box_name"
12729   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12730   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12731   include:
12732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12736   layout:
12737     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12738     layout: "plot-throughput"
12739
12740 - type: "plot"
12741   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12742   algorithm: "plot_perf_box_name"
12743   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12744   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12745   include:
12746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12750   layout:
12751     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12752     layout: "plot-throughput"
12753
12754 - type: "plot"
12755   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12756   algorithm: "plot_perf_box_name"
12757   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12758   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12759   include:
12760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12764   layout:
12765     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12766     layout: "plot-throughput"
12767
12768 - type: "plot"
12769   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12770   algorithm: "plot_perf_box_name"
12771   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12772   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12773   include:
12774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12778   layout:
12779     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12780     layout: "plot-throughput"
12781
12782 - type: "plot"
12783   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12784   algorithm: "plot_perf_box_name"
12785   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12786   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12787   include:
12788     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12789     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12790     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12791     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12792     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12793     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12794   layout:
12795     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12796     layout: "plot-throughput"
12797
12798 - type: "plot"
12799   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12800   algorithm: "plot_perf_box_name"
12801   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12802   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12803   include:
12804     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12806     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12807     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12808     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12809     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12810   layout:
12811     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12812     layout: "plot-throughput"
12813
12814 - type: "plot"
12815   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12816   algorithm: "plot_perf_box_name"
12817   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12819   include:
12820     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12821     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12822     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12823     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12824     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12825   layout:
12826     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12827     layout: "plot-throughput"
12828
12829 - type: "plot"
12830   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12831   algorithm: "plot_perf_box_name"
12832   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12833   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12834   include:
12835     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12836     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12838     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12839     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12840   layout:
12841     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12842     layout: "plot-throughput"
12843
12844 - type: "plot"
12845   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12846   algorithm: "plot_perf_box_name"
12847   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12848   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12849   include:
12850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12853     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12854     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12855   layout:
12856     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12857     layout: "plot-throughput"
12858
12859 - type: "plot"
12860   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12861   algorithm: "plot_perf_box_name"
12862   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12864   include:
12865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12870   layout:
12871     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12872     layout: "plot-throughput"
12873
12874 - type: "plot"
12875   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12876   algorithm: "plot_perf_box_name"
12877   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12879   include:
12880     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12884   layout:
12885     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12886     layout: "plot-throughput"
12887
12888 - type: "plot"
12889   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12890   algorithm: "plot_perf_box_name"
12891   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12892   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12893   include:
12894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12898   layout:
12899     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12900     layout: "plot-throughput"
12901
12902 - type: "plot"
12903   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12904   algorithm: "plot_perf_box_name"
12905   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12907   include:
12908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12914   layout:
12915     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12916     layout: "plot-throughput"
12917
12918 - type: "plot"
12919   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12920   algorithm: "plot_perf_box_name"
12921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12923   include:
12924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12930   layout:
12931     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12932     layout: "plot-throughput"
12933
12934 - type: "plot"
12935   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12936   algorithm: "plot_perf_box_name"
12937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12939   include:
12940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12946   layout:
12947     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12948     layout: "plot-throughput"
12949
12950 - type: "plot"
12951   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12952   algorithm: "plot_perf_box_name"
12953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12955   include:
12956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12962   layout:
12963     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12964     layout: "plot-throughput"
12965
12966 - type: "plot"
12967   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12968   algorithm: "plot_perf_box_name"
12969   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12971   include:
12972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12978   layout:
12979     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12980     layout: "plot-throughput"
12981
12982 - type: "plot"
12983   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12984   algorithm: "plot_perf_box_name"
12985   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12986   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12987   include:
12988     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12990     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12992     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12993     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12994   layout:
12995     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12996     layout: "plot-throughput"
12997
12998 - type: "plot"
12999   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13000   algorithm: "plot_perf_box_name"
13001   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13003   include:
13004     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13005     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13006     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13008     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13009     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13010   layout:
13011     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13012     layout: "plot-throughput"
13013
13014 - type: "plot"
13015   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13016   algorithm: "plot_perf_box_name"
13017   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13019   include:
13020     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13022     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13025     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13026   layout:
13027     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13028     layout: "plot-throughput"
13029
13030 - type: "plot"
13031   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13032   algorithm: "plot_perf_box_name"
13033   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13034   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13035   include:
13036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13040   layout:
13041     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13042     layout: "plot-throughput"
13043
13044 - type: "plot"
13045   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13046   algorithm: "plot_perf_box_name"
13047   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13048   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13049   include:
13050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13054   layout:
13055     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13056     layout: "plot-throughput"
13057
13058 - type: "plot"
13059   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13060   algorithm: "plot_perf_box_name"
13061   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13062   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13063   include:
13064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13070   layout:
13071     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13072     layout: "plot-throughput"
13073
13074 - type: "plot"
13075   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13076   algorithm: "plot_perf_box_name"
13077   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13078   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13079   include:
13080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13086   layout:
13087     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13088     layout: "plot-throughput"
13089
13090 - type: "plot"
13091   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13092   algorithm: "plot_perf_box_name"
13093   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13094   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13095   include:
13096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13102   layout:
13103     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13104     layout: "plot-throughput"
13105
13106 - type: "plot"
13107   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13108   algorithm: "plot_perf_box_name"
13109   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13110   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13111   include:
13112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13117     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13118   layout:
13119     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13120     layout: "plot-throughput"
13121
13122 #- type: "plot"
13123 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13124 #  algorithm: "plot_perf_box_name"
13125 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13126 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13127 #  include:
13128 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13129 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13130 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13131 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13132 #  layout:
13133 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13134 #    layout: "plot-throughput"
13135 #
13136 #- type: "plot"
13137 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13138 #  algorithm: "plot_perf_box_name"
13139 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13140 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13141 #  include:
13142 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13143 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13144 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13145 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13146 #  layout:
13147 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13148 #    layout: "plot-throughput"
13149
13150 - type: "plot"
13151   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13152   algorithm: "plot_perf_box_name"
13153   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13154   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13155   include:
13156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13162   layout:
13163     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13164     layout: "plot-throughput"
13165
13166 - type: "plot"
13167   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13168   algorithm: "plot_perf_box_name"
13169   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13170   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13171   include:
13172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13178   layout:
13179     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13180     layout: "plot-throughput"
13181
13182 #- type: "plot"
13183 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13184 #  algorithm: "plot_perf_box_name"
13185 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13186 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13187 #  include:
13188 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13189 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13190 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13191 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13192 #  layout:
13193 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13194 #    layout: "plot-throughput"
13195 #
13196 #- type: "plot"
13197 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13198 #  algorithm: "plot_perf_box_name"
13199 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13200 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13201 #  include:
13202 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13203 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13204 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13205 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13206 #  layout:
13207 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13208 #    layout: "plot-throughput"
13209
13210 - type: "plot"
13211   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13212   algorithm: "plot_perf_box_name"
13213   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13214   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13215   include:
13216     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13219     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13220     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13222   layout:
13223     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13224     layout: "plot-throughput"
13225
13226 - type: "plot"
13227   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13228   algorithm: "plot_perf_box_name"
13229   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13230   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13231   include:
13232     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13233     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13234     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13238   layout:
13239     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13240     layout: "plot-throughput"
13241
13242 #- type: "plot"
13243 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13244 #  algorithm: "plot_perf_box_name"
13245 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13246 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13247 #  include:
13248 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13249 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13250 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13251 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13252 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13253 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13254 #  layout:
13255 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13256 #    layout: "plot-throughput"
13257 #
13258 #- type: "plot"
13259 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13260 #  algorithm: "plot_perf_box_name"
13261 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13262 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13263 #  include:
13264 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13265 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13266 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13267 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13268 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13269 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13270 #  layout:
13271 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13272 #    layout: "plot-throughput"
13273
13274 - type: "plot"
13275   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13276   algorithm: "plot_perf_box_name"
13277   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13278   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13279   include:
13280     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13281     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13282     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13283     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13284     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13285     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13286   layout:
13287     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13288     layout: "plot-throughput"
13289
13290 - type: "plot"
13291   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13292   algorithm: "plot_perf_box_name"
13293   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13294   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13295   include:
13296     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13297     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13298     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13299     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13300     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13301     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13302   layout:
13303     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13304     layout: "plot-throughput"
13305
13306 - type: "plot"
13307   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13308   algorithm: "plot_perf_box_name"
13309   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13311   include:
13312     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13313     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13314     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13315     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13316     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13317     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13318   layout:
13319     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13320     layout: "plot-throughput"
13321
13322 - type: "plot"
13323   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13324   algorithm: "plot_perf_box_name"
13325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13327   include:
13328     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13329     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13330     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13331     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13332     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13333     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13334   layout:
13335     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13336     layout: "plot-throughput"
13337
13338 - type: "plot"
13339   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13340   algorithm: "plot_perf_box_name"
13341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13343   include:
13344     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13345     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13346     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13347     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13348     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13349     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13350   layout:
13351     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13352     layout: "plot-throughput"
13353
13354 - type: "plot"
13355   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13356   algorithm: "plot_perf_box_name"
13357   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13359   include:
13360     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13361     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13362     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13363     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13364     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13365     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13366   layout:
13367     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13368     layout: "plot-throughput"
13369
13370 - type: "plot"
13371   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13372   algorithm: "plot_perf_box_name"
13373   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13374   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13375   include:
13376     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13377     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13378     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13379     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13380     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13381     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13382   layout:
13383     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13384     layout: "plot-throughput"
13385
13386 - type: "plot"
13387   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13388   algorithm: "plot_perf_box_name"
13389   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13390   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13391   include:
13392     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13393     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13394     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13395     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13396     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13397     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13398   layout:
13399     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13400     layout: "plot-throughput"
13401
13402 #- type: "plot"
13403 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13404 #  algorithm: "plot_perf_box_name"
13405 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13406 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13407 #  include:
13408 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13409 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13410 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13411 #  layout:
13412 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13413 #    layout: "plot-throughput"
13414 #
13415 #- type: "plot"
13416 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13417 #  algorithm: "plot_perf_box_name"
13418 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13419 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13420 #  include:
13421 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13422 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13423 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13424 #  layout:
13425 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13426 #    layout: "plot-throughput"
13427
13428 - type: "plot"
13429   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13430   algorithm: "plot_perf_box_name"
13431   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13432   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13433   include:
13434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13439   layout:
13440     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13441     layout: "plot-throughput"
13442
13443 - type: "plot"
13444   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13445   algorithm: "plot_perf_box_name"
13446   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13447   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13448   include:
13449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13454   layout:
13455     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13456     layout: "plot-throughput"
13457
13458 - type: "plot"
13459   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13460   algorithm: "plot_perf_box_name"
13461   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13462   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13463   include:
13464     - "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"
13465     - "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"
13466     - "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"
13467     - "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"
13468     - "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"
13469   layout:
13470     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13471     layout: "plot-throughput"
13472
13473 - type: "plot"
13474   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13475   algorithm: "plot_perf_box_name"
13476   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13477   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13478   include:
13479     - "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"
13480     - "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"
13481     - "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"
13482     - "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"
13483     - "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"
13484   layout:
13485     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13486     layout: "plot-throughput"
13487
13488 - type: "plot"
13489   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13490   algorithm: "plot_perf_box_name"
13491   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13492   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13493   include:
13494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13499   layout:
13500     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13501     layout: "plot-throughput"
13502
13503 - type: "plot"
13504   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13505   algorithm: "plot_perf_box_name"
13506   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13507   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13508   include:
13509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13514   layout:
13515     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13516     layout: "plot-throughput"
13517
13518 - type: "plot"
13519   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13520   algorithm: "plot_perf_box_name"
13521   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13522   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13523   include:
13524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13527     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13529   layout:
13530     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13531     layout: "plot-throughput"
13532
13533 - type: "plot"
13534   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13535   algorithm: "plot_perf_box_name"
13536   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13537   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13538   include:
13539     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13541     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13542     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13544   layout:
13545     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13546     layout: "plot-throughput"
13547
13548 - type: "plot"
13549   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13550   algorithm: "plot_perf_box_name"
13551   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13552   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13553   include:
13554     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13555     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13556     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13557     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13558     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13559   layout:
13560     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13561     layout: "plot-throughput"
13562
13563 - type: "plot"
13564   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13565   algorithm: "plot_perf_box_name"
13566   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13567   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13568   include:
13569     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13570     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13571     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13572     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13573     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13574   layout:
13575     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13576     layout: "plot-throughput"
13577
13578 - type: "plot"
13579   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13580   algorithm: "plot_perf_box_name"
13581   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13582   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13583   include:
13584     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13585     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13586     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13587     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13588     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13589   layout:
13590     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13591     layout: "plot-throughput"
13592
13593 - type: "plot"
13594   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13595   algorithm: "plot_perf_box_name"
13596   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13597   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13598   include:
13599     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13600     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13601     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13602     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13603     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13604   layout:
13605     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13606     layout: "plot-throughput"
13607
13608 - type: "plot"
13609   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13610   algorithm: "plot_perf_box_name"
13611   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13613   include:
13614     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13615     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13616     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13617     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13618   layout:
13619     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13620     layout: "plot-throughput"
13621
13622 - type: "plot"
13623   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13624   algorithm: "plot_perf_box_name"
13625   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13627   include:
13628     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13629     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13630     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13631     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13632   layout:
13633     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13634     layout: "plot-throughput"
13635
13636 - type: "plot"
13637   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13638   algorithm: "plot_perf_box_name"
13639   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13641   include:
13642     - "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"
13643     - "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"
13644     - "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"
13645     - "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"
13646   layout:
13647     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13648     layout: "plot-throughput"
13649
13650 - type: "plot"
13651   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13652   algorithm: "plot_perf_box_name"
13653   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13655   include:
13656     - "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"
13657     - "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"
13658     - "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"
13659     - "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"
13660   layout:
13661     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13662     layout: "plot-throughput"
13663
13664 - type: "plot"
13665   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13666   algorithm: "plot_perf_box_name"
13667   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13669   include:
13670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13676   layout:
13677     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13678     layout: "plot-throughput"
13679
13680 - type: "plot"
13681   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13682   algorithm: "plot_perf_box_name"
13683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13685   include:
13686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13691     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13692   layout:
13693     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13694     layout: "plot-throughput"
13695
13696 - type: "plot"
13697   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13698   algorithm: "plot_perf_box_name"
13699   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13701   include:
13702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13707     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13708   layout:
13709     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13710     layout: "plot-throughput"
13711
13712 - type: "plot"
13713   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13714   algorithm: "plot_perf_box_name"
13715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13717   include:
13718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13721     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13722     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13723     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13724   layout:
13725     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13726     layout: "plot-throughput"
13727
13728 - type: "plot"
13729   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13730   algorithm: "plot_perf_box_name"
13731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13733   include:
13734     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13735     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13736     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13738     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13739     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13740   layout:
13741     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13742     layout: "plot-throughput"
13743
13744 - type: "plot"
13745   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13746   algorithm: "plot_perf_box_name"
13747   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13749   include:
13750     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13751     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13752     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13753     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13754     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13755     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13756   layout:
13757     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13758     layout: "plot-throughput"
13759
13760 - type: "plot"
13761   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13762   algorithm: "plot_perf_box_name"
13763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13765   include:
13766     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13767     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13768     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13769     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13770     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13771   layout:
13772     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13773     layout: "plot-throughput"
13774
13775 - type: "plot"
13776   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13777   algorithm: "plot_perf_box_name"
13778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13780   include:
13781     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13782     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13783     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13784     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13785     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13786   layout:
13787     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13788     layout: "plot-throughput"
13789
13790 - type: "plot"
13791   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13792   algorithm: "plot_perf_box_name"
13793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13795   include:
13796     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13797     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13798   layout:
13799     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13800     layout: "plot-throughput"
13801
13802 - type: "plot"
13803   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13804   algorithm: "plot_perf_box_name"
13805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13807   include:
13808     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13809     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13810   layout:
13811     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13812     layout: "plot-throughput"
13813
13814 - type: "plot"
13815   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13816   algorithm: "plot_perf_box_name"
13817   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-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-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13821     - "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"
13822   layout:
13823     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13824     layout: "plot-throughput"
13825
13826 - type: "plot"
13827   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13828   algorithm: "plot_perf_box_name"
13829   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-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-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13833     - "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"
13834   layout:
13835     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13836     layout: "plot-throughput"
13837
13838 - type: "plot"
13839   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13840   algorithm: "plot_perf_box_name"
13841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13843   include:
13844     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13845     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13846   layout:
13847     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13848     layout: "plot-throughput"
13849
13850 - type: "plot"
13851   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13852   algorithm: "plot_perf_box_name"
13853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13855   include:
13856     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13857     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13858   layout:
13859     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13860     layout: "plot-throughput"
13861
13862 - type: "plot"
13863   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13864   algorithm: "plot_perf_box_name"
13865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-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-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13869     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13870   layout:
13871     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13872     layout: "plot-throughput"
13873
13874 - type: "plot"
13875   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13876   algorithm: "plot_perf_box_name"
13877   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-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-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13881     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13882   layout:
13883     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13884     layout: "plot-throughput"
13885
13886 - type: "plot"
13887   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13888   algorithm: "plot_perf_box_name"
13889   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13890   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13891   include:
13892     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13893     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13894     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13895     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13896     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13897     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13898   layout:
13899     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13900     layout: "plot-throughput"
13901
13902 - type: "plot"
13903   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13904   algorithm: "plot_perf_box_name"
13905   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13906   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13907   include:
13908     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13909     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13910     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13911     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13912     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13913     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13914   layout:
13915     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13916     layout: "plot-throughput"
13917
13918 - type: "plot"
13919   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13920   algorithm: "plot_perf_box_name"
13921   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13922   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13923   include:
13924     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13925     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13926     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13927     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13928     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13929     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13930   layout:
13931     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13932     layout: "plot-throughput"
13933
13934 - type: "plot"
13935   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13936   algorithm: "plot_perf_box_name"
13937   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13938   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13939   include:
13940     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13941     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13942     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13945     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13946   layout:
13947     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13948     layout: "plot-throughput"
13949
13950 #- type: "plot"
13951 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13952 #  algorithm: "plot_perf_box_name"
13953 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13954 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13955 #  include:
13956 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13957 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13958 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13959 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13960 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13961 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13962 #  layout:
13963 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13964 #    layout: "plot-throughput"
13965 #
13966 #- type: "plot"
13967 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13968 #  algorithm: "plot_perf_box_name"
13969 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13970 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13971 #  include:
13972 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13973 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13974 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13975 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13976 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13977 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13978 #  layout:
13979 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13980 #    layout: "plot-throughput"
13981
13982 - type: "plot"
13983   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13984   algorithm: "plot_perf_box_name"
13985   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13986   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13987   include:
13988     - "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"
13989     - "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"
13990     - "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"
13991     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13992     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13993     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13994   layout:
13995     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13996     layout: "plot-throughput"
13997
13998 - type: "plot"
13999   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14000   algorithm: "plot_perf_box_name"
14001   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14002   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14003   include:
14004     - "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"
14005     - "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"
14006     - "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"
14007     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14008     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14009     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14010   layout:
14011     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14012     layout: "plot-throughput"
14013
14014 ################################################################################
14015
14016 # Packet Speedup
14017
14018 - type: "plot"
14019   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14020   algorithm: "plot_tsa_name"
14021   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14023   include:
14024     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14025     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14026     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14027     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14028   layout:
14029     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14030     layout: "plot-throughput-speedup-analysis"
14031
14032 - type: "plot"
14033   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14034   algorithm: "plot_tsa_name"
14035   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14037   include:
14038     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14039     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14040     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14041     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14042   layout:
14043     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14044     layout: "plot-throughput-speedup-analysis"
14045
14046 - type: "plot"
14047   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14048   algorithm: "plot_tsa_name"
14049   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14051   include:
14052     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14053     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14054     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14055     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14056   layout:
14057     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14058     layout: "plot-throughput-speedup-analysis"
14059
14060 - type: "plot"
14061   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14062   algorithm: "plot_tsa_name"
14063   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14065   include:
14066     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14067     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14068     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14069     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14070   layout:
14071     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14072     layout: "plot-throughput-speedup-analysis"
14073
14074 - type: "plot"
14075   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14076   algorithm: "plot_tsa_name"
14077   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14078   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14079   include:
14080     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14081     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14082     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14083     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14084     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14085   layout:
14086     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14087     layout: "plot-throughput-speedup-analysis"
14088
14089 - type: "plot"
14090   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14091   algorithm: "plot_tsa_name"
14092   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14093   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14094   include:
14095     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14096     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14097     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14098     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14099     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14100   layout:
14101     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14102     layout: "plot-throughput-speedup-analysis"
14103
14104 - type: "plot"
14105   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14106   algorithm: "plot_tsa_name"
14107   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14108   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14109   include:
14110     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14111     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14112     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14113     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14114     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14115   layout:
14116     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14117     layout: "plot-throughput-speedup-analysis"
14118
14119 - type: "plot"
14120   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14121   algorithm: "plot_tsa_name"
14122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14124   include:
14125     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14126     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14127     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14128     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14129     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14130   layout:
14131     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14132     layout: "plot-throughput-speedup-analysis"
14133
14134 - type: "plot"
14135   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14136   algorithm: "plot_tsa_name"
14137   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14138   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14139   include:
14140     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14141     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14142     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14146   layout:
14147     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14148     layout: "plot-throughput-speedup-analysis"
14149
14150 - type: "plot"
14151   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14152   algorithm: "plot_tsa_name"
14153   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14154   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14155   include:
14156     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14157     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14158     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14160     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14161     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14162   layout:
14163     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14164     layout: "plot-throughput-speedup-analysis"
14165
14166 - type: "plot"
14167   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14168   algorithm: "plot_tsa_name"
14169   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14170   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14171   include:
14172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14177   layout:
14178     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14179     layout: "plot-throughput-speedup-analysis"
14180
14181 - type: "plot"
14182   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14183   algorithm: "plot_tsa_name"
14184   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14185   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14186   include:
14187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14192   layout:
14193     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14194     layout: "plot-throughput-speedup-analysis"
14195
14196 - type: "plot"
14197   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14198   algorithm: "plot_tsa_name"
14199   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14200   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14201   include:
14202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14205   layout:
14206     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14207     layout: "plot-throughput-speedup-analysis"
14208
14209 - type: "plot"
14210   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14211   algorithm: "plot_tsa_name"
14212   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14213   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14214   include:
14215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14218   layout:
14219     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14220     layout: "plot-throughput-speedup-analysis"
14221
14222 - type: "plot"
14223   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14224   algorithm: "plot_tsa_name"
14225   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14226   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14227   include:
14228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14233   layout:
14234     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14235     layout: "plot-throughput-speedup-analysis"
14236
14237 - type: "plot"
14238   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14239   algorithm: "plot_tsa_name"
14240   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14241   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14242   include:
14243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14248   layout:
14249     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14250     layout: "plot-throughput-speedup-analysis"
14251
14252 - type: "plot"
14253   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14254   algorithm: "plot_tsa_name"
14255   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14256   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14257   include:
14258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14261   layout:
14262     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14263     layout: "plot-throughput-speedup-analysis"
14264
14265 - type: "plot"
14266   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14267   algorithm: "plot_tsa_name"
14268   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14269   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14270   include:
14271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14274   layout:
14275     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14276     layout: "plot-throughput-speedup-analysis"
14277
14278 - type: "plot"
14279   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14280   algorithm: "plot_tsa_name"
14281   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14282   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14283   include:
14284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14290   layout:
14291     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14292     layout: "plot-throughput-speedup-analysis"
14293
14294 - type: "plot"
14295   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14296   algorithm: "plot_tsa_name"
14297   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14298   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14299   include:
14300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14306   layout:
14307     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14308     layout: "plot-throughput-speedup-analysis"
14309
14310 - type: "plot"
14311   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14312   algorithm: "plot_tsa_name"
14313   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14314   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14315   include:
14316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14322   layout:
14323     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14324     layout: "plot-throughput-speedup-analysis"
14325
14326 - type: "plot"
14327   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14328   algorithm: "plot_tsa_name"
14329   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14330   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14331   include:
14332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14338   layout:
14339     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14340     layout: "plot-throughput-speedup-analysis"
14341
14342 - type: "plot"
14343   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14344   algorithm: "plot_tsa_name"
14345   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14346   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14347   include:
14348     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14349     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14350     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14351   layout:
14352     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14353     layout: "plot-throughput-speedup-analysis"
14354
14355 - type: "plot"
14356   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14357   algorithm: "plot_tsa_name"
14358   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14359   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14360   include:
14361     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14362     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14363     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14364   layout:
14365     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14366     layout: "plot-throughput-speedup-analysis"
14367
14368 - type: "plot"
14369   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14370   algorithm: "plot_tsa_name"
14371   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14372   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14373   include:
14374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14377 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14378 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14379   layout:
14380     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14381     layout: "plot-throughput-speedup-analysis"
14382
14383 - type: "plot"
14384   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14385   algorithm: "plot_tsa_name"
14386   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14387   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14388   include:
14389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14392 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14393 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14394   layout:
14395     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14396     layout: "plot-throughput-speedup-analysis"
14397
14398 - type: "plot"
14399   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14400   algorithm: "plot_tsa_name"
14401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14403   include:
14404     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14405     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14406     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14407     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14408     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14409   layout:
14410     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14411     layout: "plot-throughput-speedup-analysis"
14412
14413 - type: "plot"
14414   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14415   algorithm: "plot_tsa_name"
14416   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14418   include:
14419     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14420     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14424   layout:
14425     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14426     layout: "plot-throughput-speedup-analysis"
14427
14428 - type: "plot"
14429   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14430   algorithm: "plot_tsa_name"
14431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14433   include:
14434     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14435     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14437     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14439   layout:
14440     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14441     layout: "plot-throughput-speedup-analysis"
14442
14443 - type: "plot"
14444   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14445   algorithm: "plot_tsa_name"
14446   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14448   include:
14449     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14450     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14452     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14454   layout:
14455     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14456     layout: "plot-throughput-speedup-analysis"
14457
14458 - type: "plot"
14459   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14460   algorithm: "plot_tsa_name"
14461   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14463   include:
14464     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14467     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14470   layout:
14471     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14472     layout: "plot-throughput-speedup-analysis"
14473
14474 - type: "plot"
14475   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14476   algorithm: "plot_tsa_name"
14477   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14479   include:
14480     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14482     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14486   layout:
14487     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14488     layout: "plot-throughput-speedup-analysis"
14489
14490 - type: "plot"
14491   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14492   algorithm: "plot_tsa_name"
14493   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14495   include:
14496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14502   layout:
14503     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14504     layout: "plot-throughput-speedup-analysis"
14505
14506 - type: "plot"
14507   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14508   algorithm: "plot_tsa_name"
14509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14511   include:
14512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14517     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14518   layout:
14519     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14520     layout: "plot-throughput-speedup-analysis"
14521
14522 - type: "plot"
14523   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14524   algorithm: "plot_tsa_name"
14525   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14526   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14527   include:
14528     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14530   layout:
14531     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14532     layout: "plot-throughput-speedup-analysis"
14533
14534 - type: "plot"
14535   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14536   algorithm: "plot_tsa_name"
14537   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14538   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14539   include:
14540     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14542   layout:
14543     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14544     layout: "plot-throughput-speedup-analysis"
14545
14546 - type: "plot"
14547   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14548   algorithm: "plot_tsa_name"
14549   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14551   include:
14552     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14556   layout:
14557     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14558     layout: "plot-throughput-speedup-analysis"
14559
14560 - type: "plot"
14561   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14562   algorithm: "plot_tsa_name"
14563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14565   include:
14566     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14570   layout:
14571     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14572     layout: "plot-throughput-speedup-analysis"
14573
14574 - type: "plot"
14575   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14576   algorithm: "plot_tsa_name"
14577   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14579   include:
14580     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14581     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14584   layout:
14585     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14586     layout: "plot-throughput-speedup-analysis"
14587
14588 - type: "plot"
14589   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14590   algorithm: "plot_tsa_name"
14591   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14593   include:
14594     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14597     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14598   layout:
14599     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14600     layout: "plot-throughput-speedup-analysis"
14601
14602 - type: "plot"
14603   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14604   algorithm: "plot_tsa_name"
14605   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14606   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14607   include:
14608     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14610     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14613     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14614   layout:
14615     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14616     layout: "plot-throughput-speedup-analysis"
14617
14618 - type: "plot"
14619   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14620   algorithm: "plot_tsa_name"
14621   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14622   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14623   include:
14624     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14630   layout:
14631     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14632     layout: "plot-throughput-speedup-analysis"
14633
14634 - type: "plot"
14635   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14636   algorithm: "plot_tsa_name"
14637   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14638   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14639   include:
14640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14645   layout:
14646     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14647     layout: "plot-throughput-speedup-analysis"
14648
14649 - type: "plot"
14650   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14651   algorithm: "plot_tsa_name"
14652   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14653   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14654   include:
14655     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14656     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14659     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14660   layout:
14661     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14662     layout: "plot-throughput-speedup-analysis"
14663
14664 - type: "plot"
14665   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14666   algorithm: "plot_tsa_name"
14667   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14668   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14669   include:
14670     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14675   layout:
14676     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14677     layout: "plot-throughput-speedup-analysis"
14678
14679 - type: "plot"
14680   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14681   algorithm: "plot_tsa_name"
14682   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14683   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14684   include:
14685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14690   layout:
14691     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14692     layout: "plot-throughput-speedup-analysis"
14693
14694 - type: "plot"
14695   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14696   algorithm: "plot_tsa_name"
14697   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14698   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14699   include:
14700     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14701     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14702     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14703   layout:
14704     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14705     layout: "plot-throughput-speedup-analysis"
14706
14707 - type: "plot"
14708   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14709   algorithm: "plot_tsa_name"
14710   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14711   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14712   include:
14713     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14714     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14715     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14716   layout:
14717     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14718     layout: "plot-throughput-speedup-analysis"
14719
14720 - type: "plot"
14721   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14722   algorithm: "plot_tsa_name"
14723   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14725   include:
14726     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14727     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14728     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14729   layout:
14730     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14731     layout: "plot-throughput-speedup-analysis"
14732
14733 - type: "plot"
14734   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14735   algorithm: "plot_tsa_name"
14736   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14738   include:
14739     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14741     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14742   layout:
14743     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14744     layout: "plot-throughput-speedup-analysis"
14745
14746 - type: "plot"
14747   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14748   algorithm: "plot_tsa_name"
14749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14751   include:
14752     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14753     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14756     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14757   layout:
14758     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14759     layout: "plot-throughput-speedup-analysis"
14760
14761 - type: "plot"
14762   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14763   algorithm: "plot_tsa_name"
14764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14766   include:
14767     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14770     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14771     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14772   layout:
14773     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14774     layout: "plot-throughput-speedup-analysis"
14775
14776 - type: "plot"
14777   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14778   algorithm: "plot_tsa_name"
14779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14781   include:
14782     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14787   layout:
14788     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14789     layout: "plot-throughput-speedup-analysis"
14790
14791 - type: "plot"
14792   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14793   algorithm: "plot_tsa_name"
14794   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14796   include:
14797     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14798     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14799     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14800     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14801     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14802   layout:
14803     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14804     layout: "plot-throughput-speedup-analysis"
14805
14806 - type: "plot"
14807   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14808   algorithm: "plot_tsa_name"
14809   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14810   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14811   include:
14812     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14813     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14814     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14815     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14816     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14817     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14818   layout:
14819     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14820     layout: "plot-throughput-speedup-analysis"
14821
14822 - type: "plot"
14823   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14824   algorithm: "plot_tsa_name"
14825   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14827   include:
14828     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14829     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14832     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14833     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14834   layout:
14835     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14836     layout: "plot-throughput-speedup-analysis"
14837
14838 - type: "plot"
14839   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14840   algorithm: "plot_tsa_name"
14841   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14842   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14843   include:
14844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14846     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14847     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14848   layout:
14849     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14850     layout: "plot-throughput-speedup-analysis"
14851
14852 - type: "plot"
14853   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14854   algorithm: "plot_tsa_name"
14855   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14856   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14857   include:
14858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14860     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14861     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14862   layout:
14863     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14864     layout: "plot-throughput-speedup-analysis"
14865
14866 - type: "plot"
14867   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14868   algorithm: "plot_tsa_name"
14869   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14870   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14871   include:
14872     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14873     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14874     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14875     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14876     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14877     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14878   layout:
14879     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14880     layout: "plot-throughput-speedup-analysis"
14881
14882 - type: "plot"
14883   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14884   algorithm: "plot_tsa_name"
14885   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14886   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14887   include:
14888     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14889     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14893     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14894   layout:
14895     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14896     layout: "plot-throughput-speedup-analysis"
14897
14898 - type: "plot"
14899   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14900   algorithm: "plot_tsa_name"
14901   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14903   include:
14904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14908     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14909     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14910   layout:
14911     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14912     layout: "plot-throughput-speedup-analysis"
14913
14914 - type: "plot"
14915   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14916   algorithm: "plot_tsa_name"
14917   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14918   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14919   include:
14920     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14921     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14926   layout:
14927     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14928     layout: "plot-throughput-speedup-analysis"
14929
14930 - type: "plot"
14931   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14932   algorithm: "plot_tsa_name"
14933   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14934   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14935   include:
14936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14942   layout:
14943     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14944     layout: "plot-throughput-speedup-analysis"
14945
14946 - type: "plot"
14947   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14948   algorithm: "plot_tsa_name"
14949   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14950   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14951   include:
14952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14958   layout:
14959     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14960     layout: "plot-throughput-speedup-analysis"
14961
14962 - type: "plot"
14963   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14964   algorithm: "plot_tsa_name"
14965   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14967   include:
14968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14974   layout:
14975     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14976     layout: "plot-throughput-speedup-analysis"
14977
14978 - type: "plot"
14979   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14980   algorithm: "plot_tsa_name"
14981   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14983   include:
14984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14990   layout:
14991     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14992     layout: "plot-throughput-speedup-analysis"
14993
14994 - type: "plot"
14995   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14996   algorithm: "plot_tsa_name"
14997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14999   include:
15000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15006   layout:
15007     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15008     layout: "plot-throughput-speedup-analysis"
15009
15010 - type: "plot"
15011   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15012   algorithm: "plot_tsa_name"
15013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15015   include:
15016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15022   layout:
15023     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15024     layout: "plot-throughput-speedup-analysis"
15025
15026 - type: "plot"
15027   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15028   algorithm: "plot_tsa_name"
15029   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15031   include:
15032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15036   layout:
15037     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15038     layout: "plot-throughput-speedup-analysis"
15039
15040 - type: "plot"
15041   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15042   algorithm: "plot_tsa_name"
15043   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15045   include:
15046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15050   layout:
15051     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15052     layout: "plot-throughput-speedup-analysis"
15053
15054 - type: "plot"
15055   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15056   algorithm: "plot_tsa_name"
15057   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15058   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15059   include:
15060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15064   layout:
15065     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15066     layout: "plot-throughput-speedup-analysis"
15067
15068 - type: "plot"
15069   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15070   algorithm: "plot_tsa_name"
15071   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15073   include:
15074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15078   layout:
15079     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15080     layout: "plot-throughput-speedup-analysis"
15081
15082 - type: "plot"
15083   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15084   algorithm: "plot_tsa_name"
15085   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15086   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15087   include:
15088     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15089     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15090     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15091     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15092     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15093     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15094   layout:
15095     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15096     layout: "plot-throughput-speedup-analysis"
15097
15098 - type: "plot"
15099   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15100   algorithm: "plot_tsa_name"
15101   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15102   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15103   include:
15104     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15106     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15107     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15108     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15109     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15110   layout:
15111     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15112     layout: "plot-throughput-speedup-analysis"
15113
15114 - type: "plot"
15115   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15116   algorithm: "plot_tsa_name"
15117   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15119   include:
15120     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15121     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15122     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15123     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15124     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15125   layout:
15126     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15127     layout: "plot-throughput-speedup-analysis"
15128
15129 - type: "plot"
15130   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15131   algorithm: "plot_tsa_name"
15132   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15133   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15134   include:
15135     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15136     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15137     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15138     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15139     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15140   layout:
15141     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15142     layout: "plot-throughput-speedup-analysis"
15143
15144 - type: "plot"
15145   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15146   algorithm: "plot_tsa_name"
15147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15149   include:
15150     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15151     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15152     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15153     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15154     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15155   layout:
15156     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15157     layout: "plot-throughput-speedup-analysis"
15158
15159 - type: "plot"
15160   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15161   algorithm: "plot_tsa_name"
15162   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15164   include:
15165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15168     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15169     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15170   layout:
15171     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15172     layout: "plot-throughput-speedup-analysis"
15173
15174 - type: "plot"
15175   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15176   algorithm: "plot_tsa_name"
15177   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15179   include:
15180     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15182     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15183     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15184   layout:
15185     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15186     layout: "plot-throughput-speedup-analysis"
15187
15188 - type: "plot"
15189   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15190   algorithm: "plot_tsa_name"
15191   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15193   include:
15194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15196     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15197     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15198   layout:
15199     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15200     layout: "plot-throughput-speedup-analysis"
15201
15202 - type: "plot"
15203   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15204   algorithm: "plot_tsa_name"
15205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15207   include:
15208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15212     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15213     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15214   layout:
15215     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15216     layout: "plot-throughput-speedup-analysis"
15217
15218 - type: "plot"
15219   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15220   algorithm: "plot_tsa_name"
15221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15223   include:
15224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15230   layout:
15231     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15232     layout: "plot-throughput-speedup-analysis"
15233
15234 - type: "plot"
15235   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15236   algorithm: "plot_tsa_name"
15237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15239   include:
15240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15246   layout:
15247     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15248     layout: "plot-throughput-speedup-analysis"
15249
15250 - type: "plot"
15251   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15252   algorithm: "plot_tsa_name"
15253   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15255   include:
15256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15262   layout:
15263     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15264     layout: "plot-throughput-speedup-analysis"
15265
15266 - type: "plot"
15267   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15268   algorithm: "plot_tsa_name"
15269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15271   include:
15272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15278   layout:
15279     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15280     layout: "plot-throughput-speedup-analysis"
15281
15282 - type: "plot"
15283   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15284   algorithm: "plot_tsa_name"
15285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15287   include:
15288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15294   layout:
15295     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15296     layout: "plot-throughput-speedup-analysis"
15297
15298 - type: "plot"
15299   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15300   algorithm: "plot_tsa_name"
15301   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15302   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15303   include:
15304     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15305     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15306     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15307     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15308     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15309     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15310   layout:
15311     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15312     layout: "plot-throughput-speedup-analysis"
15313
15314 - type: "plot"
15315   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15316   algorithm: "plot_tsa_name"
15317   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15318   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15319   include:
15320     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15321     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15322     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15323     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15324     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15325     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15326   layout:
15327     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15328     layout: "plot-throughput-speedup-analysis"
15329
15330 - type: "plot"
15331   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15332   algorithm: "plot_tsa_name"
15333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15335   include:
15336     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15337     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15338     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15339     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15340     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15341     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15342   layout:
15343     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15344     layout: "plot-throughput-speedup-analysis"
15345
15346 - type: "plot"
15347   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15348   algorithm: "plot_tsa_name"
15349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15351   include:
15352     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15353     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15354     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15355     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15356     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15357     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15358   layout:
15359     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15360     layout: "plot-throughput-speedup-analysis"
15361
15362 - type: "plot"
15363   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15364   algorithm: "plot_tsa_name"
15365   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15366   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15367   include:
15368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15373   layout:
15374     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15375     layout: "plot-throughput-speedup-analysis"
15376
15377 - type: "plot"
15378   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15379   algorithm: "plot_tsa_name"
15380   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15381   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15382   include:
15383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15388   layout:
15389     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15390     layout: "plot-throughput-speedup-analysis"
15391
15392 - type: "plot"
15393   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15394   algorithm: "plot_tsa_name"
15395   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15396   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15397   include:
15398     - "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"
15399     - "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"
15400     - "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"
15401     - "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"
15402     - "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"
15403   layout:
15404     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15405     layout: "plot-throughput-speedup-analysis"
15406
15407 - type: "plot"
15408   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15409   algorithm: "plot_tsa_name"
15410   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15411   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15412   include:
15413     - "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"
15414     - "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"
15415     - "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"
15416     - "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"
15417     - "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"
15418   layout:
15419     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15420     layout: "plot-throughput-speedup-analysis"
15421
15422 - type: "plot"
15423   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15424   algorithm: "plot_tsa_name"
15425   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15426   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15427   include:
15428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15433   layout:
15434     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15435     layout: "plot-throughput-speedup-analysis"
15436
15437 - type: "plot"
15438   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15439   algorithm: "plot_tsa_name"
15440   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15441   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15442   include:
15443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15448   layout:
15449     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15450     layout: "plot-throughput-speedup-analysis"
15451
15452 - type: "plot"
15453   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15454   algorithm: "plot_tsa_name"
15455   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15456   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15457   include:
15458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15463   layout:
15464     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15465     layout: "plot-throughput-speedup-analysis"
15466
15467 - type: "plot"
15468   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15469   algorithm: "plot_tsa_name"
15470   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15472   include:
15473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15478   layout:
15479     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15480     layout: "plot-throughput-speedup-analysis"
15481
15482 - type: "plot"
15483   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15484   algorithm: "plot_tsa_name"
15485   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15486   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15487   include:
15488     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15489     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15490     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15491     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15492     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15493   layout:
15494     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15495     layout: "plot-throughput-speedup-analysis"
15496
15497 - type: "plot"
15498   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15499   algorithm: "plot_tsa_name"
15500   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15501   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15502   include:
15503     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15504     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15505     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15506     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15507     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15508   layout:
15509     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15510     layout: "plot-throughput-speedup-analysis"
15511
15512 - type: "plot"
15513   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15514   algorithm: "plot_tsa_name"
15515   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15516   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15517   include:
15518     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15519     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15520     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15521     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15522     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15523   layout:
15524     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15525     layout: "plot-throughput-speedup-analysis"
15526
15527 - type: "plot"
15528   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15529   algorithm: "plot_tsa_name"
15530   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15531   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15532   include:
15533     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15534     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15535     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15536     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15537     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15538   layout:
15539     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15540     layout: "plot-throughput-speedup-analysis"
15541
15542 - type: "plot"
15543   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15544   algorithm: "plot_tsa_name"
15545   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15547   include:
15548     - "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"
15549     - "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"
15550     - "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"
15551     - "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"
15552   layout:
15553     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15554     layout: "plot-throughput-speedup-analysis"
15555
15556 - type: "plot"
15557   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15558   algorithm: "plot_tsa_name"
15559   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15560   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15561   include:
15562     - "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"
15563     - "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"
15564     - "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"
15565     - "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"
15566   layout:
15567     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15568     layout: "plot-throughput-speedup-analysis"
15569
15570 - type: "plot"
15571   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15572   algorithm: "plot_tsa_name"
15573   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15575   include:
15576     - "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"
15577     - "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"
15578     - "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"
15579     - "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"
15580   layout:
15581     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15582     layout: "plot-throughput-speedup-analysis"
15583
15584 - type: "plot"
15585   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15586   algorithm: "plot_tsa_name"
15587   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15588   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15589   include:
15590     - "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"
15591     - "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"
15592     - "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"
15593     - "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"
15594   layout:
15595     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15596     layout: "plot-throughput-speedup-analysis"
15597
15598 - type: "plot"
15599   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15600   algorithm: "plot_tsa_name"
15601   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15603   include:
15604     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15608     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15610   layout:
15611     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15612     layout: "plot-throughput-speedup-analysis"
15613
15614 - type: "plot"
15615   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15616   algorithm: "plot_tsa_name"
15617   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15619   include:
15620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15623     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15624     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15626   layout:
15627     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15628     layout: "plot-throughput-speedup-analysis"
15629
15630 - type: "plot"
15631   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15632   algorithm: "plot_tsa_name"
15633   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15635   include:
15636     - "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"
15637     - "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"
15638     - "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"
15639     - "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"
15640     - "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"
15641     - "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"
15642   layout:
15643     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15644     layout: "plot-throughput-speedup-analysis"
15645
15646 - type: "plot"
15647   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15648   algorithm: "plot_tsa_name"
15649   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15651   include:
15652     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15653     - "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"
15654     - "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"
15655     - "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"
15656     - "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"
15657     - "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"
15658   layout:
15659     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15660     layout: "plot-throughput-speedup-analysis"
15661
15662 - type: "plot"
15663   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15664   algorithm: "plot_tsa_name"
15665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15667   include:
15668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15674   layout:
15675     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15676     layout: "plot-throughput-speedup-analysis"
15677
15678 - type: "plot"
15679   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15680   algorithm: "plot_tsa_name"
15681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15683   include:
15684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15690   layout:
15691     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15692     layout: "plot-throughput-speedup-analysis"
15693
15694 - type: "plot"
15695   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15696   algorithm: "plot_tsa_name"
15697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15699   include:
15700     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15705   layout:
15706     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15707     layout: "plot-throughput-speedup-analysis"
15708
15709 - type: "plot"
15710   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15711   algorithm: "plot_tsa_name"
15712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15714   include:
15715     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15716     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15720   layout:
15721     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15722     layout: "plot-throughput-speedup-analysis"
15723
15724 - type: "plot"
15725   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15726   algorithm: "plot_tsa_name"
15727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15729   include:
15730     - "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"
15731     - "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"
15732   layout:
15733     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15734     layout: "plot-throughput-speedup-analysis"
15735
15736 - type: "plot"
15737   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15738   algorithm: "plot_tsa_name"
15739   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15741   include:
15742     - "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"
15743     - "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"
15744   layout:
15745     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15746     layout: "plot-throughput-speedup-analysis"
15747
15748 - type: "plot"
15749   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15750   algorithm: "plot_tsa_name"
15751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-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-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15755     - "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"
15756   layout:
15757     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15758     layout: "plot-throughput-speedup-analysis"
15759
15760 - type: "plot"
15761   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15762   algorithm: "plot_tsa_name"
15763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-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-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15767     - "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"
15768   layout:
15769     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15770     layout: "plot-throughput-speedup-analysis"
15771
15772 - type: "plot"
15773   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15774   algorithm: "plot_tsa_name"
15775   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15776   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15777   include:
15778     - "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"
15779     - "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"
15780     - "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"
15781     - "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"
15782     - "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"
15783     - "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"
15784   layout:
15785     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15786     layout: "plot-throughput-speedup-analysis"
15787
15788 - type: "plot"
15789   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15790   algorithm: "plot_tsa_name"
15791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15793   include:
15794     - "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"
15795     - "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"
15796     - "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"
15797     - "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"
15798     - "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"
15799     - "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"
15800   layout:
15801     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15802     layout: "plot-throughput-speedup-analysis"
15803
15804 - type: "plot"
15805   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15806   algorithm: "plot_tsa_name"
15807   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15808   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15809   include:
15810     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15811     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15812     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15813     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15814     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15815   layout:
15816     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15817     layout: "plot-throughput-speedup-analysis"
15818
15819 - type: "plot"
15820   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15821   algorithm: "plot_tsa_name"
15822   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15823   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15824   include:
15825     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15826     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15827     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15828     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15829     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15830   layout:
15831     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15832     layout: "plot-throughput-speedup-analysis"
15833
15834 - type: "plot"
15835   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15836   algorithm: "plot_tsa_name"
15837   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15838   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15839   include:
15840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15845   layout:
15846     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15847     layout: "plot-throughput-speedup-analysis"
15848
15849 - type: "plot"
15850   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15851   algorithm: "plot_tsa_name"
15852   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15853   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15854   include:
15855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15860   layout:
15861     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15862     layout: "plot-throughput-speedup-analysis"
15863
15864 - type: "plot"
15865   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15866   algorithm: "plot_tsa_name"
15867   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15868   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15869   include:
15870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15876   layout:
15877     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15878     layout: "plot-throughput-speedup-analysis"
15879
15880 - type: "plot"
15881   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15882   algorithm: "plot_tsa_name"
15883   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15884   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15885   include:
15886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15892   layout:
15893     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15894     layout: "plot-throughput-speedup-analysis"
15895
15896 - type: "plot"
15897   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15898   algorithm: "plot_tsa_name"
15899   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15900   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15901   include:
15902     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15903     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15904     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15905     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15906   layout:
15907     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15908     layout: "plot-throughput-speedup-analysis"
15909
15910 - type: "plot"
15911   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15912   algorithm: "plot_tsa_name"
15913   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15914   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15915   include:
15916     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15917     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15918     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15919     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15920   layout:
15921     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15922     layout: "plot-throughput-speedup-analysis"
15923
15924 - type: "plot"
15925   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15926   algorithm: "plot_tsa_name"
15927   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15928   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15929   include:
15930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15932     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15933     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15934     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15935   layout:
15936     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15937     layout: "plot-throughput-speedup-analysis"
15938
15939 - type: "plot"
15940   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15941   algorithm: "plot_tsa_name"
15942   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15943   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15944   include:
15945     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15947     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15948     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15949     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15950   layout:
15951     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15952     layout: "plot-throughput-speedup-analysis"
15953
15954 - type: "plot"
15955   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15956   algorithm: "plot_tsa_name"
15957   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15958   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15959   include:
15960     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15961     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15962     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15963     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15964     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15965     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15966   layout:
15967     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15968     layout: "plot-throughput-speedup-analysis"
15969
15970 - type: "plot"
15971   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15972   algorithm: "plot_tsa_name"
15973   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15974   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15975   include:
15976     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15977     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15978     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15979     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15980     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15981     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15982   layout:
15983     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15984     layout: "plot-throughput-speedup-analysis"
15985
15986 - type: "plot"
15987   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15988   algorithm: "plot_tsa_name"
15989   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15990   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15991   include:
15992     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15993     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15994     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15995     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15996   layout:
15997     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15998     layout: "plot-throughput-speedup-analysis"
15999
16000 - type: "plot"
16001   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16002   algorithm: "plot_tsa_name"
16003   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16004   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16005   include:
16006     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16007     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16008     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16009     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16010   layout:
16011     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16012     layout: "plot-throughput-speedup-analysis"
16013
16014 - type: "plot"
16015   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16016   algorithm: "plot_tsa_name"
16017   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16018   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16019   include:
16020     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16021     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16022     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16023     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16024     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16025     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16026   layout:
16027     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16028     layout: "plot-throughput-speedup-analysis"
16029
16030 - type: "plot"
16031   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16032   algorithm: "plot_tsa_name"
16033   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16034   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16035   include:
16036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16038     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16039     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16040     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16041     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16042   layout:
16043     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16044     layout: "plot-throughput-speedup-analysis"
16045
16046 - type: "plot"
16047   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16048   algorithm: "plot_tsa_name"
16049   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16050   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16051   include:
16052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16057     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16058   layout:
16059     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16060     layout: "plot-throughput-speedup-analysis"
16061
16062 - type: "plot"
16063   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16064   algorithm: "plot_tsa_name"
16065   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16066   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16067   include:
16068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16072     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16073     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16074   layout:
16075     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16076     layout: "plot-throughput-speedup-analysis"
16077
16078 - type: "plot"
16079   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16080   algorithm: "plot_tsa_name"
16081   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16082   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16083   include:
16084     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16085     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16086     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16087     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16088     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16089     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16090   layout:
16091     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16092     layout: "plot-throughput-speedup-analysis"
16093
16094 - type: "plot"
16095   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16096   algorithm: "plot_tsa_name"
16097   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16098   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16099   include:
16100     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16101     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16102     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16103     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16104     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16105     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16106   layout:
16107     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16108     layout: "plot-throughput-speedup-analysis"
16109
16110 - type: "plot"
16111   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16112   algorithm: "plot_tsa_name"
16113   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16114   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16115   include:
16116     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16117     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16118     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16120     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16121     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16122   layout:
16123     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16124     layout: "plot-throughput-speedup-analysis"
16125
16126 - type: "plot"
16127   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16128   algorithm: "plot_tsa_name"
16129   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16130   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16131   include:
16132     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16137     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16138   layout:
16139     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16140     layout: "plot-throughput-speedup-analysis"
16141
16142 - type: "plot"
16143   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16144   algorithm: "plot_tsa_name"
16145   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16146   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16147   include:
16148     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16150     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16151     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16152     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16153     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16154   layout:
16155     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16156     layout: "plot-throughput-speedup-analysis"
16157
16158 - type: "plot"
16159   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16160   algorithm: "plot_tsa_name"
16161   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16162   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16163   include:
16164     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16165     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16166     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16167     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16168     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16169     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16170   layout:
16171     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16172     layout: "plot-throughput-speedup-analysis"
16173
16174 #- type: "plot"
16175 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16176 #  algorithm: "plot_tsa_name"
16177 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16178 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16179 #  include:
16180 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16181 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16182 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16183 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16184 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16185 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16186 #  layout:
16187 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16188 #    layout: "plot-throughput-speedup-analysis"
16189 #
16190 #- type: "plot"
16191 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16192 #  algorithm: "plot_tsa_name"
16193 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16194 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16195 #  include:
16196 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16197 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16198 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16199 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16200 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16201 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16202 #  layout:
16203 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16204 #    layout: "plot-throughput-speedup-analysis"
16205
16206 - type: "plot"
16207   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16208   algorithm: "plot_tsa_name"
16209   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16210   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16211   include:
16212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16215     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16216     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16217   layout:
16218     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16219     layout: "plot-throughput-speedup-analysis"
16220
16221 - type: "plot"
16222   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16223   algorithm: "plot_tsa_name"
16224   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16225   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16226   include:
16227     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16231     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16232   layout:
16233     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16234     layout: "plot-throughput-speedup-analysis"
16235
16236 - type: "plot"
16237   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16238   algorithm: "plot_tsa_name"
16239   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16240   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16241   include:
16242     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16248   layout:
16249     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16250     layout: "plot-throughput-speedup-analysis"
16251
16252 - type: "plot"
16253   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16254   algorithm: "plot_tsa_name"
16255   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16256   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16257   include:
16258     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16259     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16264   layout:
16265     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16266     layout: "plot-throughput-speedup-analysis"
16267
16268 - type: "plot"
16269   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16270   algorithm: "plot_tsa_name"
16271   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16272   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16273   include:
16274     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16275     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16277     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16278     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16279   layout:
16280     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16281     layout: "plot-throughput-speedup-analysis"
16282
16283 - type: "plot"
16284   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16285   algorithm: "plot_tsa_name"
16286   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16287   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16288   include:
16289     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16292     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16293     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16294   layout:
16295     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16296     layout: "plot-throughput-speedup-analysis"
16297
16298 #- type: "plot"
16299 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16300 #  algorithm: "plot_tsa_name"
16301 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16302 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16303 #  include:
16304 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16305 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16306 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16307 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16308 #  layout:
16309 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16310 #    layout: "plot-throughput-speedup-analysis"
16311 #
16312 #- type: "plot"
16313 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16314 #  algorithm: "plot_tsa_name"
16315 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16316 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16317 #  include:
16318 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16319 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16320 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16321 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16322 #  layout:
16323 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16324 #    layout: "plot-throughput-speedup-analysis"
16325
16326 - type: "plot"
16327   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16328   algorithm: "plot_tsa_name"
16329   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16330   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16331   include:
16332     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16333     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16334     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16335     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16336     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16337     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16338   layout:
16339     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16340     layout: "plot-throughput-speedup-analysis"
16341
16342 - type: "plot"
16343   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16344   algorithm: "plot_tsa_name"
16345   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16346   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16347   include:
16348     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16349     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16350     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16351     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16352     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16353     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16354   layout:
16355     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16356     layout: "plot-throughput-speedup-analysis"
16357
16358 - type: "plot"
16359   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16360   algorithm: "plot_tsa_name"
16361   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16362   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16363   include:
16364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16369   layout:
16370     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16371     layout: "plot-throughput-speedup-analysis"
16372
16373 - type: "plot"
16374   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16375   algorithm: "plot_tsa_name"
16376   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16377   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16378   include:
16379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16384   layout:
16385     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16386     layout: "plot-throughput-speedup-analysis"
16387
16388 - type: "plot"
16389   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16390   algorithm: "plot_tsa_name"
16391   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16392   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16393   include:
16394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16400   layout:
16401     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16402     layout: "plot-throughput-speedup-analysis"
16403
16404 - type: "plot"
16405   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16406   algorithm: "plot_tsa_name"
16407   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16408   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16409   include:
16410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16416   layout:
16417     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16418     layout: "plot-throughput-speedup-analysis"
16419
16420 - type: "plot"
16421   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16422   algorithm: "plot_tsa_name"
16423   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16424   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16425   include:
16426     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16427     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16428     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16429     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16430   layout:
16431     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16432     layout: "plot-throughput-speedup-analysis"
16433
16434 - type: "plot"
16435   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16436   algorithm: "plot_tsa_name"
16437   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16438   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16439   include:
16440     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16441     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16442     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16443     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16444   layout:
16445     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16446     layout: "plot-throughput-speedup-analysis"
16447
16448 - type: "plot"
16449   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16450   algorithm: "plot_tsa_name"
16451   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16452   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16453   include:
16454     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16455     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16456     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16457     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16458     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16459   layout:
16460     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16461     layout: "plot-throughput-speedup-analysis"
16462
16463 - type: "plot"
16464   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16465   algorithm: "plot_tsa_name"
16466   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16467   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16468   include:
16469     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16470     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16471     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16472     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16473     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16474   layout:
16475     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16476     layout: "plot-throughput-speedup-analysis"
16477
16478 - type: "plot"
16479   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16480   algorithm: "plot_tsa_name"
16481   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16482   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16483   include:
16484     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16485     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16486     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16487     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16488     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16489     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16490   layout:
16491     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16492     layout: "plot-throughput-speedup-analysis"
16493
16494 - type: "plot"
16495   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16496   algorithm: "plot_tsa_name"
16497   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16498   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16499   include:
16500     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16501     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16502     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16504     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16505     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16506   layout:
16507     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16508     layout: "plot-throughput-speedup-analysis"
16509
16510 #- type: "plot"
16511 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16512 #  algorithm: "plot_tsa_name"
16513 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16514 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16515 #  include:
16516 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16517 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16518 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16519 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16520 #  layout:
16521 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16522 #    layout: "plot-throughput-speedup-analysis"
16523 #
16524 #- type: "plot"
16525 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16526 #  algorithm: "plot_tsa_name"
16527 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16528 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16529 #  include:
16530 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16531 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16532 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16533 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16534 #  layout:
16535 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16536 #    layout: "plot-throughput-speedup-analysis"
16537
16538 - type: "plot"
16539   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16540   algorithm: "plot_tsa_name"
16541   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16542   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16543   include:
16544     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16545     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16546     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16547     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16548     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16549     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16550   layout:
16551     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16552     layout: "plot-throughput-speedup-analysis"
16553
16554 - type: "plot"
16555   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16556   algorithm: "plot_tsa_name"
16557   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16558   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16559   include:
16560     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16561     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16562     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16563     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16564     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16565     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16566   layout:
16567     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16568     layout: "plot-throughput-speedup-analysis"
16569
16570 #- type: "plot"
16571 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16572 #  algorithm: "plot_tsa_name"
16573 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16574 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16575 #  include:
16576 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16577 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16578 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16579 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16580 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16581 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16582 #  layout:
16583 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16584 #    layout: "plot-throughput-speedup-analysis"
16585 #
16586 #- type: "plot"
16587 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16588 #  algorithm: "plot_tsa_name"
16589 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16590 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16591 #  include:
16592 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16593 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16594 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16595 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16596 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16597 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16598 #  layout:
16599 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16600 #    layout: "plot-throughput-speedup-analysis"
16601
16602 #- type: "plot"
16603 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16604 #  algorithm: "plot_tsa_name"
16605 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16606 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16607 #  include:
16608 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16609 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16610 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16611 #  layout:
16612 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16613 #    layout: "plot-throughput-speedup-analysis"
16614 #
16615 #- type: "plot"
16616 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16617 #  algorithm: "plot_tsa_name"
16618 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16619 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16620 #  include:
16621 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16622 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16623 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16624 #  layout:
16625 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16626 #    layout: "plot-throughput-speedup-analysis"
16627
16628 ################################################################################
16629
16630 # Packet Throughput - DPDK
16631
16632 # 2n-skx-xxv710
16633
16634 - type: "plot"
16635   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16636   algorithm: "plot_perf_box_name"
16637   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16638   data: "plot-dpdk-throughput-latency-2n-skx"
16639   include:
16640     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16641     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16642   layout:
16643     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16644     layout: "plot-throughput"
16645
16646 - type: "plot"
16647   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16648   algorithm: "plot_perf_box_name"
16649   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16650   data: "plot-dpdk-throughput-latency-2n-skx"
16651   include:
16652     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16653     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16654   layout:
16655     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16656     layout: "plot-throughput"
16657
16658 - type: "plot"
16659   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16660   algorithm: "plot_perf_box_name"
16661   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
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-pdr"
16668     layout: "plot-throughput"
16669
16670 - type: "plot"
16671   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16672   algorithm: "plot_perf_box_name"
16673   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
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-pdr"
16680     layout: "plot-throughput"
16681
16682 # 2n-skx-x710
16683
16684 - type: "plot"
16685   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16686   algorithm: "plot_perf_box_name"
16687   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16688   data: "plot-dpdk-throughput-latency-2n-skx"
16689   include:
16690     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16691     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16692   layout:
16693     title: "2n-skx-x710-64b-2t1c-base-ndr"
16694     layout: "plot-throughput"
16695
16696 - type: "plot"
16697   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16698   algorithm: "plot_perf_box_name"
16699   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16700   data: "plot-dpdk-throughput-latency-2n-skx"
16701   include:
16702     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16703     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16704   layout:
16705     title: "2n-skx-x710-64b-4t2c-base-ndr"
16706     layout: "plot-throughput"
16707
16708 - type: "plot"
16709   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16710   algorithm: "plot_perf_box_name"
16711   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
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-pdr"
16718     layout: "plot-throughput"
16719
16720 - type: "plot"
16721   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16722   algorithm: "plot_perf_box_name"
16723   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
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-pdr"
16730     layout: "plot-throughput"
16731
16732 # 3n-skx-xxv710
16733
16734 - type: "plot"
16735   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16736   algorithm: "plot_perf_box_name"
16737   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16738   data: "plot-dpdk-throughput-latency-3n-skx"
16739   include:
16740     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16741     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16742   layout:
16743     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16744     layout: "plot-throughput"
16745
16746 - type: "plot"
16747   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16748   algorithm: "plot_perf_box_name"
16749   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16750   data: "plot-dpdk-throughput-latency-3n-skx"
16751   include:
16752     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16753     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16754   layout:
16755     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16756     layout: "plot-throughput"
16757
16758 - type: "plot"
16759   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16760   algorithm: "plot_perf_box_name"
16761   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
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-pdr"
16768     layout: "plot-throughput"
16769
16770 - type: "plot"
16771   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16772   algorithm: "plot_perf_box_name"
16773   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
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-pdr"
16780     layout: "plot-throughput"
16781
16782 # 3n-skx-x710
16783
16784 - type: "plot"
16785   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16786   algorithm: "plot_perf_box_name"
16787   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16788   data: "plot-dpdk-throughput-latency-3n-skx"
16789   include:
16790     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16791     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16792   layout:
16793     title: "3n-skx-x710-64b-2t1c-base-ndr"
16794     layout: "plot-throughput"
16795
16796 - type: "plot"
16797   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16798   algorithm: "plot_perf_box_name"
16799   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16800   data: "plot-dpdk-throughput-latency-3n-skx"
16801   include:
16802     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16803     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16804   layout:
16805     title: "3n-skx-x710-64b-4t2c-base-ndr"
16806     layout: "plot-throughput"
16807
16808 - type: "plot"
16809   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16810   algorithm: "plot_perf_box_name"
16811   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
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-pdr"
16818     layout: "plot-throughput"
16819
16820 - type: "plot"
16821   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16822   algorithm: "plot_perf_box_name"
16823   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
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-pdr"
16830     layout: "plot-throughput"
16831
16832 # 3n-hsw-xl710
16833
16834 - type: "plot"
16835   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16836   algorithm: "plot_perf_box_name"
16837   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16838   data: "plot-dpdk-throughput-latency-3n-hsw"
16839   include:
16840     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16841     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16842   layout:
16843     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16844     layout: "plot-throughput"
16845
16846 - type: "plot"
16847   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16848   algorithm: "plot_perf_box_name"
16849   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16850   data: "plot-dpdk-throughput-latency-3n-hsw"
16851   include:
16852     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16853     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16854   layout:
16855     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16856     layout: "plot-throughput"
16857
16858 - type: "plot"
16859   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16860   algorithm: "plot_perf_box_name"
16861   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
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-pdr"
16868     layout: "plot-throughput"
16869
16870 - type: "plot"
16871   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16872   algorithm: "plot_perf_box_name"
16873   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
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-pdr"
16880     layout: "plot-throughput"
16881
16882 # 3n-hsw-x710
16883
16884 - type: "plot"
16885   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16886   algorithm: "plot_perf_box_name"
16887   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16888   data: "plot-dpdk-throughput-latency-3n-hsw"
16889   include:
16890     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16891     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16892   layout:
16893     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16894     layout: "plot-throughput"
16895
16896 - type: "plot"
16897   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16898   algorithm: "plot_perf_box_name"
16899   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16900   data: "plot-dpdk-throughput-latency-3n-hsw"
16901   include:
16902     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16903     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16904   layout:
16905     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16906     layout: "plot-throughput"
16907
16908 - type: "plot"
16909   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16910   algorithm: "plot_perf_box_name"
16911   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
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-pdr"
16918     layout: "plot-throughput"
16919
16920 - type: "plot"
16921   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16922   algorithm: "plot_perf_box_name"
16923   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
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-pdr"
16930     layout: "plot-throughput"
16931
16932 # 2n-dnv-x553
16933
16934 - type: "plot"
16935   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16936   algorithm: "plot_perf_box_name"
16937   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16938   data: "plot-dpdk-throughput-latency-2n-dnv"
16939   include:
16940     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16941     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16942   layout:
16943     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16944     layout: "plot-throughput"
16945
16946 - type: "plot"
16947   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16948   algorithm: "plot_perf_box_name"
16949   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16950   data: "plot-dpdk-throughput-latency-2n-dnv"
16951   include:
16952     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16953     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16954   layout:
16955     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16956     layout: "plot-throughput"
16957
16958 - type: "plot"
16959   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16960   algorithm: "plot_perf_box_name"
16961   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
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-pdr"
16968     layout: "plot-throughput"
16969
16970 - type: "plot"
16971   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16972   algorithm: "plot_perf_box_name"
16973   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
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-pdr"
16980     layout: "plot-throughput"
16981
16982 # 3n-dnv-x553
16983
16984 - type: "plot"
16985   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16986   algorithm: "plot_perf_box_name"
16987   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16988   data: "plot-dpdk-throughput-latency-3n-dnv"
16989   include:
16990     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16991     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16992   layout:
16993     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16994     layout: "plot-throughput"
16995
16996 - type: "plot"
16997   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16998   algorithm: "plot_perf_box_name"
16999   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17000   data: "plot-dpdk-throughput-latency-3n-dnv"
17001   include:
17002     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17003     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17004   layout:
17005     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17006     layout: "plot-throughput"
17007
17008 - type: "plot"
17009   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17010   algorithm: "plot_perf_box_name"
17011   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
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-pdr"
17018     layout: "plot-throughput"
17019
17020 - type: "plot"
17021   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17022   algorithm: "plot_perf_box_name"
17023   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
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-pdr"
17030     layout: "plot-throughput"
17031
17032 # 3n-tsh-x520
17033
17034 - type: "plot"
17035   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17036   algorithm: "plot_perf_box_name"
17037   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17038   data: "plot-dpdk-throughput-latency-3n-tsh"
17039   include:
17040     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17041     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17042   layout:
17043     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17044     layout: "plot-throughput"
17045
17046 - type: "plot"
17047   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17048   algorithm: "plot_perf_box_name"
17049   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17050   data: "plot-dpdk-throughput-latency-3n-tsh"
17051   include:
17052     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17053     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17054   layout:
17055     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17056     layout: "plot-throughput"
17057
17058 - type: "plot"
17059   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17060   algorithm: "plot_perf_box_name"
17061   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
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-pdr"
17068     layout: "plot-throughput"
17069
17070 - type: "plot"
17071   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17072   algorithm: "plot_perf_box_name"
17073   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
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-pdr"
17080     layout: "plot-throughput"
17081
17082 ################################################################################
17083 ###   2n-clx                                                                 ###
17084 ################################################################################
17085
17086 # Packet Throughput
17087
17088 - type: "plot"
17089   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17090   algorithm: "plot_perf_box_name"
17091   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17092   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17093   include:
17094     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17095     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17096     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17097     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17098   layout:
17099     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17100     layout: "plot-throughput"
17101
17102 - type: "plot"
17103   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17104   algorithm: "plot_perf_box_name"
17105   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17107   include:
17108     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17109     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17110     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17111     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17112   layout:
17113     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17114     layout: "plot-throughput"
17115
17116 - type: "plot"
17117   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17118   algorithm: "plot_perf_box_name"
17119   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17120   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17121   include:
17122     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17123     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17124     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17125     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17126   layout:
17127     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17128     layout: "plot-throughput"
17129
17130 - type: "plot"
17131   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17132   algorithm: "plot_perf_box_name"
17133   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17134   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17135   include:
17136     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17137     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17138     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17139     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17140   layout:
17141     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17142     layout: "plot-throughput"
17143
17144 - type: "plot"
17145   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17146   algorithm: "plot_perf_box_name"
17147   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17149   include:
17150     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17151     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17152     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17153     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17154   layout:
17155     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17156     layout: "plot-throughput"
17157
17158 - type: "plot"
17159   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17160   algorithm: "plot_perf_box_name"
17161   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17163   include:
17164     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17165     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17166     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17167     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17168   layout:
17169     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17170     layout: "plot-throughput"
17171
17172 - type: "plot"
17173   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17174   algorithm: "plot_perf_box_name"
17175   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17177   include:
17178     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17179     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17182     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17184   layout:
17185     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17186     layout: "plot-throughput"
17187
17188 - type: "plot"
17189   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17190   algorithm: "plot_perf_box_name"
17191   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17193   include:
17194     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17199   layout:
17200     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17201     layout: "plot-throughput"
17202
17203 - type: "plot"
17204   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17205   algorithm: "plot_perf_box_name"
17206   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17207   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17208   include:
17209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17213   layout:
17214     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17215     layout: "plot-throughput"
17216
17217 - type: "plot"
17218   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17219   algorithm: "plot_perf_box_name"
17220   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17221   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17222   include:
17223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17227   layout:
17228     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17229     layout: "plot-throughput"
17230
17231 - type: "plot"
17232   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17233   algorithm: "plot_perf_box_name"
17234   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17235   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17236   include:
17237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17240   layout:
17241     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17242     layout: "plot-throughput"
17243
17244 - type: "plot"
17245   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17246   algorithm: "plot_perf_box_name"
17247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17249   include:
17250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17253   layout:
17254     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17255     layout: "plot-throughput"
17256
17257 - type: "plot"
17258   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17259   algorithm: "plot_perf_box_name"
17260   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17261   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17262   include:
17263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17268   layout:
17269     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17270     layout: "plot-throughput"
17271
17272 - type: "plot"
17273   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17274   algorithm: "plot_perf_box_name"
17275   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17277   include:
17278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17283   layout:
17284     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17285     layout: "plot-throughput"
17286
17287 - type: "plot"
17288   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17289   algorithm: "plot_perf_box_name"
17290   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17292   include:
17293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17296   layout:
17297     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17298     layout: "plot-throughput"
17299
17300 - type: "plot"
17301   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17302   algorithm: "plot_perf_box_name"
17303   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17305   include:
17306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17309   layout:
17310     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17311     layout: "plot-throughput"
17312
17313 - type: "plot"
17314   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17315   algorithm: "plot_perf_box_name"
17316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17318   include:
17319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17325   layout:
17326     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17327     layout: "plot-throughput"
17328
17329 - type: "plot"
17330   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17331   algorithm: "plot_perf_box_name"
17332   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17334   include:
17335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17341   layout:
17342     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17343     layout: "plot-throughput"
17344
17345 - type: "plot"
17346   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17347   algorithm: "plot_perf_box_name"
17348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17350   include:
17351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17357   layout:
17358     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17359     layout: "plot-throughput"
17360
17361 - type: "plot"
17362   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17363   algorithm: "plot_perf_box_name"
17364   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17366   include:
17367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17373   layout:
17374     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17375     layout: "plot-throughput"
17376
17377 - type: "plot"
17378   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17379   algorithm: "plot_perf_box_name"
17380   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17381   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17382   include:
17383     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17384     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17385   layout:
17386     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17387     layout: "plot-throughput"
17388
17389 - type: "plot"
17390   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17391   algorithm: "plot_perf_box_name"
17392   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17393   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17394   include:
17395     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17396     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17397   layout:
17398     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17399     layout: "plot-throughput"
17400
17401 - type: "plot"
17402   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17403   algorithm: "plot_perf_box_name"
17404   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17406   include:
17407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17412     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17413   layout:
17414     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17415     layout: "plot-throughput"
17416
17417 - type: "plot"
17418   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17419   algorithm: "plot_perf_box_name"
17420   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17422   include:
17423     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17424     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17427     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17428     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17429   layout:
17430     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17431     layout: "plot-throughput"
17432
17433 - type: "plot"
17434   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17435   algorithm: "plot_perf_box_name"
17436   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17438   include:
17439     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17440     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17441     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17442     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17443     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17444     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17445   layout:
17446     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17447     layout: "plot-throughput"
17448
17449 - type: "plot"
17450   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17451   algorithm: "plot_perf_box_name"
17452   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17454   include:
17455     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17456     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17457     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17458     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17459     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17460     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17461   layout:
17462     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17463     layout: "plot-throughput"
17464
17465 - type: "plot"
17466   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17467   algorithm: "plot_perf_box_name"
17468   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17470   include:
17471     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17472     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17473     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17474     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17475     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17476     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17477   layout:
17478     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17479     layout: "plot-throughput"
17480
17481 - type: "plot"
17482   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17483   algorithm: "plot_perf_box_name"
17484   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17486   include:
17487     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17488     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17489     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17490     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17491     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17492     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17493   layout:
17494     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17495     layout: "plot-throughput"
17496
17497 - type: "plot"
17498   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17499   algorithm: "plot_perf_box_name"
17500   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17501   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17502   include:
17503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17506     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17507     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17508   layout:
17509     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17510     layout: "plot-throughput"
17511
17512 - type: "plot"
17513   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17514   algorithm: "plot_perf_box_name"
17515   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17517   include:
17518     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17523   layout:
17524     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17525     layout: "plot-throughput"
17526
17527 - type: "plot"
17528   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17529   algorithm: "plot_perf_box_name"
17530   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17531   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17532   include:
17533     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17534     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17538   layout:
17539     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17540     layout: "plot-throughput"
17541
17542 - type: "plot"
17543   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17544   algorithm: "plot_perf_box_name"
17545   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17547   include:
17548     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17549     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17551     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17553   layout:
17554     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17555     layout: "plot-throughput"
17556
17557 - type: "plot"
17558   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17559   algorithm: "plot_perf_box_name"
17560   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17562   include:
17563     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17564     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17565     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17566     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17567     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17568   layout:
17569     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17570     layout: "plot-throughput"
17571
17572 - type: "plot"
17573   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17574   algorithm: "plot_perf_box_name"
17575   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17576   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17577   include:
17578     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17579     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17580     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17581     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17582     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17583   layout:
17584     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17585     layout: "plot-throughput"
17586
17587 - type: "plot"
17588   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17589   algorithm: "plot_perf_box_name"
17590   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17591   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17592   include:
17593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17596     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17597     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17598   layout:
17599     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17600     layout: "plot-throughput"
17601
17602 - type: "plot"
17603   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17604   algorithm: "plot_perf_box_name"
17605   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17607   include:
17608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17613   layout:
17614     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17615     layout: "plot-throughput"
17616
17617 - type: "plot"
17618   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17619   algorithm: "plot_perf_box_name"
17620   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17622   include:
17623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17628   layout:
17629     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17630     layout: "plot-throughput"
17631
17632 - type: "plot"
17633   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17634   algorithm: "plot_perf_box_name"
17635   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17637   include:
17638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17643   layout:
17644     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17645     layout: "plot-throughput"
17646
17647 - type: "plot"
17648   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17649   algorithm: "plot_perf_box_name"
17650   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17652   include:
17653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17659   layout:
17660     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17661     layout: "plot-throughput"
17662
17663 - type: "plot"
17664   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17665   algorithm: "plot_perf_box_name"
17666   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17668   include:
17669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17675   layout:
17676     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17677     layout: "plot-throughput"
17678
17679 - type: "plot"
17680   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17681   algorithm: "plot_perf_box_name"
17682   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17684   include:
17685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17689   layout:
17690     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17691     layout: "plot-throughput"
17692
17693 - type: "plot"
17694   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17695   algorithm: "plot_perf_box_name"
17696   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17697   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17698   include:
17699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17703   layout:
17704     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17705     layout: "plot-throughput"
17706
17707 - type: "plot"
17708   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17709   algorithm: "plot_perf_box_name"
17710   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17712   include:
17713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17719   layout:
17720     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17721     layout: "plot-throughput"
17722
17723 - type: "plot"
17724   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17725   algorithm: "plot_perf_box_name"
17726   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17727   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17728   include:
17729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17735   layout:
17736     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17737     layout: "plot-throughput"
17738
17739 - type: "plot"
17740   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17741   algorithm: "plot_perf_box_name"
17742   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17744   include:
17745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17749   layout:
17750     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17751     layout: "plot-throughput"
17752
17753 - type: "plot"
17754   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17755   algorithm: "plot_perf_box_name"
17756   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17758   include:
17759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17763   layout:
17764     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17765     layout: "plot-throughput"
17766
17767 - type: "plot"
17768   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17769   algorithm: "plot_perf_box_name"
17770   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17772   include:
17773     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17774     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17775     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17776     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17777     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17778     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17779   layout:
17780     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17781     layout: "plot-throughput"
17782
17783 - type: "plot"
17784   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17785   algorithm: "plot_perf_box_name"
17786   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17788   include:
17789     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17790     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17791     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17792     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17793     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17794     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17795   layout:
17796     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17797     layout: "plot-throughput"
17798
17799 - type: "plot"
17800   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17801   algorithm: "plot_perf_box_name"
17802   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17804   include:
17805     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17806     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17807     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17808     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17809   layout:
17810     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17811     layout: "plot-throughput"
17812
17813 - type: "plot"
17814   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17815   algorithm: "plot_perf_box_name"
17816   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17817   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17818   include:
17819     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17820     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17821     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17822     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17823   layout:
17824     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17825     layout: "plot-throughput"
17826
17827 - type: "plot"
17828   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17829   algorithm: "plot_perf_box_name"
17830   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17832   include:
17833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17838   layout:
17839     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17840     layout: "plot-throughput"
17841
17842 - type: "plot"
17843   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17844   algorithm: "plot_perf_box_name"
17845   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17847   include:
17848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17853   layout:
17854     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17855     layout: "plot-throughput"
17856
17857 - type: "plot"
17858   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17859   algorithm: "plot_perf_box_name"
17860   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17862   include:
17863     - "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"
17864     - "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"
17865     - "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"
17866     - "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"
17867     - "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"
17868   layout:
17869     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17870     layout: "plot-throughput"
17871
17872 - type: "plot"
17873   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17874   algorithm: "plot_perf_box_name"
17875   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17876   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17877   include:
17878     - "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"
17879     - "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"
17880     - "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"
17881     - "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"
17882     - "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"
17883   layout:
17884     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17885     layout: "plot-throughput"
17886
17887 - type: "plot"
17888   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17889   algorithm: "plot_perf_box_name"
17890   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17891   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17892   include:
17893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17898   layout:
17899     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17900     layout: "plot-throughput"
17901
17902 - type: "plot"
17903   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17904   algorithm: "plot_perf_box_name"
17905   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17906   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17907   include:
17908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17913   layout:
17914     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17915     layout: "plot-throughput"
17916
17917 - type: "plot"
17918   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17919   algorithm: "plot_perf_box_name"
17920   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17921   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17922   include:
17923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17928   layout:
17929     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17930     layout: "plot-throughput"
17931
17932 - type: "plot"
17933   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17934   algorithm: "plot_perf_box_name"
17935   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17937   include:
17938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17943   layout:
17944     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17945     layout: "plot-throughput"
17946
17947 - type: "plot"
17948   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17949   algorithm: "plot_perf_box_name"
17950   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17952   include:
17953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17957   layout:
17958     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17959     layout: "plot-throughput"
17960
17961 - type: "plot"
17962   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17963   algorithm: "plot_perf_box_name"
17964   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17966   include:
17967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17971   layout:
17972     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17973     layout: "plot-throughput"
17974
17975 - type: "plot"
17976   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17977   algorithm: "plot_perf_box_name"
17978   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17980   include:
17981     - "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"
17982     - "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"
17983     - "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"
17984     - "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"
17985   layout:
17986     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17987     layout: "plot-throughput"
17988
17989 - type: "plot"
17990   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17991   algorithm: "plot_perf_box_name"
17992   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17994   include:
17995     - "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"
17996     - "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"
17997     - "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"
17998     - "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"
17999   layout:
18000     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18001     layout: "plot-throughput"
18002
18003 - type: "plot"
18004   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18005   algorithm: "plot_perf_box_name"
18006   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18008   include:
18009     - "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"
18010     - "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"
18011     - "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"
18012     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18013     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18014     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18015   layout:
18016     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18017     layout: "plot-throughput"
18018
18019 - type: "plot"
18020   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18021   algorithm: "plot_perf_box_name"
18022   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18024   include:
18025     - "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"
18026     - "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"
18027     - "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"
18028     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18029     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18030     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18031   layout:
18032     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18033     layout: "plot-throughput"
18034
18035 ################################################################################
18036
18037 # Packet Speedup
18038
18039 - type: "plot"
18040   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18041   algorithm: "plot_tsa_name"
18042   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18043   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18044   include:
18045     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18046     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18047     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18048     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18049   layout:
18050     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18051     layout: "plot-throughput-speedup-analysis"
18052
18053 - type: "plot"
18054   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18055   algorithm: "plot_tsa_name"
18056   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18057   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18058   include:
18059     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18060     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18061     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18062     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18063   layout:
18064     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18065     layout: "plot-throughput-speedup-analysis"
18066
18067 - type: "plot"
18068   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18069   algorithm: "plot_tsa_name"
18070   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18072   include:
18073     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18074     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18075     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18076     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18077   layout:
18078     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18079     layout: "plot-throughput-speedup-analysis"
18080
18081 - type: "plot"
18082   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18083   algorithm: "plot_tsa_name"
18084   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18086   include:
18087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18090     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18091   layout:
18092     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18093     layout: "plot-throughput-speedup-analysis"
18094
18095 - type: "plot"
18096   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18097   algorithm: "plot_tsa_name"
18098   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18100   include:
18101     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18102     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18103     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18104     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18105   layout:
18106     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18107     layout: "plot-throughput-speedup-analysis"
18108
18109 - type: "plot"
18110   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18111   algorithm: "plot_tsa_name"
18112   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18114   include:
18115     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18116     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18117     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18118     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18119   layout:
18120     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18121     layout: "plot-throughput-speedup-analysis"
18122
18123 - type: "plot"
18124   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18125   algorithm: "plot_tsa_name"
18126   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18128   include:
18129     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18130     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18131     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18132     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18133     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18134     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18135   layout:
18136     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18137     layout: "plot-throughput-speedup-analysis"
18138
18139 - type: "plot"
18140   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18141   algorithm: "plot_tsa_name"
18142   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18143   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18144   include:
18145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18150     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18151   layout:
18152     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18153     layout: "plot-throughput-speedup-analysis"
18154
18155 - type: "plot"
18156   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18157   algorithm: "plot_tsa_name"
18158   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18160   include:
18161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18165   layout:
18166     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18167     layout: "plot-throughput-speedup-analysis"
18168
18169 - type: "plot"
18170   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18171   algorithm: "plot_tsa_name"
18172   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18174   include:
18175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18179   layout:
18180     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18181     layout: "plot-throughput-speedup-analysis"
18182
18183 - type: "plot"
18184   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18185   algorithm: "plot_tsa_name"
18186   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18188   include:
18189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18192   layout:
18193     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18194     layout: "plot-throughput-speedup-analysis"
18195
18196 - type: "plot"
18197   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18198   algorithm: "plot_tsa_name"
18199   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18201   include:
18202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18205   layout:
18206     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18207     layout: "plot-throughput-speedup-analysis"
18208
18209 - type: "plot"
18210   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18211   algorithm: "plot_tsa_name"
18212   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18213   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18214   include:
18215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18220   layout:
18221     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18222     layout: "plot-throughput-speedup-analysis"
18223
18224 - type: "plot"
18225   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18226   algorithm: "plot_tsa_name"
18227   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18228   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18229   include:
18230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18235   layout:
18236     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18237     layout: "plot-throughput-speedup-analysis"
18238
18239 - type: "plot"
18240   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18241   algorithm: "plot_tsa_name"
18242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18244   include:
18245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18248   layout:
18249     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18250     layout: "plot-throughput-speedup-analysis"
18251
18252 - type: "plot"
18253   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18254   algorithm: "plot_tsa_name"
18255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18257   include:
18258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18261   layout:
18262     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18263     layout: "plot-throughput-speedup-analysis"
18264
18265 - type: "plot"
18266   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18267   algorithm: "plot_tsa_name"
18268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18270   include:
18271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18277   layout:
18278     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18279     layout: "plot-throughput-speedup-analysis"
18280
18281 - type: "plot"
18282   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18283   algorithm: "plot_tsa_name"
18284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18286   include:
18287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18293   layout:
18294     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18295     layout: "plot-throughput-speedup-analysis"
18296
18297 - type: "plot"
18298   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18299   algorithm: "plot_tsa_name"
18300   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18302   include:
18303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18309   layout:
18310     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18311     layout: "plot-throughput-speedup-analysis"
18312
18313 - type: "plot"
18314   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18315   algorithm: "plot_tsa_name"
18316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18318   include:
18319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18325   layout:
18326     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18327     layout: "plot-throughput-speedup-analysis"
18328
18329 - type: "plot"
18330   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18331   algorithm: "plot_tsa_name"
18332   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18334   include:
18335     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18337   layout:
18338     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18339     layout: "plot-throughput-speedup-analysis"
18340
18341 - type: "plot"
18342   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18343   algorithm: "plot_tsa_name"
18344   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18346   include:
18347     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18348     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18349   layout:
18350     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18351     layout: "plot-throughput-speedup-analysis"
18352
18353 - type: "plot"
18354   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18355   algorithm: "plot_tsa_name"
18356   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18358   include:
18359     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18361     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18363     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18365   layout:
18366     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18367     layout: "plot-throughput-speedup-analysis"
18368
18369 - type: "plot"
18370   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18371   algorithm: "plot_tsa_name"
18372   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18374   include:
18375     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18376     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18381   layout:
18382     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18383     layout: "plot-throughput-speedup-analysis"
18384
18385 - type: "plot"
18386   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18387   algorithm: "plot_tsa_name"
18388   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18390   include:
18391     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18397   layout:
18398     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18399     layout: "plot-throughput-speedup-analysis"
18400
18401 - type: "plot"
18402   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18403   algorithm: "plot_tsa_name"
18404   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18406   include:
18407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18412     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18413   layout:
18414     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18415     layout: "plot-throughput-speedup-analysis"
18416
18417 - type: "plot"
18418   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18419   algorithm: "plot_tsa_name"
18420   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18422   include:
18423     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18424     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18425     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18426     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18427     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18428     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18429   layout:
18430     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18431     layout: "plot-throughput-speedup-analysis"
18432
18433 - type: "plot"
18434   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18435   algorithm: "plot_tsa_name"
18436   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18438   include:
18439     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18440     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18441     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18442     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18443     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18444     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18445   layout:
18446     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18447     layout: "plot-throughput-speedup-analysis"
18448
18449 - type: "plot"
18450   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18451   algorithm: "plot_tsa_name"
18452   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18454   include:
18455     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18456     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18457     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18458     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18459     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18460   layout:
18461     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18462     layout: "plot-throughput-speedup-analysis"
18463
18464 - type: "plot"
18465   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18466   algorithm: "plot_tsa_name"
18467   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18469   include:
18470     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18471     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18472     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18473     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18474     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18475   layout:
18476     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18477     layout: "plot-throughput-speedup-analysis"
18478
18479 - type: "plot"
18480   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18481   algorithm: "plot_tsa_name"
18482   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18483   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18484   include:
18485     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18486     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18487     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18488     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18489     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18490   layout:
18491     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18492     layout: "plot-throughput-speedup-analysis"
18493
18494 - type: "plot"
18495   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18496   algorithm: "plot_tsa_name"
18497   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18499   include:
18500     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18501     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18502     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18505   layout:
18506     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18507     layout: "plot-throughput-speedup-analysis"
18508
18509 - type: "plot"
18510   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18511   algorithm: "plot_tsa_name"
18512   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18514   include:
18515     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18516     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18517     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18518     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18519     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18520   layout:
18521     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18522     layout: "plot-throughput-speedup-analysis"
18523
18524 - type: "plot"
18525   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18526   algorithm: "plot_tsa_name"
18527   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18528   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18529   include:
18530     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18531     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18532     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18533     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18534     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18535   layout:
18536     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18537     layout: "plot-throughput-speedup-analysis"
18538
18539 - type: "plot"
18540   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18541   algorithm: "plot_tsa_name"
18542   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18543   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18544   include:
18545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18547     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18548     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18549     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18550   layout:
18551     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18552     layout: "plot-throughput-speedup-analysis"
18553
18554 - type: "plot"
18555   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18556   algorithm: "plot_tsa_name"
18557   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18559   include:
18560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18563     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18564     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18565   layout:
18566     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18567     layout: "plot-throughput-speedup-analysis"
18568
18569 - type: "plot"
18570   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18571   algorithm: "plot_tsa_name"
18572   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18574   include:
18575     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18578     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18579     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18580   layout:
18581     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18582     layout: "plot-throughput-speedup-analysis"
18583
18584 - type: "plot"
18585   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18586   algorithm: "plot_tsa_name"
18587   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18588   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18589   include:
18590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18595   layout:
18596     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18597     layout: "plot-throughput-speedup-analysis"
18598
18599 - type: "plot"
18600   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18601   algorithm: "plot_tsa_name"
18602   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18603   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18604   include:
18605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18611   layout:
18612     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18613     layout: "plot-throughput-speedup-analysis"
18614
18615 - type: "plot"
18616   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18617   algorithm: "plot_tsa_name"
18618   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18620   include:
18621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18627   layout:
18628     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18629     layout: "plot-throughput-speedup-analysis"
18630
18631 - type: "plot"
18632   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18633   algorithm: "plot_tsa_name"
18634   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18636   include:
18637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18641   layout:
18642     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18643     layout: "plot-throughput-speedup-analysis"
18644
18645 - type: "plot"
18646   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18647   algorithm: "plot_tsa_name"
18648   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18650   include:
18651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18655   layout:
18656     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18657     layout: "plot-throughput-speedup-analysis"
18658
18659 - type: "plot"
18660   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18661   algorithm: "plot_tsa_name"
18662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18664   include:
18665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18671   layout:
18672     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18673     layout: "plot-throughput-speedup-analysis"
18674
18675 - type: "plot"
18676   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18677   algorithm: "plot_tsa_name"
18678   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18680   include:
18681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18687   layout:
18688     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18689     layout: "plot-throughput-speedup-analysis"
18690
18691 - type: "plot"
18692   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18693   algorithm: "plot_tsa_name"
18694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18696   include:
18697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18701   layout:
18702     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18703     layout: "plot-throughput-speedup-analysis"
18704
18705 - type: "plot"
18706   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18707   algorithm: "plot_tsa_name"
18708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18710   include:
18711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18715   layout:
18716     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18717     layout: "plot-throughput-speedup-analysis"
18718
18719 - type: "plot"
18720   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18721   algorithm: "plot_tsa_name"
18722   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18724   include:
18725     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18726     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18727     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18728     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18729     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18730     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18731   layout:
18732     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18733     layout: "plot-throughput-speedup-analysis"
18734
18735 - type: "plot"
18736   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18737   algorithm: "plot_tsa_name"
18738   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18740   include:
18741     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18742     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18743     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18744     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18745     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18746     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18747   layout:
18748     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18749     layout: "plot-throughput-speedup-analysis"
18750
18751 - type: "plot"
18752   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18753   algorithm: "plot_tsa_name"
18754   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18756   include:
18757     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18758     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18759     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18760     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18761   layout:
18762     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18763     layout: "plot-throughput-speedup-analysis"
18764
18765 - type: "plot"
18766   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18767   algorithm: "plot_tsa_name"
18768   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18770   include:
18771     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18772     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18773     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18774     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18775   layout:
18776     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18777     layout: "plot-throughput-speedup-analysis"
18778
18779 - type: "plot"
18780   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18781   algorithm: "plot_tsa_name"
18782   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18784   include:
18785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18789     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18790   layout:
18791     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18792     layout: "plot-throughput-speedup-analysis"
18793
18794 - type: "plot"
18795   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18796   algorithm: "plot_tsa_name"
18797   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18798   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18799   include:
18800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18805   layout:
18806     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18807     layout: "plot-throughput-speedup-analysis"
18808
18809 - type: "plot"
18810   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18811   algorithm: "plot_tsa_name"
18812   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18814   include:
18815     - "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"
18816     - "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"
18817     - "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"
18818     - "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"
18819     - "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"
18820   layout:
18821     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18822     layout: "plot-throughput-speedup-analysis"
18823
18824 - type: "plot"
18825   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18826   algorithm: "plot_tsa_name"
18827   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18828   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18829   include:
18830     - "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"
18831     - "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"
18832     - "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"
18833     - "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"
18834     - "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"
18835   layout:
18836     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18837     layout: "plot-throughput-speedup-analysis"
18838
18839 - type: "plot"
18840   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18841   algorithm: "plot_tsa_name"
18842   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18844   include:
18845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18850   layout:
18851     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18852     layout: "plot-throughput-speedup-analysis"
18853
18854 - type: "plot"
18855   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18856   algorithm: "plot_tsa_name"
18857   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18858   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18859   include:
18860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18865   layout:
18866     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18867     layout: "plot-throughput-speedup-analysis"
18868
18869 - type: "plot"
18870   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18871   algorithm: "plot_tsa_name"
18872   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18874   include:
18875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18880   layout:
18881     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18882     layout: "plot-throughput-speedup-analysis"
18883
18884 - type: "plot"
18885   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18886   algorithm: "plot_tsa_name"
18887   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18888   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18889   include:
18890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18895   layout:
18896     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18897     layout: "plot-throughput-speedup-analysis"
18898
18899 - type: "plot"
18900   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18901   algorithm: "plot_tsa_name"
18902   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18904   include:
18905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18909   layout:
18910     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18911     layout: "plot-throughput-speedup-analysis"
18912
18913 - type: "plot"
18914   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18915   algorithm: "plot_tsa_name"
18916   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18918   include:
18919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18923   layout:
18924     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18925     layout: "plot-throughput-speedup-analysis"
18926
18927 - type: "plot"
18928   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18929   algorithm: "plot_tsa_name"
18930   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18932   include:
18933     - "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"
18934     - "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"
18935     - "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"
18936     - "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"
18937   layout:
18938     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18939     layout: "plot-throughput-speedup-analysis"
18940
18941 - type: "plot"
18942   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18943   algorithm: "plot_tsa_name"
18944   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18946   include:
18947     - "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"
18948     - "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"
18949     - "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"
18950     - "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"
18951   layout:
18952     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18953     layout: "plot-throughput-speedup-analysis"
18954
18955 - type: "plot"
18956   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18957   algorithm: "plot_tsa_name"
18958   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18960   include:
18961     - "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"
18962     - "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"
18963     - "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"
18964     - "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"
18965     - "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"
18966     - "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"
18967   layout:
18968     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18969     layout: "plot-throughput-speedup-analysis"
18970
18971 - type: "plot"
18972   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18973   algorithm: "plot_tsa_name"
18974   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18976   include:
18977     - "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"
18978     - "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"
18979     - "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"
18980     - "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"
18981     - "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"
18982     - "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"
18983   layout:
18984     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18985     layout: "plot-throughput-speedup-analysis"
18986
18987 ################################################################################
18988
18989 # Packet Throughput - DPDK
18990
18991 # 2n-clx-xxv710
18992
18993 - type: "plot"
18994   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18995   algorithm: "plot_perf_box_name"
18996   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18997   data: "plot-dpdk-throughput-latency-2n-clx"
18998   include:
18999     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19000     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19001   layout:
19002     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19003     layout: "plot-throughput"
19004
19005 - type: "plot"
19006   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19007   algorithm: "plot_perf_box_name"
19008   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19009   data: "plot-dpdk-throughput-latency-2n-clx"
19010   include:
19011     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19012     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19013   layout:
19014     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19015     layout: "plot-throughput"
19016
19017 - type: "plot"
19018   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19019   algorithm: "plot_perf_box_name"
19020   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
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-pdr"
19027     layout: "plot-throughput"
19028
19029 - type: "plot"
19030   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19031   algorithm: "plot_perf_box_name"
19032   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
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-pdr"
19039     layout: "plot-throughput"
19040
19041 # 2n-clx-x710
19042
19043 - type: "plot"
19044   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19045   algorithm: "plot_perf_box_name"
19046   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19047   data: "plot-dpdk-throughput-latency-2n-clx"
19048   include:
19049     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19050     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19051   layout:
19052     title: "2n-clx-x710-64b-2t1c-base-ndr"
19053     layout: "plot-throughput"
19054
19055 - type: "plot"
19056   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19057   algorithm: "plot_perf_box_name"
19058   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19059   data: "plot-dpdk-throughput-latency-2n-clx"
19060   include:
19061     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19062     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19063   layout:
19064     title: "2n-clx-x710-64b-4t2c-base-ndr"
19065     layout: "plot-throughput"
19066
19067 - type: "plot"
19068   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19069   algorithm: "plot_perf_box_name"
19070   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
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-pdr"
19077     layout: "plot-throughput"
19078
19079 - type: "plot"
19080   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19081   algorithm: "plot_perf_box_name"
19082   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
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-pdr"
19089     layout: "plot-throughput"
19090
19091 ################################################################################
19092
19093 - type: "plot"
19094   title: "Latency by percentile: 2n-skx"
19095   algorithm: "plot_hdrh_lat_by_percentile"
19096   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19097   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19098   target-links: "../../_static/vpp"
19099   data: "plot-vpp-hdrh-lat-2n-skx"
19100   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19101   layout:
19102     layout: "plot-hdrh-latency-by-percentile"
19103
19104 - type: "plot"
19105   title: "Latency by percentile: 3n-skx"
19106   algorithm: "plot_hdrh_lat_by_percentile"
19107   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19108   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19109   target-links: "../../_static/vpp"
19110   data: "plot-vpp-hdrh-lat-3n-skx"
19111   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19112   layout:
19113     layout: "plot-hdrh-latency-by-percentile"
19114
19115 - type: "plot"
19116   title: "Latency by percentile: 2n-clx"
19117   algorithm: "plot_hdrh_lat_by_percentile"
19118   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19119   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19120   target-links: "../../_static/vpp"
19121   data: "plot-vpp-hdrh-lat-2n-clx"
19122   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19123   layout:
19124     layout: "plot-hdrh-latency-by-percentile"
19125
19126 - type: "plot"
19127   title: "Latency by percentile: 3n-hsw"
19128   algorithm: "plot_hdrh_lat_by_percentile"
19129   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19130   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19131   target-links: "../../_static/vpp"
19132   data: "plot-vpp-hdrh-lat-3n-hsw"
19133   filter: "'1T1C' and 'NIC_Intel-XL710'"
19134   layout:
19135     layout: "plot-hdrh-latency-by-percentile"
19136
19137 - type: "plot"
19138   title: "Latency by percentile: 3n-tsh"
19139   algorithm: "plot_hdrh_lat_by_percentile"
19140   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19141   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19142   target-links: "../../_static/vpp"
19143   data: "plot-vpp-hdrh-lat-3n-tsh"
19144   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19145   layout:
19146     layout: "plot-hdrh-latency-by-percentile"
19147
19148 - type: "plot"
19149   title: "Latency by percentile: DPDK 2n-skx"
19150   algorithm: "plot_hdrh_lat_by_percentile"
19151   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19152   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19153   target-links: "../../_static/dpdk"
19154   data: "plot-dpdk-hdrh-lat-2n-skx"
19155   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19156   layout:
19157     layout: "plot-hdrh-latency-by-percentile"
19158
19159 - type: "plot"
19160   title: "Latency by percentile: DPDK 3n-skx"
19161   algorithm: "plot_hdrh_lat_by_percentile"
19162   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19163   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19164   target-links: "../../_static/dpdk"
19165   data: "plot-dpdk-hdrh-lat-3n-skx"
19166   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19167   layout:
19168     layout: "plot-hdrh-latency-by-percentile"
19169
19170 - type: "plot"
19171   title: "Latency by percentile: DPDK 2n-clx"
19172   algorithm: "plot_hdrh_lat_by_percentile"
19173   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19174   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19175   target-links: "../../_static/dpdk"
19176   data: "plot-dpdk-hdrh-lat-2n-clx"
19177   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19178   layout:
19179     layout: "plot-hdrh-latency-by-percentile"
19180
19181 - type: "plot"
19182   title: "Latency by percentile: DPDK 3n-hsw"
19183   algorithm: "plot_hdrh_lat_by_percentile"
19184   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19185   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19186   target-links: "../../_static/dpdk"
19187   data: "plot-dpdk-hdrh-lat-3n-hsw"
19188   filter: "'1T1C' and 'NIC_Intel-XL710'"
19189   layout:
19190     layout: "plot-hdrh-latency-by-percentile"
19191
19192 - type: "plot"
19193   title: "Latency by percentile: DPDK 3n-tsh"
19194   algorithm: "plot_hdrh_lat_by_percentile"
19195   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19196   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19197   target-links: "../../_static/dpdk"
19198   data: "plot-dpdk-hdrh-lat-3n-tsh"
19199   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19200   layout:
19201     layout: "plot-hdrh-latency-by-percentile"