Report 2001: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
167         - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
168         - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
169         - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
170         - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
171         - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
172         - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
173         - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
174         - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
175         - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
180         - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
181         - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
182         - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
183         - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
184         - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
185         - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
186         - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
187         - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
188         - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 103  # hoststack
255         - 104  # hoststack
256         - 105  # hoststack
257         - 106  # hoststack
258         - 107  # hoststack
259         - 108  # hoststack
260         - 109  # hoststack
261         - 110  # hoststack
262         - 111  # hoststack
263         - 112  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
275         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
276         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
277         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
278         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
279         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
280         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
281
282     plot-vpp-hdrh-lat-3n-skx:
283       csit-vpp-perf-verify-2001-3n-skx:
284         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
285
286     plot-vpp-nfv-3n-skx-ndrpdr:
287       # TODO: Add data
288       csit-vpp-perf-verify-2001-3n-skx:
289         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
290
291     plot-vpp-nfv-3n-skx-mrr:
292       csit-vpp-perf-verify-2001-3n-skx:
293         - 50  # MRR sel
294
295     plot-dpdk-throughput-latency-3n-skx:
296       csit-dpdk-perf-verify-2001-3n-skx:
297         - 29  # NDRPDR sel xxv710
298         - 33  # NDRPDR sel xxv710
299         - 34  # NDRPDR sel xxv710
300         - 35  # NDRPDR sel xxv710
301         - 36  # NDRPDR sel xxv710
302         - 37  # NDRPDR sel xxv710
303         - 41  # NDRPDR sel xxv710
304         - 42  # NDRPDR sel xxv710
305         - 43  # NDRPDR sel xxv710
306         - 45  # NDRPDR sel xxv710
307         - 30  # NDRPDR sel x710
308         - 31  # NDRPDR sel x710
309         - 32  # NDRPDR sel x710
310         - 38  # NDRPDR sel x710
311         - 39  # NDRPDR sel x710
312         - 40  # NDRPDR sel x710
313         - 44  # NDRPDR sel x710
314         - 46  # NDRPDR sel x710
315         - 47  # NDRPDR sel x710
316         - 48  # NDRPDR sel x710
317
318     plot-dpdk-hdrh-lat-3n-skx:
319       csit-dpdk-perf-verify-2001-3n-skx:
320         - 29  # NDRPDR sel xxv710
321
322     # 2n-skx
323
324     plot-vpp-throughput-lat-tsa-2n-skx:
325       csit-vpp-perf-verify-2001-2n-skx:
326         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
327         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
328         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
329         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
330         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
331         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
332         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
333         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
334         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
335         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
336
337     plot-vpp-hdrh-lat-2n-skx:
338       csit-vpp-perf-verify-2001-2n-skx:
339         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
340
341     plot-vpp-http-server-performance:
342       csit-vpp-perf-verify-2001-2n-clx:
343         - 80  # TCP
344         - 82  # TCP
345         - 83  # TCP
346         - 85  # TCP
347         - 86  # TCP
348         - 87  # TCP
349         - 88  # TCP
350         - 89  # TCP
351         - 90  # TCP
352         - 91  # TCP
353
354     plot-vpp-soak-2n-skx:
355       csit-vpp-perf-verify-2001-2n-skx:
356         - 181  # Soak
357         - 182  # Soak
358
359     plot-vpp-nfv-2n-skx-ndrpdr:
360       # TODO: Replace the data
361       csit-vpp-perf-verify-2001-2n-skx:
362         - 30  # NFV
363         - 31  # NFV
364
365     plot-vpp-nfv-2n-skx-mrr:
366       # TODO: Replace the data
367       # csit-vpp-perf-verify-2001-2n-skx:
368       csit-vpp-perf-verify-1908-2n-skx:
369         - 71  # NFV MRR
370
371     plot-vpp-nfv-reconf-2n-skx:
372       csit-vpp-perf-verify-2001-2n-skx:
373         - 169  # Reconf
374         - 171  # Reconf
375         - 172  # Reconf
376         - 173  # Reconf
377         - 174  # Reconf
378         - 175  # Reconf
379         - 176  # Reconf
380         - 177  # Reconf
381         - 178  # Reconf
382         - 179  # Reconf
383
384     plot-dpdk-throughput-latency-2n-skx:
385       csit-dpdk-perf-verify-2001-2n-skx:
386         - 35  # NDRPDR sel xxv710
387         - 36  # NDRPDR sel xxv710
388         - 37  # NDRPDR sel xxv710
389         - 41  # NDRPDR sel xxv710
390         - 42  # NDRPDR sel xxv710
391         - 43  # NDRPDR sel xxv710
392         - 46  # NDRPDR sel xxv710
393         - 47  # NDRPDR sel xxv710
394         - 52  # NDRPDR sel xxv710
395         - 53  # NDRPDR sel xxv710
396         - 38  # NDRPDR sel x710
397         - 39  # NDRPDR sel x710
398         - 40  # NDRPDR sel x710
399         - 44  # NDRPDR sel x710
400         - 45  # NDRPDR sel x710
401         - 48  # NDRPDR sel x710
402         - 49  # NDRPDR sel x710
403         - 50  # NDRPDR sel x710
404         - 51  # NDRPDR sel x710
405         - 54  # NDRPDR sel x710
406
407     plot-dpdk-hdrh-lat-2n-skx:
408       csit-dpdk-perf-verify-2001-2n-skx:
409         - 35  # NDRPDR sel xxv710
410
411     # 2n-clx
412
413     plot-vpp-throughput-lat-tsa-2n-clx:
414       csit-vpp-perf-verify-2001-2n-clx:
415         - 28  # NDRPDR sel
416         - 29  # NDRPDR sel
417         - 32  # NDRPDR sel
418         - 40  # NDRPDR sel
419         - 43  # NDRPDR sel
420         - 44  # NDRPDR sel
421         - 45  # NDRPDR sel
422         - 47  # NDRPDR sel
423         - 48  # NDRPDR sel
424         - 49  # NDRPDR sel
425
426     plot-vpp-hdrh-lat-2n-clx:
427       csit-vpp-perf-verify-2001-2n-clx:
428         - 28  # NDRPDR sel
429
430     plot-vpp-nfv-2n-clx-ndrpdr:
431       csit-vpp-perf-verify-2001-2n-clx:
432         - 28  # NDRPDR sel
433         - 29  # NDRPDR sel
434         - 32  # NDRPDR sel
435         - 40  # NDRPDR sel
436         - 43  # NDRPDR sel
437         - 44  # NDRPDR sel
438         - 45  # NDRPDR sel
439         - 47  # NDRPDR sel
440         - 48  # NDRPDR sel
441         - 49  # NDRPDR sel
442
443     plot-vpp-nfv-2n-clx-mrr:
444       csit-vpp-perf-verify-2001-2n-clx:
445         - 39  # MRR
446
447     plot-vpp-nfv-reconf-2n-clx:
448       csit-vpp-perf-verify-2001-2n-clx:
449         - 68  # Reconf
450         - 69  # Reconf
451         - 70  # Reconf
452         - 71  # Reconf
453         - 72  # Reconf
454         - 73  # Reconf
455         - 74  # Reconf
456         - 75  # Reconf
457         - 76  # Reconf
458         - 77  # Reconf
459
460     plot-vpp-soak-2n-clx:
461       csit-vpp-perf-verify-2001-2n-clx:
462         - 93  # Soak
463         - 94  # Soak
464
465     plot-dpdk-throughput-latency-2n-clx:
466       csit-dpdk-perf-verify-2001-2n-clx:
467         - 15  # NDRPDR sel
468         - 16  # NDRPDR sel
469         - 17  # NDRPDR sel
470         - 18  # NDRPDR sel
471         - 19  # NDRPDR sel
472         - 20  # NDRPDR sel
473         - 21  # NDRPDR sel
474         - 22  # NDRPDR sel
475         - 23  # NDRPDR sel
476         - 24  # NDRPDR sel
477         - 25  # NDRPDR sel
478         - 26  # NDRPDR sel
479         - 27  # NDRPDR sel
480         - 28  # NDRPDR sel
481         - 29  # NDRPDR sel
482         - 30  # NDRPDR sel
483         - 31  # NDRPDR sel
484         - 32  # NDRPDR sel
485         - 33  # NDRPDR sel
486         - 34  # NDRPDR sel
487
488
489     plot-dpdk-hdrh-lat-2n-clx:
490       csit-dpdk-perf-verify-2001-2n-clx:
491         - 15  # NDRPDR sel
492
493     # 3n-tsh
494
495     plot-vpp-throughput-lat-tsa-3n-tsh:
496       csit-vpp-perf-verify-2001-3n-tsh:
497         - 3   # NDRPDR sel
498         - 4   # NDRPDR sel
499         - 7   # NDRPDR sel
500         - 8   # NDRPDR sel
501         - 10  # NDRPDR sel
502         - 12  # NDRPDR sel
503         - 13  # NDRPDR sel
504         - 14  # NDRPDR sel
505         - 15  # NDRPDR sel
506         - 21  # NDRPDR sel
507
508     plot-vpp-hdrh-lat-3n-tsh:
509       csit-vpp-perf-verify-2001-3n-tsh:
510         - 10  # NDRPDR sel
511
512     plot-dpdk-throughput-latency-3n-tsh:
513       csit-dpdk-perf-verify-2001-3n-tsh:
514         - 3   # NDRPDR sel
515         - 4   # NDRPDR sel
516         - 5   # NDRPDR sel
517         - 9   # NDRPDR sel
518         - 10  # NDRPDR sel
519         - 11  # NDRPDR sel
520         - 12  # NDRPDR sel
521         - 14  # NDRPDR sel
522         - 15  # NDRPDR sel
523         - 18  # NDRPDR sel
524
525     plot-dpdk-hdrh-lat-3n-tsh:
526       csit-dpdk-perf-verify-2001-3n-tsh:
527         - 3   # NDRPDR sel
528
529     # 3n-dnv
530
531     plot-vpp-throughput-lat-tsa-3n-dnv:
532       csit-vpp-perf-verify-2001-3n-dnv:
533         - 5   # NDRPDR sel
534         - 6   # NDRPDR sel
535         - 7   # NDRPDR sel
536         - 8   # NDRPDR sel
537         - 9   # NDRPDR sel
538         - 10  # NDRPDR sel
539         - 12  # NDRPDR sel
540         - 16  # NDRPDR sel
541         - 17  # NDRPDR sel
542         - 18  # NDRPDR sel
543
544     plot-dpdk-throughput-latency-3n-dnv:
545       csit-dpdk-perf-verify-2001-3n-dnv:
546         - 12  # NDRPDR sel
547         - 13  # NDRPDR sel
548         - 14  # NDRPDR sel
549         - 15  # NDRPDR sel
550         - 16  # NDRPDR sel
551         - 17  # NDRPDR sel
552         - 18  # NDRPDR sel
553         - 19  # NDRPDR sel
554         - 20  # NDRPDR sel
555         - 22  # NDRPDR sel
556
557     # 2n-dnv
558
559     plot-vpp-throughput-lat-tsa-2n-dnv:
560       csit-vpp-perf-verify-2001-2n-dnv:
561         - 4   # NDRPDR sel
562         - 5   # NDRPDR sel
563         - 6   # NDRPDR sel
564         - 7   # NDRPDR sel
565         - 8   # NDRPDR sel
566         - 9   # NDRPDR sel
567         - 10  # NDRPDR sel
568         - 11  # NDRPDR sel
569         - 13  # NDRPDR sel
570         - 16  # NDRPDR sel
571
572     plot-dpdk-throughput-latency-2n-dnv:
573       csit-dpdk-perf-verify-2001-2n-dnv:
574         - 9   # NDRPDR sel
575         - 10  # NDRPDR sel
576         - 11  # NDRPDR sel
577         - 12  # NDRPDR sel
578         - 13  # NDRPDR sel
579         - 14  # NDRPDR sel
580         - 15  # NDRPDR sel
581         - 16  # NDRPDR sel
582         - 17  # NDRPDR sel
583         - 18  # NDRPDR sel
584
585     ###########################################################################
586     # Simple tables (only one data set):
587
588     # NIC Comparisons
589
590     vpp-nic-comparison-3n-skx:
591       # TODO: Add the data
592       csit-vpp-perf-verify-2001-3n-skx:
593         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
594         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
595         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
596         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
597         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
598         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
599         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
600
601     vpp-nic-comparison-2n-skx:
602       csit-vpp-perf-verify-2001-2n-skx:
603         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
604         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
605         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
606         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
607         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
608         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
609         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
610         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
611         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
612         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
613
614     vpp-nic-comparison-3n-skx-mrr:
615       csit-vpp-perf-verify-2001-3n-skx:
616         - 50  # MRR sel
617         - 53  # MRR sel addition
618
619     vpp-nic-comparison-2n-skx-mrr:
620       csit-vpp-perf-verify-2001-2n-skx:
621         - 101 # MRR sel
622         - 128 # MRR sel addition
623
624     # Results
625
626     vpp-perf-results-3n-hsw:
627       csit-vpp-perf-verify-2001-3n-hsw:
628         - 18  # NDRPDR full
629         - 20  # NDRPDR full
630         - 28  # NDRPDR full
631         - 35  # NDRPDR full
632         - 42  # NDRPDR full
633         - 46  # NDRPDR full
634         - 47  # NDRPDR full
635         - 48  # NDRPDR full
636         - 49  # NDRPDR full
637         - 50  # NDRPDR full
638         - 51  # NDRPDR full
639         - 52  # NDRPDR full
640         - 53  # NDRPDR full
641         - 54  # NDRPDR full
642         - 55  # NDRPDR full
643         - 56  # NDRPDR full
644         - 57  # NDRPDR full
645         - 58  # NDRPDR full
646         - 59  # NDRPDR full
647         - 61  # NDRPDR full
648         - 62  # NDRPDR full
649         - 63  # NDRPDR full
650         - 64  # NDRPDR full
651         - 65  # NDRPDR full
652         - 67  # NDRPDR full
653         - 70  # NDRPDR full
654         - 72  # NDRPDR full
655         - 73  # NDRPDR full
656         - 76  # NDRPDR full
657         - 77  # NDRPDR full
658         - 78  # NDRPDR full
659         - 79  # NDRPDR full
660         - 81  # NDRPDR full
661         - 82  # NDRPDR full
662         - 84  # NDRPDR full
663         - 85  # NDRPDR full
664
665     vpp-perf-results-3n-skx:
666       # TODO: Add data
667       csit-vpp-perf-verify-2001-3n-skx:
668         - 82  # NDRPDR full - crypto-1
669         - 85  # NDRPDR full - l2-2
670         - 87  # NDRPDR full - ip6-1
671         - 88  # NDRPDR full - ip6-2
672         - 90  # NDRPDR full - memif
673         - 95  # NDRPDR full - l2-1
674         - 96  # NDRPDR full - ip4-2
675         - 97  # NDRPDR full - vhost-1
676         - 102 # NDRPDR full - crypto-2
677         - 104 # NDRPDR full - ip4tunnels-1
678         - 105 # NDRPDR full - ip4tunnels-2
679         - 106 # NDRPDR full - ip4tunnels-3
680         - 107 # NDRPDR full - ip6tunnels-1
681         - 108 # NDRPDR full - ip4-1
682         - 109 # NDRPDR full - crypto-3
683         - 110 # NDRPDR full - crypto-4
684         - 111 # NDRPDR full - ip4-2
685         - 112 # NDRPDR full - ip4-4
686         - 113 # NDRPDR full - ip4-5
687         - 114 # NDRPDR full - ip4-6
688         - 115 # NDRPDR full - ip4-7
689         - 116 # NDRPDR full - ip4-8
690         - 117 # NDRPDR full - ip4-9
691         - 118 # NDRPDR full - srv6-1
692         - 119 # NDRPDR full - srv6-2
693         - 120 # NDRPDR full - l2-3
694         - 122 # NDRPDR full - l2-5
695         - 123 # NDRPDR full - l2-6
696         - 124 # NDRPDR full - l2-7
697         - 125 # NDRPDR full - vhost-2
698         - 126 # NDRPDR full - vhost-3
699         - 128 # NDRPDR full - l2-8
700         - 129 # NDRPDR full - l2-9
701         - 130 # NDRPDR full - l2-10
702         - 131 # NDRPDR full - l2-11
703         - 132 # NDRPDR full - vhost-4
704         - 133 # NDRPDR full - l2-4
705
706     vpp-perf-results-2n-skx:
707       csit-vpp-perf-verify-2001-2n-skx:
708         - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
709         - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
710         - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
711         - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
712         - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
713         - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
714         - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
715         - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
716         - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
717         - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
718         - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
719         - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
720         - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
721         - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
722
723     vpp-perf-results-2n-clx:
724       csit-vpp-perf-verify-2001-2n-clx:
725         - 53  # NDRPDR full
726         - 54  # NDRPDR full
727         - 55  # NDRPDR full
728         - 56  # NDRPDR full
729         - 57  # NDRPDR full
730         - 58  # NDRPDR full
731         - 59  # NDRPDR full
732         - 60  # NDRPDR full
733         - 61  # NDRPDR full
734         - 62  # NDRPDR full
735         - 63  # NDRPDR full
736         - 64  # NDRPDR full
737         - 65  # NDRPDR full
738         - 66  # NDRPDR full
739         - 67  # NDRPDR full
740
741     vpp-perf-results-3n-tsh:
742       csit-vpp-perf-verify-2001-3n-tsh:
743         - 10  # NDRPDR sel
744
745     vpp-perf-results-3n-dnv:
746       csit-vpp-perf-verify-2001-3n-dnv:
747         - 19  # NDRPDR full
748         - 20  # NDRPDR full
749         - 21  # NDRPDR full
750         - 22  # NDRPDR full
751         - 23  # NDRPDR full
752         - 24  # NDRPDR full
753         - 25  # NDRPDR full
754         - 26  # NDRPDR full
755         - 37  # NDRPDR full
756         - 38  # NDRPDR full
757         - 39  # NDRPDR full
758
759     vpp-perf-results-2n-dnv:
760       csit-vpp-perf-verify-2001-2n-dnv:
761         - 21  # NDRPDR full
762         - 22  # NDRPDR full
763         - 25  # NDRPDR full
764         - 26  # NDRPDR full
765         - 27  # NDRPDR full
766         - 28  # NDRPDR full
767
768     vpp-mrr-results-3n-hsw:
769       csit-vpp-perf-verify-2001-3n-hsw:
770         - 17  # MRR sel
771
772     vpp-mrr-results-3n-skx:
773       csit-vpp-perf-verify-2001-3n-skx:
774         - 50  # MRR sel
775         - 53  # MRR sel addition
776
777     vpp-mrr-results-2n-skx:
778       csit-vpp-perf-verify-2001-2n-skx:
779         - 101 # MRR sel
780         - 128 # MRR sel addition
781
782     vpp-mrr-results-2n-clx:
783       csit-vpp-perf-verify-2001-2n-clx:
784         - 39  # MRR
785
786     vpp-mrr-results-3n-tsh:
787       csit-vpp-perf-verify-2001-3n-tsh:
788         - 9   # MRR sel
789
790     vpp-mrr-results-3n-dnv:
791       csit-vpp-perf-verify-2001-3n-dnv:
792         - 11  # MRR sel
793
794     vpp-mrr-results-2n-dnv:
795       csit-vpp-perf-verify-2001-2n-dnv:
796         - 12  # MRR sel
797
798     vpp-device-results-ubuntu:
799       csit-vpp-device-2001-ubuntu1804-1n-skx:
800         - 57
801
802     dpdk-perf-results-3n-hsw:
803       csit-dpdk-perf-verify-2001-3n-hsw:
804         - 25  # NDRPDR full
805         - 26  # NDRPDR full
806
807     dpdk-perf-results-3n-skx:
808       csit-dpdk-perf-verify-2001-3n-skx:
809         - 29  # NDRPDR sel xxv710
810         - 30  # NDRPDR sel x710
811
812     dpdk-perf-results-2n-skx:
813       csit-dpdk-perf-verify-2001-2n-skx:
814         - 35  # NDRPDR sel xxv710
815         - 38  # NDRPDR sel x710
816
817     dpdk-perf-results-2n-clx:
818       csit-dpdk-perf-verify-2001-2n-clx:
819         - 15  # NDRPDR sel
820         - 34  # NDRPDR sel
821
822     dpdk-perf-results-2n-dnv:
823       csit-dpdk-perf-verify-2001-2n-dnv:
824         - 16  # NDRPDR sel
825
826     dpdk-perf-results-3n-dnv:
827       csit-dpdk-perf-verify-2001-3n-dnv:
828         - 12  # NDRPDR sel
829
830     dpdk-perf-results-3n-tsh:
831       csit-dpdk-perf-verify-2001-3n-tsh:
832         - 3   # NDRPDR sel
833
834 ###########################################################################
835     # Tables (more than one data set)
836
837     # Performance changes
838
839     vpp-perf-changes-2n-skx-old1908_0:
840       csit-vpp-perf-verify-1908-2n-skx:
841         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
842         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
843         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
844         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
845         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
846         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
847         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
848         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
849         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
850         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
851     vpp-perf-changes-2n-skx-old1908_1:
852       csit-vpp-perf-verify-1908_1-2n-skx:
853         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
854         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
855         - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
856         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
857         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
858         - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
859         - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
860         - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
861         - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
862         - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
863     vpp-perf-changes-2n-skx-new1908_1:
864       csit-vpp-perf-verify-1908_1-2n-skx:
865         - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
866         - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
867         - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
868         - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
869         - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
870         - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
871         - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
872         - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
873         - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
874         - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
875     vpp-perf-changes-2n-skx-new1908_2:
876       csit-vpp-perf-verify-1908_2-2n-skx:
877         - 1   # NDRPDR sel
878         - 2   # NDRPDR sel
879         - 3   # NDRPDR sel
880         - 4   # NDRPDR sel
881         - 5   # NDRPDR sel
882         - 6   # NDRPDR sel
883         - 7   # NDRPDR sel
884         - 8   # NDRPDR sel
885         - 9   # NDRPDR sel
886         - 10  # NDRPDR sel
887     vpp-perf-changes-2n-skx-new2001_0:
888       csit-vpp-perf-verify-2001-2n-skx:
889         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
890         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
891         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
892         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
893         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
894         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
895         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
896         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
897         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
898         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
899
900     vpp-perf-changes-3n-skx-old1908_0:
901       csit-vpp-perf-verify-1908-3n-skx:
902         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
903         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
904         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
905         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
906         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
907         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
908         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
909         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
910         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
911         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
912     vpp-perf-changes-3n-skx-old1908_1:
913       csit-vpp-perf-verify-1908_1-3n-skx:
914         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
915         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
916         - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
917         - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
918         - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
919         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
920         - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
921         - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
922         - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
923         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
924     vpp-perf-changes-3n-skx-new1908_1:
925       csit-vpp-perf-verify-1908_1-3n-skx:
926         - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
927         - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
928         - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
929         - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
930         - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
931         - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
932         - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
933         - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
934         - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
935         - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
936     vpp-perf-changes-3n-skx-new1908_2:
937       csit-vpp-perf-verify-1908_2-3n-skx:
938         - 1   # NDRPDR sel
939         - 2   # NDRPDR sel
940     vpp-perf-changes-3n-skx-new2001_0:
941       csit-vpp-perf-verify-2001-3n-skx:
942         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
943         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
944         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
945         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
946         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
947         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
948         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
949
950     vpp-perf-changes-2n-clx-new1908_1:
951       csit-vpp-perf-verify-1908_1-2n-clx:
952         - 5  # NDRPDR sel
953         - 6  # NDRPDR sel
954         - 7  # NDRPDR sel
955         - 8  # NDRPDR sel
956         - 9  # NDRPDR sel
957     vpp-perf-changes-2n-clx-new1908_2:
958       csit-vpp-perf-verify-1908_2-2n-clx:
959         - 4  # NDRPDR sel
960         - 5  # NDRPDR sel
961         - 6  # NDRPDR sel
962         - 7  # NDRPDR sel
963         - 8  # NDRPDR sel
964
965     vpp-performance-changes-3n-hsw-h1:
966       csit-vpp-perf-verify-1904-3n-hsw:
967         - 11  # NDRPDR sel
968         - 12  # NDRPDR sel
969         - 20  # NDRPDR sel
970         - 21  # NDRPDR sel
971         - 23  # NDRPDR sel
972         - 24  # NDRPDR sel
973         - 25  # NDRPDR sel
974         - 26  # NDRPDR sel
975         - 29  # NDRPDR sel
976         - 30  # NDRPDR sel
977     vpp-performance-changes-3n-hsw-ref:
978       csit-vpp-perf-verify-1908-3n-hsw:
979         - 12  # NDRPDR sel
980         - 13  # NDRPDR sel
981         - 14  # NDRPDR sel
982         - 15  # NDRPDR sel
983         - 16  # NDRPDR sel
984         - 17  # NDRPDR sel
985         - 18  # NDRPDR sel
986         - 19  # NDRPDR sel
987         - 20  # NDRPDR sel
988         - 21  # NDRPDR sel
989     vpp-performance-changes-3n-hsw-cmp:
990       csit-vpp-perf-verify-2001-3n-hsw:
991         - 21  # NDRPDR sel
992         - 22  # NDRPDR sel
993         - 23  # NDRPDR sel
994         - 24  # NDRPDR sel
995         - 25  # NDRPDR sel
996         - 29  # NDRPDR sel
997         - 30  # NDRPDR sel
998         - 31  # NDRPDR sel
999         - 32  # NDRPDR sel
1000         - 34  # NDRPDR sel
1001
1002     vpp-performance-changes-3n-skx-h1:
1003       csit-vpp-perf-verify-1904-3n-skx:
1004         - 8   # NDRPDR sel
1005         - 9   # NDRPDR sel
1006         - 10  # NDRPDR sel
1007         - 11  # NDRPDR sel
1008         - 12  # NDRPDR sel
1009         - 14  # NDRPDR sel
1010         - 16  # NDRPDR sel
1011         - 21  # NDRPDR sel
1012         - 23  # NDRPDR sel
1013         - 25  # NDRPDR sel
1014     vpp-performance-changes-3n-skx-ref:
1015       csit-vpp-perf-verify-1908-3n-skx:
1016         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
1017         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
1018         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
1019         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
1020         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
1021         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
1022         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
1023         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
1024         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
1025         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
1026     vpp-performance-changes-3n-skx-cmp:
1027       # TODO: Add the data
1028       csit-vpp-perf-verify-2001-3n-skx:
1029         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1030         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1031         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1032         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1033         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1034         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1035         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1036
1037     vpp-performance-changes-2n-skx-h1:
1038       csit-vpp-perf-verify-1904-2n-skx:
1039         - 12  # NDRPDR sel
1040         - 14  # NDRPDR sel
1041         - 16  # NDRPDR sel
1042         - 17  # NDRPDR sel
1043         - 18  # NDRPDR sel
1044         - 21  # NDRPDR sel
1045         - 27  # NDRPDR sel
1046         - 30  # NDRPDR sel
1047         - 31  # NDRPDR sel
1048         - 32  # NDRPDR sel
1049     vpp-performance-changes-2n-skx-ref:
1050       csit-vpp-perf-verify-1908-2n-skx:
1051         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
1052         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
1053         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
1054         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
1055         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
1056         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
1057         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
1058         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
1059         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
1060         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
1061     vpp-performance-changes-2n-skx-cmp:
1062       csit-vpp-perf-verify-2001-2n-skx:
1063         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1064         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1065         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1066         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1067         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1068         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1069         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1070         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1071         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1072         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1073
1074     vpp-performance-changes-nfv-2n-skx-ref:
1075       csit-vpp-perf-verify-1908-2n-skx:
1076         - 22  # NFV
1077         - 31  # NFV
1078         - 32  # NFV
1079     vpp-performance-changes-nfv-2n-skx-cmp:
1080       # TODO: Add the data
1081       csit-vpp-perf-verify-2001-2n-skx:
1082         - 30  # NFV
1083         - 31  # NFV
1084
1085     vpp-performance-changes-2n-dnv-ref:
1086       csit-vpp-perf-verify-1908-2n-dnv:
1087         - 1   # NDRPDR sel
1088         - 2   # NDRPDR sel
1089         - 3   # NDRPDR sel
1090         - 4   # NDRPDR sel
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     vpp-performance-changes-2n-dnv-cmp:
1098       csit-vpp-perf-verify-2001-2n-dnv:
1099         - 4   # NDRPDR sel
1100         - 5   # NDRPDR sel
1101         - 6   # NDRPDR sel
1102         - 7   # NDRPDR sel
1103         - 8   # NDRPDR sel
1104         - 9   # NDRPDR sel
1105         - 10  # NDRPDR sel
1106         - 11  # NDRPDR sel
1107         - 13  # NDRPDR sel
1108         - 16  # NDRPDR sel
1109
1110     vpp-performance-changes-3n-dnv-ref:
1111       csit-vpp-perf-verify-1908-3n-dnv:
1112         - 6   # NDRPDR sel
1113         - 7   # NDRPDR sel
1114         - 8   # NDRPDR sel
1115         - 9   # NDRPDR sel
1116         - 10  # NDRPDR sel
1117         - 12  # NDRPDR sel
1118         - 13  # NDRPDR sel
1119         - 14  # NDRPDR sel
1120         - 15  # NDRPDR sel
1121         - 16  # NDRPDR sel
1122     vpp-performance-changes-3n-dnv-cmp:
1123       csit-vpp-perf-verify-2001-3n-dnv:
1124         - 5   # NDRPDR sel
1125         - 6   # NDRPDR sel
1126         - 7   # NDRPDR sel
1127         - 8   # NDRPDR sel
1128         - 9   # NDRPDR sel
1129         - 10  # NDRPDR sel
1130         - 12  # NDRPDR sel
1131         - 16  # NDRPDR sel
1132         - 17  # NDRPDR sel
1133         - 18  # NDRPDR sel
1134
1135     vpp-performance-changes-3n-tsh-ref:
1136       csit-vpp-perf-verify-1908-3n-tsh:
1137         - 7   # NDRPDR sel
1138         - 8   # NDRPDR sel
1139         - 9   # NDRPDR sel
1140         - 10  # NDRPDR sel
1141         - 11  # NDRPDR sel
1142         - 12  # NDRPDR sel
1143         - 13  # NDRPDR sel
1144         - 14  # NDRPDR sel
1145         - 15  # NDRPDR sel
1146         - 16  # NDRPDR sel
1147     vpp-performance-changes-3n-tsh-cmp:
1148       csit-vpp-perf-verify-2001-3n-tsh:
1149         - 3   # NDRPDR sel
1150         - 4   # NDRPDR sel
1151         - 7   # NDRPDR sel
1152         - 8   # NDRPDR sel
1153         - 10  # NDRPDR sel
1154         - 12  # NDRPDR sel
1155         - 13  # NDRPDR sel
1156         - 14  # NDRPDR sel
1157         - 15  # NDRPDR sel
1158         - 21  # NDRPDR sel
1159
1160     vpp-soak-vs-ndr-2n-skx-ref:
1161       csit-vpp-perf-verify-2001-2n-skx:
1162         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1163         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1164         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1165         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1166         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1167         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1168         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1169         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1170         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1171         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1172     vpp-soak-vs-ndr-2n-skx-cmp:
1173       csit-vpp-perf-verify-2001-2n-skx:
1174         - 181  # Soak
1175         - 182  # Soak
1176     vpp-soak-vs-ndr-2n-skx:
1177       csit-vpp-perf-verify-2001-2n-skx:
1178         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1179         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1180         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1181         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1182         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1183         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1184         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1185         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1186         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1187         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1188         - 181  # Soak
1189         - 182  # Soak
1190
1191     vpp-soak-vs-ndr-2n-clx-ref:
1192       csit-vpp-perf-verify-2001-2n-clx:
1193         - 28  # NDRPDR sel
1194         - 29  # NDRPDR sel
1195         - 32  # NDRPDR sel
1196         - 40  # NDRPDR sel
1197         - 43  # NDRPDR sel
1198         - 44  # NDRPDR sel
1199         - 45  # NDRPDR sel
1200         - 47  # NDRPDR sel
1201         - 48  # NDRPDR sel
1202         - 49  # NDRPDR sel
1203     vpp-soak-vs-ndr-2n-clx-cmp:
1204       csit-vpp-perf-verify-2001-2n-clx:
1205         - 93  # SOAK
1206         - 94  # Soak
1207     vpp-soak-vs-ndr-2n-clx:
1208       csit-vpp-perf-verify-2001-2n-clx:
1209         - 28  # NDRPDR sel
1210         - 29  # NDRPDR sel
1211         - 32  # NDRPDR sel
1212         - 40  # NDRPDR sel
1213         - 43  # NDRPDR sel
1214         - 44  # NDRPDR sel
1215         - 45  # NDRPDR sel
1216         - 47  # NDRPDR sel
1217         - 48  # NDRPDR sel
1218         - 49  # NDRPDR sel
1219         - 93  # SOAK
1220         - 94  # Soak
1221
1222     vpp-performance-changes-3n-hsw-mrr-h1:
1223       csit-vpp-perf-verify-1904-3n-hsw:
1224         - 9   # MRR sel
1225     vpp-performance-changes-3n-hsw-mrr-ref:
1226       csit-vpp-perf-verify-1908-3n-hsw:
1227         - 39  # MRR sel
1228     vpp-performance-changes-3n-hsw-mrr-cmp:
1229       csit-vpp-perf-verify-2001-3n-hsw:
1230         - 17  # MRR sel
1231
1232     vpp-performance-changes-3n-skx-mrr-h1:
1233       csit-vpp-perf-verify-1904-3n-skx:
1234         - 7   # MRR sel
1235     vpp-performance-changes-3n-skx-mrr-ref:
1236       csit-vpp-perf-verify-1908-3n-skx:
1237         - 36  # MRR sel
1238     vpp-performance-changes-3n-skx-mrr-cmp:
1239       csit-vpp-perf-verify-2001-3n-skx:
1240         - 50  # MRR sel
1241         - 53  # MRR sel addition
1242
1243     vpp-performance-changes-2n-skx-mrr-h1:
1244       csit-vpp-perf-verify-1904-2n-skx:
1245         - 11  # MRR sel
1246     vpp-performance-changes-2n-skx-mrr-ref:
1247       csit-vpp-perf-verify-1908-2n-skx:
1248         - 69  # MRR sel
1249     vpp-performance-changes-2n-skx-mrr-cmp:
1250       csit-vpp-perf-verify-2001-2n-skx:
1251         - 101 # MRR sel
1252         - 128 # MRR sel addition
1253
1254     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1255       csit-vpp-perf-verify-1908-2n-skx:
1256         - 71  # NFV MRR
1257     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1258       # TODO: Replace
1259       # csit-vpp-perf-verify-2001-2n-skx:
1260       csit-vpp-perf-verify-1908-2n-skx:
1261         - 71  # NFV MRR
1262
1263     vpp-performance-changes-2n-dnv-mrr-ref:
1264       csit-vpp-perf-verify-1908-2n-dnv:
1265         - 11  # MRR sel
1266     vpp-performance-changes-2n-dnv-mrr-cmp:
1267       csit-vpp-perf-verify-2001-2n-dnv:
1268         - 12  # MRR sel
1269
1270     vpp-performance-changes-3n-dnv-mrr-ref:
1271       csit-vpp-perf-verify-1908-3n-dnv:
1272         - 17  # MRR sel
1273     vpp-performance-changes-3n-dnv-mrr-cmp:
1274       csit-vpp-perf-verify-2001-3n-dnv:
1275         - 11  # MRR sel
1276
1277     vpp-performance-changes-3n-tsh-mrr-ref:
1278       csit-vpp-perf-verify-1908-3n-tsh:
1279         - 17  # MRR sel
1280     vpp-performance-changes-3n-tsh-mrr-cmp:
1281       csit-vpp-perf-verify-2001-3n-tsh:
1282         - 9   # MRR sel
1283
1284     dpdk-performance-changes-3n-hsw-h1:
1285       csit-dpdk-perf-verify-1904-3n-hsw:
1286         - 2   # NDRPDR sel
1287         - 3   # NDRPDR sel
1288         - 5   # NDRPDR sel
1289         - 6   # NDRPDR sel
1290         - 13  # NDRPDR sel
1291         - 14  # NDRPDR sel
1292         - 15  # NDRPDR sel
1293         - 18  # NDRPDR sel
1294         - 19  # NDRPDR sel
1295         - 20  # NDRPDR sel
1296     dpdk-performance-changes-3n-hsw-ref:
1297       csit-dpdk-perf-verify-1908-3n-hsw:
1298         - 2   # NDRPDR sel
1299         - 3   # NDRPDR sel
1300         - 4   # NDRPDR sel
1301         - 5   # NDRPDR sel
1302         - 6   # NDRPDR sel
1303         - 7   # NDRPDR sel
1304         - 8   # NDRPDR sel
1305         - 9   # NDRPDR sel
1306         - 10  # NDRPDR sel
1307         - 11  # NDRPDR sel
1308     dpdk-performance-changes-3n-hsw-cmp:
1309       csit-dpdk-perf-verify-2001-3n-hsw:
1310 #        - 4   # NDRPDR sel
1311 #        - 5   # NDRPDR sel
1312 #        - 6   # NDRPDR sel
1313 #        - 7   # NDRPDR sel
1314 #        - 8   # NDRPDR sel
1315 #        - 9   # NDRPDR sel
1316 #        - 10  # NDRPDR sel
1317 #        - 11  # NDRPDR sel
1318 #        - 12  # NDRPDR sel
1319 #        - 13  # NDRPDR sel
1320         - 15  # NDRPDR sel
1321         - 16  # NDRPDR sel
1322         - 17  # NDRPDR sel
1323         - 18  # NDRPDR sel
1324         - 19  # NDRPDR sel
1325         - 20  # NDRPDR sel
1326         - 21  # NDRPDR sel
1327         - 22  # NDRPDR sel
1328         - 23  # NDRPDR sel
1329         - 24  # NDRPDR sel
1330
1331     dpdk-performance-changes-3n-skx-h1:
1332       csit-dpdk-perf-verify-1904-3n-skx:
1333         - 2   # NDRPDR sel
1334         - 3   # NDRPDR sel
1335         - 4   # NDRPDR sel
1336         - 5   # NDRPDR sel
1337         - 6   # NDRPDR sel
1338         - 7   # NDRPDR sel
1339         - 11  # NDRPDR sel
1340         - 12  # NDRPDR sel
1341         - 13  # NDRPDR sel
1342         - 14  # NDRPDR sel
1343     dpdk-performance-changes-3n-skx-ref:
1344       csit-dpdk-perf-verify-1908-3n-skx:
1345         - 3   # NDRPDR sel
1346         - 4   # NDRPDR sel
1347         - 5   # NDRPDR sel
1348         - 6   # NDRPDR sel
1349         - 7   # NDRPDR sel
1350         - 8   # NDRPDR sel
1351         - 9   # NDRPDR sel
1352         - 10  # NDRPDR sel
1353         - 11  # NDRPDR sel
1354         - 12  # NDRPDR sel
1355     dpdk-performance-changes-3n-skx-cmp:
1356       csit-dpdk-perf-verify-2001-3n-skx:
1357         - 29  # NDRPDR sel xxv710
1358         - 33  # NDRPDR sel xxv710
1359         - 34  # NDRPDR sel xxv710
1360         - 35  # NDRPDR sel xxv710
1361         - 36  # NDRPDR sel xxv710
1362         - 37  # NDRPDR sel xxv710
1363         - 41  # NDRPDR sel xxv710
1364         - 42  # NDRPDR sel xxv710
1365         - 43  # NDRPDR sel xxv710
1366         - 45  # NDRPDR sel xxv710
1367         - 30  # NDRPDR sel x710
1368         - 31  # NDRPDR sel x710
1369         - 32  # NDRPDR sel x710
1370         - 38  # NDRPDR sel x710
1371         - 39  # NDRPDR sel x710
1372         - 40  # NDRPDR sel x710
1373         - 44  # NDRPDR sel x710
1374         - 46  # NDRPDR sel x710
1375         - 47  # NDRPDR sel x710
1376         - 48  # NDRPDR sel x710
1377
1378     dpdk-performance-changes-2n-skx-h1:
1379       csit-dpdk-perf-verify-1904-2n-skx:
1380         - 2   # NDRPDR sel
1381         - 3   # NDRPDR sel
1382         - 4   # NDRPDR sel
1383         - 5   # NDRPDR sel
1384         - 7   # NDRPDR sel
1385         - 8   # NDRPDR sel
1386         - 9   # NDRPDR sel
1387         - 10  # NDRPDR sel
1388         - 11  # NDRPDR sel
1389         - 12  # NDRPDR sel
1390     dpdk-performance-changes-2n-skx-ref:
1391       csit-dpdk-perf-verify-1908-2n-skx:
1392         - 2   # NDRPDR sel
1393         - 3   # NDRPDR sel
1394         - 4   # NDRPDR sel
1395         - 5   # NDRPDR sel
1396         - 7   # NDRPDR sel
1397         - 8   # NDRPDR sel
1398         - 9   # NDRPDR sel
1399         - 10  # NDRPDR sel
1400         - 11  # NDRPDR sel
1401         - 12  # NDRPDR sel
1402     dpdk-performance-changes-2n-skx-cmp:
1403       csit-dpdk-perf-verify-2001-2n-skx:
1404         - 35  # NDRPDR sel xxv710
1405         - 36  # NDRPDR sel xxv710
1406         - 37  # NDRPDR sel xxv710
1407         - 41  # NDRPDR sel xxv710
1408         - 42  # NDRPDR sel xxv710
1409         - 43  # NDRPDR sel xxv710
1410         - 46  # NDRPDR sel xxv710
1411         - 47  # NDRPDR sel xxv710
1412         - 52  # NDRPDR sel xxv710
1413         - 53  # NDRPDR sel xxv710
1414         - 38  # NDRPDR sel x710
1415         - 39  # NDRPDR sel x710
1416         - 40  # NDRPDR sel x710
1417         - 44  # NDRPDR sel x710
1418         - 45  # NDRPDR sel x710
1419         - 48  # NDRPDR sel x710
1420         - 49  # NDRPDR sel x710
1421         - 50  # NDRPDR sel x710
1422         - 51  # NDRPDR sel x710
1423         - 54  # NDRPDR sel x710
1424
1425     # Compare testbeds
1426
1427     vpp-compare-testbeds-ref:
1428       csit-vpp-perf-verify-2001-3n-hsw:
1429         - 21  # NDRPDR sel
1430         - 22  # NDRPDR sel
1431         - 23  # NDRPDR sel
1432         - 24  # NDRPDR sel
1433         - 25  # NDRPDR sel
1434         - 29  # NDRPDR sel
1435         - 30  # NDRPDR sel
1436         - 31  # NDRPDR sel
1437         - 32  # NDRPDR sel
1438         - 34  # NDRPDR sel
1439     vpp-compare-testbeds-cmp:
1440       # TODO: Add the data
1441       csit-vpp-perf-verify-2001-3n-skx:
1442         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1443         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1444         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1445         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1446         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1447         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1448         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1449
1450     vpp-compare-testbeds-skx-clx-ref:
1451       csit-vpp-perf-verify-2001-2n-skx:
1452         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1453         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1454         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1455         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1456         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1457         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1458         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1459         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1460         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1461         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1462     vpp-compare-testbeds-skx-clx-cmp:
1463       csit-vpp-perf-verify-2001-2n-clx:
1464         - 28  # NDRPDR sel
1465         - 29  # NDRPDR sel
1466         - 32  # NDRPDR sel
1467         - 40  # NDRPDR sel
1468         - 43  # NDRPDR sel
1469         - 44  # NDRPDR sel
1470         - 45  # NDRPDR sel
1471         - 47  # NDRPDR sel
1472         - 48  # NDRPDR sel
1473         - 49  # NDRPDR sel
1474
1475     vpp-compare-testbeds-hsw-clx-ref:
1476       csit-vpp-perf-verify-2001-3n-hsw:
1477         - 21  # NDRPDR sel
1478         - 22  # NDRPDR sel
1479         - 23  # NDRPDR sel
1480         - 24  # NDRPDR sel
1481         - 25  # NDRPDR sel
1482         - 29  # NDRPDR sel
1483         - 30  # NDRPDR sel
1484         - 31  # NDRPDR sel
1485         - 32  # NDRPDR sel
1486         - 34  # NDRPDR sel
1487     vpp-compare-testbeds-hsw-clx-cmp:
1488       csit-vpp-perf-verify-2001-2n-clx:
1489         - 28  # NDRPDR sel
1490         - 29  # NDRPDR sel
1491         - 32  # NDRPDR sel
1492         - 40  # NDRPDR sel
1493         - 43  # NDRPDR sel
1494         - 44  # NDRPDR sel
1495         - 45  # NDRPDR sel
1496         - 47  # NDRPDR sel
1497         - 48  # NDRPDR sel
1498         - 49  # NDRPDR sel
1499
1500     vpp-compare-testbeds-mrr-ref:
1501       csit-vpp-perf-verify-2001-3n-hsw:
1502         - 17  # MRR sel
1503     vpp-compare-testbeds-mrr-cmp:
1504       csit-vpp-perf-verify-2001-3n-skx:
1505         - 50  # MRR sel
1506         - 53  # MRR sel addition
1507
1508     vpp-compare-testbeds-mrr-skx-clx-ref:
1509       csit-vpp-perf-verify-2001-2n-skx:
1510         - 101 # MRR sel
1511         - 128 # MRR sel addition
1512     vpp-compare-testbeds-mrr-skx-clx-cmp:
1513       csit-vpp-perf-verify-2001-2n-clx:
1514         - 39  # MRR
1515
1516     vpp-compare-testbeds-mrr-hsw-clx-ref:
1517       csit-vpp-perf-verify-2001-3n-hsw:
1518         - 17  # MRR sel
1519     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1520       csit-vpp-perf-verify-2001-2n-clx:
1521         - 39  # MRR
1522
1523     dpdk-compare-testbeds-ref:
1524       csit-dpdk-perf-verify-2001-3n-hsw:
1525         - 4   # NDRPDR sel
1526         - 5   # NDRPDR sel
1527         - 6   # NDRPDR sel
1528         - 7   # NDRPDR sel
1529         - 8   # NDRPDR sel
1530         - 9   # NDRPDR sel
1531         - 10  # NDRPDR sel
1532         - 11  # NDRPDR sel
1533         - 12  # NDRPDR sel
1534         - 13  # NDRPDR sel
1535         - 15  # NDRPDR sel
1536         - 16  # NDRPDR sel
1537         - 17  # NDRPDR sel
1538         - 18  # NDRPDR sel
1539         - 19  # NDRPDR sel
1540         - 20  # NDRPDR sel
1541         - 21  # NDRPDR sel
1542         - 22  # NDRPDR sel
1543         - 23  # NDRPDR sel
1544         - 24  # NDRPDR sel
1545     dpdk-compare-testbeds-cmp:
1546       csit-dpdk-perf-verify-2001-3n-skx:
1547         - 29  # NDRPDR sel xxv710
1548         - 33  # NDRPDR sel xxv710
1549         - 34  # NDRPDR sel xxv710
1550         - 35  # NDRPDR sel xxv710
1551         - 36  # NDRPDR sel xxv710
1552         - 37  # NDRPDR sel xxv710
1553         - 41  # NDRPDR sel xxv710
1554         - 42  # NDRPDR sel xxv710
1555         - 43  # NDRPDR sel xxv710
1556         - 45  # NDRPDR sel xxv710
1557         - 30  # NDRPDR sel x710
1558         - 31  # NDRPDR sel x710
1559         - 32  # NDRPDR sel x710
1560         - 38  # NDRPDR sel x710
1561         - 39  # NDRPDR sel x710
1562         - 40  # NDRPDR sel x710
1563         - 44  # NDRPDR sel x710
1564         - 46  # NDRPDR sel x710
1565         - 47  # NDRPDR sel x710
1566         - 48  # NDRPDR sel x710
1567
1568     dpdk-compare-testbeds-skx-clx-ref:
1569       csit-dpdk-perf-verify-2001-2n-skx:
1570         - 35  # NDRPDR sel xxv710
1571         - 36  # NDRPDR sel xxv710
1572         - 37  # NDRPDR sel xxv710
1573         - 41  # NDRPDR sel xxv710
1574         - 42  # NDRPDR sel xxv710
1575         - 43  # NDRPDR sel xxv710
1576         - 46  # NDRPDR sel xxv710
1577         - 47  # NDRPDR sel xxv710
1578         - 52  # NDRPDR sel xxv710
1579         - 53  # NDRPDR sel xxv710
1580         - 38  # NDRPDR sel x710
1581         - 39  # NDRPDR sel x710
1582         - 40  # NDRPDR sel x710
1583         - 44  # NDRPDR sel x710
1584         - 45  # NDRPDR sel x710
1585         - 48  # NDRPDR sel x710
1586         - 49  # NDRPDR sel x710
1587         - 50  # NDRPDR sel x710
1588         - 51  # NDRPDR sel x710
1589         - 54  # NDRPDR sel x710
1590     dpdk-compare-testbeds-skx-clx-cmp:
1591       csit-dpdk-perf-verify-2001-2n-clx:
1592         - 15  # NDRPDR sel
1593         - 16  # NDRPDR sel
1594         - 17  # NDRPDR sel
1595         - 18  # NDRPDR sel
1596         - 19  # NDRPDR sel
1597         - 20  # NDRPDR sel
1598         - 21  # NDRPDR sel
1599         - 22  # NDRPDR sel
1600         - 23  # NDRPDR sel
1601         - 24  # NDRPDR sel
1602         - 25  # NDRPDR sel
1603         - 26  # NDRPDR sel
1604         - 27  # NDRPDR sel
1605         - 28  # NDRPDR sel
1606         - 29  # NDRPDR sel
1607         - 30  # NDRPDR sel
1608         - 31  # NDRPDR sel
1609         - 32  # NDRPDR sel
1610         - 33  # NDRPDR sel
1611         - 34  # NDRPDR sel
1612
1613     # Compare topologies
1614
1615     vpp-compare-topologies-ref:
1616       # TODO: Add the data
1617       csit-vpp-perf-verify-2001-3n-skx:
1618         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1619         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1620         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1621         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1622         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1623         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1624         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1625     vpp-compare-topologies-cmp:
1626       csit-vpp-perf-verify-2001-2n-skx:
1627         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1628         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1629         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1630         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1631         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1632         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1633         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1634         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1635         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1636         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1637
1638     vpp-compare-topologies-mrr-ref:
1639       csit-vpp-perf-verify-2001-3n-skx:
1640         - 50  # MRR sel
1641         - 53  # MRR sel addition
1642     vpp-compare-topologies-mrr-cmp:
1643       csit-vpp-perf-verify-2001-2n-skx:
1644         - 101 # MRR sel
1645         - 128 # MRR sel addition
1646
1647     dpdk-compare-topologies-ref:
1648       csit-dpdk-perf-verify-2001-3n-skx:
1649         - 29  # NDRPDR sel xxv710
1650         - 33  # NDRPDR sel xxv710
1651         - 34  # NDRPDR sel xxv710
1652         - 35  # NDRPDR sel xxv710
1653         - 36  # NDRPDR sel xxv710
1654         - 37  # NDRPDR sel xxv710
1655         - 41  # NDRPDR sel xxv710
1656         - 42  # NDRPDR sel xxv710
1657         - 43  # NDRPDR sel xxv710
1658         - 45  # NDRPDR sel xxv710
1659         - 30  # NDRPDR sel x710
1660         - 31  # NDRPDR sel x710
1661         - 32  # NDRPDR sel x710
1662         - 38  # NDRPDR sel x710
1663         - 39  # NDRPDR sel x710
1664         - 40  # NDRPDR sel x710
1665         - 44  # NDRPDR sel x710
1666         - 46  # NDRPDR sel x710
1667         - 47  # NDRPDR sel x710
1668         - 48  # NDRPDR sel x710
1669     dpdk-compare-topologies-cmp:
1670       csit-dpdk-perf-verify-2001-2n-skx:
1671         - 35  # NDRPDR sel xxv710
1672         - 36  # NDRPDR sel xxv710
1673         - 37  # NDRPDR sel xxv710
1674         - 41  # NDRPDR sel xxv710
1675         - 42  # NDRPDR sel xxv710
1676         - 43  # NDRPDR sel xxv710
1677         - 46  # NDRPDR sel xxv710
1678         - 47  # NDRPDR sel xxv710
1679         - 52  # NDRPDR sel xxv710
1680         - 53  # NDRPDR sel xxv710
1681         - 38  # NDRPDR sel x710
1682         - 39  # NDRPDR sel x710
1683         - 40  # NDRPDR sel x710
1684         - 44  # NDRPDR sel x710
1685         - 45  # NDRPDR sel x710
1686         - 48  # NDRPDR sel x710
1687         - 49  # NDRPDR sel x710
1688         - 50  # NDRPDR sel x710
1689         - 51  # NDRPDR sel x710
1690         - 54  # NDRPDR sel x710
1691
1692   plot-layouts:
1693
1694     plot-soak-throughput:
1695       titlefont:
1696         size: 18
1697       xaxis:
1698         title: "<b>Test Cases [Index]</b>"
1699         titlefont:
1700           size: 16
1701         autorange: True
1702         fixedrange: False
1703         gridcolor: "rgb(230, 230, 230)"
1704         linecolor: "rgb(220, 220, 220)"
1705         linewidth: 1
1706         showgrid: True
1707         showline: True
1708         showticklabels: True
1709         tickcolor: "rgb(220, 220, 220)"
1710         tickmode: "linear"
1711         tickfont:
1712           size: 16
1713         zeroline: False
1714       yaxis:
1715         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1716         titlefont:
1717           size: 16
1718         gridcolor: "rgb(230, 230, 230)"
1719         hoverformat: ".4r"
1720         tickformat: ".3r"
1721         linecolor: "rgb(220, 220, 220)"
1722         linewidth: 1
1723         showgrid: True
1724         showline: True
1725         showticklabels: True
1726         tickcolor: "rgb(220, 220, 220)"
1727         tickfont:
1728           size: 16
1729         zeroline: False
1730         range: [0,50]
1731       autosize: False
1732       margin:
1733         t: 50
1734         b: 0
1735         l: 80
1736         r: 20
1737       showlegend: True
1738       legend:
1739         orientation: "h"
1740         font:
1741           size: 16
1742       width: 700
1743       height: 900
1744       paper_bgcolor: "#fff"
1745       plot_bgcolor: "#fff"
1746       hoverlabel:
1747         namelength: -1
1748
1749     plot-service-density:
1750       titlefont:
1751         size: 18
1752       xaxis:
1753         side: "top"
1754         autorange: True
1755         fixedrange: False
1756         showgrid: False
1757         showline: False
1758         showticklabels: False
1759         ticks: ""
1760         ticklen: 0
1761         tickwidth: 0
1762         zeroline: False
1763       yaxis:
1764         autorange: "reversed"
1765         showgrid: False
1766         showline: False
1767         showticklabels: False
1768         ticks: ""
1769         ticklen: 0
1770         tickwidth: 0
1771         zeroline: False
1772       showlegend: False
1773       paper_bgcolor: "#fff"
1774       plot_bgcolor: "#fff"
1775       width: 700
1776       height: 700
1777       hoverlabel:
1778         namelength: -1
1779
1780     plot-cps:
1781       titlefont:
1782         size: 18
1783       xaxis:
1784         title: "<b>Test Cases [Index]</b>"
1785         titlefont:
1786           size: 16
1787         autorange: True
1788         fixedrange: False
1789         gridcolor: "rgb(230, 230, 230)"
1790         linecolor: "rgb(220, 220, 220)"
1791         linewidth: 1
1792         showgrid: True
1793         showline: True
1794         showticklabels: True
1795         tickcolor: "rgb(220, 220, 220)"
1796         tickmode: "linear"
1797         tickfont:
1798           size: 16
1799         zeroline: False
1800       yaxis:
1801         title: "<b>Connections Per Second [cps]</b>"
1802         titlefont:
1803           size: 16
1804         gridcolor: "rgb(230, 230, 230)"
1805         hoverformat: ".4s"
1806         linecolor: "rgb(220, 220, 220)"
1807         linewidth: 1
1808         rangemode: "tozero"
1809         showgrid: True
1810         showline: True
1811         showticklabels: True
1812         tickcolor: "rgb(220, 220, 220)"
1813         tickformat: ".3s"
1814         tickfont:
1815           size: 16
1816         zeroline: False
1817       boxmode: "group"
1818       boxgroupgap: 0.5
1819       autosize: False
1820       margin:
1821         t: 50
1822         b: 20
1823         l: 80
1824         r: 20
1825       showlegend: True
1826       legend:
1827         orientation: "h"
1828         font:
1829           size: 16
1830       width: 700
1831       height: 800
1832       paper_bgcolor: "#fff"
1833       plot_bgcolor: "#fff"
1834       hoverlabel:
1835         namelength: -1
1836
1837     plot-rps:
1838       titlefont:
1839         size: 18
1840       xaxis:
1841         title: "<b>Test Cases [Index]</b>"
1842         titlefont:
1843           size: 16
1844         autorange: True
1845         fixedrange: False
1846         gridcolor: "rgb(230, 230, 230)"
1847         linecolor: "rgb(220, 220, 220)"
1848         linewidth: 1
1849         showgrid: True
1850         showline: True
1851         showticklabels: True
1852         tickcolor: "rgb(220, 220, 220)"
1853         tickmode: "linear"
1854         tickfont:
1855           size: 16
1856         zeroline: False
1857       yaxis:
1858         title: "<b>Requests Per Second [rps]</b>"
1859         titlefont:
1860           size: 16
1861         gridcolor: "rgb(230, 230, 230)"
1862         hoverformat: ".4s"
1863         linecolor: "rgb(220, 220, 220)"
1864         linewidth: 1
1865         rangemode: "tozero"
1866         showgrid: True
1867         showline: True
1868         showticklabels: True
1869         tickcolor: "rgb(230, 230, 230)"
1870         tickformat: ".3s"
1871         tickfont:
1872           size: 16
1873         zeroline: False
1874       boxmode: "group"
1875       boxgroupgap: 0.5
1876       autosize: False
1877       margin:
1878         t: 50
1879         b: 20
1880         l: 80
1881         r: 20
1882       showlegend: True
1883       legend:
1884         orientation: "h"
1885         font:
1886           size: 16
1887       width: 700
1888       height: 800
1889       paper_bgcolor: "#fff"
1890       plot_bgcolor: "#fff"
1891       hoverlabel:
1892         namelength: -1
1893
1894     plot-hoststack:
1895       titlefont:
1896         size: 16
1897       xaxis:
1898         title: "<b>Test Cases [Index]</b>"
1899         titlefont:
1900           size: 14
1901         autorange: True
1902         fixedrange: False
1903         gridcolor: "rgb(230, 230, 230)"
1904         linecolor: "rgb(220, 220, 220)"
1905         linewidth: 1
1906         showgrid: True
1907         showline: True
1908         showticklabels: True
1909         tickcolor: "rgb(220, 220, 220)"
1910         tickmode: "linear"
1911         tickfont:
1912           size: 14
1913         zeroline: False
1914       yaxis:
1915         title: "<b>Bandwidth [Gbps]</b>"
1916         titlefont:
1917           size: 14
1918         gridcolor: "rgb(230, 230, 230)"
1919         hoverformat: ".4s"
1920         linecolor: "rgb(220, 220, 220)"
1921         linewidth: 1
1922         rangemode: "tozero"
1923         showgrid: True
1924         showline: True
1925         showticklabels: True
1926         tickcolor: "rgb(230, 230, 230)"
1927         tickformat: ".3s"
1928         tickfont:
1929           size: 14
1930         zeroline: False
1931       boxmode: "group"
1932       boxgroupgap: 0.5
1933       autosize: False
1934       margin:
1935         t: 50
1936         b: 20
1937         l: 80
1938         r: 20
1939       showlegend: True
1940       legend:
1941         orientation: "h"
1942         font:
1943           size: 14
1944       width: 700
1945       height: 800
1946       paper_bgcolor: "#fff"
1947       plot_bgcolor: "#fff"
1948       hoverlabel:
1949         namelength: -1
1950
1951     plot-throughput:
1952       titlefont:
1953         size: 18
1954       xaxis:
1955         title: "<b>Test Cases [Index]</b>"
1956         titlefont:
1957           size: 16
1958         autorange: True
1959         fixedrange: False
1960         gridcolor: "rgb(230, 230, 230)"
1961         linecolor: "rgb(220, 220, 220)"
1962         linewidth: 1
1963         showgrid: True
1964         showline: True
1965         showticklabels: True
1966         tickcolor: "rgb(220, 220, 220)"
1967         tickmode: "linear"
1968         tickfont:
1969           size: 16
1970         zeroline: False
1971       yaxis:
1972         title: "<b>Packet Throughput [Mpps]</b>"
1973         titlefont:
1974           size: 16
1975         gridcolor: "rgb(230, 230, 230)"
1976         hoverformat: ".4r"
1977         tickformat: ".3r"
1978         linecolor: "rgb(220, 220, 220)"
1979         linewidth: 1
1980         showgrid: True
1981         showline: True
1982         showticklabels: True
1983         tickcolor: "rgb(220, 220, 220)"
1984         tickfont:
1985           size: 16
1986         zeroline: False
1987         range: [0,50]
1988       autosize: False
1989       margin:
1990         t: 50
1991         b: 0
1992         l: 80
1993         r: 20
1994       showlegend: True
1995       legend:
1996         orientation: "h"
1997         font:
1998           size: 16
1999       width: 700
2000       height: 900
2001       paper_bgcolor: "#fff"
2002       plot_bgcolor: "#fff"
2003       hoverlabel:
2004         namelength: -1
2005
2006     plot-throughput-speedup-analysis:
2007       titlefont:
2008         size: 18
2009       xaxis:
2010         title: "<b>Number of Cores [Qty]</b>"
2011         titlefont:
2012           size: 16
2013         autorange: True
2014         fixedrange: False
2015         gridcolor: "rgb(230, 230, 230)"
2016         linecolor: "rgb(220, 220, 220)"
2017         linewidth: 1
2018         showgrid: True
2019         showline: True
2020         showticklabels: True
2021         tickcolor: "rgb(238, 238, 238)"
2022         tickmode: "linear"
2023         tickfont:
2024           size: 16
2025         zeroline: False
2026       yaxis:
2027         title: "<b>Packet Throughput [Mpps]</b>"
2028         titlefont:
2029           size: 16
2030         type: "linear"
2031         gridcolor: "rgb(230, 230, 230)"
2032         hoverformat: ".4s"
2033         linecolor: "rgb(220, 220, 220)"
2034         linewidth: 1
2035         showgrid: True
2036         showline: True
2037         showticklabels: True
2038         tickcolor: "rgb(220, 220, 220)"
2039         tickformat: ".4s"
2040         tickfont:
2041           size: 16
2042         zeroline: True
2043         rangemode: "tozero"
2044         range: [0,100]
2045       legend:
2046         orientation: "h"
2047         font:
2048           size: 16
2049         xanchor: "left"
2050         yanchor: "top"
2051         x: 0
2052         y: -0.2
2053         bgcolor: "rgba(255, 255, 255, 0)"
2054         bordercolor: "rgba(255, 255, 255, 0)"
2055         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2056       autosize: False
2057       margin:
2058           't': 50
2059           'b': 150
2060           'l': 85
2061           'r': 10
2062       showlegend: True
2063       width: 700
2064       height: 700
2065       paper_bgcolor: "#fff"
2066       plot_bgcolor: "#fff"
2067       hoverlabel:
2068         namelength: -1
2069       annotations: [
2070         {
2071           text: "_ _          __          ...",
2072           align: "left",
2073           showarrow: False,
2074           xref: "paper",
2075           yref: "paper",
2076           xanchor: "left",
2077           yanchor: "top",
2078           x: 0,
2079           y: -0.13,
2080           font: {
2081             family: "Consolas, Courier New",
2082             size: 15
2083           },
2084         },
2085         {
2086           text: "    Perfect     Measured     Limit",
2087           align: "left",
2088           showarrow: False,
2089           xref: "paper",
2090           yref: "paper",
2091           xanchor: "left",
2092           yanchor: "top",
2093           x: 0,
2094           y: -0.15,
2095           font: {
2096             family: "Consolas, Courier New",
2097             size: 15
2098           },
2099         },
2100       ]
2101
2102     plot-latency:
2103       titlefont:
2104         size: 18
2105       xaxis:
2106         title: "<b>Direction</b>"
2107         titlefont:
2108           size: 16
2109         autorange: True
2110         fixedrange: False
2111         gridcolor: "rgb(230, 230, 230)"
2112         linecolor: "rgb(220, 220, 220)"
2113         linewidth: 1
2114         showgrid: True
2115         showline: True
2116         showticklabels: False
2117         tickcolor: "rgb(220, 220, 220)"
2118         tickmode: "linear"
2119         tickfont:
2120           size: 16
2121         zeroline: False
2122       yaxis:
2123         title: "<b>Packet Latency [uSec]</b>"
2124         titlefont:
2125           size: 16
2126         type: "linear"
2127         gridcolor: "rgb(230, 230, 230)"
2128         hoverformat: ".4s"
2129         linecolor: "rgb(220, 220, 220)"
2130         linewidth: 1
2131         showgrid: True
2132         showline: True
2133         showticklabels: True
2134         tickcolor: "rgb(220, 220, 220)"
2135         tickformat: ".4s"
2136         tickfont:
2137           size: 16
2138         zeroline: True
2139         rangemode: "tozero"
2140       legend:
2141         orientation: "h"
2142         font:
2143           size: 16
2144         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2145       autosize: False
2146       margin:
2147           't': 50
2148           'b': 150
2149           'l': 80
2150           'r': 10
2151       showlegend: True
2152       width: 700
2153       height: 700
2154       paper_bgcolor: "#fff"
2155       plot_bgcolor: "#fff"
2156       hoverlabel:
2157         namelength: -1
2158
2159     plot-hdrh-latency:
2160       title:
2161         text: ""
2162         xanchor: "center"
2163         x: 0.5
2164         font:
2165           size: 16
2166       width: 700
2167       plot_bgcolor: "white"
2168       annotations:
2169         - font:
2170             size: 14
2171           showarrow: False
2172           text: "<b>Packet Latency [uSec]</b>"
2173           x: 1
2174           xanchor: "right"
2175           xref: "paper"
2176           y: -0.045
2177           yanchor: "top"
2178           yref: "paper"
2179         - font:
2180             size: 14
2181           showarrow: False
2182           text: "<b>Probability [%]</b>"
2183           textangle: 270
2184           x: -0.06
2185           xanchor: "center"
2186           xref: "paper"
2187           y: 0.5
2188           yanchor: "middle"
2189           yref: "paper"
2190         - font:
2191             size: 14
2192           showarrow: False
2193           text: "<b>Direction: E-W</b>"
2194           x: 0.24
2195           xanchor: "center"
2196           xref: "paper"
2197           y: 1.05
2198           yanchor: "bottom"
2199           yref: "paper"
2200         - font:
2201             size: 14
2202           showarrow: False
2203           text: "<b>Direction: W-E</b>"
2204           x: 0.74
2205           xanchor: "center"
2206           xref: "paper"
2207           y: 1.05
2208           yanchor: "bottom"
2209           yref: "paper"
2210
2211     plot-hdrh-latency-percentile:
2212       title:
2213         text: ""
2214         xanchor: "center"
2215         x: 0.5
2216         font:
2217           size: 18
2218       xaxis:
2219         type: "log"
2220         title: "<b>Percentile [%]</b>"
2221         titlefont:
2222           size: 16
2223         autorange: True
2224         fixedrange: False
2225         gridcolor: "rgb(230, 230, 230)"
2226         linecolor: "rgb(220, 220, 220)"
2227         linewidth: 1
2228         showgrid: True
2229         showline: True
2230         showticklabels: True
2231         tickcolor: "rgb(220, 220, 220)"
2232         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2233         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2234         tickfont:
2235           size: 16
2236       yaxis:
2237         title: "<b>Packet Latency [uSec]</b>"
2238         titlefont:
2239           size: 16
2240         gridcolor: "rgb(230, 230, 230)"
2241         linecolor: "rgb(220, 220, 220)"
2242         linewidth: 1
2243         showgrid: True
2244         showline: True
2245         showticklabels: True
2246         tickcolor: "rgb(220, 220, 220)"
2247         tickfont:
2248           size: 16
2249       autosize: False
2250       showlegend: True
2251       legend:
2252         traceorder: "normal"
2253         orientation: "h"
2254         font:
2255           size: 16
2256         xanchor: "left"
2257         yanchor: "top"
2258         x: 0
2259         y: -0.15
2260         bgcolor: "rgba(255, 255, 255, 0)"
2261         bordercolor: "rgba(255, 255, 255, 0)"
2262       width: 700
2263       height: 700
2264       paper_bgcolor: "white"
2265       plot_bgcolor: "white"
2266
2267     plot-hdrh-latency-by-percentile:
2268       title:
2269         text: "<b>Latency by Percentile Distribution</b>"
2270         xanchor: "center"
2271         x: 0.5
2272         font:
2273           size: 18
2274       showlegend: True
2275       legend:
2276         traceorder: "normal"
2277         orientation: "h"
2278         font:
2279           size: 16
2280         xanchor: "left"
2281         yanchor: "top"
2282         x: 0
2283         y: -0.2
2284         bgcolor: "rgba(255, 255, 255, 0)"
2285         bordercolor: "rgba(255, 255, 255, 0)"
2286       xaxis:
2287         type: "linear"
2288         title: "<b>Percentile [%]</b>"
2289         titlefont:
2290           size: 14
2291         autorange: False
2292         fixedrange: False
2293         range: [0, 100]
2294         gridcolor: "rgb(230, 230, 230)"
2295         linecolor: "rgb(220, 220, 220)"
2296         linewidth: 1
2297         showgrid: True
2298         showline: True
2299         showticklabels: True
2300         tickcolor: "rgb(220, 220, 220)"
2301         tickvals: [0, 25, 50, 75, 100]
2302         ticktext: [0, 25, 50, 75, 100]
2303         tickfont:
2304           size: 14
2305       yaxis:
2306         title: "<b>One-Way Latency per Direction [uSec]</b>"
2307         titlefont:
2308           size: 14
2309         gridcolor: "rgb(230, 230, 230)"
2310         linecolor: "rgb(220, 220, 220)"
2311         linewidth: 1
2312         showgrid: True
2313         showline: True
2314         showticklabels: True
2315         tickcolor: "rgb(220, 220, 220)"
2316         tickfont:
2317           size: 14
2318       width: 700
2319       height: 700
2320       paper_bgcolor: "white"
2321       plot_bgcolor: "white"
2322
2323 - type: "static"
2324   src-path: "{DIR[RST]}"
2325   dst-path: "{DIR[WORKING,SRC]}"
2326
2327 - type: "input"
2328   general:
2329     file-name: "output_info.xml.gz"
2330     file-format: ".gz"
2331     arch-file-format:
2332       - ".gz"
2333       - ".zip"
2334     download-path: "{job}/{build}/archives/{filename}"
2335     extract: "output.xml"
2336
2337     zip-file-name: "robot-plugin.zip"
2338     zip-file-format: ".zip"
2339     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2340     zip-extract: "robot-plugin/output.xml"
2341
2342   builds:
2343
2344     csit-vpp-perf-verify-1904-3n-hsw:
2345       - 9   # MRR sel
2346       - 11  # NDRPDR sel
2347       - 12  # NDRPDR sel
2348       - 20  # NDRPDR sel
2349       - 21  # NDRPDR sel
2350       - 23  # NDRPDR sel
2351       - 24  # NDRPDR sel
2352       - 25  # NDRPDR sel
2353       - 26  # NDRPDR sel
2354       - 29  # NDRPDR sel
2355       - 30  # NDRPDR sel
2356     csit-vpp-perf-verify-1908-3n-hsw:
2357       - 12  # NDRPDR sel
2358       - 13  # NDRPDR sel
2359       - 14  # NDRPDR sel
2360       - 15  # NDRPDR sel
2361       - 16  # NDRPDR sel
2362       - 17  # NDRPDR sel
2363       - 18  # NDRPDR sel
2364       - 19  # NDRPDR sel
2365       - 20  # NDRPDR sel
2366       - 21  # NDRPDR sel
2367       - 48  # NDRPDR sel vhost
2368       - 49  # NDRPDR sel vhost
2369       - 52  # NDRPDR sel vhost
2370       - 53  # NDRPDR sel vhost
2371       - 54  # NDRPDR sel vhost
2372       - 55  # NDRPDR sel vhost
2373       - 56  # NDRPDR sel vhost
2374       - 57  # NDRPDR sel vhost
2375       - 58  # NDRPDR sel vhost
2376       - 59  # NDRPDR sel vhost
2377       - 39  # MRR sel
2378     csit-vpp-perf-verify-2001-3n-hsw:
2379       - 21  # NDRPDR sel
2380       - 22  # NDRPDR sel
2381       - 23  # NDRPDR sel
2382       - 24  # NDRPDR sel
2383       - 25  # NDRPDR sel
2384       - 29  # NDRPDR sel
2385       - 30  # NDRPDR sel
2386       - 31  # NDRPDR sel
2387       - 32  # NDRPDR sel
2388       - 34  # NDRPDR sel
2389       - 17  # MRR sel
2390       - 18  # NDRPDR full
2391       - 20  # NDRPDR full
2392       - 28  # NDRPDR full
2393       - 35  # NDRPDR full
2394       - 42  # NDRPDR full
2395       - 46  # NDRPDR full
2396       - 47  # NDRPDR full
2397       - 48  # NDRPDR full
2398       - 49  # NDRPDR full
2399       - 50  # NDRPDR full
2400       - 51  # NDRPDR full
2401       - 52  # NDRPDR full
2402       - 53  # NDRPDR full
2403       - 54  # NDRPDR full
2404       - 55  # NDRPDR full
2405       - 56  # NDRPDR full
2406       - 57  # NDRPDR full
2407       - 58  # NDRPDR full
2408       - 59  # NDRPDR full
2409       - 61  # NDRPDR full
2410       - 62  # NDRPDR full
2411       - 63  # NDRPDR full
2412       - 64  # NDRPDR full
2413       - 65  # NDRPDR full
2414       - 67  # NDRPDR full
2415       - 70  # NDRPDR full
2416       - 72  # NDRPDR full
2417       - 73  # NDRPDR full
2418       - 76  # NDRPDR full
2419       - 77  # NDRPDR full
2420       - 78  # NDRPDR full
2421       - 79  # NDRPDR full
2422       - 81  # NDRPDR full
2423       - 82  # NDRPDR full
2424       - 84  # NDRPDR full
2425       - 85  # NDRPDR full
2426       - 103  # hoststack
2427       - 104  # hoststack
2428       - 105  # hoststack
2429       - 106  # hoststack
2430       - 107  # hoststack
2431       - 108  # hoststack
2432       - 109  # hoststack
2433       - 110  # hoststack
2434       - 111  # hoststack
2435       - 112  # hoststack
2436
2437     csit-vpp-perf-verify-1904-3n-skx:
2438       - 7   # MRR sel
2439       - 8   # NDRPDR sel
2440       - 9   # NDRPDR sel
2441       - 10  # NDRPDR sel
2442       - 11  # NDRPDR sel
2443       - 12  # NDRPDR sel
2444       - 14  # NDRPDR sel
2445       - 16  # NDRPDR sel
2446       - 21  # NDRPDR sel
2447       - 23  # NDRPDR sel
2448       - 25  # NDRPDR sel
2449     csit-vpp-perf-verify-1908-3n-skx:
2450       - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
2451       - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
2452       - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
2453       - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
2454       - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
2455       - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
2456       - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
2457       - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
2458       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2459       - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
2460       - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2461       - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2462       - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2463       - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2464       - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2465       - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2466       - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2467       - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2468       - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2469       - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2470       - 36  # MRR sel - old1908 - vpp build: 19.08-release
2471     csit-vpp-perf-verify-1908_1-3n-skx:
2472       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2473       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2474       - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2475       - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2476       - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2477       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2478       - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2479       - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2480       - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2481       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2482       - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2483       - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2484       - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2485       - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2486       - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2487       - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2488       - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2489       - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2490       - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2491       - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2492     csit-vpp-perf-verify-1908_2-3n-skx:
2493       - 1   # NDRPDR sel
2494       - 2   # NDRPDR sel
2495     csit-vpp-perf-verify-2001-3n-skx:
2496       - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2497       - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2498       - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2499       - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2500       - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2501       - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2502       - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2503       - 82  # NDRPDR full - crypto-1
2504       - 85  # NDRPDR full - l2-2
2505       - 87  # NDRPDR full - ip6-1
2506       - 88  # NDRPDR full - ip6-2
2507       - 90  # NDRPDR full - memif
2508       - 95  # NDRPDR full - l2-1
2509       - 96  # NDRPDR full - ip4-2
2510       - 97  # NDRPDR full - vhost-1
2511       - 102 # NDRPDR full - crypto-2
2512       - 104 # NDRPDR full - ip4tunnels-1
2513       - 105 # NDRPDR full - ip4tunnels-2
2514       - 106 # NDRPDR full - ip4tunnels-3
2515       - 107 # NDRPDR full - ip6tunnels-1
2516       - 108 # NDRPDR full - ip4-1
2517       - 109 # NDRPDR full - crypto-3
2518       - 110 # NDRPDR full - crypto-4
2519       - 111 # NDRPDR full - ip4-2
2520       - 112 # NDRPDR full - ip4-4
2521       - 113 # NDRPDR full - ip4-5
2522       - 114 # NDRPDR full - ip4-6
2523       - 115 # NDRPDR full - ip4-7
2524       - 116 # NDRPDR full - ip4-8
2525       - 117 # NDRPDR full - ip4-9
2526       - 118 # NDRPDR full - srv6-1
2527       - 119 # NDRPDR full - srv6-2
2528       - 120 # NDRPDR full - l2-3
2529       - 122 # NDRPDR full - l2-5
2530       - 123 # NDRPDR full - l2-6
2531       - 124 # NDRPDR full - l2-7
2532       - 125 # NDRPDR full - vhost-2
2533       - 126 # NDRPDR full - vhost-3
2534       - 128 # NDRPDR full - l2-8
2535       - 129 # NDRPDR full - l2-9
2536       - 130 # NDRPDR full - l2-10
2537       - 131 # NDRPDR full - l2-11
2538       - 132 # NDRPDR full - vhost-4
2539       - 133 # NDRPDR full - l2-4
2540       - 50  # MRR sel
2541       - 53  # MRR sel addition
2542
2543     csit-vpp-perf-verify-1904-2n-skx:
2544       - 11  # MRR sel
2545       - 12  # NDRPDR sel
2546       - 14  # NDRPDR sel
2547       - 16  # NDRPDR sel
2548       - 17  # NDRPDR sel
2549       - 18  # NDRPDR sel
2550       - 21  # NDRPDR sel
2551       - 27  # NDRPDR sel
2552       - 30  # NDRPDR sel
2553       - 31  # NDRPDR sel
2554       - 32  # NDRPDR sel
2555     csit-vpp-perf-verify-1908-2n-skx:
2556       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2557       - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
2558       - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
2559       - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
2560       - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
2561       - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
2562       - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
2563       - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
2564       - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
2565       - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
2566       - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2567       - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2568       - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2569       - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2570       - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2571       - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2572       - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2573       - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2574       - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2575       - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2576       - 69  # MRR sel - old1908 - vpp build: 19.08-release
2577     csit-vpp-perf-verify-1908_1-2n-skx:
2578       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2579       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2580       - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2581       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2582       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2583       - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2584       - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2585       - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2586       - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2587       - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2588       - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2589       - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2590       - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2591       - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2592       - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2593       - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2594       - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2595       - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2596       - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2597       - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2598     csit-vpp-perf-verify-1908_2-2n-skx:
2599       - 1   # NDRPDR sel
2600       - 2   # NDRPDR sel
2601       - 3   # NDRPDR sel
2602       - 4   # NDRPDR sel
2603       - 5   # NDRPDR sel
2604       - 6   # NDRPDR sel
2605       - 7   # NDRPDR sel
2606       - 8   # NDRPDR sel
2607       - 9   # NDRPDR sel
2608       - 10  # NDRPDR sel
2609     csit-vpp-perf-verify-2001-2n-skx:
2610       - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2611       - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2612       - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2613       - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2614       - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2615       - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2616       - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2617       - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2618       - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2619       - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2620       - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2621       - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2622       - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2623       - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2624       - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2625       - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2626       - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2627       - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2628       - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2629       - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2630       - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2631       - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2632       - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2633       - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2634       - 101  # MRR sel - old
2635       - 128  # MRR sel addition - old
2636       - 169  # Reconf
2637       - 171  # Reconf
2638       - 172  # Reconf
2639       - 173  # Reconf
2640       - 174  # Reconf
2641       - 175  # Reconf
2642       - 176  # Reconf
2643       - 177  # Reconf
2644       - 178  # Reconf
2645       - 179  # Reconf
2646       - 181  # Soak
2647       - 182  # Soak
2648
2649     csit-vpp-perf-verify-1908_1-2n-clx:
2650       - 5  # NDRPDR sel
2651       - 6  # NDRPDR sel
2652       - 7  # NDRPDR sel
2653       - 8  # NDRPDR sel
2654       - 9  # NDRPDR sel
2655     csit-vpp-perf-verify-1908_2-2n-clx:
2656       - 4  # NDRPDR sel
2657       - 5  # NDRPDR sel
2658       - 6  # NDRPDR sel
2659       - 7  # NDRPDR sel
2660       - 8  # NDRPDR sel
2661     csit-vpp-perf-verify-2001-2n-clx:
2662       - 28  # NDRPDR sel
2663       - 29  # NDRPDR sel
2664       - 32  # NDRPDR sel
2665       - 40  # NDRPDR sel
2666       - 43  # NDRPDR sel
2667       - 44  # NDRPDR sel
2668       - 45  # NDRPDR sel
2669       - 47  # NDRPDR sel
2670       - 48  # NDRPDR sel
2671       - 49  # NDRPDR sel
2672       - 39  # MRR
2673       - 53  # NDRPDR full
2674       - 54  # NDRPDR full
2675       - 55  # NDRPDR full
2676       - 56  # NDRPDR full
2677       - 57  # NDRPDR full
2678       - 58  # NDRPDR full
2679       - 59  # NDRPDR full
2680       - 60  # NDRPDR full
2681       - 61  # NDRPDR full
2682       - 62  # NDRPDR full
2683       - 63  # NDRPDR full
2684       - 64  # NDRPDR full
2685       - 65  # NDRPDR full
2686       - 66  # NDRPDR full
2687       - 67  # NDRPDR full
2688       - 68  # Reconf
2689       - 69  # Reconf
2690       - 70  # Reconf
2691       - 71  # Reconf
2692       - 72  # Reconf
2693       - 73  # Reconf
2694       - 74  # Reconf
2695       - 75  # Reconf
2696       - 76  # Reconf
2697       - 77  # Reconf
2698       - 80  # TCP
2699       - 82  # TCP
2700       - 83  # TCP
2701       - 85  # TCP
2702       - 86  # TCP
2703       - 87  # TCP
2704       - 88  # TCP
2705       - 89  # TCP
2706       - 90  # TCP
2707       - 91  # TCP
2708       - 93  # Soak
2709       - 94  # Soak
2710
2711     csit-vpp-perf-verify-1908-3n-tsh:
2712       - 7   # NDRPDR sel
2713       - 8   # NDRPDR sel
2714       - 9   # NDRPDR sel
2715       - 10  # NDRPDR sel
2716       - 11  # NDRPDR sel
2717       - 12  # NDRPDR sel
2718       - 13  # NDRPDR sel
2719       - 14  # NDRPDR sel
2720       - 15  # NDRPDR sel
2721       - 16  # NDRPDR sel
2722       - 17  # MRR sel
2723     csit-vpp-perf-verify-2001-3n-tsh:
2724       - 3   # NDRPDR sel
2725       - 4   # NDRPDR sel
2726       - 7   # NDRPDR sel
2727       - 8   # NDRPDR sel
2728       - 10  # NDRPDR sel
2729       - 12  # NDRPDR sel
2730       - 13  # NDRPDR sel
2731       - 14  # NDRPDR sel
2732       - 15  # NDRPDR sel
2733       - 21  # NDRPDR sel
2734       - 9   # MRR sel
2735
2736     csit-vpp-perf-verify-1908-3n-dnv:
2737       - 6   # NDRPDR sel
2738       - 7   # NDRPDR sel
2739       - 8   # NDRPDR sel
2740       - 9   # NDRPDR sel
2741       - 10  # NDRPDR sel
2742       - 12  # NDRPDR sel
2743       - 13  # NDRPDR sel
2744       - 14  # NDRPDR sel
2745       - 15  # NDRPDR sel
2746       - 16  # NDRPDR sel
2747       - 17  # MRR sel
2748     csit-vpp-perf-verify-2001-3n-dnv:
2749       - 5   # NDRPDR sel
2750       - 6   # NDRPDR sel
2751       - 7   # NDRPDR sel
2752       - 8   # NDRPDR sel
2753       - 9   # NDRPDR sel
2754       - 10  # NDRPDR sel
2755       - 12  # NDRPDR sel
2756       - 16  # NDRPDR sel
2757       - 17  # NDRPDR sel
2758       - 18  # NDRPDR sel
2759       - 11  # MRR sel
2760       - 19  # NDRPDR full
2761       - 20  # NDRPDR full
2762       - 21  # NDRPDR full
2763       - 22  # NDRPDR full
2764       - 23  # NDRPDR full
2765       - 24  # NDRPDR full
2766       - 25  # NDRPDR full
2767       - 26  # NDRPDR full
2768       - 37  # NDRPDR full
2769       - 38  # NDRPDR full
2770       - 39  # NDRPDR full
2771
2772     csit-vpp-perf-verify-1908-2n-dnv:
2773       - 1   # NDRPDR sel
2774       - 2   # NDRPDR sel
2775       - 3   # NDRPDR sel
2776       - 4   # NDRPDR sel
2777       - 5   # NDRPDR sel
2778       - 6   # NDRPDR sel
2779       - 7   # NDRPDR sel
2780       - 8   # NDRPDR sel
2781       - 9   # NDRPDR sel
2782       - 10  # NDRPDR sel
2783       - 11  # MRR sel
2784     csit-vpp-perf-verify-2001-2n-dnv:
2785       - 4   # NDRPDR sel
2786       - 5   # NDRPDR sel
2787       - 6   # NDRPDR sel
2788       - 7   # NDRPDR sel
2789       - 8   # NDRPDR sel
2790       - 9   # NDRPDR sel
2791       - 10  # NDRPDR sel
2792       - 11  # NDRPDR sel
2793       - 13  # NDRPDR sel
2794       - 16  # NDRPDR sel
2795       - 12  # MRR sel
2796       - 21  # NDRPDR full
2797       - 22  # NDRPDR full
2798       - 25  # NDRPDR full
2799       - 26  # NDRPDR full
2800       - 27  # NDRPDR full
2801       - 28  # NDRPDR full
2802
2803     csit-dpdk-perf-verify-1904-3n-hsw:
2804       - 2   # NDRPDR sel
2805       - 3   # NDRPDR sel
2806       - 5   # NDRPDR sel
2807       - 6   # NDRPDR sel
2808       - 13  # NDRPDR sel
2809       - 14  # NDRPDR sel
2810       - 15  # NDRPDR sel
2811       - 18  # NDRPDR sel
2812       - 19  # NDRPDR sel
2813       - 20  # NDRPDR sel
2814     csit-dpdk-perf-verify-1908-3n-hsw:
2815       - 2   # NDRPDR sel
2816       - 3   # NDRPDR sel
2817       - 4   # NDRPDR sel
2818       - 5   # NDRPDR sel
2819       - 6   # NDRPDR sel
2820       - 7   # NDRPDR sel
2821       - 8   # NDRPDR sel
2822       - 9   # NDRPDR sel
2823       - 10  # NDRPDR sel
2824       - 11  # NDRPDR sel
2825     csit-dpdk-perf-verify-2001-3n-hsw:
2826       - 4   # NDRPDR sel
2827       - 5   # NDRPDR sel
2828       - 6   # NDRPDR sel
2829       - 7   # NDRPDR sel
2830       - 8   # NDRPDR sel
2831       - 9   # NDRPDR sel
2832       - 10  # NDRPDR sel
2833       - 11  # NDRPDR sel
2834       - 12  # NDRPDR sel
2835       - 13  # NDRPDR sel
2836       - 15  # NDRPDR sel
2837       - 16  # NDRPDR sel
2838       - 17  # NDRPDR sel
2839       - 18  # NDRPDR sel
2840       - 19  # NDRPDR sel
2841       - 20  # NDRPDR sel
2842       - 21  # NDRPDR sel
2843       - 22  # NDRPDR sel
2844       - 23  # NDRPDR sel
2845       - 24  # NDRPDR sel
2846       - 25  # NDRPDR full
2847       - 26  # NDRPDR full
2848
2849     csit-dpdk-perf-verify-1904-3n-skx:
2850       - 2   # NDRPDR sel
2851       - 3   # NDRPDR sel
2852       - 4   # NDRPDR sel
2853       - 5   # NDRPDR sel
2854       - 6   # NDRPDR sel
2855       - 7   # NDRPDR sel
2856       - 11  # NDRPDR sel
2857       - 12  # NDRPDR sel
2858       - 13  # NDRPDR sel
2859       - 14  # NDRPDR sel
2860     csit-dpdk-perf-verify-1908-3n-skx:
2861       - 3   # NDRPDR sel
2862       - 4   # NDRPDR sel
2863       - 5   # NDRPDR sel
2864       - 6   # NDRPDR sel
2865       - 7   # NDRPDR sel
2866       - 8   # NDRPDR sel
2867       - 9   # NDRPDR sel
2868       - 10  # NDRPDR sel
2869       - 11  # NDRPDR sel
2870       - 12  # NDRPDR sel
2871     csit-dpdk-perf-verify-2001-3n-skx:
2872       - 29  # NDRPDR sel xxv710
2873       - 33  # NDRPDR sel xxv710
2874       - 34  # NDRPDR sel xxv710
2875       - 35  # NDRPDR sel xxv710
2876       - 36  # NDRPDR sel xxv710
2877       - 37  # NDRPDR sel xxv710
2878       - 41  # NDRPDR sel xxv710
2879       - 42  # NDRPDR sel xxv710
2880       - 43  # NDRPDR sel xxv710
2881       - 45  # NDRPDR sel xxv710
2882       - 30  # NDRPDR sel x710
2883       - 31  # NDRPDR sel x710
2884       - 32  # NDRPDR sel x710
2885       - 38  # NDRPDR sel x710
2886       - 39  # NDRPDR sel x710
2887       - 40  # NDRPDR sel x710
2888       - 44  # NDRPDR sel x710
2889       - 46  # NDRPDR sel x710
2890       - 47  # NDRPDR sel x710
2891       - 48  # NDRPDR sel x710
2892
2893     csit-dpdk-perf-verify-1904-2n-skx:
2894       - 2   # NDRPDR sel
2895       - 3   # NDRPDR sel
2896       - 4   # NDRPDR sel
2897       - 5   # NDRPDR sel
2898       - 7   # NDRPDR sel
2899       - 8   # NDRPDR sel
2900       - 9   # NDRPDR sel
2901       - 10  # NDRPDR sel
2902       - 11  # NDRPDR sel
2903       - 12  # NDRPDR sel
2904     csit-dpdk-perf-verify-1908-2n-skx:
2905       - 2   # NDRPDR sel
2906       - 3   # NDRPDR sel
2907       - 4   # NDRPDR sel
2908       - 5   # NDRPDR sel
2909       - 7   # NDRPDR sel
2910       - 8   # NDRPDR sel
2911       - 9   # NDRPDR sel
2912       - 10  # NDRPDR sel
2913       - 11  # NDRPDR sel
2914       - 12  # NDRPDR sel
2915     csit-dpdk-perf-verify-2001-2n-skx:
2916       - 35  # NDRPDR sel xxv710
2917       - 36  # NDRPDR sel xxv710
2918       - 37  # NDRPDR sel xxv710
2919       - 41  # NDRPDR sel xxv710
2920       - 42  # NDRPDR sel xxv710
2921       - 43  # NDRPDR sel xxv710
2922       - 46  # NDRPDR sel xxv710
2923       - 47  # NDRPDR sel xxv710
2924       - 52  # NDRPDR sel xxv710
2925       - 53  # NDRPDR sel xxv710
2926       - 38  # NDRPDR sel x710
2927       - 39  # NDRPDR sel x710
2928       - 40  # NDRPDR sel x710
2929       - 44  # NDRPDR sel x710
2930       - 45  # NDRPDR sel x710
2931       - 48  # NDRPDR sel x710
2932       - 49  # NDRPDR sel x710
2933       - 50  # NDRPDR sel x710
2934       - 51  # NDRPDR sel x710
2935       - 54  # NDRPDR sel x710
2936
2937     csit-dpdk-perf-verify-2001-2n-clx:
2938       - 15  # NDRPDR sel
2939       - 16  # NDRPDR sel
2940       - 17  # NDRPDR sel
2941       - 18  # NDRPDR sel
2942       - 19  # NDRPDR sel
2943       - 20  # NDRPDR sel
2944       - 21  # NDRPDR sel
2945       - 22  # NDRPDR sel
2946       - 23  # NDRPDR sel
2947       - 24  # NDRPDR sel
2948       - 25  # NDRPDR sel
2949       - 26  # NDRPDR sel
2950       - 27  # NDRPDR sel
2951       - 28  # NDRPDR sel
2952       - 29  # NDRPDR sel
2953       - 30  # NDRPDR sel
2954       - 31  # NDRPDR sel
2955       - 32  # NDRPDR sel
2956       - 33  # NDRPDR sel
2957       - 34  # NDRPDR sel
2958
2959     csit-dpdk-perf-verify-2001-2n-dnv:
2960       - 9   # NDRPDR sel
2961       - 10  # NDRPDR sel
2962       - 11  # NDRPDR sel
2963       - 12  # NDRPDR sel
2964       - 13  # NDRPDR sel
2965       - 14  # NDRPDR sel
2966       - 15  # NDRPDR sel
2967       - 16  # NDRPDR sel
2968       - 17  # NDRPDR sel
2969       - 18  # NDRPDR sel
2970
2971     csit-dpdk-perf-verify-2001-3n-dnv:
2972       - 12  # NDRPDR sel
2973       - 13  # NDRPDR sel
2974       - 14  # NDRPDR sel
2975       - 15  # NDRPDR sel
2976       - 16  # NDRPDR sel
2977       - 17  # NDRPDR sel
2978       - 18  # NDRPDR sel
2979       - 19  # NDRPDR sel
2980       - 20  # NDRPDR sel
2981       - 22  # NDRPDR sel
2982
2983     csit-dpdk-perf-verify-2001-3n-tsh:
2984       - 3   # NDRPDR sel
2985       - 4   # NDRPDR sel
2986       - 5   # NDRPDR sel
2987       - 9   # NDRPDR sel
2988       - 10  # NDRPDR sel
2989       - 11  # NDRPDR sel
2990       - 12  # NDRPDR sel
2991       - 14  # NDRPDR sel
2992       - 15  # NDRPDR sel
2993       - 18  # NDRPDR sel
2994
2995     csit-vpp-device-2001-ubuntu1804-1n-skx:
2996       - 57
2997
2998 - type: "output"
2999   output: "report"
3000   format:
3001     html:
3002     - full
3003 #    pdf:
3004 #    - minimal
3005
3006 ################################################################################
3007 ###                               T A B L E S                                ###
3008 ################################################################################
3009
3010 # VPP Soak vs NDR - 2n-skx
3011 - type: "table"
3012   title: "VPP Soak vs NDR 2n-skx"
3013   algorithm: "table_soak_vs_ndr"
3014   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3015   reference:
3016     title: "NDR"
3017     data: "vpp-soak-vs-ndr-2n-skx-ref"
3018   compare:
3019     title: "Soak"
3020     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3021   data: "vpp-soak-vs-ndr-2n-skx"
3022   include-tests: "NDR"
3023   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3024   parameters:
3025     - "throughput"
3026     - "name"
3027     - "parent"
3028
3029 # VPP Soak vs NDR - 2n-clx
3030 - type: "table"
3031   title: "VPP Soak vs NDR 2n-clx"
3032   algorithm: "table_soak_vs_ndr"
3033   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3034   reference:
3035     title: "NDR"
3036     data: "vpp-soak-vs-ndr-2n-clx-ref"
3037   compare:
3038     title: "Soak"
3039     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3040   data: "vpp-soak-vs-ndr-2n-clx"
3041   include-tests: "NDR"
3042   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3043   parameters:
3044     - "throughput"
3045     - "name"
3046     - "parent"
3047
3048 ################################################################################
3049
3050 # VPP Compare NICs 3n-skx 2t1c ndr
3051 - type: "table"
3052   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3053   algorithm: "table_comparison"
3054   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3055   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3056   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3057   columns:
3058     - title: "x710"
3059       data-set: "vpp-nic-comparison-3n-skx"
3060       tag: "NIC_Intel-X710"
3061     - title: "xxv710"
3062       data-set: "vpp-nic-comparison-3n-skx"
3063       tag: "NIC_Intel-XXV710"
3064   comparisons:
3065     - title: "Diff"
3066       reference: 1
3067       compare: 2
3068   legend:
3069     - "Legend to Table:"
3070     - "x710, xxv710 - NICs tested."
3071     - "Diff - difference between x710 and xxv710 NIC."
3072
3073 # VPP Compare NICs 3n-skx 4t2c ndr
3074 - type: "table"
3075   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3076   algorithm: "table_comparison"
3077   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3078   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3079   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3080   columns:
3081     - title: "x710"
3082       data-set: "vpp-nic-comparison-3n-skx"
3083       tag: "NIC_Intel-X710"
3084     - title: "xxv710"
3085       data-set: "vpp-nic-comparison-3n-skx"
3086       tag: "NIC_Intel-XXV710"
3087   comparisons:
3088     - title: "Diff"
3089       reference: 1
3090       compare: 2
3091   legend:
3092     - "Legend to Table:"
3093     - "x710, xxv710 - NICs tested."
3094     - "Diff - difference between x710 and xxv710 NIC."
3095
3096 # VPP Compare NICs 3n-skx 2t1c pdr
3097 - type: "table"
3098   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3099   algorithm: "table_comparison"
3100   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3101   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3102   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3103   columns:
3104     - title: "x710"
3105       data-set: "vpp-nic-comparison-3n-skx"
3106       tag: "NIC_Intel-X710"
3107     - title: "xxv710"
3108       data-set: "vpp-nic-comparison-3n-skx"
3109       tag: "NIC_Intel-XXV710"
3110   comparisons:
3111     - title: "Diff"
3112       reference: 1
3113       compare: 2
3114   legend:
3115     - "Legend to Table:"
3116     - "x710, xxv710 - NICs tested."
3117     - "Diff - difference between x710 and xxv710 NIC."
3118
3119 # VPP Compare NICs 3n-skx 4t2c pdr
3120 - type: "table"
3121   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3122   algorithm: "table_comparison"
3123   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3124   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3125   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3126   columns:
3127     - title: "x710"
3128       data-set: "vpp-nic-comparison-3n-skx"
3129       tag: "NIC_Intel-X710"
3130     - title: "xxv710"
3131       data-set: "vpp-nic-comparison-3n-skx"
3132       tag: "NIC_Intel-XXV710"
3133   comparisons:
3134     - title: "Diff"
3135       reference: 1
3136       compare: 2
3137   legend:
3138     - "Legend to Table:"
3139     - "x710, xxv710 - NICs tested."
3140     - "Diff - difference between x710 and xxv710 NIC."
3141
3142 # VPP Compare NICs 3n-skx 2t1c mrr
3143 - type: "table"
3144   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3145   algorithm: "table_comparison"
3146   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3147   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3148   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3149   columns:
3150     - title: "x710"
3151       data-set: "vpp-nic-comparison-3n-skx-mrr"
3152       tag: "NIC_Intel-X710"
3153     - title: "xxv710"
3154       data-set: "vpp-nic-comparison-3n-skx-mrr"
3155       tag: "NIC_Intel-XXV710"
3156   comparisons:
3157     - title: "Diff"
3158       reference: 1
3159       compare: 2
3160   legend:
3161     - "Legend to Table:"
3162     - "x710, xxv710 - NICs tested."
3163     - "Diff - difference between x710 and xxv710 NIC."
3164
3165 # VPP Compare NICs 3n-skx 4t2c mrr
3166 - type: "table"
3167   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3168   algorithm: "table_comparison"
3169   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3170   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3171   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3172   columns:
3173     - title: "x710"
3174       data-set: "vpp-nic-comparison-3n-skx-mrr"
3175       tag: "NIC_Intel-X710"
3176     - title: "xxv710"
3177       data-set: "vpp-nic-comparison-3n-skx-mrr"
3178       tag: "NIC_Intel-XXV710"
3179   comparisons:
3180     - title: "Diff"
3181       reference: 1
3182       compare: 2
3183   legend:
3184     - "Legend to Table:"
3185     - "x710, xxv710 - NICs tested."
3186     - "Diff - difference between x710 and xxv710 NIC."
3187
3188 # VPP Compare NICs 3n-skx 8t4c mrr
3189 - type: "table"
3190   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3191   algorithm: "table_comparison"
3192   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3193   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3194   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3195   columns:
3196     - title: "x710"
3197       data-set: "vpp-nic-comparison-3n-skx-mrr"
3198       tag: "NIC_Intel-X710"
3199     - title: "xxv710"
3200       data-set: "vpp-nic-comparison-3n-skx-mrr"
3201       tag: "NIC_Intel-XXV710"
3202   comparisons:
3203     - title: "Diff"
3204       reference: 1
3205       compare: 2
3206   legend:
3207     - "Legend to Table:"
3208     - "x710, xxv710 - NICs tested."
3209     - "Diff - difference between x710 and xxv710 NIC."
3210
3211 # VPP Compare NICs 2n-skx 2t1c ndr
3212 - type: "table"
3213   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3214   algorithm: "table_comparison"
3215   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3216   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3217   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3218   columns:
3219     - title: "x710"
3220       data-set: "vpp-nic-comparison-2n-skx"
3221       tag: "NIC_Intel-X710"
3222     - title: "xxv710"
3223       data-set: "vpp-nic-comparison-2n-skx"
3224       tag: "NIC_Intel-XXV710"
3225   comparisons:
3226     - title: "Diff"
3227       reference: 1
3228       compare: 2
3229   legend:
3230     - "Legend to Table:"
3231     - "x710, xxv710 - NICs tested."
3232     - "Diff - difference between x710 and xxv710 NIC."
3233
3234 # VPP Compare NICs 2n-skx 4t2c ndr
3235 - type: "table"
3236   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3237   algorithm: "table_comparison"
3238   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3239   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3240   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3241   columns:
3242     - title: "x710"
3243       data-set: "vpp-nic-comparison-2n-skx"
3244       tag: "NIC_Intel-X710"
3245     - title: "xxv710"
3246       data-set: "vpp-nic-comparison-2n-skx"
3247       tag: "NIC_Intel-XXV710"
3248   comparisons:
3249     - title: "Diff"
3250       reference: 1
3251       compare: 2
3252   legend:
3253     - "Legend to Table:"
3254     - "x710, xxv710 - NICs tested."
3255     - "Diff - difference between x710 and xxv710 NIC."
3256
3257 # VPP Compare NICs 2n-skx 2t1c pdr
3258 - type: "table"
3259   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3260   algorithm: "table_comparison"
3261   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3262   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3263   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3264   columns:
3265     - title: "x710"
3266       data-set: "vpp-nic-comparison-2n-skx"
3267       tag: "NIC_Intel-X710"
3268     - title: "xxv710"
3269       data-set: "vpp-nic-comparison-2n-skx"
3270       tag: "NIC_Intel-XXV710"
3271   comparisons:
3272     - title: "Diff"
3273       reference: 1
3274       compare: 2
3275   legend:
3276     - "Legend to Table:"
3277     - "x710, xxv710 - NICs tested."
3278     - "Diff - difference between x710 and xxv710 NIC."
3279
3280 # VPP Compare NICs 2n-skx 4t2c pdr
3281 - type: "table"
3282   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3283   algorithm: "table_comparison"
3284   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3285   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3286   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3287   columns:
3288     - title: "x710"
3289       data-set: "vpp-nic-comparison-2n-skx"
3290       tag: "NIC_Intel-X710"
3291     - title: "xxv710"
3292       data-set: "vpp-nic-comparison-2n-skx"
3293       tag: "NIC_Intel-XXV710"
3294   comparisons:
3295     - title: "Diff"
3296       reference: 1
3297       compare: 2
3298   legend:
3299     - "Legend to Table:"
3300     - "x710, xxv710 - NICs tested."
3301     - "Diff - difference between x710 and xxv710 NIC."
3302
3303 # VPP Compare NICs 2n-skx 2t1c mrr
3304 - type: "table"
3305   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3306   algorithm: "table_comparison"
3307   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3308   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3309   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3310   columns:
3311     - title: "x710"
3312       data-set: "vpp-nic-comparison-2n-skx-mrr"
3313       tag: "NIC_Intel-X710"
3314     - title: "xxv710"
3315       data-set: "vpp-nic-comparison-2n-skx-mrr"
3316       tag: "NIC_Intel-XXV710"
3317   comparisons:
3318     - title: "Diff"
3319       reference: 1
3320       compare: 2
3321   legend:
3322     - "Legend to Table:"
3323     - "x710, xxv710 - NICs tested."
3324     - "Diff - difference between x710 and xxv710 NIC."
3325
3326 # VPP Compare NICs 2n-skx 4t2c mrr
3327 - type: "table"
3328   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3329   algorithm: "table_comparison"
3330   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3331   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3332   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3333   columns:
3334     - title: "x710"
3335       data-set: "vpp-nic-comparison-2n-skx-mrr"
3336       tag: "NIC_Intel-X710"
3337     - title: "xxv710"
3338       data-set: "vpp-nic-comparison-2n-skx-mrr"
3339       tag: "NIC_Intel-XXV710"
3340   comparisons:
3341     - title: "Diff"
3342       reference: 1
3343       compare: 2
3344   legend:
3345     - "Legend to Table:"
3346     - "x710, xxv710 - NICs tested."
3347     - "Diff - difference between x710 and xxv710 NIC."
3348
3349 # VPP Compare NICs 2n-skx 8t4c mrr
3350 - type: "table"
3351   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3352   algorithm: "table_comparison"
3353   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3354   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3355   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3356   columns:
3357     - title: "x710"
3358       data-set: "vpp-nic-comparison-2n-skx-mrr"
3359       tag: "NIC_Intel-X710"
3360     - title: "xxv710"
3361       data-set: "vpp-nic-comparison-2n-skx-mrr"
3362       tag: "NIC_Intel-XXV710"
3363   comparisons:
3364     - title: "Diff"
3365       reference: 1
3366       compare: 2
3367   legend:
3368     - "Legend to Table:"
3369     - "x710, xxv710 - NICs tested."
3370     - "Diff - difference between x710 and xxv710 NIC."
3371
3372 ################################################################################
3373 # VPP
3374
3375 # VPP Performance changes 2n-skx-xxv710 2t1c ndr
3376 - type: "table"
3377   title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3378   algorithm: "table_comparison"
3379   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3380   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3381   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3382   columns:
3383     - title: "1908.1"
3384       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3385     - title: "1908.2"
3386       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3387   comparisons:
3388     - title: "Diff"
3389       reference: 1
3390       compare: 2
3391   legend:
3392     - "Legend to Table:"
3393     - "1908.1, 1908.2 - VPP versions tested."
3394     - "Diff - difference between the previous and the current VPP version."
3395
3396 # VPP Performance changes 2n-skx-xxv710 2t1c pdr
3397 - type: "table"
3398   title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3399   algorithm: "table_comparison"
3400   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3401   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3402   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3403   columns:
3404     - title: "1908.1"
3405       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3406     - title: "1908.2"
3407       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3408   comparisons:
3409     - title: "Diff"
3410       reference: 1
3411       compare: 2
3412   legend:
3413     - "Legend to Table:"
3414     - "1908.1, 1908.2 - VPP versions tested."
3415     - "Diff - difference between the previous and the current VPP version."
3416
3417 # VPP Performance changes 3n-skx-xxv710 2t1c ndr
3418 - type: "table"
3419   title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3420   algorithm: "table_comparison"
3421   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3422   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3423   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3424   columns:
3425     - title: "1908.1"
3426       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3427     - title: "1908.2"
3428       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3429   comparisons:
3430     - title: "Diff"
3431       reference: 1
3432       compare: 2
3433   legend:
3434     - "Legend to Table:"
3435     - "1908.1, 1908.2 - VPP versions tested."
3436     - "Diff - difference between the previous and the current VPP version."
3437
3438 # VPP Performance changes 3n-skx-xxv710 2t1c pdr
3439 - type: "table"
3440   title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3441   algorithm: "table_comparison"
3442   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3443   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3444   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3445   columns:
3446     - title: "1908.1"
3447       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3448     - title: "1908.2"
3449       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3450   comparisons:
3451     - title: "Diff"
3452       reference: 1
3453       compare: 2
3454   legend:
3455     - "Legend to Table:"
3456     - "1908.1, 1908.2 - VPP versions tested."
3457     - "Diff - difference between the previous and the current VPP version."
3458
3459 # VPP Performance changes 2n-clx-xxv710 2t1c ndr
3460 - type: "table"
3461   title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3462   algorithm: "table_comparison"
3463   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3464   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3465   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3466   columns:
3467     - title: "1908.1"
3468       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3469     - title: "1908.2"
3470       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3471   comparisons:
3472     - title: "Diff"
3473       reference: 1
3474       compare: 2
3475   legend:
3476     - "Legend to Table:"
3477     - "1908.1, 1908.2 - VPP versions tested."
3478     - "Diff - difference between the previous and the current VPP version."
3479
3480 # VPP Performance changes 2n-clx-xxv710 2t1c pdr
3481 - type: "table"
3482   title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3483   algorithm: "table_comparison"
3484   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3485   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3486   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3487   columns:
3488     - title: "1908.1"
3489       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3490     - title: "1908.2"
3491       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3492   comparisons:
3493     - title: "Diff"
3494       reference: 1
3495       compare: 2
3496   legend:
3497     - "Legend to Table:"
3498     - "1908.1, 1908.2 - VPP versions tested."
3499     - "Diff - difference between the previous and the current VPP version."
3500
3501 # VPP Performance Changes 3n-hsw 1t1c pdr
3502 - type: "table"
3503   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3504   algorithm: "table_comparison"
3505   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3506   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3507   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3508   columns:
3509     - title: "1904"
3510       data-set: "vpp-performance-changes-3n-hsw-h1"
3511     - title: "1908"
3512       data-set: "vpp-performance-changes-3n-hsw-ref"
3513     - title: "2001"
3514       data-set: "vpp-performance-changes-3n-hsw-cmp"
3515   comparisons:
3516     - title: "Diff"
3517       reference: 2
3518       compare: 3
3519   legend:
3520     - "Legend to Table"
3521     - "1904, 1908, 2001 - VPP versions tested."
3522     - "Diff - difference between 1908 and 2001 VPP version."
3523
3524 # VPP Performance Changes 3n-hsw 2t2c pdr
3525 - type: "table"
3526   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3527   algorithm: "table_comparison"
3528   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3530   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3531   columns:
3532     - title: "1904"
3533       data-set: "vpp-performance-changes-3n-hsw-h1"
3534     - title: "1908"
3535       data-set: "vpp-performance-changes-3n-hsw-ref"
3536     - title: "2001"
3537       data-set: "vpp-performance-changes-3n-hsw-cmp"
3538   comparisons:
3539     - title: "Diff"
3540       reference: 2
3541       compare: 3
3542   legend:
3543     - "Legend to Table"
3544     - "1904, 1908, 2001 - VPP versions tested."
3545     - "Diff - difference between 1908 and 2001 VPP version."
3546
3547 # VPP Performance Changes 3n-hsw 1t1c ndr
3548 - type: "table"
3549   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3550   algorithm: "table_comparison"
3551   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3552   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3553   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3554   columns:
3555     - title: "1904"
3556       data-set: "vpp-performance-changes-3n-hsw-h1"
3557     - title: "1908"
3558       data-set: "vpp-performance-changes-3n-hsw-ref"
3559     - title: "2001"
3560       data-set: "vpp-performance-changes-3n-hsw-cmp"
3561   comparisons:
3562     - title: "Diff"
3563       reference: 2
3564       compare: 3
3565   legend:
3566     - "Legend to Table"
3567     - "1904, 1908, 2001 - VPP versions tested."
3568     - "Diff - difference between 1908 and 2001 VPP version."
3569
3570 # VPP Performance Changes 3n-hsw 2t2c ndr
3571 - type: "table"
3572   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3573   algorithm: "table_comparison"
3574   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3575   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3576   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3577   columns:
3578     - title: "1904"
3579       data-set: "vpp-performance-changes-3n-hsw-h1"
3580     - title: "1908"
3581       data-set: "vpp-performance-changes-3n-hsw-ref"
3582     - title: "2001"
3583       data-set: "vpp-performance-changes-3n-hsw-cmp"
3584   comparisons:
3585     - title: "Diff"
3586       reference: 2
3587       compare: 3
3588   legend:
3589     - "Legend to Table"
3590     - "1904, 1908, 2001 - VPP versions tested."
3591     - "Diff - difference between 1908 and 2001 VPP version."
3592
3593 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3594 - type: "table"
3595   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3596   algorithm: "table_comparison"
3597   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3598   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3599   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3600   rca:
3601     - title: "RCA1"
3602       data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3603     - title: "RCA2"
3604       data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3605   columns:
3606     - title: "1908.0-1"
3607       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3608       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3609     - title: "1908.1-1"
3610       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3611     - title: "1908.1-2"
3612       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3613     - title: "2001.0-2"
3614       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3615   comparisons:
3616     - title: "Diff1"
3617       reference: 2
3618       reference-alt: 1
3619       compare: 3
3620     - title: "Diff2"
3621       reference: 3
3622       compare: 4
3623   legend:
3624     - 'Legend to Table:'
3625     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3626     - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3627     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3628     - 'RCA1 - root cause analysis reference for Diff1.'
3629     - 'RCA2 - root cause analysis reference for Diff2.'
3630
3631 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3632 - type: "table"
3633   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3634   algorithm: "table_comparison"
3635   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3636   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3637   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3638   rca:
3639     - title: "RCA1"
3640       data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3641     - title: "RCA2"
3642       data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3643   columns:
3644     - title: "1908.0-1"
3645       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3646       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3647     - title: "1908.1-1"
3648       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3649     - title: "1908.1-2"
3650       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3651     - title: "2001.0-2"
3652       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3653   comparisons:
3654     - title: "Diff1"
3655       reference: 2
3656       reference-alt: 1
3657       compare: 3
3658     - title: "Diff2"
3659       reference: 3
3660       compare: 4
3661   legend:
3662     - 'Legend to Table:'
3663     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3664     - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3665     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3666     - 'RCA1 - root cause analysis reference for Diff1.'
3667     - 'RCA2 - root cause analysis reference for Diff2.'
3668
3669 # VPP Performance Changes 3n-skx 2t1c pdr
3670 - type: "table"
3671   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3672   algorithm: "table_comparison"
3673   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3674   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3675   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3676   columns:
3677     - title: "1904"
3678       data-set: "vpp-performance-changes-3n-skx-h1"
3679       tag: "NIC_Intel-X710"
3680     - title: "1908"
3681       data-set: "vpp-performance-changes-3n-skx-ref"
3682       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3683       tag: "NIC_Intel-XXV710"
3684     - title: "2001"
3685       data-set: "vpp-performance-changes-3n-skx-cmp"
3686       tag: "NIC_Intel-XXV710"
3687   comparisons:
3688     - title: "Diff"
3689       reference: 2
3690       compare: 3
3691   legend:
3692     - "Legend to Table"
3693     - "1904, 1908, 2001 - VPP versions tested."
3694     - "Diff - difference between 1908 and 2001 VPP version."
3695
3696 # VPP Performance Changes 3n-skx 4t2c pdr
3697 - type: "table"
3698   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3699   algorithm: "table_comparison"
3700   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3701   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3702   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3703   columns:
3704     - title: "1904"
3705       data-set: "vpp-performance-changes-3n-skx-h1"
3706       tag: "NIC_Intel-X710"
3707     - title: "1908"
3708       data-set: "vpp-performance-changes-3n-skx-ref"
3709       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3710       tag: "NIC_Intel-XXV710"
3711     - title: "2001"
3712       data-set: "vpp-performance-changes-3n-skx-cmp"
3713       tag: "NIC_Intel-XXV710"
3714   comparisons:
3715     - title: "Diff"
3716       reference: 2
3717       compare: 3
3718   legend:
3719     - "Legend to Table"
3720     - "1904, 1908, 2001 - VPP versions tested."
3721     - "Diff - difference between 1908 and 2001 VPP version."
3722
3723 # VPP Performance Changes 3n-skx 2t1c ndr
3724 - type: "table"
3725   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3726   algorithm: "table_comparison"
3727   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3729   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3730   columns:
3731     - title: "1904"
3732       data-set: "vpp-performance-changes-3n-skx-h1"
3733       tag: "NIC_Intel-X710"
3734     - title: "1908"
3735       data-set: "vpp-performance-changes-3n-skx-ref"
3736       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3737       tag: "NIC_Intel-XXV710"
3738     - title: "2001"
3739       data-set: "vpp-performance-changes-3n-skx-cmp"
3740       tag: "NIC_Intel-XXV710"
3741   comparisons:
3742     - title: "Diff"
3743       reference: 2
3744       compare: 3
3745   legend:
3746     - "Legend to Table"
3747     - "1904, 1908, 2001 - VPP versions tested."
3748     - "Diff - difference between 1908 and 2001 VPP version."
3749
3750 # VPP Performance Changes 3n-skx 4t2c ndr
3751 - type: "table"
3752   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3753   algorithm: "table_comparison"
3754   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3755   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3756   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3757   columns:
3758     - title: "1904"
3759       data-set: "vpp-performance-changes-3n-skx-h1"
3760       tag: "NIC_Intel-X710"
3761     - title: "1908"
3762       data-set: "vpp-performance-changes-3n-skx-ref"
3763       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3764       tag: "NIC_Intel-XXV710"
3765     - title: "2001"
3766       data-set: "vpp-performance-changes-3n-skx-cmp"
3767       tag: "NIC_Intel-XXV710"
3768   comparisons:
3769     - title: "Diff"
3770       reference: 2
3771       compare: 3
3772   legend:
3773     - "Legend to Table"
3774     - "1904, 1908, 2001 - VPP versions tested."
3775     - "Diff - difference between 1908 and 2001 VPP version."
3776
3777 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3778 - type: "table"
3779   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3780   algorithm: "table_comparison"
3781   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3782   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3783   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3784   rca:
3785     - title: "RCA1"
3786       data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3787     - title: "RCA2"
3788       data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3789   columns:
3790     - title: "1908.0-1"
3791       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3792       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3793     - title: "1908.1-1"
3794       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3795     - title: "1908.1-2"
3796       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3797     - title: "2001.0-2"
3798       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3799   comparisons:
3800     - title: "Diff1"
3801       reference: 2
3802       reference-alt: 1
3803       compare: 3
3804     - title: "Diff2"
3805       reference: 3
3806       compare: 4
3807   legend:
3808     - 'Legend to Table:'
3809     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3810     - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3811     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3812     - 'RCA1 - root cause analysis reference for Diff1.'
3813     - 'RCA2 - root cause analysis reference for Diff2.'
3814
3815 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3816 - type: "table"
3817   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3818   algorithm: "table_comparison"
3819   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3820   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3821   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3822   rca:
3823     - title: "RCA1"
3824       data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3825     - title: "RCA2"
3826       data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3827   columns:
3828     - title: "1908.0-1"
3829       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3830       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3831     - title: "1908.1-1"
3832       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3833     - title: "1908.1-2"
3834       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3835     - title: "2001.0-2"
3836       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3837   comparisons:
3838     - title: "Diff1"
3839       reference: 2
3840       reference-alt: 1
3841       compare: 3
3842     - title: "Diff2"
3843       reference: 3
3844       compare: 4
3845   legend:
3846     - 'Legend to Table:'
3847     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3848     - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3849     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3850     - 'RCA1 - root cause analysis reference for Diff1.'
3851     - 'RCA2 - root cause analysis reference for Diff2.'
3852
3853 # VPP Performance Changes 2n-skx 2t1c pdr
3854 - type: "table"
3855   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3856   algorithm: "table_comparison"
3857   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3858   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3859   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3860   columns:
3861     - title: "1904"
3862       data-set: "vpp-performance-changes-2n-skx-h1"
3863       tag: "NIC_Intel-X710"
3864     - title: "1908"
3865       data-set: "vpp-performance-changes-2n-skx-ref"
3866       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3867       tag: "NIC_Intel-XXV710"
3868     - title: "2001"
3869       data-set: "vpp-performance-changes-2n-skx-cmp"
3870       tag: "NIC_Intel-XXV710"
3871   comparisons:
3872     - title: "Diff"
3873       reference: 2
3874       compare: 3
3875   legend:
3876     - "Legend to Table"
3877     - "1904, 1908, 2001 - VPP versions tested."
3878     - "Diff - difference between 1908 and 2001 VPP version."
3879
3880 # VPP Performance Changes 2n-skx 4t2c pdr
3881 - type: "table"
3882   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3883   algorithm: "table_comparison"
3884   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3885   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3886   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3887   columns:
3888     - title: "1904"
3889       data-set: "vpp-performance-changes-2n-skx-h1"
3890       tag: "NIC_Intel-X710"
3891     - title: "1908"
3892       data-set: "vpp-performance-changes-2n-skx-ref"
3893       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3894       tag: "NIC_Intel-XXV710"
3895     - title: "2001"
3896       data-set: "vpp-performance-changes-2n-skx-cmp"
3897       tag: "NIC_Intel-XXV710"
3898   comparisons:
3899     - title: "Diff"
3900       reference: 2
3901       compare: 3
3902   legend:
3903     - "Legend to Table"
3904     - "1904, 1908, 2001 - VPP versions tested."
3905     - "Diff - difference between 1908 and 2001 VPP version."
3906
3907 # VPP Performance Changes 2n-skx 2t1c ndr
3908 - type: "table"
3909   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3910   algorithm: "table_comparison"
3911   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3912   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3913   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3914   columns:
3915     - title: "1904"
3916       data-set: "vpp-performance-changes-2n-skx-h1"
3917       tag: "NIC_Intel-X710"
3918     - title: "1908"
3919       data-set: "vpp-performance-changes-2n-skx-ref"
3920       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3921       tag: "NIC_Intel-XXV710"
3922     - title: "2001"
3923       data-set: "vpp-performance-changes-2n-skx-cmp"
3924       tag: "NIC_Intel-XXV710"
3925   comparisons:
3926     - title: "Diff"
3927       reference: 2
3928       compare: 3
3929   legend:
3930     - "Legend to Table"
3931     - "1904, 1908, 2001 - VPP versions tested."
3932     - "Diff - difference between 1908 and 2001 VPP version."
3933
3934 # VPP Performance Changes 2n-skx 4t2c ndr
3935 - type: "table"
3936   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3937   algorithm: "table_comparison"
3938   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3939   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3940   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3941   columns:
3942     - title: "1904"
3943       data-set: "vpp-performance-changes-2n-skx-h1"
3944       tag: "NIC_Intel-X710"
3945     - title: "1908"
3946       data-set: "vpp-performance-changes-2n-skx-ref"
3947       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3948       tag: "NIC_Intel-XXV710"
3949     - title: "2001"
3950       data-set: "vpp-performance-changes-2n-skx-cmp"
3951       tag: "NIC_Intel-XXV710"
3952   comparisons:
3953     - title: "Diff"
3954       reference: 2
3955       compare: 3
3956   legend:
3957     - "Legend to Table"
3958     - "1904, 1908, 2001 - VPP versions tested."
3959     - "Diff - difference between 1908 and 2001 VPP version."
3960
3961 # VPP Performance Changes 2n-dnv 1t1c pdr
3962 - type: "table"
3963   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3964   algorithm: "table_comparison"
3965   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3966   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3967   filter: "'1T1C'"
3968   columns:
3969     - title: "1908"
3970       data-set: "vpp-performance-changes-2n-dnv-ref"
3971     - title: "2001"
3972       data-set: "vpp-performance-changes-2n-dnv-cmp"
3973   comparisons:
3974     - title: "Diff"
3975       reference: 1
3976       compare: 2
3977   legend:
3978     - "Legend to Table"
3979     - "1908, 2001 - VPP versions tested."
3980     - "Diff - difference between 1908 and 2001 VPP version."
3981
3982 # VPP Performance Changes 2n-dnv 2t2c pdr
3983 - type: "table"
3984   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3985   algorithm: "table_comparison"
3986   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3987   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3988   filter: "'2T2C'"
3989   columns:
3990     - title: "1908"
3991       data-set: "vpp-performance-changes-2n-dnv-ref"
3992     - title: "2001"
3993       data-set: "vpp-performance-changes-2n-dnv-cmp"
3994   comparisons:
3995     - title: "Diff"
3996       reference: 1
3997       compare: 2
3998   legend:
3999     - "Legend to Table"
4000     - "1908, 2001 - VPP versions tested."
4001     - "Diff - difference between 1908 and 2001 VPP version."
4002
4003 # VPP Performance Changes 2n-dnv 1t1c ndr
4004 - type: "table"
4005   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4006   algorithm: "table_comparison"
4007   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4008   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4009   filter: "'1T1C'"
4010   columns:
4011     - title: "1908"
4012       data-set: "vpp-performance-changes-2n-dnv-ref"
4013     - title: "2001"
4014       data-set: "vpp-performance-changes-2n-dnv-cmp"
4015   comparisons:
4016     - title: "Diff"
4017       reference: 1
4018       compare: 2
4019   legend:
4020     - "Legend to Table"
4021     - "1908, 2001 - VPP versions tested."
4022     - "Diff - difference between 1908 and 2001 VPP version."
4023
4024 # VPP Performance Changes 2n-dnv 2t2c ndr
4025 - type: "table"
4026   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4027   algorithm: "table_comparison"
4028   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4029   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4030   filter: "'2T2C'"
4031   columns:
4032     - title: "1908"
4033       data-set: "vpp-performance-changes-2n-dnv-ref"
4034     - title: "2001"
4035       data-set: "vpp-performance-changes-2n-dnv-cmp"
4036   comparisons:
4037     - title: "Diff"
4038       reference: 1
4039       compare: 2
4040   legend:
4041     - "Legend to Table"
4042     - "1908, 2001 - VPP versions tested."
4043     - "Diff - difference between 1908 and 2001 VPP version."
4044
4045 # VPP Performance Changes 3n-dnv 1t1c pdr
4046 - type: "table"
4047   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4048   algorithm: "table_comparison"
4049   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4050   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4051   filter: "'1T1C'"
4052   columns:
4053     - title: "1908"
4054       data-set: "vpp-performance-changes-3n-dnv-ref"
4055     - title: "2001"
4056       data-set: "vpp-performance-changes-3n-dnv-cmp"
4057   comparisons:
4058     - title: "Diff"
4059       reference: 1
4060       compare: 2
4061   legend:
4062     - "Legend to Table"
4063     - "1908, 2001 - VPP versions tested."
4064     - "Diff - difference between 1908 and 2001 VPP version."
4065
4066 # VPP Performance Changes 3n-dnv 2t2c pdr
4067 - type: "table"
4068   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4069   algorithm: "table_comparison"
4070   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4071   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4072   filter: "'2T2C'"
4073   columns:
4074     - title: "1908"
4075       data-set: "vpp-performance-changes-3n-dnv-ref"
4076     - title: "2001"
4077       data-set: "vpp-performance-changes-3n-dnv-cmp"
4078   comparisons:
4079     - title: "Diff"
4080       reference: 1
4081       compare: 2
4082   legend:
4083     - "Legend to Table"
4084     - "1908, 2001 - VPP versions tested."
4085     - "Diff - difference between 1908 and 2001 VPP version."
4086
4087 # VPP Performance Changes 3n-dnv 1t1c ndr
4088 - type: "table"
4089   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4090   algorithm: "table_comparison"
4091   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4092   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4093   filter: "'1T1C'"
4094   columns:
4095     - title: "1908"
4096       data-set: "vpp-performance-changes-3n-dnv-ref"
4097     - title: "2001"
4098       data-set: "vpp-performance-changes-3n-dnv-cmp"
4099   comparisons:
4100     - title: "Diff"
4101       reference: 1
4102       compare: 2
4103   legend:
4104     - "Legend to Table"
4105     - "1908, 2001 - VPP versions tested."
4106     - "Diff - difference between 1908 and 2001 VPP version."
4107
4108 # VPP Performance Changes 3n-dnv 2t2c ndr
4109 - type: "table"
4110   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4111   algorithm: "table_comparison"
4112   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4113   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4114   filter: "'2T2C'"
4115   columns:
4116     - title: "1908"
4117       data-set: "vpp-performance-changes-3n-dnv-ref"
4118     - title: "2001"
4119       data-set: "vpp-performance-changes-3n-dnv-cmp"
4120   comparisons:
4121     - title: "Diff"
4122       reference: 1
4123       compare: 2
4124   legend:
4125     - "Legend to Table"
4126     - "1908, 2001 - VPP versions tested."
4127     - "Diff - difference between 1908 and 2001 VPP version."
4128
4129 # VPP Performance Changes 3n-tsh 1t1c pdr
4130 - type: "table"
4131   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4132   algorithm: "table_comparison"
4133   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4134   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4135   filter: "'1T1C'"
4136   columns:
4137     - title: "1908"
4138       data-set: "vpp-performance-changes-3n-tsh-ref"
4139     - title: "2001"
4140       data-set: "vpp-performance-changes-3n-tsh-cmp"
4141   comparisons:
4142     - title: "Diff"
4143       reference: 1
4144       compare: 2
4145   legend:
4146     - "Legend to Table"
4147     - "1908, 2001 - VPP versions tested."
4148     - "Diff - difference between 1908 and 2001 VPP version."
4149
4150 # VPP Performance Changes 3n-tsh 2t2c pdr
4151 - type: "table"
4152   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4153   algorithm: "table_comparison"
4154   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4155   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4156   filter: "'2T2C'"
4157   columns:
4158     - title: "1908"
4159       data-set: "vpp-performance-changes-3n-tsh-ref"
4160     - title: "2001"
4161       data-set: "vpp-performance-changes-3n-tsh-cmp"
4162   comparisons:
4163     - title: "Diff"
4164       reference: 1
4165       compare: 2
4166   legend:
4167     - "Legend to Table"
4168     - "1908, 2001 - VPP versions tested."
4169     - "Diff - difference between 1908 and 2001 VPP version."
4170
4171 # VPP Performance Changes 3n-tsh 1t1c ndr
4172 - type: "table"
4173   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4174   algorithm: "table_comparison"
4175   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4176   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4177   filter: "'1T1C'"
4178   columns:
4179     - title: "1908"
4180       data-set: "vpp-performance-changes-3n-tsh-ref"
4181     - title: "2001"
4182       data-set: "vpp-performance-changes-3n-tsh-cmp"
4183   comparisons:
4184     - title: "Diff"
4185       reference: 1
4186       compare: 2
4187   legend:
4188     - "Legend to Table"
4189     - "1908, 2001 - VPP versions tested."
4190     - "Diff - difference between 1908 and 2001 VPP version."
4191
4192 # VPP Performance Changes 3n-tsh 2t2c ndr
4193 - type: "table"
4194   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4195   algorithm: "table_comparison"
4196   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4197   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4198   filter: "'2T2C'"
4199   columns:
4200     - title: "1908"
4201       data-set: "vpp-performance-changes-3n-tsh-ref"
4202     - title: "2001"
4203       data-set: "vpp-performance-changes-3n-tsh-cmp"
4204   comparisons:
4205     - title: "Diff"
4206       reference: 1
4207       compare: 2
4208   legend:
4209     - "Legend to Table"
4210     - "1908, 2001 - VPP versions tested."
4211     - "Diff - difference between 1908 and 2001 VPP version."
4212
4213 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4214 - type: "table"
4215   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4216   algorithm: "table_comparison"
4217   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4218   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4219   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4220   columns:
4221     - title: "3n-hsw xl710"
4222       data-set: "vpp-compare-testbeds-ref"
4223       tag: "NIC_Intel-XL710"
4224     - title: "3n-skx xxv710"
4225       data-set: "vpp-compare-testbeds-cmp"
4226       tag: "NIC_Intel-XXV710"
4227   comparisons:
4228     - title: "Diff"
4229       reference: 1
4230       compare: 2
4231   legend:
4232     - "Legend to Table"
4233     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4234     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4235
4236 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4237 - type: "table"
4238   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4239   algorithm: "table_comparison"
4240   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4241   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4242   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4243   columns:
4244     - title: "3n-hsw xl710"
4245       data-set: "vpp-compare-testbeds-ref"
4246       tag: "NIC_Intel-XL710"
4247     - title: "3n-skx xxv710"
4248       data-set: "vpp-compare-testbeds-cmp"
4249       tag: "NIC_Intel-XXV710"
4250   comparisons:
4251     - title: "Diff"
4252       reference: 1
4253       compare: 2
4254   legend:
4255     - "Legend to Table"
4256     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4257     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4258
4259 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4260 - type: "table"
4261   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4262   algorithm: "table_comparison"
4263   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4264   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4265   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4266   columns:
4267     - title: "3n-hsw xl710"
4268       data-set: "vpp-compare-testbeds-ref"
4269       tag: "NIC_Intel-XL710"
4270     - title: "3n-skx xxv710"
4271       data-set: "vpp-compare-testbeds-cmp"
4272       tag: "NIC_Intel-XXV710"
4273   comparisons:
4274     - title: "Diff"
4275       reference: 1
4276       compare: 2
4277   legend:
4278     - "Legend to Table"
4279     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4280     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4281
4282 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4283 - type: "table"
4284   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4285   algorithm: "table_comparison"
4286   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4287   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4288   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4289   columns:
4290     - title: "3n-hsw xl710"
4291       data-set: "vpp-compare-testbeds-ref"
4292       tag: "NIC_Intel-XL710"
4293     - title: "3n-skx xxv710"
4294       data-set: "vpp-compare-testbeds-cmp"
4295       tag: "NIC_Intel-XXV710"
4296   comparisons:
4297     - title: "Diff"
4298       reference: 1
4299       compare: 2
4300   legend:
4301     - "Legend to Table"
4302     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4303     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4304
4305 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4306 - type: "table"
4307   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4308   algorithm: "table_comparison"
4309   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4310   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4311   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4312   columns:
4313     - title: "2n-skx"
4314       data-set: "vpp-compare-testbeds-skx-clx-ref"
4315     - title: "2n-clx"
4316       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4317   comparisons:
4318     - title: "Diff"
4319       reference: 1
4320       compare: 2
4321   legend:
4322     - "Legend to Table"
4323     - "2n-skx, 2n-clx - testbeds and NICs tested."
4324     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4325
4326 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4327 - type: "table"
4328   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4329   algorithm: "table_comparison"
4330   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4331   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4332   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4333   columns:
4334     - title: "2n-skx"
4335       data-set: "vpp-compare-testbeds-skx-clx-ref"
4336     - title: "2n-clx"
4337       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4338   comparisons:
4339     - title: "Diff"
4340       reference: 1
4341       compare: 2
4342   legend:
4343     - "Legend to Table"
4344     - "2n-skx, 2n-clx - testbeds and NICs tested."
4345     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4346
4347 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4348 - type: "table"
4349   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4350   algorithm: "table_comparison"
4351   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4352   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4353   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4354   columns:
4355     - title: "2n-skx"
4356       data-set: "vpp-compare-testbeds-skx-clx-ref"
4357     - title: "2n-clx"
4358       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4359   comparisons:
4360     - title: "Diff"
4361       reference: 1
4362       compare: 2
4363   legend:
4364     - "Legend to Table"
4365     - "2n-skx, 2n-clx - testbeds and NICs tested."
4366     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4367
4368 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4369 - type: "table"
4370   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4371   algorithm: "table_comparison"
4372   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4373   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4374   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4375   columns:
4376     - title: "2n-skx"
4377       data-set: "vpp-compare-testbeds-skx-clx-ref"
4378     - title: "2n-clx"
4379       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4380   comparisons:
4381     - title: "Diff"
4382       reference: 1
4383       compare: 2
4384   legend:
4385     - "Legend to Table"
4386     - "2n-skx, 2n-clx - testbeds and NICs tested."
4387     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4388
4389 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4390 - type: "table"
4391   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4392   algorithm: "table_comparison"
4393   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4394   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4395   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4396   columns:
4397     - title: "3n-hsw xl710"
4398       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4399       tag: "NIC_Intel-XL710"
4400     - title: "2n-clx xxv710"
4401       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4402       tag: "NIC_Intel-XXV710"
4403   comparisons:
4404     - title: "Diff"
4405       reference: 1
4406       compare: 2
4407   legend:
4408     - "Legend to Table"
4409     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4410     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4411
4412 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4413 - type: "table"
4414   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4415   algorithm: "table_comparison"
4416   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4417   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4418   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4419   columns:
4420     - title: "3n-hsw xl710"
4421       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4422       tag: "NIC_Intel-XL710"
4423     - title: "2n-clx xxv710"
4424       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4425       tag: "NIC_Intel-XXV710"
4426   comparisons:
4427     - title: "Diff"
4428       reference: 1
4429       compare: 2
4430   legend:
4431     - "Legend to Table"
4432     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4433     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4434
4435 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4436 - type: "table"
4437   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4438   algorithm: "table_comparison"
4439   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4440   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4441   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4442   columns:
4443     - title: "3n-hsw xl710"
4444       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4445       tag: "NIC_Intel-XL710"
4446     - title: "2n-clx xxv710"
4447       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4448       tag: "NIC_Intel-XXV710"
4449   comparisons:
4450     - title: "Diff"
4451       reference: 1
4452       compare: 2
4453   legend:
4454     - "Legend to Table"
4455     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4456     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4457
4458 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4459 - type: "table"
4460   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4461   algorithm: "table_comparison"
4462   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4463   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4464   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4465   columns:
4466     - title: "3n-hsw xl710"
4467       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4468       tag: "NIC_Intel-XL710"
4469     - title: "2n-clx xxv710"
4470       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4471       tag: "NIC_Intel-XXV710"
4472   comparisons:
4473     - title: "Diff"
4474       reference: 1
4475       compare: 2
4476   legend:
4477     - "Legend to Table"
4478     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4479     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4480
4481 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4482 - type: "table"
4483   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4484   algorithm: "table_comparison"
4485   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4486   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4487   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4488   columns:
4489     - title: "3n-skx"
4490       data-set: "vpp-compare-topologies-ref"
4491     - title: "2n-skx"
4492       data-set: "vpp-compare-topologies-cmp"
4493   comparisons:
4494     - title: "Diff"
4495       reference: 1
4496       compare: 2
4497   legend:
4498     - "Legend to Table"
4499     - "3n-skx, 2n-skx - topologies tested."
4500     - "Diff - difference between 3n-skx and 2n-skx topologies."
4501
4502 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4503 - type: "table"
4504   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4505   algorithm: "table_comparison"
4506   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4507   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4508   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4509   columns:
4510     - title: "3n-skx"
4511       data-set: "vpp-compare-topologies-ref"
4512     - title: "2n-skx"
4513       data-set: "vpp-compare-topologies-cmp"
4514   comparisons:
4515     - title: "Diff"
4516       reference: 1
4517       compare: 2
4518   legend:
4519     - "Legend to Table"
4520     - "3n-skx, 2n-skx - topologies tested."
4521     - "Diff - difference between 3n-skx and 2n-skx topologies."
4522
4523 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4524 - type: "table"
4525   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4526   algorithm: "table_comparison"
4527   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4528   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4529   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4530   columns:
4531     - title: "3n-skx"
4532       data-set: "vpp-compare-topologies-ref"
4533     - title: "2n-skx"
4534       data-set: "vpp-compare-topologies-cmp"
4535   comparisons:
4536     - title: "Diff"
4537       reference: 1
4538       compare: 2
4539   legend:
4540     - "Legend to Table"
4541     - "3n-skx, 2n-skx - topologies tested."
4542     - "Diff - difference between 3n-skx and 2n-skx topologies."
4543
4544 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4545 - type: "table"
4546   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4547   algorithm: "table_comparison"
4548   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4549   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4550   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4551   columns:
4552     - title: "3n-skx"
4553       data-set: "vpp-compare-topologies-ref"
4554     - title: "2n-skx"
4555       data-set: "vpp-compare-topologies-cmp"
4556   comparisons:
4557     - title: "Diff"
4558       reference: 1
4559       compare: 2
4560   legend:
4561     - "Legend to Table"
4562     - "3n-skx, 2n-skx - topologies tested."
4563     - "Diff - difference between 3n-skx and 2n-skx topologies."
4564
4565 # VPP Performance Changes 3n-hsw 1t1c mrr
4566 - type: "table"
4567   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4568   algorithm: "table_comparison"
4569   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4570   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4571   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4572   columns:
4573     - title: "1904"
4574       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4575     - title: "1908"
4576       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4577     - title: "2001"
4578       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4579   comparisons:
4580     - title: "Diff"
4581       reference: 2
4582       compare: 3
4583   legend:
4584     - "Legend to Table"
4585     - "1904, 1908, 2001 - VPP versions tested."
4586     - "Diff - difference between 1908 and 2001 VPP version."
4587
4588 # VPP Performance Changes 3n-hsw 2t2c mrr
4589 - type: "table"
4590   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4591   algorithm: "table_comparison"
4592   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4593   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4594   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4595   columns:
4596     - title: "1904"
4597       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4598     - title: "1908"
4599       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4600     - title: "2001"
4601       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4602   comparisons:
4603     - title: "Diff"
4604       reference: 2
4605       compare: 3
4606   legend:
4607     - "Legend to Table"
4608     - "1904, 1908, 2001 - VPP versions tested."
4609     - "Diff - difference between 1908 and 2001 VPP version."
4610
4611 # VPP Performance Changes 3n-hsw 4t4c mrr
4612 - type: "table"
4613   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4614   algorithm: "table_comparison"
4615   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4616   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4617   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4618   columns:
4619     - title: "1904"
4620       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4621     - title: "1908"
4622       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4623     - title: "2001"
4624       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4625   comparisons:
4626     - title: "Diff"
4627       reference: 2
4628       compare: 3
4629   legend:
4630     - "Legend to Table"
4631     - "1904, 1908, 2001 - VPP versions tested."
4632     - "Diff - difference between 1908 and 2001 VPP version."
4633
4634 # VPP Performance Changes 3n-skx 2t1c mrr
4635 - type: "table"
4636   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4637   algorithm: "table_comparison"
4638   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4639   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4640   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4641   columns:
4642     - title: "1904"
4643       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4644     - title: "1908"
4645       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4646     - title: "2001"
4647       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4648   comparisons:
4649     - title: "Diff"
4650       reference: 2
4651       compare: 3
4652   legend:
4653     - "Legend to Table"
4654     - "1904, 1908, 2001 - VPP versions tested."
4655     - "Diff - difference between 1908 and 2001 VPP version."
4656
4657 # VPP Performance Changes 3n-skx 4t2c mrr
4658 - type: "table"
4659   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4660   algorithm: "table_comparison"
4661   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4662   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4663   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4664   columns:
4665     - title: "1904"
4666       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4667     - title: "1908"
4668       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4669     - title: "2001"
4670       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4671   comparisons:
4672     - title: "Diff"
4673       reference: 2
4674       compare: 3
4675   legend:
4676     - "Legend to Table"
4677     - "1904, 1908, 2001 - VPP versions tested."
4678     - "Diff - difference between 1908 and 2001 VPP version."
4679
4680 # VPP Performance Changes 3n-skx 8t4c mrr
4681 - type: "table"
4682   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4683   algorithm: "table_comparison"
4684   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4685   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4686   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4687   columns:
4688     - title: "1904"
4689       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4690     - title: "1908"
4691       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4692     - title: "2001"
4693       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4694   comparisons:
4695     - title: "Diff"
4696       reference: 2
4697       compare: 3
4698   legend:
4699     - "Legend to Table"
4700     - "1904, 1908, 2001 - VPP versions tested."
4701     - "Diff - difference between 1908 and 2001 VPP version."
4702
4703 # VPP Performance Changes 2n-skx 2t1c mrr
4704 - type: "table"
4705   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4706   algorithm: "table_comparison"
4707   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4708   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4709   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4710   columns:
4711     - title: "1904"
4712       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4713     - title: "1908"
4714       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4715     - title: "2001"
4716       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4717   comparisons:
4718     - title: "Diff"
4719       reference: 2
4720       compare: 3
4721   legend:
4722     - "Legend to Table"
4723     - "1904, 1908, 2001 - VPP versions tested."
4724     - "Diff - difference between 1908 and 2001 VPP version."
4725
4726 # VPP Performance Changes 2n-skx 4t2c mrr
4727 - type: "table"
4728   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4729   algorithm: "table_comparison"
4730   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4731   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4732   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4733   columns:
4734     - title: "1904"
4735       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4736     - title: "1908"
4737       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4738     - title: "2001"
4739       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4740   comparisons:
4741     - title: "Diff"
4742       reference: 2
4743       compare: 3
4744   legend:
4745     - "Legend to Table"
4746     - "1904, 1908, 2001 - VPP versions tested."
4747     - "Diff - difference between 1908 and 2001 VPP version."
4748
4749 # VPP Performance Changes 2n-skx 8t4c mrr
4750 - type: "table"
4751   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4752   algorithm: "table_comparison"
4753   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4754   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4755   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4756   columns:
4757     - title: "1904"
4758       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4759     - title: "1908"
4760       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4761     - title: "2001"
4762       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4763   comparisons:
4764     - title: "Diff"
4765       reference: 2
4766       compare: 3
4767   legend:
4768     - "Legend to Table"
4769     - "1904, 1908, 2001 - VPP versions tested."
4770     - "Diff - difference between 1908 and 2001 VPP version."
4771
4772 # VPP Performance Changes 2n-dnv 1t1c mrr
4773 - type: "table"
4774   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4775   algorithm: "table_comparison"
4776   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4777   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4778   filter: "'1T1C'"
4779   columns:
4780     - title: "1908"
4781       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4782     - title: "2001"
4783       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4784   comparisons:
4785     - title: "Diff"
4786       reference: 1
4787       compare: 2
4788   legend:
4789     - "Legend to Table"
4790     - "1908, 2001 - VPP versions tested."
4791     - "Diff - difference between 1908 and 2001 VPP version."
4792
4793 # VPP Performance Changes 2n-dnv 2t2c mrr
4794 - type: "table"
4795   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4796   algorithm: "table_comparison"
4797   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4798   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4799   filter: "'2T2C'"
4800   columns:
4801     - title: "1908"
4802       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4803     - title: "2001"
4804       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4805   comparisons:
4806     - title: "Diff"
4807       reference: 1
4808       compare: 2
4809   legend:
4810     - "Legend to Table"
4811     - "1908, 2001 - VPP versions tested."
4812     - "Diff - difference between 1908 and 2001 VPP version."
4813
4814 # VPP Performance Changes 2n-dnv 4t4c mrr
4815 - type: "table"
4816   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4817   algorithm: "table_comparison"
4818   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4820   filter: "'4T4C'"
4821   columns:
4822     - title: "1908"
4823       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4824     - title: "2001"
4825       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4826   comparisons:
4827     - title: "Diff"
4828       reference: 1
4829       compare: 2
4830   legend:
4831     - "Legend to Table"
4832     - "1908, 2001 - VPP versions tested."
4833     - "Diff - difference between 1908 and 2001 VPP version."
4834
4835 # VPP Performance Changes 3n-dnv 1t1c mrr
4836 - type: "table"
4837   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4838   algorithm: "table_comparison"
4839   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4840   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4841   filter: "'1T1C'"
4842   columns:
4843     - title: "1908"
4844       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4845     - title: "2001"
4846       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4847   comparisons:
4848     - title: "Diff"
4849       reference: 1
4850       compare: 2
4851   legend:
4852     - "Legend to Table"
4853     - "1908, 2001 - VPP versions tested."
4854     - "Diff - difference between 1908 and 2001 VPP version."
4855
4856 # VPP Performance Changes 3n-dnv 2t2c mrr
4857 - type: "table"
4858   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4859   algorithm: "table_comparison"
4860   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4861   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4862   filter: "'2T2C'"
4863   columns:
4864     - title: "1908"
4865       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4866     - title: "2001"
4867       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4868   comparisons:
4869     - title: "Diff"
4870       reference: 1
4871       compare: 2
4872   legend:
4873     - "Legend to Table"
4874     - "1908, 2001 - VPP versions tested."
4875     - "Diff - difference between 1908 and 2001 VPP version."
4876
4877 # VPP Performance Changes 3n-dnv 4t4c mrr
4878 - type: "table"
4879   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4880   algorithm: "table_comparison"
4881   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4882   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4883   filter: "'4T4C'"
4884   columns:
4885     - title: "1908"
4886       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4887     - title: "2001"
4888       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4889   comparisons:
4890     - title: "Diff"
4891       reference: 1
4892       compare: 2
4893   legend:
4894     - "Legend to Table"
4895     - "1908, 2001 - VPP versions tested."
4896     - "Diff - difference between 1908 and 2001 VPP version."
4897
4898 # VPP Performance Changes 3n-tsh 1t1c mrr
4899 - type: "table"
4900   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4901   algorithm: "table_comparison"
4902   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4903   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4904   filter: "'1T1C'"
4905   columns:
4906     - title: "1908"
4907       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4908     - title: "2001"
4909       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4910   comparisons:
4911     - title: "Diff"
4912       reference: 1
4913       compare: 2
4914   legend:
4915     - "Legend to Table"
4916     - "1908, 2001 - VPP versions tested."
4917     - "Diff - difference between 1908 and 2001 VPP version."
4918
4919 # VPP Performance Changes 3n-tsh 2t2c mrr
4920 - type: "table"
4921   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4922   algorithm: "table_comparison"
4923   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4924   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4925   filter: "'2T2C'"
4926   columns:
4927     - title: "1908"
4928       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4929     - title: "2001"
4930       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4931   comparisons:
4932     - title: "Diff"
4933       reference: 1
4934       compare: 2
4935   legend:
4936     - "Legend to Table"
4937     - "1908, 2001 - VPP versions tested."
4938     - "Diff - difference between 1908 and 2001 VPP version."
4939
4940 # VPP Performance Changes 3n-tsh 4t4c mrr
4941 - type: "table"
4942   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4943   algorithm: "table_comparison"
4944   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4945   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4946   filter: "'4T4C'"
4947   columns:
4948     - title: "1908"
4949       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4950     - title: "2001"
4951       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4952   comparisons:
4953     - title: "Diff"
4954       reference: 1
4955       compare: 2
4956   legend:
4957     - "Legend to Table"
4958     - "1908, 2001 - VPP versions tested."
4959     - "Diff - difference between 1908 and 2001 VPP version."
4960
4961 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4962 - type: "table"
4963   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4964   algorithm: "table_comparison"
4965   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4966   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4967   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4968   columns:
4969     - title: "3n-hsw xl710"
4970       data-set: "vpp-compare-testbeds-mrr-ref"
4971       tag: "NIC_Intel-XL710"
4972     - title: "3n-skx xxv710"
4973       data-set: "vpp-compare-testbeds-mrr-cmp"
4974       tag: "NIC_Intel-XXV710"
4975   comparisons:
4976     - title: "Diff"
4977       reference: 1
4978       compare: 2
4979   legend:
4980     - "Legend to Table"
4981     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4982     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4983
4984 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4985 - type: "table"
4986   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4987   algorithm: "table_comparison"
4988   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4989   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4990   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4991   columns:
4992     - title: "3n-hsw xl710"
4993       data-set: "vpp-compare-testbeds-mrr-ref"
4994       tag: "NIC_Intel-XL710"
4995     - title: "3n-skx xxv710"
4996       data-set: "vpp-compare-testbeds-mrr-cmp"
4997       tag: "NIC_Intel-XXV710"
4998   comparisons:
4999     - title: "Diff"
5000       reference: 1
5001       compare: 2
5002   legend:
5003     - "Legend to Table"
5004     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5005     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5006
5007 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5008 - type: "table"
5009   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5010   algorithm: "table_comparison"
5011   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5012   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5013   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5014   columns:
5015     - title: "3n-hsw xl710"
5016       data-set: "vpp-compare-testbeds-mrr-ref"
5017       tag: "NIC_Intel-XL710"
5018     - title: "3n-skx xxv710"
5019       data-set: "vpp-compare-testbeds-mrr-cmp"
5020       tag: "NIC_Intel-XXV710"
5021   comparisons:
5022     - title: "Diff"
5023       reference: 1
5024       compare: 2
5025   legend:
5026     - "Legend to Table"
5027     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5028     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5029
5030 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5031 - type: "table"
5032   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5033   algorithm: "table_comparison"
5034   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5035   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5036   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5037   columns:
5038     - title: "2n-skx"
5039       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5040     - title: "2n-clx"
5041       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5042   comparisons:
5043     - title: "Diff"
5044       reference: 1
5045       compare: 2
5046   legend:
5047     - "Legend to Table"
5048     - "2n-skx, 2n-clx - testbeds and NICs tested."
5049     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5050
5051 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5052 - type: "table"
5053   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5054   algorithm: "table_comparison"
5055   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5056   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5057   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5058   columns:
5059     - title: "2n-skx"
5060       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5061     - title: "2n-clx"
5062       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5063   comparisons:
5064     - title: "Diff"
5065       reference: 1
5066       compare: 2
5067   legend:
5068     - "Legend to Table"
5069     - "2n-skx, 2n-clx - testbeds and NICs tested."
5070     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5071
5072 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5073 - type: "table"
5074   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5075   algorithm: "table_comparison"
5076   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5078   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5079   columns:
5080     - title: "2n-skx"
5081       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5082     - title: "2n-clx"
5083       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5084   comparisons:
5085     - title: "Diff"
5086       reference: 1
5087       compare: 2
5088   legend:
5089     - "Legend to Table"
5090     - "2n-skx, 2n-clx - testbeds and NICs tested."
5091     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5092
5093 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5094 - type: "table"
5095   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5096   algorithm: "table_comparison"
5097   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5098   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5099   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5100   columns:
5101     - title: "3n-skx"
5102       data-set: "vpp-compare-topologies-mrr-ref"
5103     - title: "2n-skx"
5104       data-set: "vpp-compare-topologies-mrr-cmp"
5105   comparisons:
5106     - title: "Diff"
5107       reference: 1
5108       compare: 2
5109   legend:
5110     - "Legend to Table"
5111     - "3n-skx, 2n-skx - topologies tested."
5112     - "Diff - difference between 3n-skx and 2n-skx topologies."
5113
5114 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5115 - type: "table"
5116   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5117   algorithm: "table_comparison"
5118   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5119   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5120   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5121   columns:
5122     - title: "3n-skx"
5123       data-set: "vpp-compare-topologies-mrr-ref"
5124     - title: "2n-skx"
5125       data-set: "vpp-compare-topologies-mrr-cmp"
5126   comparisons:
5127     - title: "Diff"
5128       reference: 1
5129       compare: 2
5130   legend:
5131     - "Legend to Table"
5132     - "3n-skx, 2n-skx - topologies tested."
5133     - "Diff - difference between 3n-skx and 2n-skx topologies."
5134
5135 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5136 - type: "table"
5137   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5138   algorithm: "table_comparison"
5139   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5140   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5141   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5142   columns:
5143     - title: "3n-skx"
5144       data-set: "vpp-compare-topologies-mrr-ref"
5145     - title: "2n-skx"
5146       data-set: "vpp-compare-topologies-mrr-cmp"
5147   comparisons:
5148     - title: "Diff"
5149       reference: 1
5150       compare: 2
5151   legend:
5152     - "Legend to Table"
5153     - "3n-skx, 2n-skx - topologies tested."
5154     - "Diff - difference between 3n-skx and 2n-skx topologies."
5155
5156 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5157 - type: "table"
5158   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5159   algorithm: "table_comparison"
5160   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5161   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5162   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5163   columns:
5164     - title: "3n-hsw xl710"
5165       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5166       tag: "NIC_Intel-XL710"
5167     - title: "2n-clx xxv710"
5168       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5169       tag: "NIC_Intel-XXV710"
5170   comparisons:
5171     - title: "Diff"
5172       reference: 1
5173       compare: 2
5174   legend:
5175     - "Legend to Table"
5176     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5177     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5178
5179 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5180 - type: "table"
5181   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5182   algorithm: "table_comparison"
5183   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5184   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5185   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5186   columns:
5187     - title: "3n-hsw xl710"
5188       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5189       tag: "NIC_Intel-XL710"
5190     - title: "2n-clx xxv710"
5191       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5192       tag: "NIC_Intel-XXV710"
5193   comparisons:
5194     - title: "Diff"
5195       reference: 1
5196       compare: 2
5197   legend:
5198     - "Legend to Table"
5199     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5200     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5201
5202 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5203 - type: "table"
5204   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5205   algorithm: "table_comparison"
5206   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5207   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5208   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5209   columns:
5210     - title: "3n-hsw xl710"
5211       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5212       tag: "NIC_Intel-XL710"
5213     - title: "2n-clx xxv710"
5214       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5215       tag: "NIC_Intel-XXV710"
5216   comparisons:
5217     - title: "Diff"
5218       reference: 1
5219       compare: 2
5220   legend:
5221     - "Legend to Table"
5222     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5223     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5224
5225 # Detailed Test Results - VPP Performance Results 3n-hsw
5226 - type: "table"
5227   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5228   algorithm: "table_merged_details"
5229   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5230   columns:
5231     - title: " |prein| Test Name |preout| "
5232       data: "data name"
5233     - 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| "
5234       data: "data msg"
5235   data: "vpp-perf-results-3n-hsw"
5236   filter: "all"
5237   parameters:
5238   - "name"
5239   - "parent"
5240   - "msg"
5241
5242 # Detailed Test Results - VPP Performance Results 3n-skx
5243 - type: "table"
5244   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5245   algorithm: "table_merged_details"
5246   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5247   columns:
5248     - title: " |prein| Test Name |preout| "
5249       data: "data name"
5250     - 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| "
5251       data: "data msg"
5252   data: "vpp-perf-results-3n-skx"
5253   filter: "all"
5254   remove-ndr: True  # Temporary solution: remove NDR results from test message
5255   parameters:
5256   - "name"
5257   - "parent"
5258   - "msg"
5259
5260 # Detailed Test Results - VPP Performance Results 2n-skx
5261 - type: "table"
5262   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5263   algorithm: "table_merged_details"
5264   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5265   columns:
5266     - title: " |prein| Test Name |preout| "
5267       data: "data name"
5268     - 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| "
5269       data: "data msg"
5270   data: "vpp-perf-results-2n-skx"
5271   filter: "all"
5272   remove-ndr: True  # Temporary solution: remove NDR results from test message
5273   parameters:
5274   - "name"
5275   - "parent"
5276   - "msg"
5277
5278 # Detailed Test Results - VPP Performance Results 2n-clx
5279 - type: "table"
5280   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5281   algorithm: "table_merged_details"
5282   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5283   columns:
5284     - title: " |prein| Test Name |preout| "
5285       data: "data name"
5286     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5287       data: "data msg"
5288   data: "vpp-perf-results-2n-clx"
5289   filter: "all"
5290   parameters:
5291   - "name"
5292   - "parent"
5293   - "msg"
5294
5295 # Detailed Test Results - VPP Performance Results 3n-tsh
5296 - type: "table"
5297   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5298   algorithm: "table_merged_details"
5299   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5300   columns:
5301     - title: " |prein| Test Name |preout| "
5302       data: "data name"
5303     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5304       data: "data msg"
5305   data: "vpp-perf-results-3n-tsh"
5306   filter: "all"
5307   parameters:
5308   - "name"
5309   - "parent"
5310   - "msg"
5311
5312 # Detailed Test Results - VPP Performance Results 3n-dnv
5313 - type: "table"
5314   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5315   algorithm: "table_merged_details"
5316   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5317   columns:
5318     - title: " |prein| Test Name |preout| "
5319       data: "data name"
5320     - 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| "
5321       data: "data msg"
5322   data: "vpp-perf-results-3n-dnv"
5323   filter: "all"
5324   parameters:
5325   - "name"
5326   - "parent"
5327   - "msg"
5328
5329 # Detailed Test Results - VPP Performance Results 2n-dnv
5330 - type: "table"
5331   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5332   algorithm: "table_merged_details"
5333   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5334   columns:
5335     - title: " |prein| Test Name |preout| "
5336       data: "data name"
5337     - 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| "
5338       data: "data msg"
5339   data: "vpp-perf-results-2n-dnv"
5340   filter: "all"
5341   parameters:
5342   - "name"
5343   - "parent"
5344   - "msg"
5345
5346 # Test configuration - VPP Performance Test Configs 3n-hsw
5347 - type: "table"
5348   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5349   algorithm: "table_merged_details"
5350   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5351   columns:
5352     - title: " |prein| Test Name |preout| "
5353       data: "data name"
5354     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5355       data: "data conf-history"
5356   data: "vpp-perf-results-3n-hsw"
5357   filter: "all"
5358   parameters:
5359   - "parent"
5360   - "name"
5361   - "conf-history"
5362
5363 # Test configuration - VPP Performance Test Configs 3n-skx
5364 - type: "table"
5365   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5366   algorithm: "table_merged_details"
5367   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5368   columns:
5369     - title: " |prein| Test Name |preout| "
5370       data: "data name"
5371     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5372       data: "data conf-history"
5373   data: "vpp-perf-results-3n-skx"
5374   filter: "all"
5375   parameters:
5376   - "parent"
5377   - "name"
5378   - "conf-history"
5379
5380 # Test configuration - VPP Performance Test Configs 2n-skx
5381 - type: "table"
5382   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5383   algorithm: "table_merged_details"
5384   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5385   columns:
5386     - title: " |prein| Test Name |preout| "
5387       data: "data name"
5388     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5389       data: "data conf-history"
5390   data: "vpp-perf-results-2n-skx"
5391   filter: "all"
5392   parameters:
5393   - "parent"
5394   - "name"
5395   - "conf-history"
5396
5397 # Test configuration - VPP Performance Test Configs 2n-clx
5398 - type: "table"
5399   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5400   algorithm: "table_merged_details"
5401   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5402   columns:
5403     - title: " |prein| Test Name |preout| "
5404       data: "data name"
5405     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5406       data: "data conf-history"
5407   data: "vpp-perf-results-2n-clx"
5408   filter: "all"
5409   parameters:
5410   - "parent"
5411   - "name"
5412   - "conf-history"
5413
5414 # Test configuration - VPP Performance Test Configs 3n-tsh
5415 - type: "table"
5416   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5417   algorithm: "table_merged_details"
5418   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5419   columns:
5420     - title: " |prein| Test Name |preout| "
5421       data: "data name"
5422     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5423       data: "data conf-history"
5424   data: "vpp-perf-results-3n-tsh"
5425   filter: "all"
5426   parameters:
5427   - "parent"
5428   - "name"
5429   - "conf-history"
5430
5431 # Test configuration - VPP Performance Test Configs 3n-dnv
5432 - type: "table"
5433   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5434   algorithm: "table_merged_details"
5435   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5436   columns:
5437     - title: " |prein| Test Name |preout| "
5438       data: "data name"
5439     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5440       data: "data conf-history"
5441   data: "vpp-perf-results-3n-dnv"
5442   filter: "all"
5443   parameters:
5444   - "parent"
5445   - "name"
5446   - "conf-history"
5447
5448 # Test configuration - VPP Performance Test Configs 2n-dnv
5449 - type: "table"
5450   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5451   algorithm: "table_merged_details"
5452   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5453   columns:
5454     - title: " |prein| Test Name |preout| "
5455       data: "data name"
5456     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5457       data: "data conf-history"
5458   data: "vpp-perf-results-2n-dnv"
5459   filter: "all"
5460   parameters:
5461   - "parent"
5462   - "name"
5463   - "conf-history"
5464
5465 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5466 - type: "table"
5467   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5468   algorithm: "table_oper_data_html"
5469   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5470   data: "vpp-perf-results-3n-hsw"
5471   filter: "all"
5472
5473 # Test Operational Data - VPP Performance Operational Data 3n-skx
5474 - type: "table"
5475   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5476   algorithm: "table_oper_data_html"
5477   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5478   data: "vpp-perf-results-3n-skx"
5479   filter: "all"
5480
5481 # Test Operational Data - VPP Performance Operational Data 2n-skx
5482 - type: "table"
5483   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5484   algorithm: "table_oper_data_html"
5485   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5486   data: "vpp-perf-results-2n-skx"
5487   filter: "all"
5488
5489 # Test Operational Data - VPP Performance Operational Data 2n-clx
5490 - type: "table"
5491   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5492   algorithm: "table_oper_data_html"
5493   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5494   data: "vpp-perf-results-2n-clx"
5495   filter: "all"
5496
5497 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5498 - type: "table"
5499   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5500   algorithm: "table_oper_data_html"
5501   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5502   data: "vpp-perf-results-3n-tsh"
5503   filter: "all"
5504
5505 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5506 - type: "table"
5507   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5508   algorithm: "table_oper_data_html"
5509   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5510   data: "vpp-perf-results-3n-dnv"
5511   filter: "all"
5512
5513 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5514 - type: "table"
5515   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5516   algorithm: "table_oper_data_html"
5517   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5518   data: "vpp-perf-results-2n-dnv"
5519   filter: "all"
5520
5521 # Detailed Test Results - VPP MRR Results 3n-hsw
5522 - type: "table"
5523   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5524   algorithm: "table_merged_details"
5525   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5526   columns:
5527     - title: " |prein| Test Name |preout| "
5528       data: "data name"
5529     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5530       data: "data msg"
5531   data: "vpp-mrr-results-3n-hsw"
5532   filter: "all"
5533   parameters:
5534   - "name"
5535   - "parent"
5536   - "msg"
5537
5538 # Detailed Test Results - VPP MRR Results 3n-skx
5539 - type: "table"
5540   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5541   algorithm: "table_merged_details"
5542   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5543   columns:
5544     - title: " |prein| Test Name |preout| "
5545       data: "data name"
5546     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5547       data: "data msg"
5548   data: "vpp-mrr-results-3n-skx"
5549   filter: "all"
5550   parameters:
5551   - "name"
5552   - "parent"
5553   - "msg"
5554
5555 # Detailed Test Results - VPP MRR Results 2n-skx
5556 - type: "table"
5557   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5558   algorithm: "table_merged_details"
5559   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5560   columns:
5561     - title: " |prein| Test Name |preout| "
5562       data: "data name"
5563     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5564       data: "data msg"
5565   data: "vpp-mrr-results-2n-skx"
5566   filter: "all"
5567   parameters:
5568   - "name"
5569   - "parent"
5570   - "msg"
5571
5572 # Detailed Test Results - VPP MRR Results 2n-clx
5573 - type: "table"
5574   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5575   algorithm: "table_merged_details"
5576   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5577   columns:
5578     - title: " |prein| Test Name |preout| "
5579       data: "data name"
5580     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5581       data: "data msg"
5582   data: "vpp-mrr-results-2n-clx"
5583   filter: "all"
5584   parameters:
5585   - "name"
5586   - "parent"
5587   - "msg"
5588
5589 # Detailed Test Results - VPP MRR Results 3n-tsh
5590 - type: "table"
5591   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5592   algorithm: "table_merged_details"
5593   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5594   columns:
5595     - title: " |prein| Test Name |preout| "
5596       data: "data name"
5597     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5598       data: "data msg"
5599   data: "vpp-mrr-results-3n-tsh"
5600   filter: "all"
5601   parameters:
5602   - "name"
5603   - "parent"
5604   - "msg"
5605
5606 # Detailed Test Results - VPP MRR Results 3n-dnv
5607 - type: "table"
5608   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5609   algorithm: "table_merged_details"
5610   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5611   columns:
5612     - title: " |prein| Test Name |preout| "
5613       data: "data name"
5614     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5615       data: "data msg"
5616   data: "vpp-mrr-results-3n-dnv"
5617   filter: "all"
5618   parameters:
5619   - "name"
5620   - "parent"
5621   - "msg"
5622
5623 # Detailed Test Results - VPP MRR Results 2n-dnv
5624 - type: "table"
5625   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5626   algorithm: "table_merged_details"
5627   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5628   columns:
5629     - title: " |prein| Test Name |preout| "
5630       data: "data name"
5631     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5632       data: "data msg"
5633   data: "vpp-mrr-results-2n-dnv"
5634   filter: "all"
5635   parameters:
5636   - "name"
5637   - "parent"
5638   - "msg"
5639
5640 # Test configuration - VPP MRR Test Configs 3n-hsw
5641 - type: "table"
5642   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5643   algorithm: "table_merged_details"
5644   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5645   columns:
5646     - title: " |prein| Test Name |preout| "
5647       data: "data name"
5648     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5649       data: "data conf-history"
5650   data: "vpp-mrr-results-3n-hsw"
5651   filter: "all"
5652   parameters:
5653   - "parent"
5654   - "name"
5655   - "conf-history"
5656
5657 # Test configuration - VPP MRR Test Configs 3n-skx
5658 - type: "table"
5659   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5660   algorithm: "table_merged_details"
5661   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5662   columns:
5663     - title: " |prein| Test Name |preout| "
5664       data: "data name"
5665     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5666       data: "data conf-history"
5667   data: "vpp-mrr-results-3n-skx"
5668   filter: "all"
5669   parameters:
5670   - "parent"
5671   - "name"
5672   - "conf-history"
5673
5674 # Test configuration - VPP MRR Test Configs 2n-skx
5675 - type: "table"
5676   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5677   algorithm: "table_merged_details"
5678   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5679   columns:
5680     - title: " |prein| Test Name |preout| "
5681       data: "data name"
5682     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5683       data: "data conf-history"
5684   data: "vpp-mrr-results-2n-skx"
5685   filter: "all"
5686   parameters:
5687   - "parent"
5688   - "name"
5689   - "conf-history"
5690
5691 # Test configuration - VPP MRR Test Configs 2n-clx
5692 - type: "table"
5693   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5694   algorithm: "table_merged_details"
5695   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5696   columns:
5697     - title: " |prein| Test Name |preout| "
5698       data: "data name"
5699     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5700       data: "data conf-history"
5701   data: "vpp-mrr-results-2n-clx"
5702   filter: "all"
5703   parameters:
5704   - "parent"
5705   - "name"
5706   - "conf-history"
5707
5708 # Test configuration - VPP MRR Test Configs 3n-tsh
5709 - type: "table"
5710   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5711   algorithm: "table_merged_details"
5712   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5713   columns:
5714     - title: " |prein| Test Name |preout| "
5715       data: "data name"
5716     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5717       data: "data conf-history"
5718   data: "vpp-mrr-results-3n-tsh"
5719   filter: "all"
5720   parameters:
5721   - "parent"
5722   - "name"
5723   - "conf-history"
5724
5725 # Test configuration - VPP MRR Test Configs 3n-dnv
5726 - type: "table"
5727   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5728   algorithm: "table_merged_details"
5729   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5730   columns:
5731     - title: " |prein| Test Name |preout| "
5732       data: "data name"
5733     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5734       data: "data conf-history"
5735   data: "vpp-mrr-results-3n-dnv"
5736   filter: "all"
5737   parameters:
5738   - "parent"
5739   - "name"
5740   - "conf-history"
5741
5742 # Test configuration - VPP MRR Test Configs 2n-dnv
5743 - type: "table"
5744   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5745   algorithm: "table_merged_details"
5746   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5747   columns:
5748     - title: " |prein| Test Name |preout| "
5749       data: "data name"
5750     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5751       data: "data conf-history"
5752   data: "vpp-mrr-results-2n-dnv"
5753   filter: "all"
5754   parameters:
5755   - "parent"
5756   - "name"
5757   - "conf-history"
5758
5759 # Detailed Test Results - VPP Device Results - Ubuntu
5760 - type: "table"
5761   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5762   algorithm: "table_merged_details"
5763   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5764   columns:
5765     - title: " |prein| Test Name |preout| "
5766       data: "data name"
5767     - title: " |prein| Status |preout| "
5768       data: "data status"
5769   data: "vpp-device-results-ubuntu"
5770   filter: "all"
5771   parameters:
5772   - "name"
5773   - "parent"
5774   - "doc"
5775   - "status"
5776
5777 # Test configuration - VPP Device Test Configs - Ubuntu
5778 - type: "table"
5779   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5780   algorithm: "table_merged_details"
5781   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5782   columns:
5783     - title: " |prein| Test Name |preout| "
5784       data: "data name"
5785     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5786       data: "data conf-history"
5787   data: "vpp-device-results-ubuntu"
5788   filter: "all"
5789   parameters:
5790   - "parent"
5791   - "name"
5792   - "conf-history"
5793
5794 ################################################################################
5795
5796 # DPDK Performance Changes 3n-hsw 1t1c pdr
5797 - type: "table"
5798   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5799   algorithm: "table_comparison"
5800   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5801   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5802   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5803   columns:
5804     - title: "1904"
5805       data-set: "dpdk-performance-changes-3n-hsw-h1"
5806     - title: "1908"
5807       data-set: "dpdk-performance-changes-3n-hsw-ref"
5808     - title: "2001"
5809       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5810   comparisons:
5811     - title: "Diff"
5812       reference: 2
5813       compare: 3
5814   legend:
5815     - "Legend to Table"
5816     - "1904, 1908, 2001 - DPDK versions tested."
5817     - "Diff - difference between 1908 and 2001 DPDK version."
5818
5819 # DPDK Performance Changes 3n-hsw 2t2c pdr
5820 - type: "table"
5821   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5822   algorithm: "table_comparison"
5823   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5824   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5825   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5826   columns:
5827     - title: "1904"
5828       data-set: "dpdk-performance-changes-3n-hsw-h1"
5829     - title: "1908"
5830       data-set: "dpdk-performance-changes-3n-hsw-ref"
5831     - title: "2001"
5832       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5833   comparisons:
5834     - title: "Diff"
5835       reference: 2
5836       compare: 3
5837   legend:
5838     - "Legend to Table"
5839     - "1904, 1908, 2001 - DPDK versions tested."
5840     - "Diff - difference between 1908 and 2001 DPDK version."
5841
5842 # DPDK Performance Changes 3n-hsw 1t1c pdr
5843 - type: "table"
5844   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5845   algorithm: "table_comparison"
5846   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5847   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5848   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5849   columns:
5850     - title: "1904"
5851       data-set: "dpdk-performance-changes-3n-hsw-h1"
5852     - title: "1908"
5853       data-set: "dpdk-performance-changes-3n-hsw-ref"
5854     - title: "2001"
5855       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5856   comparisons:
5857     - title: "Diff"
5858       reference: 2
5859       compare: 3
5860   legend:
5861     - "Legend to Table"
5862     - "1904, 1908, 2001 - DPDK versions tested."
5863     - "Diff - difference between 1908 and 2001 DPDK version."
5864
5865 # DPDK Performance Changes 3n-hsw 2t2c ndr
5866 - type: "table"
5867   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5868   algorithm: "table_comparison"
5869   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5870   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5871   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5872   columns:
5873     - title: "1904"
5874       data-set: "dpdk-performance-changes-3n-hsw-h1"
5875     - title: "1908"
5876       data-set: "dpdk-performance-changes-3n-hsw-ref"
5877     - title: "2001"
5878       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5879   comparisons:
5880     - title: "Diff"
5881       reference: 2
5882       compare: 3
5883   legend:
5884     - "Legend to Table"
5885     - "1904, 1908, 2001 - DPDK versions tested."
5886     - "Diff - difference between 1908 and 2001 DPDK version."
5887
5888 # DPDK Performance Changes 3n-skx 2t1c pdr
5889 - type: "table"
5890   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5891   algorithm: "table_comparison"
5892   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5893   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5894   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5895   columns:
5896     - title: "1904"
5897       data-set: "dpdk-performance-changes-3n-skx-h1"
5898     - title: "1908"
5899       data-set: "dpdk-performance-changes-3n-skx-ref"
5900     - title: "2001"
5901       data-set: "dpdk-performance-changes-3n-skx-cmp"
5902   comparisons:
5903     - title: "Diff"
5904       reference: 2
5905       compare: 3
5906   legend:
5907     - "Legend to Table"
5908     - "1904, 1908, 2001 - DPDK versions tested."
5909     - "Diff - difference between 1908 and 2001 DPDK version."
5910
5911 # DPDK Performance Changes 3n-skx 4t2c pdr
5912 - type: "table"
5913   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5914   algorithm: "table_comparison"
5915   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5916   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5917   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5918   columns:
5919     - title: "1904"
5920       data-set: "dpdk-performance-changes-3n-skx-h1"
5921     - title: "1908"
5922       data-set: "dpdk-performance-changes-3n-skx-ref"
5923     - title: "2001"
5924       data-set: "dpdk-performance-changes-3n-skx-cmp"
5925   comparisons:
5926     - title: "Diff"
5927       reference: 2
5928       compare: 3
5929   legend:
5930     - "Legend to Table"
5931     - "1904, 1908, 2001 - DPDK versions tested."
5932     - "Diff - difference between 1908 and 2001 DPDK version."
5933
5934 # DPDK Performance Changes 3n-skx 2t1c ndr
5935 - type: "table"
5936   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5937   algorithm: "table_comparison"
5938   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5939   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5940   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5941   columns:
5942     - title: "1904"
5943       data-set: "dpdk-performance-changes-3n-skx-h1"
5944     - title: "1908"
5945       data-set: "dpdk-performance-changes-3n-skx-ref"
5946     - title: "2001"
5947       data-set: "dpdk-performance-changes-3n-skx-cmp"
5948   comparisons:
5949     - title: "Diff"
5950       reference: 2
5951       compare: 3
5952   legend:
5953     - "Legend to Table"
5954     - "1904, 1908, 2001 - DPDK versions tested."
5955     - "Diff - difference between 1908 and 2001 DPDK version."
5956
5957 # DPDK Performance Changes 3n-skx 4t2c ndr
5958 - type: "table"
5959   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5960   algorithm: "table_comparison"
5961   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5962   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5963   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5964   columns:
5965     - title: "1904"
5966       data-set: "dpdk-performance-changes-3n-skx-h1"
5967     - title: "1908"
5968       data-set: "dpdk-performance-changes-3n-skx-ref"
5969     - title: "2001"
5970       data-set: "dpdk-performance-changes-3n-skx-cmp"
5971   comparisons:
5972     - title: "Diff"
5973       reference: 2
5974       compare: 3
5975   legend:
5976     - "Legend to Table"
5977     - "1904, 1908, 2001 - DPDK versions tested."
5978     - "Diff - difference between 1908 and 2001 DPDK version."
5979
5980 # DPDK Performance Changes 2n-skx 2t1c pdr
5981 - type: "table"
5982   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5983   algorithm: "table_comparison"
5984   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5985   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5986   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5987   columns:
5988     - title: "1904"
5989       data-set: "dpdk-performance-changes-2n-skx-h1"
5990     - title: "1908"
5991       data-set: "dpdk-performance-changes-2n-skx-ref"
5992     - title: "2001"
5993       data-set: "dpdk-performance-changes-2n-skx-cmp"
5994   comparisons:
5995     - title: "Diff"
5996       reference: 2
5997       compare: 3
5998   legend:
5999     - "Legend to Table"
6000     - "1904, 1908, 2001 - DPDK versions tested."
6001     - "Diff - difference between 1908 and 2001 DPDK version."
6002
6003 # DPDK Performance Changes 2n-skx 4t2c pdr
6004 - type: "table"
6005   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6006   algorithm: "table_comparison"
6007   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6008   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6009   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6010   columns:
6011     - title: "1904"
6012       data-set: "dpdk-performance-changes-2n-skx-h1"
6013     - title: "1908"
6014       data-set: "dpdk-performance-changes-2n-skx-ref"
6015     - title: "2001"
6016       data-set: "dpdk-performance-changes-2n-skx-cmp"
6017   comparisons:
6018     - title: "Diff"
6019       reference: 2
6020       compare: 3
6021   legend:
6022     - "Legend to Table"
6023     - "1904, 1908, 2001 - DPDK versions tested."
6024     - "Diff - difference between 1908 and 2001 DPDK version."
6025
6026 # DPDK Performance Changes 2n-skx 2t1c ndr
6027 - type: "table"
6028   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6029   algorithm: "table_comparison"
6030   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6031   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6032   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6033   columns:
6034     - title: "1904"
6035       data-set: "dpdk-performance-changes-2n-skx-h1"
6036     - title: "1908"
6037       data-set: "dpdk-performance-changes-2n-skx-ref"
6038     - title: "2001"
6039       data-set: "dpdk-performance-changes-2n-skx-cmp"
6040   comparisons:
6041     - title: "Diff"
6042       reference: 2
6043       compare: 3
6044   legend:
6045     - "Legend to Table"
6046     - "1904, 1908, 2001 - DPDK versions tested."
6047     - "Diff - difference between 1908 and 2001 DPDK version."
6048
6049 # DPDK Performance Changes 2n-skx 4t2c ndr
6050 - type: "table"
6051   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6052   algorithm: "table_comparison"
6053   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6054   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6055   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6056   columns:
6057     - title: "1904"
6058       data-set: "dpdk-performance-changes-2n-skx-h1"
6059     - title: "1908"
6060       data-set: "dpdk-performance-changes-2n-skx-ref"
6061     - title: "2001"
6062       data-set: "dpdk-performance-changes-2n-skx-cmp"
6063   comparisons:
6064     - title: "Diff"
6065       reference: 2
6066       compare: 3
6067   legend:
6068     - "Legend to Table"
6069     - "1904, 1908, 2001 - DPDK versions tested."
6070     - "Diff - difference between 1908 and 2001 DPDK version."
6071
6072 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6073 - type: "table"
6074   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6075   algorithm: "table_comparison"
6076   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6077   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6078   filter: "'NIC_Intel-X710'"
6079   columns:
6080     - title: "3n-hsw x710"
6081       data-set: "dpdk-compare-testbeds-ref"
6082     - title: "3n-skx x710"
6083       data-set: "dpdk-compare-testbeds-cmp"
6084   comparisons:
6085     - title: "Diff"
6086       reference: 1
6087       compare: 2
6088   legend:
6089     - "Legend to Table"
6090     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6091     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6092
6093 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6094 - type: "table"
6095   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6096   algorithm: "table_comparison"
6097   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6098   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6099   filter: "'NIC_Intel-X710'"
6100   columns:
6101     - title: "3n-hsw x710"
6102       data-set: "dpdk-compare-testbeds-ref"
6103     - title: "3n-skx x710"
6104       data-set: "dpdk-compare-testbeds-cmp"
6105   comparisons:
6106     - title: "Diff"
6107       reference: 1
6108       compare: 2
6109   legend:
6110     - "Legend to Table"
6111     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6112     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6113
6114 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6115 - type: "table"
6116   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6117   algorithm: "table_comparison"
6118   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6119   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6120   filter: "'NIC_Intel-XXV710'"
6121   columns:
6122     - title: "2n-skx"
6123       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6124     - title: "2n-clx"
6125       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6126   comparisons:
6127     - title: "Diff"
6128       reference: 1
6129       compare: 2
6130   legend:
6131     - "Legend to Table"
6132     - "2n-skx, 2n-clx - testbeds and NICs tested."
6133     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6134
6135 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6136 - type: "table"
6137   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6138   algorithm: "table_comparison"
6139   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6140   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6141   filter: "'NIC_Intel-XXV710'"
6142   columns:
6143     - title: "2n-skx"
6144       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6145     - title: "2n-clx"
6146       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6147   comparisons:
6148     - title: "Diff"
6149       reference: 1
6150       compare: 2
6151   legend:
6152     - "Legend to Table"
6153     - "2n-skx, 2n-clx - testbeds and NICs tested."
6154     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6155
6156 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6157 - type: "table"
6158   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6159   algorithm: "table_comparison"
6160   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6161   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6162   filter: "'NIC_Intel-XXV710'"
6163   columns:
6164     - title: "3n-skx"
6165       data-set: "dpdk-compare-topologies-ref"
6166     - title: "2n-skx"
6167       data-set: "dpdk-compare-topologies-cmp"
6168   comparisons:
6169     - title: "Diff"
6170       reference: 1
6171       compare: 2
6172   legend:
6173     - "Legend to Table"
6174     - "3n-skx, 2n-skx - topologies tested."
6175     - "Diff - difference between 3n-skx and 2n-skx topologies."
6176
6177 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6178 - type: "table"
6179   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6180   algorithm: "table_comparison"
6181   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6182   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6183   filter: "'NIC_Intel-XXV710'"
6184   columns:
6185     - title: "3n-skx"
6186       data-set: "dpdk-compare-topologies-ref"
6187     - title: "2n-skx"
6188       data-set: "dpdk-compare-topologies-cmp"
6189   comparisons:
6190     - title: "Diff"
6191       reference: 1
6192       compare: 2
6193   legend:
6194     - "Legend to Table"
6195     - "3n-skx, 2n-skx - topologies tested."
6196     - "Diff - difference between 3n-skx and 2n-skx topologies."
6197
6198 # Detailed Test Results - DPDK Performance Results 3n-hsw
6199 - type: "table"
6200   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6201   algorithm: "table_merged_details"
6202   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6203   columns:
6204     - title: " |prein| Test Name |preout| "
6205       data: "data name"
6206     - 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| "
6207       data: "data msg"
6208   data: "dpdk-perf-results-3n-hsw"
6209   filter: "all"
6210   parameters:
6211   - "name"
6212   - "parent"
6213   - "msg"
6214
6215 # Detailed Test Results - DPDK Performance Results 3n-skx
6216 - type: "table"
6217   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6218   algorithm: "table_merged_details"
6219   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6220   columns:
6221     - title: " |prein| Test Name |preout| "
6222       data: "data name"
6223     - 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| "
6224       data: "data msg"
6225   data: "dpdk-perf-results-3n-skx"
6226   filter: "all"
6227   remove-ndr: True  # Temporary solution: remove NDR results from test message
6228   parameters:
6229   - "name"
6230   - "parent"
6231   - "msg"
6232
6233 # Detailed Test Results - DPDK Performance Results 2n-skx
6234 - type: "table"
6235   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6236   algorithm: "table_merged_details"
6237   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6238   columns:
6239     - title: " |prein| Test Name |preout| "
6240       data: "data name"
6241     - 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| "
6242       data: "data msg"
6243   data: "dpdk-perf-results-2n-skx"
6244   filter: "all"
6245   remove-ndr: True  # Temporary solution: remove NDR results from test message
6246   parameters:
6247   - "name"
6248   - "parent"
6249   - "msg"
6250
6251 # Detailed Test Results - DPDK Performance Results 2n-clx
6252 - type: "table"
6253   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6254   algorithm: "table_merged_details"
6255   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6256   columns:
6257     - title: " |prein| Test Name |preout| "
6258       data: "data name"
6259     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6260       data: "data msg"
6261   data: "dpdk-perf-results-2n-clx"
6262   filter: "all"
6263   parameters:
6264   - "name"
6265   - "parent"
6266   - "msg"
6267
6268 # Detailed Test Results - DPDK Performance Results 2n-dnv
6269 - type: "table"
6270   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6271   algorithm: "table_merged_details"
6272   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6273   columns:
6274     - title: " |prein| Test Name |preout| "
6275       data: "data name"
6276     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6277       data: "data msg"
6278   data: "dpdk-perf-results-2n-dnv"
6279   filter: "all"
6280   parameters:
6281   - "name"
6282   - "parent"
6283   - "msg"
6284
6285 # Detailed Test Results - DPDK Performance Results 3n-dnv
6286 - type: "table"
6287   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6288   algorithm: "table_merged_details"
6289   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6290   columns:
6291     - title: " |prein| Test Name |preout| "
6292       data: "data name"
6293     - 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| "
6294       data: "data msg"
6295   data: "dpdk-perf-results-3n-dnv"
6296   filter: "all"
6297   parameters:
6298   - "name"
6299   - "parent"
6300   - "msg"
6301
6302 # Detailed Test Results - DPDK Performance Results 3n-tsh
6303 - type: "table"
6304   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6305   algorithm: "table_merged_details"
6306   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6307   columns:
6308     - title: " |prein| Test Name |preout| "
6309       data: "data name"
6310     - 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| "
6311       data: "data msg"
6312   data: "dpdk-perf-results-3n-tsh"
6313   filter: "all"
6314   parameters:
6315   - "name"
6316   - "parent"
6317   - "msg"
6318
6319 ################################################################################
6320 ###                                F I L E S                                 ###
6321 ################################################################################
6322
6323 # VPP Performance Results
6324 - type: "file"
6325   title: "VPP Performance Results"
6326   algorithm: "file_details_split"
6327   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6328   dir-tables:
6329     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6330     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6331     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6332     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6333     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6334     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6335     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6336   data:
6337     - "vpp-perf-results-2n-skx"
6338     - "vpp-perf-results-3n-skx"
6339     - "vpp-perf-results-2n-clx"
6340     - "vpp-perf-results-3n-hsw"
6341     - "vpp-perf-results-3n-tsh"
6342     - "vpp-perf-results-2n-dnv"
6343     - "vpp-perf-results-3n-dnv"
6344   filter: "all"
6345   data-start-level: 4
6346   order-chapters:
6347     level-1:
6348       - "l2"
6349       - "ip4"
6350       - "ip6"
6351       - "srv6"
6352       - "ip4_tunnels"
6353       - "ip6_tunnels"
6354       - "vm_vhost"
6355       - "container_memif"
6356       - "crypto"
6357       - "vts"
6358       - "lb"
6359       - "nfv_density"
6360       - "hoststack"
6361     level-2:
6362       - "2n-skx"
6363       - "3n-skx"
6364       - "2n-clx"
6365       - "3n-hsw"
6366       - "3n-tsh"
6367       - "2n-dnv"
6368       - "3n-dnv"
6369     level-3:
6370       - "xl710"
6371       - "x520"
6372       - "xxv710"
6373       - "x710"
6374       - "x553"
6375       - "cx556a"
6376       - "vic1227"
6377       - "vic1385"
6378
6379 # VPP Performance Configuration
6380 - type: "file"
6381   title: "VPP Performance Configuration"
6382   algorithm: "file_details_split"
6383   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6384   dir-tables:
6385     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6386     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6387     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6388     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6389     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6390     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6391     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6392   data:
6393     - "vpp-perf-results-2n-skx"
6394     - "vpp-perf-results-3n-skx"
6395     - "vpp-perf-results-2n-clx"
6396     - "vpp-perf-results-3n-hsw"
6397     - "vpp-perf-results-3n-tsh"
6398     - "vpp-perf-results-2n-dnv"
6399     - "vpp-perf-results-3n-dnv"
6400   filter: "all"
6401   data-start-level: 4
6402   order-chapters:
6403     level-1:
6404       - "l2"
6405       - "ip4"
6406       - "ip6"
6407       - "srv6"
6408       - "ip4_tunnels"
6409       - "ip6_tunnels"
6410       - "vm_vhost"
6411       - "container_memif"
6412       - "crypto"
6413       - "vts"
6414       - "lb"
6415       - "nfv_density"
6416       - "hoststack"
6417     level-2:
6418       - "2n-skx"
6419       - "3n-skx"
6420       - "2n-clx"
6421       - "3n-hsw"
6422       - "3n-tsh"
6423       - "2n-dnv"
6424       - "3n-dnv"
6425     level-3:
6426       - "xl710"
6427       - "x520"
6428       - "xxv710"
6429       - "x710"
6430       - "x553"
6431       - "cx556a"
6432       - "vic1227"
6433       - "vic1385"
6434
6435 # VPP Performance Operational
6436 - type: "file"
6437   title: "VPP Performance Operational"
6438   algorithm: "file_details_split_html"
6439   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6440   dir-tables:
6441     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6442     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6443     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6444     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6445     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6446     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6447     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6448   data:
6449     - "vpp-perf-results-2n-skx"
6450     - "vpp-perf-results-3n-skx"
6451     - "vpp-perf-results-2n-clx"
6452     - "vpp-perf-results-3n-hsw"
6453     - "vpp-perf-results-3n-tsh"
6454     - "vpp-perf-results-2n-dnv"
6455     - "vpp-perf-results-3n-dnv"
6456   filter: "all"
6457   data-start-level: 4
6458   order-chapters:
6459     level-1:
6460       - "l2"
6461       - "ip4"
6462       - "ip6"
6463       - "srv6"
6464       - "ip4_tunnels"
6465       - "ip6_tunnels"
6466       - "vm_vhost"
6467       - "container_memif"
6468       - "crypto"
6469       - "vts"
6470       - "lb"
6471       - "nfv_density"
6472       - "hoststack"
6473     level-2:
6474       - "2n-skx"
6475       - "3n-skx"
6476       - "2n-clx"
6477       - "3n-hsw"
6478       - "3n-tsh"
6479       - "2n-dnv"
6480       - "3n-dnv"
6481     level-3:
6482       - "xl710"
6483       - "x520"
6484       - "xxv710"
6485       - "x710"
6486       - "x553"
6487       - "cx556a"
6488       - "vic1227"
6489       - "vic1385"
6490
6491 # VPP MRR Results
6492 - type: "file"
6493   title: "VPP MRR Results"
6494   algorithm: "file_details_split"
6495   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6496   dir-tables:
6497     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6498     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6499     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6500     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6501     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6502     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6503     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6504   data:
6505     - "vpp-mrr-results-2n-skx"
6506     - "vpp-mrr-results-3n-skx"
6507     - "vpp-mrr-results-2n-clx"
6508     - "vpp-mrr-results-3n-hsw"
6509     - "vpp-mrr-results-3n-tsh"
6510     - "vpp-mrr-results-2n-dnv"
6511     - "vpp-mrr-results-3n-dnv"
6512   filter: "all"
6513   data-start-level: 4
6514   order-chapters:
6515     level-1:
6516       - "l2"
6517       - "ip4"
6518       - "ip6"
6519       - "srv6"
6520       - "ip4_tunnels"
6521       - "ip6_tunnels"
6522       - "vm_vhost"
6523       - "container_memif"
6524       - "crypto"
6525       - "vts"
6526       - "lb"
6527       - "nfv_density"
6528       - "hoststack"
6529     level-2:
6530       - "2n-skx"
6531       - "3n-skx"
6532       - "2n-clx"
6533       - "3n-hsw"
6534       - "3n-tsh"
6535       - "2n-dnv"
6536       - "3n-dnv"
6537     level-3:
6538       - "xl710"
6539       - "x520"
6540       - "xxv710"
6541       - "x710"
6542       - "x553"
6543       - "cx556a"
6544       - "vic1227"
6545       - "vic1385"
6546
6547 # VPP MRR Configuration
6548 - type: "file"
6549   title: "VPP MRR Configuration"
6550   algorithm: "file_details_split"
6551   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6552   dir-tables:
6553     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6554     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6555     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6556     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6557     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6558     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6559     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6560   data:
6561     - "vpp-mrr-results-2n-skx"
6562     - "vpp-mrr-results-3n-skx"
6563     - "vpp-mrr-results-2n-clx"
6564     - "vpp-mrr-results-3n-hsw"
6565     - "vpp-mrr-results-3n-tsh"
6566     - "vpp-mrr-results-2n-dnv"
6567     - "vpp-mrr-results-3n-dnv"
6568   filter: "all"
6569   data-start-level: 4
6570   order-chapters:
6571     level-1:
6572       - "l2"
6573       - "ip4"
6574       - "ip6"
6575       - "srv6"
6576       - "ip4_tunnels"
6577       - "ip6_tunnels"
6578       - "vm_vhost"
6579       - "container_memif"
6580       - "crypto"
6581       - "vts"
6582       - "lb"
6583       - "nfv_density"
6584       - "hoststack"
6585     level-2:
6586       - "2n-skx"
6587       - "3n-skx"
6588       - "2n-clx"
6589       - "3n-hsw"
6590       - "3n-tsh"
6591       - "2n-dnv"
6592       - "3n-dnv"
6593     level-3:
6594       - "xl710"
6595       - "x520"
6596       - "xxv710"
6597       - "x710"
6598       - "x553"
6599       - "cx556a"
6600       - "vic1227"
6601       - "vic1385"
6602
6603 # VPP Device Results - Ubuntu
6604 - type: "file"
6605   title: "VPP Device Results - Ubuntu"
6606   algorithm: "file_test_results"
6607   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6608   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6609   data: "vpp-device-results-ubuntu"
6610   filter: "all"
6611   data-start-level: 4
6612
6613 # VPP Device Configuration - Ubuntu
6614 - type: "file"
6615   title: "VPP Device Configuration - Ubuntu"
6616   algorithm: "file_test_results"
6617   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6618   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6619   data: "vpp-device-results-ubuntu"
6620   filter: "all"
6621   data-start-level: 4
6622
6623 # DPDK Performance Results 3n-hsw
6624 - type: "file"
6625   title: "DPDK Performance Results 3n-hsw"
6626   algorithm: "file_test_results"
6627   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6628   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6629   data: "dpdk-perf-results-3n-hsw"
6630   filter: "all"
6631   data-start-level: 4
6632
6633 # DPDK Performance Results 3n-skx
6634 - type: "file"
6635   title: "DPDK Performance Results 3n-skx"
6636   algorithm: "file_test_results"
6637   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6638   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6639   data: "dpdk-perf-results-3n-skx"
6640   filter: "all"
6641   data-start-level: 4
6642
6643 # DPDK Performance Results 2n-skx
6644 - type: "file"
6645   title: "DPDK Performance Results 2n-skx"
6646   algorithm: "file_test_results"
6647   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6648   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6649   data: "dpdk-perf-results-2n-skx"
6650   filter: "all"
6651   data-start-level: 4
6652
6653 # DPDK Performance Results 2n-clx
6654 - type: "file"
6655   title: "DPDK Performance Results 2n-clx"
6656   algorithm: "file_test_results"
6657   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6658   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6659   data: "dpdk-perf-results-2n-clx"
6660   filter: "all"
6661   data-start-level: 4
6662
6663 # DPDK Performance Results 2n-dnv
6664 - type: "file"
6665   title: "DPDK Performance Results 2n-dnv"
6666   algorithm: "file_test_results"
6667   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6668   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6669   data: "dpdk-perf-results-2n-dnv"
6670   filter: "all"
6671   data-start-level: 4
6672
6673 # DPDK Performance Results 3n-dnv
6674 - type: "file"
6675   title: "DPDK Performance Results 3n-dnv"
6676   algorithm: "file_test_results"
6677   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6678   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6679   data: "dpdk-perf-results-3n-dnv"
6680   filter: "all"
6681   data-start-level: 4
6682
6683 # DPDK Performance Results 3n-tsh
6684 - type: "file"
6685   title: "DPDK Performance Results 3n-tsh"
6686   algorithm: "file_test_results"
6687   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6688   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6689   data: "dpdk-perf-results-3n-tsh"
6690   filter: "all"
6691   data-start-level: 4
6692
6693 ################################################################################
6694 ###                                P L O T S                                 ###
6695 ################################################################################
6696
6697 # Hoststack tests 3n-hsw
6698
6699 - type: "plot"
6700   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6701   algorithm: "plot_perf_box_name"
6702   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6703   data: "plot-vpp-hoststack-3n-hsw"
6704   include:
6705     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6706     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6707   layout:
6708     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6709     layout: "plot-hoststack"
6710
6711 - type: "plot"
6712   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6713   algorithm: "plot_perf_box_name"
6714   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6715   data: "plot-vpp-hoststack-3n-hsw"
6716   include:
6717     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6718     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6719   layout:
6720     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6721     layout: "plot-hoststack"
6722
6723 - type: "plot"
6724   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6725   algorithm: "plot_perf_box_name"
6726   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6727   data: "plot-vpp-hoststack-3n-hsw"
6728   include:
6729     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6730     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6731     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6732     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6733   layout:
6734     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6735     layout: "plot-hoststack"
6736
6737 # Plots VPP HTTP Server Performance
6738 - type: "plot"
6739   title: "VPP HTTP Server Performance"
6740   algorithm: "plot_http_server_perf_box"
6741   output-file-type: ".html"
6742   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6743   data:
6744     "plot-vpp-http-server-performance"
6745   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6746   parameters:
6747   - "result"
6748   - "name"
6749   traces:
6750     hoverinfo: "y+name"
6751     boxpoints: "outliers"
6752     whiskerwidth: 0
6753   layout:
6754     title: "VPP HTTP Server Performance"
6755     layout:
6756       "plot-cps"
6757
6758 - type: "plot"
6759   title: "VPP HTTP Server Performance"
6760   algorithm: "plot_http_server_perf_box"
6761   output-file-type: ".html"
6762   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6763   data:
6764     "plot-vpp-http-server-performance"
6765   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6766   parameters:
6767   - "result"
6768   - "name"
6769   traces:
6770     hoverinfo: "y+name"
6771     boxpoints: "outliers"
6772     whiskerwidth: 0
6773   layout:
6774     title: "VPP HTTP Server Performance"
6775     layout:
6776       "plot-rps"
6777
6778 ################################################################################
6779
6780 # Soak Test (PLRsearch), boxes - 2n-clx
6781 - type: "plot"
6782   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6783   algorithm: "plot_perf_box_name"
6784   output-file-type: ".html"
6785   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6786   data: "plot-vpp-soak-2n-clx"
6787   include:
6788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6794   layout:
6795     title: "30 Minutes Soak Test (PLRsearch)"
6796     layout: "plot-soak-throughput"
6797
6798 # Soak Test (PLRsearch), boxes - 2n-clx
6799 - type: "plot"
6800   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6801   algorithm: "plot_perf_box_name"
6802   output-file-type: ".html"
6803   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6804   data: "plot-vpp-soak-2n-clx"
6805   include:
6806     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6807     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6808     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6809     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6811     - "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"
6812   layout:
6813     title: "30 Minutes Soak Test (PLRsearch)"
6814     layout: "plot-soak-throughput"
6815
6816 # Soak Test (PLRsearch), boxes - 2n-skx
6817 - type: "plot"
6818   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6819   algorithm: "plot_perf_box_name"
6820   output-file-type: ".html"
6821   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6822   data: "plot-vpp-soak-2n-skx"
6823   include:
6824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6826     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6827     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6830   layout:
6831     title: "30 Minutes Soak Test (PLRsearch)"
6832     layout: "plot-soak-throughput"
6833
6834 # Soak Test (PLRsearch), boxes - 2n-skx
6835 - type: "plot"
6836   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6837   algorithm: "plot_perf_box_name"
6838   output-file-type: ".html"
6839   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6840   data: "plot-vpp-soak-2n-skx"
6841   include:
6842     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6843     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6844     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6845     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6847     - "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"
6848   layout:
6849     title: "30 Minutes Soak Test (PLRsearch)"
6850     layout: "plot-soak-throughput"
6851
6852 ###############################################################################
6853
6854 # Reconf tests 2n-skx
6855
6856 - type: "plot"
6857   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6858   algorithm: "plot_nf_reconf_box_name"
6859   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6860   data: "plot-vpp-nfv-reconf-2n-skx"
6861   include:
6862     - "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"
6863     - "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"
6864     - "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"
6865     - "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"
6866     - "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"
6867     - "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"
6868   layout:
6869     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6870     layout: "plot-throughput"
6871
6872 - type: "plot"
6873   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6874   algorithm: "plot_nf_reconf_box_name"
6875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6876   data: "plot-vpp-nfv-reconf-2n-skx"
6877   include:
6878     - "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"
6879     - "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"
6880     - "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"
6881     - "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"
6882     - "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"
6883     - "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"
6884   layout:
6885     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6886     layout: "plot-throughput"
6887
6888 - type: "plot"
6889   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6890   algorithm: "plot_nf_reconf_box_name"
6891   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6892   data: "plot-vpp-nfv-reconf-2n-skx"
6893   include:
6894     - "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"
6895     - "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"
6896     - "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"
6897     - "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"
6898     - "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"
6899     - "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"
6900   layout:
6901     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6902     layout: "plot-throughput"
6903
6904 ###############################################################################
6905
6906 # Reconf tests 2n-clx
6907
6908 - type: "plot"
6909   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6910   algorithm: "plot_nf_reconf_box_name"
6911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6912   data: "plot-vpp-nfv-reconf-2n-clx"
6913   include:
6914     - "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"
6915     - "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"
6916     - "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"
6917     - "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"
6918   layout:
6919     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6920     layout: "plot-throughput"
6921
6922 - type: "plot"
6923   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6924   algorithm: "plot_nf_reconf_box_name"
6925   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6926   data: "plot-vpp-nfv-reconf-2n-clx"
6927   include:
6928     - "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"
6929     - "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"
6930     - "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"
6931     - "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"
6932   layout:
6933     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6934     layout: "plot-throughput"
6935
6936 - type: "plot"
6937   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6938   algorithm: "plot_nf_reconf_box_name"
6939   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6940   data: "plot-vpp-nfv-reconf-2n-clx"
6941   include:
6942     - "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"
6943     - "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"
6944     - "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"
6945     - "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"
6946   layout:
6947     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6948     layout: "plot-throughput"
6949
6950 ################################################################################
6951 ## Plots - NF Density - VSC - MRR 64b
6952 #- type: "plot"
6953 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6954 #  algorithm: "plot_nf_heatmap"
6955 #  output-file-type: ".html"
6956 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6957 #  data: "plot-vpp-nfv-2n-skx-mrr"
6958 #  filter: "'NIC_Intel-XXV710' and
6959 #           'NF_DENSITY' and
6960 #           'VHOST' and
6961 #           not 'VXLAN' and
6962 #           'CHAIN' and
6963 #           'NF_VPPIP4' and
6964 #           '64B' and
6965 #           '2T1C' and
6966 #           'MRR'"
6967 #  parameters:
6968 #  - "result"
6969 #  - "name"
6970 #  - "tags"
6971 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6972 #  x-axis: "X = VNFs per Service Chain"
6973 #  y-axis: "Y = Number of Service Chains"
6974 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6975 #  layout:
6976 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6977 #    layout: "plot-service-density"
6978 #
6979 #- type: "plot"
6980 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6981 #  algorithm: "plot_nf_heatmap"
6982 #  output-file-type: ".html"
6983 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6984 #  data: "plot-vpp-nfv-2n-skx-mrr"
6985 #  filter: "'NIC_Intel-XXV710' and
6986 #           'NF_DENSITY' and
6987 #           'VHOST' and
6988 #           not 'VXLAN' and
6989 #           'CHAIN' and
6990 #           'NF_VPPIP4' and
6991 #           '64B' and
6992 #           '4T2C' and
6993 #           'MRR'"
6994 #  parameters:
6995 #  - "result"
6996 #  - "name"
6997 #  - "tags"
6998 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6999 #  x-axis: "X = VNFs per Service Chain"
7000 #  y-axis: "Y = Number of Service Chains"
7001 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7002 #  layout:
7003 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7004 #    layout: "plot-service-density"
7005 #
7006 #- type: "plot"
7007 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7008 #  algorithm: "plot_nf_heatmap"
7009 #  output-file-type: ".html"
7010 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7011 #  data: "plot-vpp-nfv-2n-skx-mrr"
7012 #  filter: "'NIC_Intel-XXV710' and
7013 #           'NF_DENSITY' and
7014 #           'VHOST' and
7015 #           not 'VXLAN' and
7016 #           'CHAIN' and
7017 #           'NF_VPPIP4' and
7018 #           '64B' and
7019 #           '8T4C' and
7020 #           'MRR'"
7021 #  parameters:
7022 #  - "result"
7023 #  - "name"
7024 #  - "tags"
7025 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7026 #  x-axis: "X = VNFs per Service Chain"
7027 #  y-axis: "Y = Number of Service Chains"
7028 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7029 #  layout:
7030 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7031 #    layout: "plot-service-density"
7032 #
7033 ## Plots - NF Density - VSC - MRR IMIX
7034 #- type: "plot"
7035 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7036 #  algorithm: "plot_nf_heatmap"
7037 #  output-file-type: ".html"
7038 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7039 #  data: "plot-vpp-nfv-2n-skx-mrr"
7040 #  filter: "'NIC_Intel-XXV710' and
7041 #           'NF_DENSITY' and
7042 #           'VHOST' and
7043 #           not 'VXLAN' and
7044 #           'CHAIN' and
7045 #           'NF_VPPIP4' and
7046 #           'IMIX' and
7047 #           '2T1C' and
7048 #           'MRR'"
7049 #  parameters:
7050 #  - "result"
7051 #  - "name"
7052 #  - "tags"
7053 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7054 #  x-axis: "X = VNFs per Service Chain"
7055 #  y-axis: "Y = Number of Service Chains"
7056 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7057 #  layout:
7058 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7059 #    layout: "plot-service-density"
7060 #
7061 #- type: "plot"
7062 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7063 #  algorithm: "plot_nf_heatmap"
7064 #  output-file-type: ".html"
7065 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7066 #  data: "plot-vpp-nfv-2n-skx-mrr"
7067 #  filter: "'NIC_Intel-XXV710' and
7068 #           'NF_DENSITY' and
7069 #           'VHOST' and
7070 #           not 'VXLAN' and
7071 #           'CHAIN' and
7072 #           'NF_VPPIP4' and
7073 #           'IMIX' and
7074 #           '4T2C' and
7075 #           'MRR'"
7076 #  parameters:
7077 #  - "result"
7078 #  - "name"
7079 #  - "tags"
7080 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7081 #  x-axis: "X = VNFs per Service Chain"
7082 #  y-axis: "Y = Number of Service Chains"
7083 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7084 #  layout:
7085 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7086 #    layout: "plot-service-density"
7087 #
7088 #- type: "plot"
7089 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7090 #  algorithm: "plot_nf_heatmap"
7091 #  output-file-type: ".html"
7092 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7093 #  data: "plot-vpp-nfv-2n-skx-mrr"
7094 #  filter: "'NIC_Intel-XXV710' and
7095 #           'NF_DENSITY' and
7096 #           'VHOST' and
7097 #           not 'VXLAN' and
7098 #           'CHAIN' and
7099 #           'NF_VPPIP4' and
7100 #           'IMIX' and
7101 #           '8T4C' and
7102 #           'MRR'"
7103 #  parameters:
7104 #  - "result"
7105 #  - "name"
7106 #  - "tags"
7107 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7108 #  x-axis: "X = VNFs per Service Chain"
7109 #  y-axis: "Y = Number of Service Chains"
7110 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7111 #  layout:
7112 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7113 #    layout: "plot-service-density"
7114 #
7115 ## Plots - NF Density - VSC - NDR 64b
7116 #- type: "plot"
7117 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7118 #  algorithm: "plot_nf_heatmap"
7119 #  output-file-type: ".html"
7120 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7121 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7122 #  filter: "'NIC_Intel-XXV710' and
7123 #           'NF_DENSITY' and
7124 #           'VHOST' and
7125 #           not 'VXLAN' and
7126 #           'CHAIN' and
7127 #           'NF_VPPIP4' and
7128 #           '64B' and
7129 #           '2T1C' and
7130 #           'NDRPDR'"
7131 #  parameters:
7132 #  - "throughput"
7133 #  - "name"
7134 #  - "tags"
7135 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7136 #  x-axis: "X = VNFs per Service Chain"
7137 #  y-axis: "Y = Number of Service Chains"
7138 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7139 #  layout:
7140 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7141 #    layout: "plot-service-density"
7142 #
7143 #- type: "plot"
7144 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7145 #  algorithm: "plot_nf_heatmap"
7146 #  output-file-type: ".html"
7147 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7148 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7149 #  filter: "'NIC_Intel-XXV710' and
7150 #           'NF_DENSITY' and
7151 #           'VHOST' and
7152 #           not 'VXLAN' and
7153 #           'CHAIN' and
7154 #           'NF_VPPIP4' and
7155 #           '64B' and
7156 #           '4T2C' and
7157 #           'NDRPDR'"
7158 #  parameters:
7159 #  - "throughput"
7160 #  - "name"
7161 #  - "tags"
7162 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7163 #  x-axis: "X = VNFs per Service Chain"
7164 #  y-axis: "Y = Number of Service Chains"
7165 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7166 #  layout:
7167 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7168 #    layout: "plot-service-density"
7169 #
7170 #- type: "plot"
7171 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7172 #  algorithm: "plot_nf_heatmap"
7173 #  output-file-type: ".html"
7174 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7175 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7176 #  filter: "'NIC_Intel-XXV710' and
7177 #           'NF_DENSITY' and
7178 #           'VHOST' and
7179 #           not 'VXLAN' and
7180 #           'CHAIN' and
7181 #           'NF_VPPIP4' and
7182 #           '64B' and
7183 #           '8T4C' and
7184 #           'NDRPDR'"
7185 #  parameters:
7186 #  - "throughput"
7187 #  - "name"
7188 #  - "tags"
7189 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7190 #  x-axis: "X = VNFs per Service Chain"
7191 #  y-axis: "Y = Number of Service Chains"
7192 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7193 #  layout:
7194 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7195 #    layout: "plot-service-density"
7196 #
7197 ## Plots - NF Density - VSC - NDR IMIX
7198 #- type: "plot"
7199 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7200 #  algorithm: "plot_nf_heatmap"
7201 #  output-file-type: ".html"
7202 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7203 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7204 #  filter: "'NIC_Intel-XXV710' and
7205 #           'NF_DENSITY' and
7206 #           'VHOST' and
7207 #           not 'VXLAN' and
7208 #           'CHAIN' and
7209 #           'NF_VPPIP4' and
7210 #           'IMIX' and
7211 #           '2T1C' and
7212 #           'NDRPDR'"
7213 #  parameters:
7214 #  - "throughput"
7215 #  - "name"
7216 #  - "tags"
7217 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7218 #  x-axis: "X = VNFs per Service Chain"
7219 #  y-axis: "Y = Number of Service Chains"
7220 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7221 #  layout:
7222 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7223 #    layout: "plot-service-density"
7224 #
7225 #- type: "plot"
7226 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7227 #  algorithm: "plot_nf_heatmap"
7228 #  output-file-type: ".html"
7229 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7230 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7231 #  filter: "'NIC_Intel-XXV710' and
7232 #           'NF_DENSITY' and
7233 #           'VHOST' and
7234 #           not 'VXLAN' and
7235 #           'CHAIN' and
7236 #           'NF_VPPIP4' and
7237 #           'IMIX' and
7238 #           '4T2C' and
7239 #           'NDRPDR'"
7240 #  parameters:
7241 #  - "throughput"
7242 #  - "name"
7243 #  - "tags"
7244 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7245 #  x-axis: "X = VNFs per Service Chain"
7246 #  y-axis: "Y = Number of Service Chains"
7247 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7248 #  layout:
7249 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7250 #    layout: "plot-service-density"
7251 #
7252 #- type: "plot"
7253 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7254 #  algorithm: "plot_nf_heatmap"
7255 #  output-file-type: ".html"
7256 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7257 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7258 #  filter: "'NIC_Intel-XXV710' and
7259 #           'NF_DENSITY' and
7260 #           'VHOST' and
7261 #           not 'VXLAN' and
7262 #           'CHAIN' and
7263 #           'NF_VPPIP4' and
7264 #           'IMIX' and
7265 #           '8T4C' and
7266 #           'NDRPDR'"
7267 #  parameters:
7268 #  - "throughput"
7269 #  - "name"
7270 #  - "tags"
7271 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7272 #  x-axis: "X = VNFs per Service Chain"
7273 #  y-axis: "Y = Number of Service Chains"
7274 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7275 #  layout:
7276 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7277 #    layout: "plot-service-density"
7278 #
7279 ## Plots - NF Density - VSC - PDR 64b
7280 #- type: "plot"
7281 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7282 #  algorithm: "plot_nf_heatmap"
7283 #  output-file-type: ".html"
7284 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7285 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7286 #  filter: "'NIC_Intel-XXV710' and
7287 #           'NF_DENSITY' and
7288 #           'VHOST' and
7289 #           not 'VXLAN' and
7290 #           'CHAIN' and
7291 #           'NF_VPPIP4' and
7292 #           '64B' and
7293 #           '2T1C' and
7294 #           'NDRPDR'"
7295 #  parameters:
7296 #  - "throughput"
7297 #  - "name"
7298 #  - "tags"
7299 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7300 #  x-axis: "X = VNFs per Service Chain"
7301 #  y-axis: "Y = Number of Service Chains"
7302 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7303 #  layout:
7304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7305 #    layout: "plot-service-density"
7306 #
7307 #- type: "plot"
7308 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7309 #  algorithm: "plot_nf_heatmap"
7310 #  output-file-type: ".html"
7311 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7312 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7313 #  filter: "'NIC_Intel-XXV710' and
7314 #           'NF_DENSITY' and
7315 #           'VHOST' and
7316 #           not 'VXLAN' and
7317 #           'CHAIN' and
7318 #           'NF_VPPIP4' and
7319 #           '64B' and
7320 #           '4T2C' and
7321 #           'NDRPDR'"
7322 #  parameters:
7323 #  - "throughput"
7324 #  - "name"
7325 #  - "tags"
7326 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7327 #  x-axis: "X = VNFs per Service Chain"
7328 #  y-axis: "Y = Number of Service Chains"
7329 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7330 #  layout:
7331 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7332 #    layout: "plot-service-density"
7333 #
7334 #- type: "plot"
7335 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7336 #  algorithm: "plot_nf_heatmap"
7337 #  output-file-type: ".html"
7338 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7339 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7340 #  filter: "'NIC_Intel-XXV710' and
7341 #           'NF_DENSITY' and
7342 #           'VHOST' and
7343 #           not 'VXLAN' and
7344 #           'CHAIN' and
7345 #           'NF_VPPIP4' and
7346 #           '64B' and
7347 #           '8T4C' and
7348 #           'NDRPDR'"
7349 #  parameters:
7350 #  - "throughput"
7351 #  - "name"
7352 #  - "tags"
7353 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7354 #  x-axis: "X = VNFs per Service Chain"
7355 #  y-axis: "Y = Number of Service Chains"
7356 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7357 #  layout:
7358 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7359 #    layout: "plot-service-density"
7360 #
7361 ## Plots - NF Density - VSC - PDR IMIX
7362 #- type: "plot"
7363 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7364 #  algorithm: "plot_nf_heatmap"
7365 #  output-file-type: ".html"
7366 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7367 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7368 #  filter: "'NIC_Intel-XXV710' and
7369 #           'NF_DENSITY' and
7370 #           'VHOST' and
7371 #           not 'VXLAN' and
7372 #           'CHAIN' and
7373 #           'NF_VPPIP4' and
7374 #           'IMIX' and
7375 #           '2T1C' and
7376 #           'NDRPDR'"
7377 #  parameters:
7378 #  - "throughput"
7379 #  - "name"
7380 #  - "tags"
7381 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7382 #  x-axis: "X = VNFs per Service Chain"
7383 #  y-axis: "Y = Number of Service Chains"
7384 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7385 #  layout:
7386 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7387 #    layout: "plot-service-density"
7388 #
7389 #- type: "plot"
7390 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7391 #  algorithm: "plot_nf_heatmap"
7392 #  output-file-type: ".html"
7393 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7394 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7395 #  filter: "'NIC_Intel-XXV710' and
7396 #           'NF_DENSITY' and
7397 #           'VHOST' and
7398 #           not 'VXLAN' and
7399 #           'CHAIN' and
7400 #           'NF_VPPIP4' and
7401 #           'IMIX' and
7402 #           '4T2C' and
7403 #           'NDRPDR'"
7404 #  parameters:
7405 #  - "throughput"
7406 #  - "name"
7407 #  - "tags"
7408 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7409 #  x-axis: "X = VNFs per Service Chain"
7410 #  y-axis: "Y = Number of Service Chains"
7411 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7412 #  layout:
7413 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7414 #    layout: "plot-service-density"
7415 #
7416 #- type: "plot"
7417 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7418 #  algorithm: "plot_nf_heatmap"
7419 #  output-file-type: ".html"
7420 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7421 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7422 #  filter: "'NIC_Intel-XXV710' and
7423 #           'NF_DENSITY' and
7424 #           'VHOST' and
7425 #           not 'VXLAN' and
7426 #           'CHAIN' and
7427 #           'NF_VPPIP4' and
7428 #           'IMIX' and
7429 #           '8T4C' and
7430 #           'NDRPDR'"
7431 #  parameters:
7432 #  - "throughput"
7433 #  - "name"
7434 #  - "tags"
7435 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7436 #  x-axis: "X = VNFs per Service Chain"
7437 #  y-axis: "Y = Number of Service Chains"
7438 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7439 #  layout:
7440 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7441 #    layout: "plot-service-density"
7442 #
7443 ################################################################################
7444 ## Plots - NF Density - VSC - MRR 64b
7445 #- type: "plot"
7446 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7447 #  algorithm: "plot_nf_heatmap"
7448 #  output-file-type: ".html"
7449 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7450 #  data: "plot-vpp-nfv-2n-skx-mrr"
7451 #  filter: "'NIC_Intel-XXV710' and
7452 #           'NF_DENSITY' and
7453 #           'VHOST' and
7454 #           'VXLAN' and
7455 #           'CHAIN' and
7456 #           '118' and
7457 #           '2T1C' and
7458 #           'MRR'"
7459 #  parameters:
7460 #  - "result"
7461 #  - "name"
7462 #  - "tags"
7463 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7464 #  x-axis: "X = VNFs per Service Chain"
7465 #  y-axis: "Y = Number of Service Chains"
7466 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7467 #  layout:
7468 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7469 #    layout: "plot-service-density"
7470 #
7471 #- type: "plot"
7472 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7473 #  algorithm: "plot_nf_heatmap"
7474 #  output-file-type: ".html"
7475 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7476 #  data: "plot-vpp-nfv-2n-skx-mrr"
7477 #  filter: "'NIC_Intel-XXV710' and
7478 #           'NF_DENSITY' and
7479 #           'VHOST' and
7480 #           'VXLAN' and
7481 #           'CHAIN' and
7482 #           '118' and
7483 #           '4T2C' and
7484 #           'MRR'"
7485 #  parameters:
7486 #  - "result"
7487 #  - "name"
7488 #  - "tags"
7489 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7490 #  x-axis: "X = VNFs per Service Chain"
7491 #  y-axis: "Y = Number of Service Chains"
7492 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7493 #  layout:
7494 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7495 #    layout: "plot-service-density"
7496 #
7497 #- type: "plot"
7498 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7499 #  algorithm: "plot_nf_heatmap"
7500 #  output-file-type: ".html"
7501 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7502 #  data: "plot-vpp-nfv-2n-skx-mrr"
7503 #  filter: "'NIC_Intel-XXV710' and
7504 #           'NF_DENSITY' and
7505 #           'VHOST' and
7506 #           'VXLAN' and
7507 #           'CHAIN' and
7508 #           '118' and
7509 #           '8T4C' and
7510 #           'MRR'"
7511 #  parameters:
7512 #  - "result"
7513 #  - "name"
7514 #  - "tags"
7515 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7516 #  x-axis: "X = VNFs per Service Chain"
7517 #  y-axis: "Y = Number of Service Chains"
7518 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7519 #  layout:
7520 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7521 #    layout: "plot-service-density"
7522 #
7523 ## Plots - NF Density - VSC - MRR IMIX
7524 #- type: "plot"
7525 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7526 #  algorithm: "plot_nf_heatmap"
7527 #  output-file-type: ".html"
7528 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7529 #  data: "plot-vpp-nfv-2n-skx-mrr"
7530 #  filter: "'NIC_Intel-XXV710' and
7531 #           'NF_DENSITY' and
7532 #           'VHOST' and
7533 #           'VXLAN' and
7534 #           'CHAIN' and
7535 #           'IMIX' and
7536 #           '2T1C' and
7537 #           'MRR'"
7538 #  parameters:
7539 #  - "result"
7540 #  - "name"
7541 #  - "tags"
7542 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7543 #  x-axis: "X = VNFs per Service Chain"
7544 #  y-axis: "Y = Number of Service Chains"
7545 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7546 #  layout:
7547 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7548 #    layout: "plot-service-density"
7549 #
7550 #- type: "plot"
7551 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7552 #  algorithm: "plot_nf_heatmap"
7553 #  output-file-type: ".html"
7554 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7555 #  data: "plot-vpp-nfv-2n-skx-mrr"
7556 #  filter: "'NIC_Intel-XXV710' and
7557 #           'NF_DENSITY' and
7558 #           'VHOST' and
7559 #           'VXLAN' and
7560 #           'CHAIN' and
7561 #           'IMIX' and
7562 #           '4T2C' and
7563 #           'MRR'"
7564 #  parameters:
7565 #  - "result"
7566 #  - "name"
7567 #  - "tags"
7568 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7569 #  x-axis: "X = VNFs per Service Chain"
7570 #  y-axis: "Y = Number of Service Chains"
7571 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7572 #  layout:
7573 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7574 #    layout: "plot-service-density"
7575 #
7576 #- type: "plot"
7577 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7578 #  algorithm: "plot_nf_heatmap"
7579 #  output-file-type: ".html"
7580 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7581 #  data: "plot-vpp-nfv-2n-skx-mrr"
7582 #  filter: "'NIC_Intel-XXV710' and
7583 #           'NF_DENSITY' and
7584 #           'VHOST' and
7585 #           'VXLAN' and
7586 #           'CHAIN' and
7587 #           'IMIX' and
7588 #           '8T4C' and
7589 #           'MRR'"
7590 #  parameters:
7591 #  - "result"
7592 #  - "name"
7593 #  - "tags"
7594 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7595 #  x-axis: "X = VNFs per Service Chain"
7596 #  y-axis: "Y = Number of Service Chains"
7597 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7598 #  layout:
7599 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7600 #    layout: "plot-service-density"
7601 #
7602 ## Plots - NF Density - VSC - NDR 64b
7603 #- type: "plot"
7604 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7605 #  algorithm: "plot_nf_heatmap"
7606 #  output-file-type: ".html"
7607 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7608 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7609 #  filter: "'NIC_Intel-XXV710' and
7610 #           'NF_DENSITY' and
7611 #           'VHOST' and
7612 #           'VXLAN' and
7613 #           'CHAIN' and
7614 #           '118' and
7615 #           '2T1C' and
7616 #           'NDRPDR'"
7617 #  parameters:
7618 #  - "throughput"
7619 #  - "name"
7620 #  - "tags"
7621 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7622 #  x-axis: "X = VNFs per Service Chain"
7623 #  y-axis: "Y = Number of Service Chains"
7624 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7625 #  layout:
7626 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7627 #    layout: "plot-service-density"
7628 #
7629 #- type: "plot"
7630 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7631 #  algorithm: "plot_nf_heatmap"
7632 #  output-file-type: ".html"
7633 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7634 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7635 #  filter: "'NIC_Intel-XXV710' and
7636 #           'NF_DENSITY' and
7637 #           'VHOST' and
7638 #           'VXLAN' and
7639 #           'CHAIN' and
7640 #           '118' and
7641 #           '4T2C' and
7642 #           'NDRPDR'"
7643 #  parameters:
7644 #  - "throughput"
7645 #  - "name"
7646 #  - "tags"
7647 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7648 #  x-axis: "X = VNFs per Service Chain"
7649 #  y-axis: "Y = Number of Service Chains"
7650 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7651 #  layout:
7652 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7653 #    layout: "plot-service-density"
7654 #
7655 #- type: "plot"
7656 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7657 #  algorithm: "plot_nf_heatmap"
7658 #  output-file-type: ".html"
7659 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7660 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7661 #  filter: "'NIC_Intel-XXV710' and
7662 #           'NF_DENSITY' and
7663 #           'VHOST' and
7664 #           'VXLAN' and
7665 #           'CHAIN' and
7666 #           '118' and
7667 #           '8T4C' and
7668 #           'NDRPDR'"
7669 #  parameters:
7670 #  - "throughput"
7671 #  - "name"
7672 #  - "tags"
7673 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7674 #  x-axis: "X = VNFs per Service Chain"
7675 #  y-axis: "Y = Number of Service Chains"
7676 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7677 #  layout:
7678 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7679 #    layout: "plot-service-density"
7680 #
7681 ## Plots - NF Density - VSC - NDR IMIX
7682 #- type: "plot"
7683 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7684 #  algorithm: "plot_nf_heatmap"
7685 #  output-file-type: ".html"
7686 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7687 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7688 #  filter: "'NIC_Intel-XXV710' and
7689 #           'NF_DENSITY' and
7690 #           'VHOST' and
7691 #           'VXLAN' and
7692 #           'CHAIN' and
7693 #           'IMIX' and
7694 #           '2T1C' and
7695 #           'NDRPDR'"
7696 #  parameters:
7697 #  - "throughput"
7698 #  - "name"
7699 #  - "tags"
7700 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7701 #  x-axis: "X = VNFs per Service Chain"
7702 #  y-axis: "Y = Number of Service Chains"
7703 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7704 #  layout:
7705 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7706 #    layout: "plot-service-density"
7707 #
7708 #- type: "plot"
7709 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7710 #  algorithm: "plot_nf_heatmap"
7711 #  output-file-type: ".html"
7712 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7713 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7714 #  filter: "'NIC_Intel-XXV710' and
7715 #           'NF_DENSITY' and
7716 #           'VHOST' and
7717 #           'VXLAN' and
7718 #           'CHAIN' and
7719 #           'IMIX' and
7720 #           '4T2C' and
7721 #           'NDRPDR'"
7722 #  parameters:
7723 #  - "throughput"
7724 #  - "name"
7725 #  - "tags"
7726 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7727 #  x-axis: "X = VNFs per Service Chain"
7728 #  y-axis: "Y = Number of Service Chains"
7729 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7730 #  layout:
7731 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7732 #    layout: "plot-service-density"
7733 #
7734 #- type: "plot"
7735 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7736 #  algorithm: "plot_nf_heatmap"
7737 #  output-file-type: ".html"
7738 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7739 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7740 #  filter: "'NIC_Intel-XXV710' and
7741 #           'NF_DENSITY' and
7742 #           'VHOST' and
7743 #           'VXLAN' and
7744 #           'CHAIN' and
7745 #           'IMIX' and
7746 #           '8T4C' and
7747 #           'NDRPDR'"
7748 #  parameters:
7749 #  - "throughput"
7750 #  - "name"
7751 #  - "tags"
7752 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7753 #  x-axis: "X = VNFs per Service Chain"
7754 #  y-axis: "Y = Number of Service Chains"
7755 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7756 #  layout:
7757 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7758 #    layout: "plot-service-density"
7759 #
7760 ## Plots - NF Density - VSC - PDR 64b
7761 #- type: "plot"
7762 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7763 #  algorithm: "plot_nf_heatmap"
7764 #  output-file-type: ".html"
7765 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7766 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7767 #  filter: "'NIC_Intel-XXV710' and
7768 #           'NF_DENSITY' and
7769 #           'VHOST' and
7770 #           'VXLAN' and
7771 #           'CHAIN' and
7772 #           '118' and
7773 #           '2T1C' and
7774 #           'NDRPDR'"
7775 #  parameters:
7776 #  - "throughput"
7777 #  - "name"
7778 #  - "tags"
7779 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7780 #  x-axis: "X = VNFs per Service Chain"
7781 #  y-axis: "Y = Number of Service Chains"
7782 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7783 #  layout:
7784 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7785 #    layout: "plot-service-density"
7786 #
7787 #- type: "plot"
7788 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7789 #  algorithm: "plot_nf_heatmap"
7790 #  output-file-type: ".html"
7791 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7792 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7793 #  filter: "'NIC_Intel-XXV710' and
7794 #           'NF_DENSITY' and
7795 #           'VHOST' and
7796 #           'VXLAN' and
7797 #           'CHAIN' and
7798 #           '118' and
7799 #           '4T2C' and
7800 #           'NDRPDR'"
7801 #  parameters:
7802 #  - "throughput"
7803 #  - "name"
7804 #  - "tags"
7805 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7806 #  x-axis: "X = VNFs per Service Chain"
7807 #  y-axis: "Y = Number of Service Chains"
7808 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7809 #  layout:
7810 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7811 #    layout: "plot-service-density"
7812 #
7813 #- type: "plot"
7814 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7815 #  algorithm: "plot_nf_heatmap"
7816 #  output-file-type: ".html"
7817 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7818 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7819 #  filter: "'NIC_Intel-XXV710' and
7820 #           'NF_DENSITY' and
7821 #           'VHOST' and
7822 #           'VXLAN' and
7823 #           'CHAIN' and
7824 #           '118' and
7825 #           '8T4C' and
7826 #           'NDRPDR'"
7827 #  parameters:
7828 #  - "throughput"
7829 #  - "name"
7830 #  - "tags"
7831 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7832 #  x-axis: "X = VNFs per Service Chain"
7833 #  y-axis: "Y = Number of Service Chains"
7834 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7835 #  layout:
7836 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7837 #    layout: "plot-service-density"
7838 #
7839 ## Plots - NF Density - VSC - PDR IMIX
7840 #- type: "plot"
7841 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7842 #  algorithm: "plot_nf_heatmap"
7843 #  output-file-type: ".html"
7844 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7845 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7846 #  filter: "'NIC_Intel-XXV710' and
7847 #           'NF_DENSITY' and
7848 #           'VHOST' and
7849 #           'VXLAN' and
7850 #           'CHAIN' and
7851 #           'IMIX' and
7852 #           '2T1C' and
7853 #           'NDRPDR'"
7854 #  parameters:
7855 #  - "throughput"
7856 #  - "name"
7857 #  - "tags"
7858 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7859 #  x-axis: "X = VNFs per Service Chain"
7860 #  y-axis: "Y = Number of Service Chains"
7861 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7862 #  layout:
7863 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7864 #    layout: "plot-service-density"
7865 #
7866 #- type: "plot"
7867 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7868 #  algorithm: "plot_nf_heatmap"
7869 #  output-file-type: ".html"
7870 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7871 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7872 #  filter: "'NIC_Intel-XXV710' and
7873 #           'NF_DENSITY' and
7874 #           'VHOST' and
7875 #           'VXLAN' and
7876 #           'CHAIN' and
7877 #           'IMIX' and
7878 #           '4T2C' and
7879 #           'NDRPDR'"
7880 #  parameters:
7881 #  - "throughput"
7882 #  - "name"
7883 #  - "tags"
7884 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7885 #  x-axis: "X = VNFs per Service Chain"
7886 #  y-axis: "Y = Number of Service Chains"
7887 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7888 #  layout:
7889 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7890 #    layout: "plot-service-density"
7891 #
7892 #- type: "plot"
7893 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7894 #  algorithm: "plot_nf_heatmap"
7895 #  output-file-type: ".html"
7896 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7897 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7898 #  filter: "'NIC_Intel-XXV710' and
7899 #           'NF_DENSITY' and
7900 #           'VHOST' and
7901 #           'VXLAN' and
7902 #           'CHAIN' and
7903 #           'IMIX' and
7904 #           '8T4C' and
7905 #           'NDRPDR'"
7906 #  parameters:
7907 #  - "throughput"
7908 #  - "name"
7909 #  - "tags"
7910 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7911 #  x-axis: "X = VNFs per Service Chain"
7912 #  y-axis: "Y = Number of Service Chains"
7913 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7914 #  layout:
7915 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7916 #    layout: "plot-service-density"
7917 #
7918 ################################################################################
7919 ## Plots - NF Density - CSC - MRR 64b
7920 #- type: "plot"
7921 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7922 #  algorithm: "plot_nf_heatmap"
7923 #  output-file-type: ".html"
7924 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7925 #  data: "plot-vpp-nfv-2n-skx-mrr"
7926 #  filter: "'NIC_Intel-XXV710' and
7927 #           'NF_DENSITY' and
7928 #           'DOCKER' and
7929 #           'CHAIN' and
7930 #           'NF_VPPIP4' and
7931 #           '64B' and
7932 #           '2T1C' and
7933 #           'MRR'"
7934 #  parameters:
7935 #  - "result"
7936 #  - "name"
7937 #  - "tags"
7938 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7939 #  x-axis: "X = CNFs per Service Chain"
7940 #  y-axis: "Y = Number of Service Chains"
7941 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7942 #  layout:
7943 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7944 #    layout: "plot-service-density"
7945 #
7946 #- type: "plot"
7947 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7948 #  algorithm: "plot_nf_heatmap"
7949 #  output-file-type: ".html"
7950 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7951 #  data: "plot-vpp-nfv-2n-skx-mrr"
7952 #  filter: "'NIC_Intel-XXV710' and
7953 #           'NF_DENSITY' and
7954 #           'DOCKER' and
7955 #           'CHAIN' and
7956 #           'NF_VPPIP4' and
7957 #           '64B' and
7958 #           '4T2C' and
7959 #           'MRR'"
7960 #  parameters:
7961 #  - "result"
7962 #  - "name"
7963 #  - "tags"
7964 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7965 #  x-axis: "X = CNFs per Service Chain"
7966 #  y-axis: "Y = Number of Service Chains"
7967 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7968 #  layout:
7969 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7970 #    layout: "plot-service-density"
7971 #
7972 #- type: "plot"
7973 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7974 #  algorithm: "plot_nf_heatmap"
7975 #  output-file-type: ".html"
7976 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7977 #  data: "plot-vpp-nfv-2n-skx-mrr"
7978 #  filter: "'NIC_Intel-XXV710' and
7979 #           'NF_DENSITY' and
7980 #           'DOCKER' and
7981 #           'CHAIN' and
7982 #           'NF_VPPIP4' and
7983 #           '64B' and
7984 #           '8T4C' and
7985 #           'MRR'"
7986 #  parameters:
7987 #  - "result"
7988 #  - "name"
7989 #  - "tags"
7990 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7991 #  x-axis: "X = CNFs per Service Chain"
7992 #  y-axis: "Y = Number of Service Chains"
7993 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7994 #  layout:
7995 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7996 #    layout: "plot-service-density"
7997 #
7998 ## Plots - NF Density - CSC - MRR IMIX
7999 #- type: "plot"
8000 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8001 #  algorithm: "plot_nf_heatmap"
8002 #  output-file-type: ".html"
8003 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8004 #  data: "plot-vpp-nfv-2n-skx-mrr"
8005 #  filter: "'NIC_Intel-XXV710' and
8006 #           'NF_DENSITY' and
8007 #           'DOCKER' and
8008 #           'CHAIN' and
8009 #           'NF_VPPIP4' and
8010 #           'IMIX' and
8011 #           '2T1C' and
8012 #           'MRR'"
8013 #  parameters:
8014 #  - "result"
8015 #  - "name"
8016 #  - "tags"
8017 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8018 #  x-axis: "X = CNFs per Service Chain"
8019 #  y-axis: "Y = Number of Service Chains"
8020 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8021 #  layout:
8022 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8023 #    layout: "plot-service-density"
8024 #
8025 #- type: "plot"
8026 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8027 #  algorithm: "plot_nf_heatmap"
8028 #  output-file-type: ".html"
8029 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8030 #  data: "plot-vpp-nfv-2n-skx-mrr"
8031 #  filter: "'NIC_Intel-XXV710' and
8032 #           'NF_DENSITY' and
8033 #           'DOCKER' and
8034 #           'CHAIN' and
8035 #           'NF_VPPIP4' and
8036 #           'IMIX' and
8037 #           '4T2C' and
8038 #           'MRR'"
8039 #  parameters:
8040 #  - "result"
8041 #  - "name"
8042 #  - "tags"
8043 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8044 #  x-axis: "X = CNFs per Service Chain"
8045 #  y-axis: "Y = Number of Service Chains"
8046 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8047 #  layout:
8048 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8049 #    layout: "plot-service-density"
8050 #
8051 #- type: "plot"
8052 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8053 #  algorithm: "plot_nf_heatmap"
8054 #  output-file-type: ".html"
8055 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8056 #  data: "plot-vpp-nfv-2n-skx-mrr"
8057 #  filter: "'NIC_Intel-XXV710' and
8058 #           'NF_DENSITY' and
8059 #           'DOCKER' and
8060 #           'CHAIN' and
8061 #           'NF_VPPIP4' and
8062 #           'IMIX' and
8063 #           '8T4C' and
8064 #           'MRR'"
8065 #  parameters:
8066 #  - "result"
8067 #  - "name"
8068 #  - "tags"
8069 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8070 #  x-axis: "X = CNFs per Service Chain"
8071 #  y-axis: "Y = Number of Service Chains"
8072 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8073 #  layout:
8074 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8075 #    layout: "plot-service-density"
8076 #
8077 ## Plots - NF Density - CSC - NDR 64b
8078 #- type: "plot"
8079 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8080 #  algorithm: "plot_nf_heatmap"
8081 #  output-file-type: ".html"
8082 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8083 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8084 #  filter: "'NIC_Intel-XXV710' and
8085 #           'NF_DENSITY' and
8086 #           'DOCKER' and
8087 #           'CHAIN' and
8088 #           'NF_VPPIP4' and
8089 #           '64B' and
8090 #           '2T1C' and
8091 #           'NDRPDR'"
8092 #  parameters:
8093 #  - "throughput"
8094 #  - "name"
8095 #  - "tags"
8096 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8097 #  x-axis: "X = CNFs per Service Chain"
8098 #  y-axis: "Y = Number of Service Chains"
8099 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8100 #  layout:
8101 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8102 #    layout: "plot-service-density"
8103 #
8104 #- type: "plot"
8105 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8106 #  algorithm: "plot_nf_heatmap"
8107 #  output-file-type: ".html"
8108 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8109 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8110 #  filter: "'NIC_Intel-XXV710' and
8111 #           'NF_DENSITY' and
8112 #           'DOCKER' and
8113 #           'CHAIN' and
8114 #           'NF_VPPIP4' and
8115 #           '64B' and
8116 #           '4T2C' and
8117 #           'NDRPDR'"
8118 #  parameters:
8119 #  - "throughput"
8120 #  - "name"
8121 #  - "tags"
8122 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8123 #  x-axis: "X = CNFs per Service Chain"
8124 #  y-axis: "Y = Number of Service Chains"
8125 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8126 #  layout:
8127 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8128 #    layout: "plot-service-density"
8129 #
8130 #- type: "plot"
8131 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8132 #  algorithm: "plot_nf_heatmap"
8133 #  output-file-type: ".html"
8134 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8135 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8136 #  filter: "'NIC_Intel-XXV710' and
8137 #           'NF_DENSITY' and
8138 #           'DOCKER' and
8139 #           'CHAIN' and
8140 #           'NF_VPPIP4' and
8141 #           '64B' and
8142 #           '8T4C' and
8143 #           'NDRPDR'"
8144 #  parameters:
8145 #  - "throughput"
8146 #  - "name"
8147 #  - "tags"
8148 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8149 #  x-axis: "X = CNFs per Service Chain"
8150 #  y-axis: "Y = Number of Service Chains"
8151 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8152 #  layout:
8153 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8154 #    layout: "plot-service-density"
8155 #
8156 ## Plots - NF Density - CSC - NDR IMIX
8157 #- type: "plot"
8158 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8159 #  algorithm: "plot_nf_heatmap"
8160 #  output-file-type: ".html"
8161 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8162 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8163 #  filter: "'NIC_Intel-XXV710' and
8164 #           'NF_DENSITY' and
8165 #           'DOCKER' and
8166 #           'CHAIN' and
8167 #           'NF_VPPIP4' and
8168 #           'IMIX' and
8169 #           '2T1C' and
8170 #           'NDRPDR'"
8171 #  parameters:
8172 #  - "throughput"
8173 #  - "name"
8174 #  - "tags"
8175 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8176 #  x-axis: "X = CNFs per Service Chain"
8177 #  y-axis: "Y = Number of Service Chains"
8178 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8179 #  layout:
8180 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8181 #    layout: "plot-service-density"
8182 #
8183 #- type: "plot"
8184 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8185 #  algorithm: "plot_nf_heatmap"
8186 #  output-file-type: ".html"
8187 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8188 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8189 #  filter: "'NIC_Intel-XXV710' and
8190 #           'NF_DENSITY' and
8191 #           'DOCKER' and
8192 #           'CHAIN' and
8193 #           'NF_VPPIP4' and
8194 #           'IMIX' and
8195 #           '4T2C' and
8196 #           'NDRPDR'"
8197 #  parameters:
8198 #  - "throughput"
8199 #  - "name"
8200 #  - "tags"
8201 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8202 #  x-axis: "X = CNFs per Service Chain"
8203 #  y-axis: "Y = Number of Service Chains"
8204 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8205 #  layout:
8206 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8207 #    layout: "plot-service-density"
8208 #
8209 #- type: "plot"
8210 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8211 #  algorithm: "plot_nf_heatmap"
8212 #  output-file-type: ".html"
8213 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8214 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8215 #  filter: "'NIC_Intel-XXV710' and
8216 #           'NF_DENSITY' and
8217 #           'DOCKER' and
8218 #           'CHAIN' and
8219 #           'NF_VPPIP4' and
8220 #           'IMIX' and
8221 #           '8T4C' and
8222 #           'NDRPDR'"
8223 #  parameters:
8224 #  - "throughput"
8225 #  - "name"
8226 #  - "tags"
8227 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8228 #  x-axis: "X = CNFs per Service Chain"
8229 #  y-axis: "Y = Number of Service Chains"
8230 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8231 #  layout:
8232 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8233 #    layout: "plot-service-density"
8234 #
8235 ## Plots - NF Density - CSC - PDR 64b
8236 #- type: "plot"
8237 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8238 #  algorithm: "plot_nf_heatmap"
8239 #  output-file-type: ".html"
8240 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8241 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8242 #  filter: "'NIC_Intel-XXV710' and
8243 #           'NF_DENSITY' and
8244 #           'DOCKER' and
8245 #           'CHAIN' and
8246 #           'NF_VPPIP4' and
8247 #           '64B' and
8248 #           '2T1C' and
8249 #           'NDRPDR'"
8250 #  parameters:
8251 #  - "throughput"
8252 #  - "name"
8253 #  - "tags"
8254 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8255 #  x-axis: "X = CNFs per Service Chain"
8256 #  y-axis: "Y = Number of Service Chains"
8257 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8258 #  layout:
8259 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8260 #    layout: "plot-service-density"
8261 #
8262 #- type: "plot"
8263 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8264 #  algorithm: "plot_nf_heatmap"
8265 #  output-file-type: ".html"
8266 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8267 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8268 #  filter: "'NIC_Intel-XXV710' and
8269 #           'NF_DENSITY' and
8270 #           'DOCKER' and
8271 #           'CHAIN' and
8272 #           'NF_VPPIP4' and
8273 #           '64B' and
8274 #           '4T2C' and
8275 #           'NDRPDR'"
8276 #  parameters:
8277 #  - "throughput"
8278 #  - "name"
8279 #  - "tags"
8280 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8281 #  x-axis: "X = CNFs per Service Chain"
8282 #  y-axis: "Y = Number of Service Chains"
8283 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8284 #  layout:
8285 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8286 #    layout: "plot-service-density"
8287 #
8288 #- type: "plot"
8289 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8290 #  algorithm: "plot_nf_heatmap"
8291 #  output-file-type: ".html"
8292 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8293 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8294 #  filter: "'NIC_Intel-XXV710' and
8295 #           'NF_DENSITY' and
8296 #           'DOCKER' and
8297 #           'CHAIN' and
8298 #           'NF_VPPIP4' and
8299 #           '64B' and
8300 #           '8T4C' and
8301 #           'NDRPDR'"
8302 #  parameters:
8303 #  - "throughput"
8304 #  - "name"
8305 #  - "tags"
8306 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8307 #  x-axis: "X = CNFs per Service Chain"
8308 #  y-axis: "Y = Number of Service Chains"
8309 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8310 #  layout:
8311 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8312 #    layout: "plot-service-density"
8313 #
8314 ## Plots - NF Density - CSC - PDR IMIX
8315 #- type: "plot"
8316 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8317 #  algorithm: "plot_nf_heatmap"
8318 #  output-file-type: ".html"
8319 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8320 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8321 #  filter: "'NIC_Intel-XXV710' and
8322 #           'NF_DENSITY' and
8323 #           'DOCKER' and
8324 #           'CHAIN' and
8325 #           'NF_VPPIP4' and
8326 #           'IMIX' and
8327 #           '2T1C' and
8328 #           'NDRPDR'"
8329 #  parameters:
8330 #  - "throughput"
8331 #  - "name"
8332 #  - "tags"
8333 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8334 #  x-axis: "X = CNFs per Service Chain"
8335 #  y-axis: "Y = Number of Service Chains"
8336 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8337 #  layout:
8338 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8339 #    layout: "plot-service-density"
8340 #
8341 #- type: "plot"
8342 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8343 #  algorithm: "plot_nf_heatmap"
8344 #  output-file-type: ".html"
8345 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8346 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8347 #  filter: "'NIC_Intel-XXV710' and
8348 #           'NF_DENSITY' and
8349 #           'DOCKER' and
8350 #           'CHAIN' and
8351 #           'NF_VPPIP4' and
8352 #           'IMIX' and
8353 #           '4T2C' and
8354 #           'NDRPDR'"
8355 #  parameters:
8356 #  - "throughput"
8357 #  - "name"
8358 #  - "tags"
8359 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8360 #  x-axis: "X = CNFs per Service Chain"
8361 #  y-axis: "Y = Number of Service Chains"
8362 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8363 #  layout:
8364 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8365 #    layout: "plot-service-density"
8366 #
8367 #- type: "plot"
8368 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8369 #  algorithm: "plot_nf_heatmap"
8370 #  output-file-type: ".html"
8371 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8372 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8373 #  filter: "'NIC_Intel-XXV710' and
8374 #           'NF_DENSITY' and
8375 #           'DOCKER' and
8376 #           'CHAIN' and
8377 #           'NF_VPPIP4' and
8378 #           'IMIX' and
8379 #           '8T4C' and
8380 #           'NDRPDR'"
8381 #  parameters:
8382 #  - "throughput"
8383 #  - "name"
8384 #  - "tags"
8385 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8386 #  x-axis: "X = CNFs per Service Chain"
8387 #  y-axis: "Y = Number of Service Chains"
8388 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8389 #  layout:
8390 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8391 #    layout: "plot-service-density"
8392 #
8393 ################################################################################
8394 #
8395 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8396 #- type: "plot"
8397 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8398 #  algorithm: "plot_nf_heatmap"
8399 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8400 #  data: "plot-vpp-nfv-3n-skx-mrr"
8401 #  filter: "'NIC_Intel-XXV710' and
8402 #           'NF_DENSITY' and
8403 #           'DOCKER' and
8404 #           'CHAIN' and
8405 #           'NF_VPPIP4' and
8406 #           'IPSEC' and
8407 #           'TNL_4' and
8408 #           'IMIX' and
8409 #           '2T1C' and
8410 #           'MRR'"
8411 #  parameters:
8412 #  - "result"
8413 #  - "name"
8414 #  - "tags"
8415 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8416 #  x-axis: "X = CNFs per Service Chain"
8417 #  y-axis: "Y = Number of Service Chains"
8418 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8419 #  layout:
8420 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8421 #    layout: "plot-service-density"
8422 #
8423 #- type: "plot"
8424 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8425 #  algorithm: "plot_nf_heatmap"
8426 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8427 #  data: "plot-vpp-nfv-3n-skx-mrr"
8428 #  filter: "'NIC_Intel-XXV710' and
8429 #           'NF_DENSITY' and
8430 #           'DOCKER' and
8431 #           'CHAIN' and
8432 #           'NF_VPPIP4' and
8433 #           'IPSEC' and
8434 #           'TNL_4' and
8435 #           'IMIX' and
8436 #           '4T2C' and
8437 #           'MRR'"
8438 #  parameters:
8439 #  - "result"
8440 #  - "name"
8441 #  - "tags"
8442 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8443 #  x-axis: "X = CNFs per Service Chain"
8444 #  y-axis: "Y = Number of Service Chains"
8445 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8446 #  layout:
8447 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8448 #    layout: "plot-service-density"
8449 #
8450 #- type: "plot"
8451 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8452 #  algorithm: "plot_nf_heatmap"
8453 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8454 #  data: "plot-vpp-nfv-3n-skx-mrr"
8455 #  filter: "'NIC_Intel-XXV710' and
8456 #           'NF_DENSITY' and
8457 #           'DOCKER' and
8458 #           'CHAIN' and
8459 #           'NF_VPPIP4' and
8460 #           'IPSEC' and
8461 #           'TNL_4' and
8462 #           'IMIX' and
8463 #           '8T4C' and
8464 #           'MRR'"
8465 #  parameters:
8466 #  - "result"
8467 #  - "name"
8468 #  - "tags"
8469 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8470 #  x-axis: "X = CNFs per Service Chain"
8471 #  y-axis: "Y = Number of Service Chains"
8472 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8473 #  layout:
8474 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8475 #    layout: "plot-service-density"
8476
8477 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8478 - type: "plot"
8479   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8480   algorithm: "plot_nf_heatmap"
8481   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8482   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8483   filter: "'NIC_Intel-XXV710' and
8484            'NF_DENSITY' and
8485            'DOCKER' and
8486            'CHAIN' and
8487            'NF_VPPIP4' and
8488            'IPSEC' and
8489            'TNL_4' and
8490            'IMIX' and
8491            '2T1C' and
8492            'NDRPDR'"
8493   parameters:
8494   - "throughput"
8495   - "name"
8496   - "tags"
8497   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8498   x-axis: "X = CNFs per Service Chain"
8499   y-axis: "Y = Number of Service Chains"
8500   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8501   layout:
8502     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8503     layout: "plot-service-density"
8504
8505 - type: "plot"
8506   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8507   algorithm: "plot_nf_heatmap"
8508   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8509   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8510   filter: "'NIC_Intel-XXV710' and
8511            'NF_DENSITY' and
8512            'DOCKER' and
8513            'CHAIN' and
8514            'NF_VPPIP4' and
8515            'IPSEC' and
8516            'TNL_4' and
8517            'IMIX' and
8518            '4T2C' and
8519            'NDRPDR'"
8520   parameters:
8521   - "throughput"
8522   - "name"
8523   - "tags"
8524   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8525   x-axis: "X = CNFs per Service Chain"
8526   y-axis: "Y = Number of Service Chains"
8527   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8528   layout:
8529     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8530     layout: "plot-service-density"
8531
8532 - type: "plot"
8533   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8534   algorithm: "plot_nf_heatmap"
8535   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8536   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8537   filter: "'NIC_Intel-XXV710' and
8538            'NF_DENSITY' and
8539            'DOCKER' and
8540            'CHAIN' and
8541            'NF_VPPIP4' and
8542            'IPSEC' and
8543            'TNL_4' and
8544            'IMIX' and
8545            '8T4C' and
8546            'NDRPDR'"
8547   parameters:
8548   - "throughput"
8549   - "name"
8550   - "tags"
8551   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8552   x-axis: "X = CNFs per Service Chain"
8553   y-axis: "Y = Number of Service Chains"
8554   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8555   layout:
8556     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8557     layout: "plot-service-density"
8558
8559 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8560 - type: "plot"
8561   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8562   algorithm: "plot_nf_heatmap"
8563   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8564   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8565   filter: "'NIC_Intel-XXV710' and
8566            'NF_DENSITY' and
8567            'DOCKER' and
8568            'CHAIN' and
8569            'NF_VPPIP4' and
8570            'IPSEC' and
8571            'TNL_4' and
8572            'IMIX' and
8573            '2T1C' and
8574            'NDRPDR'"
8575   parameters:
8576   - "throughput"
8577   - "name"
8578   - "tags"
8579   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8580   x-axis: "X = CNFs per Service Chain"
8581   y-axis: "Y = Number of Service Chains"
8582   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8583   layout:
8584     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8585     layout: "plot-service-density"
8586
8587 - type: "plot"
8588   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8589   algorithm: "plot_nf_heatmap"
8590   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8591   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8592   filter: "'NIC_Intel-XXV710' and
8593            'NF_DENSITY' and
8594            'DOCKER' and
8595            'CHAIN' and
8596            'NF_VPPIP4' and
8597            'IPSEC' and
8598            'TNL_4' and
8599            'IMIX' and
8600            '4T2C' and
8601            'NDRPDR'"
8602   parameters:
8603   - "throughput"
8604   - "name"
8605   - "tags"
8606   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8607   x-axis: "X = CNFs per Service Chain"
8608   y-axis: "Y = Number of Service Chains"
8609   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8610   layout:
8611     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8612     layout: "plot-service-density"
8613
8614 - type: "plot"
8615   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8616   algorithm: "plot_nf_heatmap"
8617   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8618   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8619   filter: "'NIC_Intel-XXV710' and
8620            'NF_DENSITY' and
8621            'DOCKER' and
8622            'CHAIN' and
8623            'NF_VPPIP4' and
8624            'IPSEC' and
8625            'TNL_4' and
8626            'IMIX' and
8627            '8T4C' and
8628            'NDRPDR'"
8629   parameters:
8630   - "throughput"
8631   - "name"
8632   - "tags"
8633   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8634   x-axis: "X = CNFs per Service Chain"
8635   y-axis: "Y = Number of Service Chains"
8636   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8637   layout:
8638     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8639     layout: "plot-service-density"
8640
8641 ###############################################################################
8642
8643 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8644 - type: "plot"
8645   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8646   algorithm: "plot_nf_heatmap"
8647   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8648   data: "plot-vpp-nfv-3n-hsw-mrr"
8649   filter: "'NIC_Intel-XL710' and
8650            'NF_DENSITY' and
8651            'DOCKER' and
8652            'CHAIN' and
8653            'NF_VPPIP4' and
8654            'IMIX' and
8655            'TNL_4' and
8656            '1T1C' and
8657            'MRR'"
8658   parameters:
8659   - "result"
8660   - "name"
8661   - "tags"
8662   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8663   x-axis: "X = CNFs per Service Chain"
8664   y-axis: "Y = Number of Service Chains"
8665   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8666   layout:
8667     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8668     layout: "plot-service-density"
8669
8670 - type: "plot"
8671   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8672   algorithm: "plot_nf_heatmap"
8673   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8674   data: "plot-vpp-nfv-3n-hsw-mrr"
8675   filter: "'NIC_Intel-XL710' and
8676            'NF_DENSITY' and
8677            'DOCKER' and
8678            'CHAIN' and
8679            'NF_VPPIP4' and
8680            'IPSEC' and
8681            'TNL_4' and
8682            'IMIX' and
8683            '2T2C' and
8684            'MRR'"
8685   parameters:
8686   - "result"
8687   - "name"
8688   - "tags"
8689   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8690   x-axis: "X = CNFs per Service Chain"
8691   y-axis: "Y = Number of Service Chains"
8692   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8693   layout:
8694     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8695     layout: "plot-service-density"
8696
8697 - type: "plot"
8698   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8699   algorithm: "plot_nf_heatmap"
8700   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8701   data: "plot-vpp-nfv-3n-hsw-mrr"
8702   filter: "'NIC_Intel-XL710' and
8703            'NF_DENSITY' and
8704            'DOCKER' and
8705            'CHAIN' and
8706            'NF_VPPIP4' and
8707            'IPSEC' and
8708            'TNL_4' and
8709            'IMIX' and
8710            '4T4C' and
8711            'MRR'"
8712   parameters:
8713   - "result"
8714   - "name"
8715   - "tags"
8716   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8717   x-axis: "X = CNFs per Service Chain"
8718   y-axis: "Y = Number of Service Chains"
8719   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8720   layout:
8721     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8722     layout: "plot-service-density"
8723
8724 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8725 - type: "plot"
8726   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8727   algorithm: "plot_nf_heatmap"
8728   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8729   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8730   filter: "'NIC_Intel-XL710' and
8731            'NF_DENSITY' and
8732            'DOCKER' and
8733            'CHAIN' and
8734            'NF_VPPIP4' and
8735            'IPSEC' and
8736            'TNL_4' and
8737            'IMIX' and
8738            '1T1C' and
8739            'NDRPDR'"
8740   parameters:
8741   - "throughput"
8742   - "name"
8743   - "tags"
8744   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8745   x-axis: "X = CNFs per Service Chain"
8746   y-axis: "Y = Number of Service Chains"
8747   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8748   layout:
8749     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8750     layout: "plot-service-density"
8751
8752 - type: "plot"
8753   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8754   algorithm: "plot_nf_heatmap"
8755   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8756   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8757   filter: "'NIC_Intel-XL710' and
8758            'NF_DENSITY' and
8759            'DOCKER' and
8760            'CHAIN' and
8761            'NF_VPPIP4' and
8762            'IPSEC' and
8763            'TNL_4' and
8764            'IMIX' and
8765            '2T2C' and
8766            'NDRPDR'"
8767   parameters:
8768   - "throughput"
8769   - "name"
8770   - "tags"
8771   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8772   x-axis: "X = CNFs per Service Chain"
8773   y-axis: "Y = Number of Service Chains"
8774   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8775   layout:
8776     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8777     layout: "plot-service-density"
8778
8779 - type: "plot"
8780   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8781   algorithm: "plot_nf_heatmap"
8782   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8783   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8784   filter: "'NIC_Intel-XL710' and
8785            'NF_DENSITY' and
8786            'DOCKER' and
8787            'CHAIN' and
8788            'NF_VPPIP4' and
8789            'IPSEC' and
8790            'TNL_4' and
8791            'IMIX' and
8792            '4T4C' and
8793            'NDRPDR'"
8794   parameters:
8795   - "throughput"
8796   - "name"
8797   - "tags"
8798   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8799   x-axis: "X = CNFs per Service Chain"
8800   y-axis: "Y = Number of Service Chains"
8801   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8802   layout:
8803     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8804     layout: "plot-service-density"
8805
8806 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8807 - type: "plot"
8808   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8809   algorithm: "plot_nf_heatmap"
8810   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8811   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8812   filter: "'NIC_Intel-XL710' and
8813            'NF_DENSITY' and
8814            'DOCKER' and
8815            'CHAIN' and
8816            'NF_VPPIP4' and
8817            'IPSEC' and
8818            'TNL_4' and
8819            'IMIX' and
8820            '1T1C' and
8821            'NDRPDR'"
8822   parameters:
8823   - "throughput"
8824   - "name"
8825   - "tags"
8826   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8827   x-axis: "X = CNFs per Service Chain"
8828   y-axis: "Y = Number of Service Chains"
8829   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8830   layout:
8831     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8832     layout: "plot-service-density"
8833
8834 - type: "plot"
8835   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8836   algorithm: "plot_nf_heatmap"
8837   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8838   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8839   filter: "'NIC_Intel-XL710' and
8840            'NF_DENSITY' and
8841            'DOCKER' and
8842            'CHAIN' and
8843            'NF_VPPIP4' and
8844            'IPSEC' and
8845            'TNL_4' and
8846            'IMIX' and
8847            '2T2C' and
8848            'NDRPDR'"
8849   parameters:
8850   - "throughput"
8851   - "name"
8852   - "tags"
8853   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8854   x-axis: "X = CNFs per Service Chain"
8855   y-axis: "Y = Number of Service Chains"
8856   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8857   layout:
8858     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8859     layout: "plot-service-density"
8860
8861 - type: "plot"
8862   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8863   algorithm: "plot_nf_heatmap"
8864   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8865   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8866   filter: "'NIC_Intel-XL710' and
8867            'NF_DENSITY' and
8868            'DOCKER' and
8869            'CHAIN' and
8870            'NF_VPPIP4' and
8871            'IPSEC' and
8872            'TNL_4' and
8873            'IMIX' and
8874            '4T4C' and
8875            'NDRPDR'"
8876   parameters:
8877   - "throughput"
8878   - "name"
8879   - "tags"
8880   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8881   x-axis: "X = CNFs per Service Chain"
8882   y-axis: "Y = Number of Service Chains"
8883   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8884   layout:
8885     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8886     layout: "plot-service-density"
8887
8888 ###############################################################################
8889
8890 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8891 #- type: "plot"
8892 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8893 #  algorithm: "plot_nf_heatmap"
8894 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8895 #  data: "plot-vpp-nfv-3n-skx-mrr"
8896 #  filter: "'NIC_Intel-XXV710' and
8897 #           'NF_DENSITY' and
8898 #           'DOCKER' and
8899 #           'CHAIN' and
8900 #           'NF_VPPIP4' and
8901 #           'IPSEC' and
8902 #           'TNL_1000' and
8903 #           'IMIX' and
8904 #           '2T1C' and
8905 #           'MRR'"
8906 #  parameters:
8907 #  - "result"
8908 #  - "name"
8909 #  - "tags"
8910 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8911 #  x-axis: "X = CNFs per Service Chain"
8912 #  y-axis: "Y = Number of Service Chains"
8913 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8914 #  layout:
8915 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8916 #    layout: "plot-service-density"
8917 #
8918 #- type: "plot"
8919 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8920 #  algorithm: "plot_nf_heatmap"
8921 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8922 #  data: "plot-vpp-nfv-3n-skx-mrr"
8923 #  filter: "'NIC_Intel-XXV710' and
8924 #           'NF_DENSITY' and
8925 #           'DOCKER' and
8926 #           'CHAIN' and
8927 #           'NF_VPPIP4' and
8928 #           'IPSEC' and
8929 #           'TNL_1000' and
8930 #           'IMIX' and
8931 #           '4T2C' and
8932 #           'MRR'"
8933 #  parameters:
8934 #  - "result"
8935 #  - "name"
8936 #  - "tags"
8937 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8938 #  x-axis: "X = CNFs per Service Chain"
8939 #  y-axis: "Y = Number of Service Chains"
8940 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8941 #  layout:
8942 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8943 #    layout: "plot-service-density"
8944 #
8945 #- type: "plot"
8946 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8947 #  algorithm: "plot_nf_heatmap"
8948 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8949 #  data: "plot-vpp-nfv-3n-skx-mrr"
8950 #  filter: "'NIC_Intel-XXV710' and
8951 #           'NF_DENSITY' and
8952 #           'DOCKER' and
8953 #           'CHAIN' and
8954 #           'NF_VPPIP4' and
8955 #           'IPSEC' and
8956 #           'TNL_1000' and
8957 #           'IMIX' and
8958 #           '8T4C' and
8959 #           'MRR'"
8960 #  parameters:
8961 #  - "result"
8962 #  - "name"
8963 #  - "tags"
8964 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8965 #  x-axis: "X = CNFs per Service Chain"
8966 #  y-axis: "Y = Number of Service Chains"
8967 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8968 #  layout:
8969 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8970 #    layout: "plot-service-density"
8971
8972 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8973 - type: "plot"
8974   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8975   algorithm: "plot_nf_heatmap"
8976   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8977   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8978   filter: "'NIC_Intel-XXV710' and
8979            'NF_DENSITY' and
8980            'DOCKER' and
8981            'CHAIN' and
8982            'NF_VPPIP4' and
8983            'IPSEC' and
8984            'TNL_1000' and
8985            'IMIX' and
8986            '2T1C' and
8987            'NDRPDR'"
8988   parameters:
8989   - "throughput"
8990   - "name"
8991   - "tags"
8992   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8993   x-axis: "X = CNFs per Service Chain"
8994   y-axis: "Y = Number of Service Chains"
8995   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8996   layout:
8997     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8998     layout: "plot-service-density"
8999
9000 - type: "plot"
9001   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9002   algorithm: "plot_nf_heatmap"
9003   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9004   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9005   filter: "'NIC_Intel-XXV710' and
9006            'NF_DENSITY' and
9007            'DOCKER' and
9008            'CHAIN' and
9009            'NF_VPPIP4' and
9010            'IPSEC' and
9011            'TNL_1000' and
9012            'IMIX' and
9013            '4T2C' and
9014            'NDRPDR'"
9015   parameters:
9016   - "throughput"
9017   - "name"
9018   - "tags"
9019   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9020   x-axis: "X = CNFs per Service Chain"
9021   y-axis: "Y = Number of Service Chains"
9022   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9023   layout:
9024     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9025     layout: "plot-service-density"
9026
9027 - type: "plot"
9028   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9029   algorithm: "plot_nf_heatmap"
9030   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9031   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9032   filter: "'NIC_Intel-XXV710' and
9033            'NF_DENSITY' and
9034            'DOCKER' and
9035            'CHAIN' and
9036            'NF_VPPIP4' and
9037            'IPSEC' and
9038            'TNL_1000' and
9039            'IMIX' and
9040            '8T4C' and
9041            'NDRPDR'"
9042   parameters:
9043   - "throughput"
9044   - "name"
9045   - "tags"
9046   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9047   x-axis: "X = CNFs per Service Chain"
9048   y-axis: "Y = Number of Service Chains"
9049   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9050   layout:
9051     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9052     layout: "plot-service-density"
9053
9054 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9055 - type: "plot"
9056   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9057   algorithm: "plot_nf_heatmap"
9058   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9059   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9060   filter: "'NIC_Intel-XXV710' and
9061            'NF_DENSITY' and
9062            'DOCKER' and
9063            'CHAIN' and
9064            'NF_VPPIP4' and
9065            'IPSEC' and
9066            'TNL_1000' and
9067            'IMIX' and
9068            '2T1C' and
9069            'NDRPDR'"
9070   parameters:
9071   - "throughput"
9072   - "name"
9073   - "tags"
9074   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9075   x-axis: "X = CNFs per Service Chain"
9076   y-axis: "Y = Number of Service Chains"
9077   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9078   layout:
9079     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9080     layout: "plot-service-density"
9081
9082 - type: "plot"
9083   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9084   algorithm: "plot_nf_heatmap"
9085   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9086   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9087   filter: "'NIC_Intel-XXV710' and
9088            'NF_DENSITY' and
9089            'DOCKER' and
9090            'CHAIN' and
9091            'NF_VPPIP4' and
9092            'IPSEC' and
9093            'TNL_1000' and
9094            'IMIX' and
9095            '4T2C' and
9096            'NDRPDR'"
9097   parameters:
9098   - "throughput"
9099   - "name"
9100   - "tags"
9101   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9102   x-axis: "X = CNFs per Service Chain"
9103   y-axis: "Y = Number of Service Chains"
9104   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9105   layout:
9106     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9107     layout: "plot-service-density"
9108
9109 - type: "plot"
9110   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9111   algorithm: "plot_nf_heatmap"
9112   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9113   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9114   filter: "'NIC_Intel-XXV710' and
9115            'NF_DENSITY' and
9116            'DOCKER' and
9117            'CHAIN' and
9118            'NF_VPPIP4' and
9119            'IPSEC' and
9120            'TNL_1000' and
9121            'IMIX' and
9122            '8T4C' and
9123            'NDRPDR'"
9124   parameters:
9125   - "throughput"
9126   - "name"
9127   - "tags"
9128   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9129   x-axis: "X = CNFs per Service Chain"
9130   y-axis: "Y = Number of Service Chains"
9131   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9132   layout:
9133     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9134     layout: "plot-service-density"
9135
9136 ###############################################################################
9137
9138 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9139 - type: "plot"
9140   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9141   algorithm: "plot_nf_heatmap"
9142   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9143   data: "plot-vpp-nfv-3n-hsw-mrr"
9144   filter: "'NIC_Intel-XL710' and
9145            'NF_DENSITY' and
9146            'DOCKER' and
9147            'CHAIN' and
9148            'NF_VPPIP4' and
9149            'IMIX' and
9150            'TNL_1000' and
9151            '1T1C' and
9152            'MRR'"
9153   parameters:
9154   - "result"
9155   - "name"
9156   - "tags"
9157   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9158   x-axis: "X = CNFs per Service Chain"
9159   y-axis: "Y = Number of Service Chains"
9160   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9161   layout:
9162     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9163     layout: "plot-service-density"
9164
9165 - type: "plot"
9166   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9167   algorithm: "plot_nf_heatmap"
9168   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9169   data: "plot-vpp-nfv-3n-hsw-mrr"
9170   filter: "'NIC_Intel-XL710' and
9171            'NF_DENSITY' and
9172            'DOCKER' and
9173            'CHAIN' and
9174            'NF_VPPIP4' and
9175            'IPSEC' and
9176            'TNL_1000' and
9177            'IMIX' and
9178            '2T2C' and
9179            'MRR'"
9180   parameters:
9181   - "result"
9182   - "name"
9183   - "tags"
9184   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9185   x-axis: "X = CNFs per Service Chain"
9186   y-axis: "Y = Number of Service Chains"
9187   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9188   layout:
9189     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9190     layout: "plot-service-density"
9191
9192 - type: "plot"
9193   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9194   algorithm: "plot_nf_heatmap"
9195   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9196   data: "plot-vpp-nfv-3n-hsw-mrr"
9197   filter: "'NIC_Intel-XL710' and
9198            'NF_DENSITY' and
9199            'DOCKER' and
9200            'CHAIN' and
9201            'NF_VPPIP4' and
9202            'IPSEC' and
9203            'TNL_1000' and
9204            'IMIX' and
9205            '4T4C' and
9206            'MRR'"
9207   parameters:
9208   - "result"
9209   - "name"
9210   - "tags"
9211   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9212   x-axis: "X = CNFs per Service Chain"
9213   y-axis: "Y = Number of Service Chains"
9214   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9215   layout:
9216     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9217     layout: "plot-service-density"
9218
9219 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9220 - type: "plot"
9221   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9222   algorithm: "plot_nf_heatmap"
9223   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9224   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9225   filter: "'NIC_Intel-XL710' and
9226            'NF_DENSITY' and
9227            'DOCKER' and
9228            'CHAIN' and
9229            'NF_VPPIP4' and
9230            'IPSEC' and
9231            'TNL_1000' and
9232            'IMIX' and
9233            '1T1C' and
9234            'NDRPDR'"
9235   parameters:
9236   - "throughput"
9237   - "name"
9238   - "tags"
9239   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9240   x-axis: "X = CNFs per Service Chain"
9241   y-axis: "Y = Number of Service Chains"
9242   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9243   layout:
9244     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9245     layout: "plot-service-density"
9246
9247 - type: "plot"
9248   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9249   algorithm: "plot_nf_heatmap"
9250   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9251   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9252   filter: "'NIC_Intel-XL710' and
9253            'NF_DENSITY' and
9254            'DOCKER' and
9255            'CHAIN' and
9256            'NF_VPPIP4' and
9257            'IPSEC' and
9258            'TNL_1000' and
9259            'IMIX' and
9260            '2T2C' and
9261            'NDRPDR'"
9262   parameters:
9263   - "throughput"
9264   - "name"
9265   - "tags"
9266   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9267   x-axis: "X = CNFs per Service Chain"
9268   y-axis: "Y = Number of Service Chains"
9269   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9270   layout:
9271     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9272     layout: "plot-service-density"
9273
9274 - type: "plot"
9275   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9276   algorithm: "plot_nf_heatmap"
9277   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9278   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9279   filter: "'NIC_Intel-XL710' and
9280            'NF_DENSITY' and
9281            'DOCKER' and
9282            'CHAIN' and
9283            'NF_VPPIP4' and
9284            'IPSEC' and
9285            'TNL_1000' and
9286            'IMIX' and
9287            '4T4C' and
9288            'NDRPDR'"
9289   parameters:
9290   - "throughput"
9291   - "name"
9292   - "tags"
9293   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9294   x-axis: "X = CNFs per Service Chain"
9295   y-axis: "Y = Number of Service Chains"
9296   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9297   layout:
9298     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9299     layout: "plot-service-density"
9300
9301 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9302 - type: "plot"
9303   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9304   algorithm: "plot_nf_heatmap"
9305   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9306   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9307   filter: "'NIC_Intel-XL710' and
9308            'NF_DENSITY' and
9309            'DOCKER' and
9310            'CHAIN' and
9311            'NF_VPPIP4' and
9312            'IPSEC' and
9313            'TNL_1000' and
9314            'IMIX' and
9315            '1T1C' and
9316            'NDRPDR'"
9317   parameters:
9318   - "throughput"
9319   - "name"
9320   - "tags"
9321   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9322   x-axis: "X = CNFs per Service Chain"
9323   y-axis: "Y = Number of Service Chains"
9324   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9325   layout:
9326     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9327     layout: "plot-service-density"
9328
9329 - type: "plot"
9330   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9331   algorithm: "plot_nf_heatmap"
9332   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9333   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9334   filter: "'NIC_Intel-XL710' and
9335            'NF_DENSITY' and
9336            'DOCKER' and
9337            'CHAIN' and
9338            'NF_VPPIP4' and
9339            'IPSEC' and
9340            'TNL_1000' and
9341            'IMIX' and
9342            '2T2C' and
9343            'NDRPDR'"
9344   parameters:
9345   - "throughput"
9346   - "name"
9347   - "tags"
9348   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9349   x-axis: "X = CNFs per Service Chain"
9350   y-axis: "Y = Number of Service Chains"
9351   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9352   layout:
9353     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9354     layout: "plot-service-density"
9355
9356 - type: "plot"
9357   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9358   algorithm: "plot_nf_heatmap"
9359   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9360   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9361   filter: "'NIC_Intel-XL710' and
9362            'NF_DENSITY' and
9363            'DOCKER' and
9364            'CHAIN' and
9365            'NF_VPPIP4' and
9366            'IPSEC' and
9367            'TNL_1000' and
9368            'IMIX' and
9369            '4T4C' and
9370            'NDRPDR'"
9371   parameters:
9372   - "throughput"
9373   - "name"
9374   - "tags"
9375   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9376   x-axis: "X = CNFs per Service Chain"
9377   y-axis: "Y = Number of Service Chains"
9378   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9379   layout:
9380     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9381     layout: "plot-service-density"
9382
9383 ###############################################################################
9384
9385 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9386 #- type: "plot"
9387 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9388 #  algorithm: "plot_nf_heatmap"
9389 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9390 #  data: "plot-vpp-nfv-3n-skx-mrr"
9391 #  filter: "'NIC_Intel-XXV710' and
9392 #           'NF_DENSITY' and
9393 #           'DOCKER' and
9394 #           'CHAIN' and
9395 #           'NF_VPPIP4' and
9396 #           'IPSEC' and
9397 #           'TNL_10000' and
9398 #           'IMIX' and
9399 #           '2T1C' and
9400 #           'MRR'"
9401 #  parameters:
9402 #  - "result"
9403 #  - "name"
9404 #  - "tags"
9405 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9406 #  x-axis: "X = CNFs per Service Chain"
9407 #  y-axis: "Y = Number of Service Chains"
9408 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9409 #  layout:
9410 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9411 #    layout: "plot-service-density"
9412 #
9413 #- type: "plot"
9414 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9415 #  algorithm: "plot_nf_heatmap"
9416 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9417 #  data: "plot-vpp-nfv-3n-skx-mrr"
9418 #  filter: "'NIC_Intel-XXV710' and
9419 #           'NF_DENSITY' and
9420 #           'DOCKER' and
9421 #           'CHAIN' and
9422 #           'NF_VPPIP4' and
9423 #           'IPSEC' and
9424 #           'TNL_10000' and
9425 #           'IMIX' and
9426 #           '4T2C' and
9427 #           'MRR'"
9428 #  parameters:
9429 #  - "result"
9430 #  - "name"
9431 #  - "tags"
9432 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9433 #  x-axis: "X = CNFs per Service Chain"
9434 #  y-axis: "Y = Number of Service Chains"
9435 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9436 #  layout:
9437 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9438 #    layout: "plot-service-density"
9439 #
9440 #- type: "plot"
9441 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9442 #  algorithm: "plot_nf_heatmap"
9443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9444 #  data: "plot-vpp-nfv-3n-skx-mrr"
9445 #  filter: "'NIC_Intel-XXV710' and
9446 #           'NF_DENSITY' and
9447 #           'DOCKER' and
9448 #           'CHAIN' and
9449 #           'NF_VPPIP4' and
9450 #           'IPSEC' and
9451 #           'TNL_10000' and
9452 #           'IMIX' and
9453 #           '8T4C' and
9454 #           'MRR'"
9455 #  parameters:
9456 #  - "result"
9457 #  - "name"
9458 #  - "tags"
9459 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9460 #  x-axis: "X = CNFs per Service Chain"
9461 #  y-axis: "Y = Number of Service Chains"
9462 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9463 #  layout:
9464 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9465 #    layout: "plot-service-density"
9466
9467 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9468 - type: "plot"
9469   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9470   algorithm: "plot_nf_heatmap"
9471   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9472   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9473   filter: "'NIC_Intel-XXV710' and
9474            'NF_DENSITY' and
9475            'DOCKER' and
9476            'CHAIN' and
9477            'NF_VPPIP4' and
9478            'IPSEC' and
9479            'TNL_10000' and
9480            'IMIX' and
9481            '2T1C' and
9482            'NDRPDR'"
9483   parameters:
9484   - "throughput"
9485   - "name"
9486   - "tags"
9487   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9488   x-axis: "X = CNFs per Service Chain"
9489   y-axis: "Y = Number of Service Chains"
9490   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9491   layout:
9492     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9493     layout: "plot-service-density"
9494
9495 - type: "plot"
9496   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9497   algorithm: "plot_nf_heatmap"
9498   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9499   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9500   filter: "'NIC_Intel-XXV710' and
9501            'NF_DENSITY' and
9502            'DOCKER' and
9503            'CHAIN' and
9504            'NF_VPPIP4' and
9505            'IPSEC' and
9506            'TNL_10000' and
9507            'IMIX' and
9508            '4T2C' and
9509            'NDRPDR'"
9510   parameters:
9511   - "throughput"
9512   - "name"
9513   - "tags"
9514   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9515   x-axis: "X = CNFs per Service Chain"
9516   y-axis: "Y = Number of Service Chains"
9517   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9518   layout:
9519     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9520     layout: "plot-service-density"
9521
9522 - type: "plot"
9523   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9524   algorithm: "plot_nf_heatmap"
9525   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9526   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9527   filter: "'NIC_Intel-XXV710' and
9528            'NF_DENSITY' and
9529            'DOCKER' and
9530            'CHAIN' and
9531            'NF_VPPIP4' and
9532            'IPSEC' and
9533            'TNL_10000' and
9534            'IMIX' and
9535            '8T4C' and
9536            'NDRPDR'"
9537   parameters:
9538   - "throughput"
9539   - "name"
9540   - "tags"
9541   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9542   x-axis: "X = CNFs per Service Chain"
9543   y-axis: "Y = Number of Service Chains"
9544   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9545   layout:
9546     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9547     layout: "plot-service-density"
9548
9549 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9550 - type: "plot"
9551   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9552   algorithm: "plot_nf_heatmap"
9553   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9554   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9555   filter: "'NIC_Intel-XXV710' and
9556            'NF_DENSITY' and
9557            'DOCKER' and
9558            'CHAIN' and
9559            'NF_VPPIP4' and
9560            'IPSEC' and
9561            'TNL_10000' and
9562            'IMIX' and
9563            '2T1C' and
9564            'NDRPDR'"
9565   parameters:
9566   - "throughput"
9567   - "name"
9568   - "tags"
9569   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9570   x-axis: "X = CNFs per Service Chain"
9571   y-axis: "Y = Number of Service Chains"
9572   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9573   layout:
9574     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9575     layout: "plot-service-density"
9576
9577 - type: "plot"
9578   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9579   algorithm: "plot_nf_heatmap"
9580   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9581   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9582   filter: "'NIC_Intel-XXV710' and
9583            'NF_DENSITY' and
9584            'DOCKER' and
9585            'CHAIN' and
9586            'NF_VPPIP4' and
9587            'IPSEC' and
9588            'TNL_10000' and
9589            'IMIX' and
9590            '4T2C' and
9591            'NDRPDR'"
9592   parameters:
9593   - "throughput"
9594   - "name"
9595   - "tags"
9596   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9597   x-axis: "X = CNFs per Service Chain"
9598   y-axis: "Y = Number of Service Chains"
9599   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9600   layout:
9601     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9602     layout: "plot-service-density"
9603
9604 - type: "plot"
9605   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9606   algorithm: "plot_nf_heatmap"
9607   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9608   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9609   filter: "'NIC_Intel-XXV710' and
9610            'NF_DENSITY' and
9611            'DOCKER' and
9612            'CHAIN' and
9613            'NF_VPPIP4' and
9614            'IPSEC' and
9615            'TNL_10000' and
9616            'IMIX' and
9617            '8T4C' and
9618            'NDRPDR'"
9619   parameters:
9620   - "throughput"
9621   - "name"
9622   - "tags"
9623   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9624   x-axis: "X = CNFs per Service Chain"
9625   y-axis: "Y = Number of Service Chains"
9626   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9627   layout:
9628     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9629     layout: "plot-service-density"
9630
9631 ###############################################################################
9632
9633 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9634 - type: "plot"
9635   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9636   algorithm: "plot_nf_heatmap"
9637   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9638   data: "plot-vpp-nfv-3n-hsw-mrr"
9639   filter: "'NIC_Intel-XL710' and
9640            'NF_DENSITY' and
9641            'DOCKER' and
9642            'CHAIN' and
9643            'NF_VPPIP4' and
9644            'IMIX' and
9645            'TNL_10000' and
9646            '1T1C' and
9647            'MRR'"
9648   parameters:
9649   - "result"
9650   - "name"
9651   - "tags"
9652   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9653   x-axis: "X = CNFs per Service Chain"
9654   y-axis: "Y = Number of Service Chains"
9655   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9656   layout:
9657     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9658     layout: "plot-service-density"
9659
9660 - type: "plot"
9661   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9662   algorithm: "plot_nf_heatmap"
9663   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9664   data: "plot-vpp-nfv-3n-hsw-mrr"
9665   filter: "'NIC_Intel-XL710' and
9666            'NF_DENSITY' and
9667            'DOCKER' and
9668            'CHAIN' and
9669            'NF_VPPIP4' and
9670            'IPSEC' and
9671            'TNL_10000' and
9672            'IMIX' and
9673            '2T2C' and
9674            'MRR'"
9675   parameters:
9676   - "result"
9677   - "name"
9678   - "tags"
9679   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9680   x-axis: "X = CNFs per Service Chain"
9681   y-axis: "Y = Number of Service Chains"
9682   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9683   layout:
9684     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9685     layout: "plot-service-density"
9686
9687 - type: "plot"
9688   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9689   algorithm: "plot_nf_heatmap"
9690   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9691   data: "plot-vpp-nfv-3n-hsw-mrr"
9692   filter: "'NIC_Intel-XL710' and
9693            'NF_DENSITY' and
9694            'DOCKER' and
9695            'CHAIN' and
9696            'NF_VPPIP4' and
9697            'IPSEC' and
9698            'TNL_10000' and
9699            'IMIX' and
9700            '4T4C' and
9701            'MRR'"
9702   parameters:
9703   - "result"
9704   - "name"
9705   - "tags"
9706   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9707   x-axis: "X = CNFs per Service Chain"
9708   y-axis: "Y = Number of Service Chains"
9709   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9710   layout:
9711     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9712     layout: "plot-service-density"
9713
9714 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9715 - type: "plot"
9716   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9717   algorithm: "plot_nf_heatmap"
9718   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9719   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9720   filter: "'NIC_Intel-XL710' and
9721            'NF_DENSITY' and
9722            'DOCKER' and
9723            'CHAIN' and
9724            'NF_VPPIP4' and
9725            'IPSEC' and
9726            'TNL_10000' and
9727            'IMIX' and
9728            '1T1C' and
9729            'NDRPDR'"
9730   parameters:
9731   - "throughput"
9732   - "name"
9733   - "tags"
9734   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9735   x-axis: "X = CNFs per Service Chain"
9736   y-axis: "Y = Number of Service Chains"
9737   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9738   layout:
9739     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9740     layout: "plot-service-density"
9741
9742 - type: "plot"
9743   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9744   algorithm: "plot_nf_heatmap"
9745   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9746   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9747   filter: "'NIC_Intel-XL710' and
9748            'NF_DENSITY' and
9749            'DOCKER' and
9750            'CHAIN' and
9751            'NF_VPPIP4' and
9752            'IPSEC' and
9753            'TNL_10000' and
9754            'IMIX' and
9755            '2T2C' and
9756            'NDRPDR'"
9757   parameters:
9758   - "throughput"
9759   - "name"
9760   - "tags"
9761   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9762   x-axis: "X = CNFs per Service Chain"
9763   y-axis: "Y = Number of Service Chains"
9764   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9765   layout:
9766     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9767     layout: "plot-service-density"
9768
9769 - type: "plot"
9770   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9771   algorithm: "plot_nf_heatmap"
9772   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9773   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9774   filter: "'NIC_Intel-XL710' and
9775            'NF_DENSITY' and
9776            'DOCKER' and
9777            'CHAIN' and
9778            'NF_VPPIP4' and
9779            'IPSEC' and
9780            'TNL_10000' and
9781            'IMIX' and
9782            '4T4C' and
9783            'NDRPDR'"
9784   parameters:
9785   - "throughput"
9786   - "name"
9787   - "tags"
9788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9789   x-axis: "X = CNFs per Service Chain"
9790   y-axis: "Y = Number of Service Chains"
9791   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9792   layout:
9793     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9794     layout: "plot-service-density"
9795
9796 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9797 - type: "plot"
9798   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9799   algorithm: "plot_nf_heatmap"
9800   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9801   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9802   filter: "'NIC_Intel-XL710' and
9803            'NF_DENSITY' and
9804            'DOCKER' and
9805            'CHAIN' and
9806            'NF_VPPIP4' and
9807            'IPSEC' and
9808            'TNL_10000' and
9809            'IMIX' and
9810            '1T1C' and
9811            'NDRPDR'"
9812   parameters:
9813   - "throughput"
9814   - "name"
9815   - "tags"
9816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9817   x-axis: "X = CNFs per Service Chain"
9818   y-axis: "Y = Number of Service Chains"
9819   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9820   layout:
9821     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9822     layout: "plot-service-density"
9823
9824 - type: "plot"
9825   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9826   algorithm: "plot_nf_heatmap"
9827   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9828   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9829   filter: "'NIC_Intel-XL710' and
9830            'NF_DENSITY' and
9831            'DOCKER' and
9832            'CHAIN' and
9833            'NF_VPPIP4' and
9834            'IPSEC' and
9835            'TNL_10000' and
9836            'IMIX' and
9837            '2T2C' and
9838            'NDRPDR'"
9839   parameters:
9840   - "throughput"
9841   - "name"
9842   - "tags"
9843   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9844   x-axis: "X = CNFs per Service Chain"
9845   y-axis: "Y = Number of Service Chains"
9846   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9847   layout:
9848     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9849     layout: "plot-service-density"
9850
9851 - type: "plot"
9852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9853   algorithm: "plot_nf_heatmap"
9854   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9855   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9856   filter: "'NIC_Intel-XL710' and
9857            'NF_DENSITY' and
9858            'DOCKER' and
9859            'CHAIN' and
9860            'NF_VPPIP4' and
9861            'IPSEC' and
9862            'TNL_10000' and
9863            'IMIX' and
9864            '4T4C' and
9865            'NDRPDR'"
9866   parameters:
9867   - "throughput"
9868   - "name"
9869   - "tags"
9870   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9871   x-axis: "X = CNFs per Service Chain"
9872   y-axis: "Y = Number of Service Chains"
9873   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9874   layout:
9875     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9876     layout: "plot-service-density"
9877
9878 ###############################################################################
9879
9880 # Plots - NF Density - CSP - MRR 64b
9881
9882 #- type: "plot"
9883 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9884 #  algorithm: "plot_nf_heatmap"
9885 #  output-file-type: ".html"
9886 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9887 #  data: "plot-vpp-nfv-2n-skx-mrr"
9888 #  filter: "'NIC_Intel-XXV710' and
9889 #           'NF_DENSITY' and
9890 #           'DOCKER' and
9891 #           'PIPELINE' and
9892 #           'NF_VPPIP4' and
9893 #           '64B' and
9894 #           '2T1C' and
9895 #           'MRR'"
9896 #  parameters:
9897 #  - "result"
9898 #  - "name"
9899 #  - "tags"
9900 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9901 #  x-axis: "X = CNFs per Service Pipeline"
9902 #  y-axis: "Y = Number of Service Pipelines"
9903 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9904 #  layout:
9905 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9906 #    layout: "plot-service-density"
9907 #
9908 #- type: "plot"
9909 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9910 #  algorithm: "plot_nf_heatmap"
9911 #  output-file-type: ".html"
9912 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9913 #  data: "plot-vpp-nfv-2n-skx-mrr"
9914 #  filter: "'NIC_Intel-XXV710' and
9915 #           'NF_DENSITY' and
9916 #           'DOCKER' and
9917 #           'PIPELINE' and
9918 #           'NF_VPPIP4' and
9919 #           '64B' and
9920 #           '4T2C' and
9921 #           'MRR'"
9922 #  parameters:
9923 #  - "result"
9924 #  - "name"
9925 #  - "tags"
9926 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9927 #  x-axis: "X = CNFs per Service Pipeline"
9928 #  y-axis: "Y = Number of Service Pipelines"
9929 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9930 #  layout:
9931 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9932 #    layout: "plot-service-density"
9933 #
9934 #- type: "plot"
9935 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9936 #  algorithm: "plot_nf_heatmap"
9937 #  output-file-type: ".html"
9938 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9939 #  data: "plot-vpp-nfv-2n-skx-mrr"
9940 #  filter: "'NIC_Intel-XXV710' and
9941 #           'NF_DENSITY' and
9942 #           'DOCKER' and
9943 #           'PIPELINE' and
9944 #           'NF_VPPIP4' and
9945 #           '64B' and
9946 #           '8T4C' and
9947 #           'MRR'"
9948 #  parameters:
9949 #  - "result"
9950 #  - "name"
9951 #  - "tags"
9952 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9953 #  x-axis: "X = CNFs per Service Pipeline"
9954 #  y-axis: "Y = Number of Service Pipelines"
9955 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9956 #  layout:
9957 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9958 #    layout: "plot-service-density"
9959 #
9960 ## Plots - NF Density - CSP - MRR IMIX
9961 #- type: "plot"
9962 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9963 #  algorithm: "plot_nf_heatmap"
9964 #  output-file-type: ".html"
9965 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9966 #  data: "plot-vpp-nfv-2n-skx-mrr"
9967 #  filter: "'NIC_Intel-XXV710' and
9968 #           'NF_DENSITY' and
9969 #           'DOCKER' and
9970 #           'PIPELINE' and
9971 #           'NF_VPPIP4' and
9972 #           'IMIX' and
9973 #           '2T1C' and
9974 #           'MRR'"
9975 #  parameters:
9976 #  - "result"
9977 #  - "name"
9978 #  - "tags"
9979 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9980 #  x-axis: "X = CNFs per Service Pipeline"
9981 #  y-axis: "Y = Number of Service Pipelines"
9982 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9983 #  layout:
9984 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9985 #    layout: "plot-service-density"
9986 #
9987 #- type: "plot"
9988 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9989 #  algorithm: "plot_nf_heatmap"
9990 #  output-file-type: ".html"
9991 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9992 #  data: "plot-vpp-nfv-2n-skx-mrr"
9993 #  filter: "'NIC_Intel-XXV710' and
9994 #           'NF_DENSITY' and
9995 #           'DOCKER' and
9996 #           'PIPELINE' and
9997 #           'NF_VPPIP4' and
9998 #           'IMIX' and
9999 #           '4T2C' and
10000 #           'MRR'"
10001 #  parameters:
10002 #  - "result"
10003 #  - "name"
10004 #  - "tags"
10005 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10006 #  x-axis: "X = CNFs per Service Pipeline"
10007 #  y-axis: "Y = Number of Service Pipelines"
10008 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10009 #  layout:
10010 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10011 #    layout: "plot-service-density"
10012 #
10013 #- type: "plot"
10014 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10015 #  algorithm: "plot_nf_heatmap"
10016 #  output-file-type: ".html"
10017 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10018 #  data: "plot-vpp-nfv-2n-skx-mrr"
10019 #  filter: "'NIC_Intel-XXV710' and
10020 #           'NF_DENSITY' and
10021 #           'DOCKER' and
10022 #           'PIPELINE' and
10023 #           'NF_VPPIP4' and
10024 #           'IMIX' and
10025 #           '8T4C' and
10026 #           'MRR'"
10027 #  parameters:
10028 #  - "result"
10029 #  - "name"
10030 #  - "tags"
10031 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10032 #  x-axis: "X = CNFs per Service Pipeline"
10033 #  y-axis: "Y = Number of Service Pipelines"
10034 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10035 #  layout:
10036 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10037 #    layout: "plot-service-density"
10038 #
10039 ## Plots - NF Density - CSP - NDR 64b
10040 #- type: "plot"
10041 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10042 #  algorithm: "plot_nf_heatmap"
10043 #  output-file-type: ".html"
10044 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10045 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10046 #  filter: "'NIC_Intel-XXV710' and
10047 #           'NF_DENSITY' and
10048 #           'DOCKER' and
10049 #           'PIPELINE' and
10050 #           'NF_VPPIP4' and
10051 #           '64B' and
10052 #           '2T1C' and
10053 #           'NDRPDR'"
10054 #  parameters:
10055 #  - "throughput"
10056 #  - "name"
10057 #  - "tags"
10058 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10059 #  x-axis: "X = CNFs per Service Pipeline"
10060 #  y-axis: "Y = Number of Service Pipelines"
10061 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10062 #  layout:
10063 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10064 #    layout: "plot-service-density"
10065 #
10066 #- type: "plot"
10067 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10068 #  algorithm: "plot_nf_heatmap"
10069 #  output-file-type: ".html"
10070 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10071 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10072 #  filter: "'NIC_Intel-XXV710' and
10073 #           'NF_DENSITY' and
10074 #           'DOCKER' and
10075 #           'PIPELINE' and
10076 #           'NF_VPPIP4' and
10077 #           '64B' and
10078 #           '4T2C' and
10079 #           'NDRPDR'"
10080 #  parameters:
10081 #  - "throughput"
10082 #  - "name"
10083 #  - "tags"
10084 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10085 #  x-axis: "X = CNFs per Service Pipeline"
10086 #  y-axis: "Y = Number of Service Pipelines"
10087 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10088 #  layout:
10089 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10090 #    layout: "plot-service-density"
10091 #
10092 #- type: "plot"
10093 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10094 #  algorithm: "plot_nf_heatmap"
10095 #  output-file-type: ".html"
10096 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10097 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10098 #  filter: "'NIC_Intel-XXV710' and
10099 #           'NF_DENSITY' and
10100 #           'DOCKER' and
10101 #           'PIPELINE' and
10102 #           'NF_VPPIP4' and
10103 #           '64B' and
10104 #           '8T4C' and
10105 #           'NDRPDR'"
10106 #  parameters:
10107 #  - "throughput"
10108 #  - "name"
10109 #  - "tags"
10110 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10111 #  x-axis: "X = CNFs per Service Pipeline"
10112 #  y-axis: "Y = Number of Service Pipelines"
10113 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10114 #  layout:
10115 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10116 #    layout: "plot-service-density"
10117 #
10118 ## Plots - NF Density - CSP - NDR IMIX
10119 #- type: "plot"
10120 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10121 #  algorithm: "plot_nf_heatmap"
10122 #  output-file-type: ".html"
10123 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10124 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10125 #  filter: "'NIC_Intel-XXV710' and
10126 #           'NF_DENSITY' and
10127 #           'DOCKER' and
10128 #           'PIPELINE' and
10129 #           'NF_VPPIP4' and
10130 #           'IMIX' and
10131 #           '2T1C' and
10132 #           'NDRPDR'"
10133 #  parameters:
10134 #  - "throughput"
10135 #  - "name"
10136 #  - "tags"
10137 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10138 #  x-axis: "X = CNFs per Service Pipeline"
10139 #  y-axis: "Y = Number of Service Pipelines"
10140 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10141 #  layout:
10142 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10143 #    layout: "plot-service-density"
10144 #
10145 #- type: "plot"
10146 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10147 #  algorithm: "plot_nf_heatmap"
10148 #  output-file-type: ".html"
10149 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10150 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10151 #  filter: "'NIC_Intel-XXV710' and
10152 #           'NF_DENSITY' and
10153 #           'DOCKER' and
10154 #           'PIPELINE' and
10155 #           'NF_VPPIP4' and
10156 #           'IMIX' and
10157 #           '4T2C' and
10158 #           'NDRPDR'"
10159 #  parameters:
10160 #  - "throughput"
10161 #  - "name"
10162 #  - "tags"
10163 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10164 #  x-axis: "X = CNFs per Service Pipeline"
10165 #  y-axis: "Y = Number of Service Pipelines"
10166 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10167 #  layout:
10168 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10169 #    layout: "plot-service-density"
10170 #
10171 #- type: "plot"
10172 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10173 #  algorithm: "plot_nf_heatmap"
10174 #  output-file-type: ".html"
10175 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10176 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10177 #  filter: "'NIC_Intel-XXV710' and
10178 #           'NF_DENSITY' and
10179 #           'DOCKER' and
10180 #           'PIPELINE' and
10181 #           'NF_VPPIP4' and
10182 #           'IMIX' and
10183 #           '8T4C' and
10184 #           'NDRPDR'"
10185 #  parameters:
10186 #  - "throughput"
10187 #  - "name"
10188 #  - "tags"
10189 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10190 #  x-axis: "X = CNFs per Service Pipeline"
10191 #  y-axis: "Y = Number of Service Pipelines"
10192 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10193 #  layout:
10194 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10195 #    layout: "plot-service-density"
10196 #
10197 ## Plots - NF Density - CSP - PDR 64b
10198 #- type: "plot"
10199 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10200 #  algorithm: "plot_nf_heatmap"
10201 #  output-file-type: ".html"
10202 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10203 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10204 #  filter: "'NIC_Intel-XXV710' and
10205 #           'NF_DENSITY' and
10206 #           'DOCKER' and
10207 #           'PIPELINE' and
10208 #           'NF_VPPIP4' and
10209 #           '64B' and
10210 #           '2T1C' and
10211 #           'NDRPDR'"
10212 #  parameters:
10213 #  - "throughput"
10214 #  - "name"
10215 #  - "tags"
10216 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10217 #  x-axis: "X = CNFs per Service Pipeline"
10218 #  y-axis: "Y = Number of Service Pipelines"
10219 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10220 #  layout:
10221 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10222 #    layout: "plot-service-density"
10223 #
10224 #- type: "plot"
10225 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10226 #  algorithm: "plot_nf_heatmap"
10227 #  output-file-type: ".html"
10228 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10229 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10230 #  filter: "'NIC_Intel-XXV710' and
10231 #           'NF_DENSITY' and
10232 #           'DOCKER' and
10233 #           'PIPELINE' and
10234 #           'NF_VPPIP4' and
10235 #           '64B' and
10236 #           '4T2C' and
10237 #           'NDRPDR'"
10238 #  parameters:
10239 #  - "throughput"
10240 #  - "name"
10241 #  - "tags"
10242 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10243 #  x-axis: "X = CNFs per Service Pipeline"
10244 #  y-axis: "Y = Number of Service Pipelines"
10245 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10246 #  layout:
10247 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10248 #    layout: "plot-service-density"
10249 #
10250 #- type: "plot"
10251 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10252 #  algorithm: "plot_nf_heatmap"
10253 #  output-file-type: ".html"
10254 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10255 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10256 #  filter: "'NIC_Intel-XXV710' and
10257 #           'NF_DENSITY' and
10258 #           'DOCKER' and
10259 #           'PIPELINE' and
10260 #           'NF_VPPIP4' and
10261 #           '64B' and
10262 #           '8T4C' and
10263 #           'NDRPDR'"
10264 #  parameters:
10265 #  - "throughput"
10266 #  - "name"
10267 #  - "tags"
10268 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10269 #  x-axis: "X = CNFs per Service Pipeline"
10270 #  y-axis: "Y = Number of Service Pipelines"
10271 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10272 #  layout:
10273 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10274 #    layout: "plot-service-density"
10275 #
10276 ## Plots - NF Density - CSP - PDR IMIX
10277 #- type: "plot"
10278 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10279 #  algorithm: "plot_nf_heatmap"
10280 #  output-file-type: ".html"
10281 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10282 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10283 #  filter: "'NIC_Intel-XXV710' and
10284 #           'NF_DENSITY' and
10285 #           'DOCKER' and
10286 #           'PIPELINE' and
10287 #           'NF_VPPIP4' and
10288 #           'IMIX' and
10289 #           '2T1C' and
10290 #           'NDRPDR'"
10291 #  parameters:
10292 #  - "throughput"
10293 #  - "name"
10294 #  - "tags"
10295 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10296 #  x-axis: "X = CNFs per Service Pipeline"
10297 #  y-axis: "Y = Number of Service Pipelines"
10298 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10299 #  layout:
10300 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10301 #    layout: "plot-service-density"
10302 #
10303 #- type: "plot"
10304 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10305 #  algorithm: "plot_nf_heatmap"
10306 #  output-file-type: ".html"
10307 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10308 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10309 #  filter: "'NIC_Intel-XXV710' and
10310 #           'NF_DENSITY' and
10311 #           'DOCKER' and
10312 #           'PIPELINE' and
10313 #           'NF_VPPIP4' and
10314 #           'IMIX' and
10315 #           '4T2C' and
10316 #           'NDRPDR'"
10317 #  parameters:
10318 #  - "throughput"
10319 #  - "name"
10320 #  - "tags"
10321 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10322 #  x-axis: "X = CNFs per Service Pipeline"
10323 #  y-axis: "Y = Number of Service Pipelines"
10324 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10325 #  layout:
10326 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10327 #    layout: "plot-service-density"
10328 #
10329 #- type: "plot"
10330 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10331 #  algorithm: "plot_nf_heatmap"
10332 #  output-file-type: ".html"
10333 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10334 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10335 #  filter: "'NIC_Intel-XXV710' and
10336 #           'NF_DENSITY' and
10337 #           'DOCKER' and
10338 #           'PIPELINE' and
10339 #           'NF_VPPIP4' and
10340 #           'IMIX' and
10341 #           '8T4C' and
10342 #           'NDRPDR'"
10343 #  parameters:
10344 #  - "throughput"
10345 #  - "name"
10346 #  - "tags"
10347 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10348 #  x-axis: "X = CNFs per Service Pipeline"
10349 #  y-axis: "Y = Number of Service Pipelines"
10350 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10351 #  layout:
10352 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10353 #    layout: "plot-service-density"
10354
10355 ###############################################################################
10356 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10357
10358 - type: "plot"
10359   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10360   algorithm: "plot_nf_heatmap"
10361   output-file-type: ".html"
10362   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10363   data: "plot-vpp-nfv-2n-clx-mrr"
10364   filter: "'NIC_Intel-XXV710' and
10365            'NF_DENSITY' and
10366            'VHOST' and
10367            not 'VXLAN' and
10368            'CHAIN' and
10369            'NF_VPPIP4' and
10370            'IMIX' and
10371            '2T1C' and
10372            'MRR'"
10373   parameters:
10374   - "result"
10375   - "name"
10376   - "tags"
10377   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10378   x-axis: "X = VNFs per Service Chain"
10379   y-axis: "Y = Number of Service Chains"
10380   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10381   layout:
10382     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10383     layout: "plot-service-density"
10384
10385 - type: "plot"
10386   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10387   algorithm: "plot_nf_heatmap"
10388   output-file-type: ".html"
10389   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10390   data: "plot-vpp-nfv-2n-clx-mrr"
10391   filter: "'NIC_Intel-XXV710' and
10392            'NF_DENSITY' and
10393            'VHOST' and
10394            not 'VXLAN' and
10395            'CHAIN' and
10396            'NF_VPPIP4' and
10397            'IMIX' and
10398            '4T2C' and
10399            'MRR'"
10400   parameters:
10401   - "result"
10402   - "name"
10403   - "tags"
10404   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10405   x-axis: "X = VNFs per Service Chain"
10406   y-axis: "Y = Number of Service Chains"
10407   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10408   layout:
10409     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10410     layout: "plot-service-density"
10411
10412 - type: "plot"
10413   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10414   algorithm: "plot_nf_heatmap"
10415   output-file-type: ".html"
10416   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10417   data: "plot-vpp-nfv-2n-clx-mrr"
10418   filter: "'NIC_Intel-XXV710' and
10419            'NF_DENSITY' and
10420            'VHOST' and
10421            not 'VXLAN' and
10422            'CHAIN' and
10423            'NF_VPPIP4' and
10424            'IMIX' and
10425            '8T4C' and
10426            'MRR'"
10427   parameters:
10428   - "result"
10429   - "name"
10430   - "tags"
10431   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10432   x-axis: "X = VNFs per Service Chain"
10433   y-axis: "Y = Number of Service Chains"
10434   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10435   layout:
10436     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10437     layout: "plot-service-density"
10438
10439 # Plots - NF Density - VSC - NDR IMIX
10440 - type: "plot"
10441   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10442   algorithm: "plot_nf_heatmap"
10443   output-file-type: ".html"
10444   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10445   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10446   filter: "'NIC_Intel-XXV710' and
10447            'NF_DENSITY' and
10448            'VHOST' and
10449            not 'VXLAN' and
10450            'CHAIN' and
10451            'NF_VPPIP4' and
10452            'IMIX' and
10453            '2T1C' and
10454            'NDRPDR'"
10455   parameters:
10456   - "throughput"
10457   - "name"
10458   - "tags"
10459   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10460   x-axis: "X = VNFs per Service Chain"
10461   y-axis: "Y = Number of Service Chains"
10462   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10463   layout:
10464     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10465     layout: "plot-service-density"
10466
10467 - type: "plot"
10468   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10469   algorithm: "plot_nf_heatmap"
10470   output-file-type: ".html"
10471   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10472   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10473   filter: "'NIC_Intel-XXV710' and
10474            'NF_DENSITY' and
10475            'VHOST' and
10476            not 'VXLAN' and
10477            'CHAIN' and
10478            'NF_VPPIP4' and
10479            'IMIX' and
10480            '4T2C' and
10481            'NDRPDR'"
10482   parameters:
10483   - "throughput"
10484   - "name"
10485   - "tags"
10486   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10487   x-axis: "X = VNFs per Service Chain"
10488   y-axis: "Y = Number of Service Chains"
10489   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10490   layout:
10491     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10492     layout: "plot-service-density"
10493
10494 - type: "plot"
10495   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10496   algorithm: "plot_nf_heatmap"
10497   output-file-type: ".html"
10498   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10499   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10500   filter: "'NIC_Intel-XXV710' and
10501            'NF_DENSITY' and
10502            'VHOST' and
10503            not 'VXLAN' and
10504            'CHAIN' and
10505            'NF_VPPIP4' and
10506            'IMIX' and
10507            '8T4C' and
10508            'NDRPDR'"
10509   parameters:
10510   - "throughput"
10511   - "name"
10512   - "tags"
10513   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10514   x-axis: "X = VNFs per Service Chain"
10515   y-axis: "Y = Number of Service Chains"
10516   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10517   layout:
10518     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10519     layout: "plot-service-density"
10520
10521 # Plots - NF Density - VSC - PDR IMIX
10522 - type: "plot"
10523   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10524   algorithm: "plot_nf_heatmap"
10525   output-file-type: ".html"
10526   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10527   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10528   filter: "'NIC_Intel-XXV710' and
10529            'NF_DENSITY' and
10530            'VHOST' and
10531            not 'VXLAN' and
10532            'CHAIN' and
10533            'NF_VPPIP4' and
10534            'IMIX' and
10535            '2T1C' and
10536            'NDRPDR'"
10537   parameters:
10538   - "throughput"
10539   - "name"
10540   - "tags"
10541   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10542   x-axis: "X = VNFs per Service Chain"
10543   y-axis: "Y = Number of Service Chains"
10544   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10545   layout:
10546     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10547     layout: "plot-service-density"
10548
10549 - type: "plot"
10550   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10551   algorithm: "plot_nf_heatmap"
10552   output-file-type: ".html"
10553   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10554   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10555   filter: "'NIC_Intel-XXV710' and
10556            'NF_DENSITY' and
10557            'VHOST' and
10558            not 'VXLAN' and
10559            'CHAIN' and
10560            'NF_VPPIP4' and
10561            'IMIX' and
10562            '4T2C' and
10563            'NDRPDR'"
10564   parameters:
10565   - "throughput"
10566   - "name"
10567   - "tags"
10568   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10569   x-axis: "X = VNFs per Service Chain"
10570   y-axis: "Y = Number of Service Chains"
10571   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10572   layout:
10573     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10574     layout: "plot-service-density"
10575
10576 - type: "plot"
10577   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10578   algorithm: "plot_nf_heatmap"
10579   output-file-type: ".html"
10580   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10581   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10582   filter: "'NIC_Intel-XXV710' and
10583            'NF_DENSITY' and
10584            'VHOST' and
10585            not 'VXLAN' and
10586            'CHAIN' and
10587            'NF_VPPIP4' and
10588            'IMIX' and
10589            '8T4C' and
10590            'NDRPDR'"
10591   parameters:
10592   - "throughput"
10593   - "name"
10594   - "tags"
10595   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10596   x-axis: "X = VNFs per Service Chain"
10597   y-axis: "Y = Number of Service Chains"
10598   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10599   layout:
10600     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10601     layout: "plot-service-density"
10602
10603 # Plots - NF Density - VSC - MRR IMIX
10604 - type: "plot"
10605   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10606   algorithm: "plot_nf_heatmap"
10607   output-file-type: ".html"
10608   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10609   data: "plot-vpp-nfv-2n-clx-mrr"
10610   filter: "'NIC_Intel-XXV710' and
10611            'NF_DENSITY' and
10612            'VHOST' and
10613            'VXLAN' and
10614            'CHAIN' and
10615            'IMIX' and
10616            '2T1C' and
10617            'MRR'"
10618   parameters:
10619   - "result"
10620   - "name"
10621   - "tags"
10622   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10623   x-axis: "X = VNFs per Service Chain"
10624   y-axis: "Y = Number of Service Chains"
10625   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10626   layout:
10627     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10628     layout: "plot-service-density"
10629
10630 - type: "plot"
10631   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10632   algorithm: "plot_nf_heatmap"
10633   output-file-type: ".html"
10634   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10635   data: "plot-vpp-nfv-2n-clx-mrr"
10636   filter: "'NIC_Intel-XXV710' and
10637            'NF_DENSITY' and
10638            'VHOST' and
10639            'VXLAN' and
10640            'CHAIN' and
10641            'IMIX' and
10642            '4T2C' and
10643            'MRR'"
10644   parameters:
10645   - "result"
10646   - "name"
10647   - "tags"
10648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10649   x-axis: "X = VNFs per Service Chain"
10650   y-axis: "Y = Number of Service Chains"
10651   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10652   layout:
10653     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10654     layout: "plot-service-density"
10655
10656 - type: "plot"
10657   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10658   algorithm: "plot_nf_heatmap"
10659   output-file-type: ".html"
10660   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10661   data: "plot-vpp-nfv-2n-clx-mrr"
10662   filter: "'NIC_Intel-XXV710' and
10663            'NF_DENSITY' and
10664            'VHOST' and
10665            'VXLAN' and
10666            'CHAIN' and
10667            'IMIX' and
10668            '8T4C' and
10669            'MRR'"
10670   parameters:
10671   - "result"
10672   - "name"
10673   - "tags"
10674   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10675   x-axis: "X = VNFs per Service Chain"
10676   y-axis: "Y = Number of Service Chains"
10677   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10678   layout:
10679     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10680     layout: "plot-service-density"
10681
10682 # Plots - NF Density - VSC - NDR IMIX
10683 - type: "plot"
10684   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10685   algorithm: "plot_nf_heatmap"
10686   output-file-type: ".html"
10687   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10688   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10689   filter: "'NIC_Intel-XXV710' and
10690            'NF_DENSITY' and
10691            'VHOST' and
10692            'VXLAN' and
10693            'CHAIN' and
10694            'IMIX' and
10695            '2T1C' and
10696            'NDRPDR'"
10697   parameters:
10698   - "throughput"
10699   - "name"
10700   - "tags"
10701   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10702   x-axis: "X = VNFs per Service Chain"
10703   y-axis: "Y = Number of Service Chains"
10704   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10705   layout:
10706     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10707     layout: "plot-service-density"
10708
10709 - type: "plot"
10710   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10711   algorithm: "plot_nf_heatmap"
10712   output-file-type: ".html"
10713   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10714   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10715   filter: "'NIC_Intel-XXV710' and
10716            'NF_DENSITY' and
10717            'VHOST' and
10718            'VXLAN' and
10719            'CHAIN' and
10720            'IMIX' and
10721            '4T2C' and
10722            'NDRPDR'"
10723   parameters:
10724   - "throughput"
10725   - "name"
10726   - "tags"
10727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10728   x-axis: "X = VNFs per Service Chain"
10729   y-axis: "Y = Number of Service Chains"
10730   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10731   layout:
10732     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10733     layout: "plot-service-density"
10734
10735 - type: "plot"
10736   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10737   algorithm: "plot_nf_heatmap"
10738   output-file-type: ".html"
10739   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10740   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10741   filter: "'NIC_Intel-XXV710' and
10742            'NF_DENSITY' and
10743            'VHOST' and
10744            'VXLAN' and
10745            'CHAIN' and
10746            'IMIX' and
10747            '8T4C' and
10748            'NDRPDR'"
10749   parameters:
10750   - "throughput"
10751   - "name"
10752   - "tags"
10753   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10754   x-axis: "X = VNFs per Service Chain"
10755   y-axis: "Y = Number of Service Chains"
10756   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10757   layout:
10758     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10759     layout: "plot-service-density"
10760
10761 # Plots - NF Density - VSC - PDR IMIX
10762 - type: "plot"
10763   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10764   algorithm: "plot_nf_heatmap"
10765   output-file-type: ".html"
10766   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10767   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10768   filter: "'NIC_Intel-XXV710' and
10769            'NF_DENSITY' and
10770            'VHOST' and
10771            'VXLAN' and
10772            'CHAIN' and
10773            'IMIX' and
10774            '2T1C' and
10775            'NDRPDR'"
10776   parameters:
10777   - "throughput"
10778   - "name"
10779   - "tags"
10780   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10781   x-axis: "X = VNFs per Service Chain"
10782   y-axis: "Y = Number of Service Chains"
10783   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10784   layout:
10785     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10786     layout: "plot-service-density"
10787
10788 - type: "plot"
10789   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10790   algorithm: "plot_nf_heatmap"
10791   output-file-type: ".html"
10792   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10793   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10794   filter: "'NIC_Intel-XXV710' and
10795            'NF_DENSITY' and
10796            'VHOST' and
10797            'VXLAN' and
10798            'CHAIN' and
10799            'IMIX' and
10800            '4T2C' and
10801            'NDRPDR'"
10802   parameters:
10803   - "throughput"
10804   - "name"
10805   - "tags"
10806   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10807   x-axis: "X = VNFs per Service Chain"
10808   y-axis: "Y = Number of Service Chains"
10809   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10810   layout:
10811     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10812     layout: "plot-service-density"
10813
10814 - type: "plot"
10815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10816   algorithm: "plot_nf_heatmap"
10817   output-file-type: ".html"
10818   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10819   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10820   filter: "'NIC_Intel-XXV710' and
10821            'NF_DENSITY' and
10822            'VHOST' and
10823            'VXLAN' and
10824            'CHAIN' and
10825            'IMIX' and
10826            '8T4C' and
10827            'NDRPDR'"
10828   parameters:
10829   - "throughput"
10830   - "name"
10831   - "tags"
10832   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10833   x-axis: "X = VNFs per Service Chain"
10834   y-axis: "Y = Number of Service Chains"
10835   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10836   layout:
10837     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10838     layout: "plot-service-density"
10839
10840 # Plots - NF Density - CSC - MRR IMIX
10841 - type: "plot"
10842   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10843   algorithm: "plot_nf_heatmap"
10844   output-file-type: ".html"
10845   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10846   data: "plot-vpp-nfv-2n-clx-mrr"
10847   filter: "'NIC_Intel-XXV710' and
10848            'NF_DENSITY' and
10849            'DOCKER' and
10850            'CHAIN' and
10851            'NF_VPPIP4' and
10852            'IMIX' and
10853            '2T1C' and
10854            'MRR'"
10855   parameters:
10856   - "result"
10857   - "name"
10858   - "tags"
10859   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10860   x-axis: "X = CNFs per Service Chain"
10861   y-axis: "Y = Number of Service Chains"
10862   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10863   layout:
10864     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10865     layout: "plot-service-density"
10866
10867 - type: "plot"
10868   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10869   algorithm: "plot_nf_heatmap"
10870   output-file-type: ".html"
10871   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10872   data: "plot-vpp-nfv-2n-clx-mrr"
10873   filter: "'NIC_Intel-XXV710' and
10874            'NF_DENSITY' and
10875            'DOCKER' and
10876            'CHAIN' and
10877            'NF_VPPIP4' and
10878            'IMIX' and
10879            '4T2C' and
10880            'MRR'"
10881   parameters:
10882   - "result"
10883   - "name"
10884   - "tags"
10885   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10886   x-axis: "X = CNFs per Service Chain"
10887   y-axis: "Y = Number of Service Chains"
10888   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10889   layout:
10890     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10891     layout: "plot-service-density"
10892
10893 - type: "plot"
10894   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10895   algorithm: "plot_nf_heatmap"
10896   output-file-type: ".html"
10897   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10898   data: "plot-vpp-nfv-2n-clx-mrr"
10899   filter: "'NIC_Intel-XXV710' and
10900            'NF_DENSITY' and
10901            'DOCKER' and
10902            'CHAIN' and
10903            'NF_VPPIP4' and
10904            'IMIX' and
10905            '8T4C' and
10906            'MRR'"
10907   parameters:
10908   - "result"
10909   - "name"
10910   - "tags"
10911   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10912   x-axis: "X = CNFs per Service Chain"
10913   y-axis: "Y = Number of Service Chains"
10914   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10915   layout:
10916     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10917     layout: "plot-service-density"
10918
10919 # Plots - NF Density - CSC - NDR IMIX
10920 - type: "plot"
10921   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10922   algorithm: "plot_nf_heatmap"
10923   output-file-type: ".html"
10924   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10925   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10926   filter: "'NIC_Intel-XXV710' and
10927            'NF_DENSITY' and
10928            'DOCKER' and
10929            'CHAIN' and
10930            'NF_VPPIP4' and
10931            'IMIX' and
10932            '2T1C' and
10933            'NDRPDR'"
10934   parameters:
10935   - "throughput"
10936   - "name"
10937   - "tags"
10938   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10939   x-axis: "X = CNFs per Service Chain"
10940   y-axis: "Y = Number of Service Chains"
10941   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10942   layout:
10943     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10944     layout: "plot-service-density"
10945
10946 - type: "plot"
10947   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10948   algorithm: "plot_nf_heatmap"
10949   output-file-type: ".html"
10950   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10951   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10952   filter: "'NIC_Intel-XXV710' and
10953            'NF_DENSITY' and
10954            'DOCKER' and
10955            'CHAIN' and
10956            'NF_VPPIP4' and
10957            'IMIX' and
10958            '4T2C' and
10959            'NDRPDR'"
10960   parameters:
10961   - "throughput"
10962   - "name"
10963   - "tags"
10964   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10965   x-axis: "X = CNFs per Service Chain"
10966   y-axis: "Y = Number of Service Chains"
10967   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10968   layout:
10969     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10970     layout: "plot-service-density"
10971
10972 - type: "plot"
10973   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10974   algorithm: "plot_nf_heatmap"
10975   output-file-type: ".html"
10976   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10977   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10978   filter: "'NIC_Intel-XXV710' and
10979            'NF_DENSITY' and
10980            'DOCKER' and
10981            'CHAIN' and
10982            'NF_VPPIP4' and
10983            'IMIX' and
10984            '8T4C' and
10985            'NDRPDR'"
10986   parameters:
10987   - "throughput"
10988   - "name"
10989   - "tags"
10990   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10991   x-axis: "X = CNFs per Service Chain"
10992   y-axis: "Y = Number of Service Chains"
10993   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10994   layout:
10995     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10996     layout: "plot-service-density"
10997
10998 # Plots - NF Density - CSC - PDR IMIX
10999 - type: "plot"
11000   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11001   algorithm: "plot_nf_heatmap"
11002   output-file-type: ".html"
11003   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11004   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11005   filter: "'NIC_Intel-XXV710' and
11006            'NF_DENSITY' and
11007            'DOCKER' and
11008            'CHAIN' and
11009            'NF_VPPIP4' and
11010            'IMIX' and
11011            '2T1C' and
11012            'NDRPDR'"
11013   parameters:
11014   - "throughput"
11015   - "name"
11016   - "tags"
11017   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11018   x-axis: "X = CNFs per Service Chain"
11019   y-axis: "Y = Number of Service Chains"
11020   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11021   layout:
11022     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11023     layout: "plot-service-density"
11024
11025 - type: "plot"
11026   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11027   algorithm: "plot_nf_heatmap"
11028   output-file-type: ".html"
11029   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11030   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11031   filter: "'NIC_Intel-XXV710' and
11032            'NF_DENSITY' and
11033            'DOCKER' and
11034            'CHAIN' and
11035            'NF_VPPIP4' and
11036            'IMIX' and
11037            '4T2C' and
11038            'NDRPDR'"
11039   parameters:
11040   - "throughput"
11041   - "name"
11042   - "tags"
11043   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11044   x-axis: "X = CNFs per Service Chain"
11045   y-axis: "Y = Number of Service Chains"
11046   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11047   layout:
11048     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11049     layout: "plot-service-density"
11050
11051 - type: "plot"
11052   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11053   algorithm: "plot_nf_heatmap"
11054   output-file-type: ".html"
11055   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11056   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11057   filter: "'NIC_Intel-XXV710' and
11058            'NF_DENSITY' and
11059            'DOCKER' and
11060            'CHAIN' and
11061            'NF_VPPIP4' and
11062            'IMIX' and
11063            '8T4C' and
11064            'NDRPDR'"
11065   parameters:
11066   - "throughput"
11067   - "name"
11068   - "tags"
11069   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11070   x-axis: "X = CNFs per Service Chain"
11071   y-axis: "Y = Number of Service Chains"
11072   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11073   layout:
11074     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11075     layout: "plot-service-density"
11076
11077 # Plots - NF Density - CSP - MRR IMIX
11078 - type: "plot"
11079   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11080   algorithm: "plot_nf_heatmap"
11081   output-file-type: ".html"
11082   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11083   data: "plot-vpp-nfv-2n-clx-mrr"
11084   filter: "'NIC_Intel-XXV710' and
11085            'NF_DENSITY' and
11086            'DOCKER' and
11087            'PIPELINE' and
11088            'NF_VPPIP4' and
11089            'IMIX' and
11090            '2T1C' and
11091            'MRR'"
11092   parameters:
11093   - "result"
11094   - "name"
11095   - "tags"
11096   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11097   x-axis: "X = CNFs per Service Pipeline"
11098   y-axis: "Y = Number of Service Pipelines"
11099   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11100   layout:
11101     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11102     layout: "plot-service-density"
11103
11104 - type: "plot"
11105   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11106   algorithm: "plot_nf_heatmap"
11107   output-file-type: ".html"
11108   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11109   data: "plot-vpp-nfv-2n-clx-mrr"
11110   filter: "'NIC_Intel-XXV710' and
11111            'NF_DENSITY' and
11112            'DOCKER' and
11113            'PIPELINE' and
11114            'NF_VPPIP4' and
11115            'IMIX' and
11116            '4T2C' and
11117            'MRR'"
11118   parameters:
11119   - "result"
11120   - "name"
11121   - "tags"
11122   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11123   x-axis: "X = CNFs per Service Pipeline"
11124   y-axis: "Y = Number of Service Pipelines"
11125   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11126   layout:
11127     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11128     layout: "plot-service-density"
11129
11130 - type: "plot"
11131   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11132   algorithm: "plot_nf_heatmap"
11133   output-file-type: ".html"
11134   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11135   data: "plot-vpp-nfv-2n-clx-mrr"
11136   filter: "'NIC_Intel-XXV710' and
11137            'NF_DENSITY' and
11138            'DOCKER' and
11139            'PIPELINE' and
11140            'NF_VPPIP4' and
11141            'IMIX' and
11142            '8T4C' and
11143            'MRR'"
11144   parameters:
11145   - "result"
11146   - "name"
11147   - "tags"
11148   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11149   x-axis: "X = CNFs per Service Pipeline"
11150   y-axis: "Y = Number of Service Pipelines"
11151   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11152   layout:
11153     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11154     layout: "plot-service-density"
11155
11156 # Plots - NF Density - CSP - NDR IMIX
11157 - type: "plot"
11158   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11159   algorithm: "plot_nf_heatmap"
11160   output-file-type: ".html"
11161   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11162   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11163   filter: "'NIC_Intel-XXV710' and
11164            'NF_DENSITY' and
11165            'DOCKER' and
11166            'PIPELINE' and
11167            'NF_VPPIP4' and
11168            'IMIX' and
11169            '2T1C' and
11170            'NDRPDR'"
11171   parameters:
11172   - "throughput"
11173   - "name"
11174   - "tags"
11175   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11176   x-axis: "X = CNFs per Service Pipeline"
11177   y-axis: "Y = Number of Service Pipelines"
11178   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11179   layout:
11180     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11181     layout: "plot-service-density"
11182
11183 - type: "plot"
11184   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11185   algorithm: "plot_nf_heatmap"
11186   output-file-type: ".html"
11187   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11188   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11189   filter: "'NIC_Intel-XXV710' and
11190            'NF_DENSITY' and
11191            'DOCKER' and
11192            'PIPELINE' and
11193            'NF_VPPIP4' and
11194            'IMIX' and
11195            '4T2C' and
11196            'NDRPDR'"
11197   parameters:
11198   - "throughput"
11199   - "name"
11200   - "tags"
11201   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11202   x-axis: "X = CNFs per Service Pipeline"
11203   y-axis: "Y = Number of Service Pipelines"
11204   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11205   layout:
11206     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11207     layout: "plot-service-density"
11208
11209 - type: "plot"
11210   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11211   algorithm: "plot_nf_heatmap"
11212   output-file-type: ".html"
11213   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11214   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11215   filter: "'NIC_Intel-XXV710' and
11216            'NF_DENSITY' and
11217            'DOCKER' and
11218            'PIPELINE' and
11219            'NF_VPPIP4' and
11220            'IMIX' and
11221            '8T4C' and
11222            'NDRPDR'"
11223   parameters:
11224   - "throughput"
11225   - "name"
11226   - "tags"
11227   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11228   x-axis: "X = CNFs per Service Pipeline"
11229   y-axis: "Y = Number of Service Pipelines"
11230   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11231   layout:
11232     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11233     layout: "plot-service-density"
11234
11235 # Plots - NF Density - CSP - PDR IMIX
11236 - type: "plot"
11237   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11238   algorithm: "plot_nf_heatmap"
11239   output-file-type: ".html"
11240   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11241   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11242   filter: "'NIC_Intel-XXV710' and
11243            'NF_DENSITY' and
11244            'DOCKER' and
11245            'PIPELINE' and
11246            'NF_VPPIP4' and
11247            'IMIX' and
11248            '2T1C' and
11249            'NDRPDR'"
11250   parameters:
11251   - "throughput"
11252   - "name"
11253   - "tags"
11254   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11255   x-axis: "X = CNFs per Service Pipeline"
11256   y-axis: "Y = Number of Service Pipelines"
11257   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11258   layout:
11259     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11260     layout: "plot-service-density"
11261
11262 - type: "plot"
11263   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11264   algorithm: "plot_nf_heatmap"
11265   output-file-type: ".html"
11266   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11267   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11268   filter: "'NIC_Intel-XXV710' and
11269            'NF_DENSITY' and
11270            'DOCKER' and
11271            'PIPELINE' and
11272            'NF_VPPIP4' and
11273            'IMIX' and
11274            '4T2C' and
11275            'NDRPDR'"
11276   parameters:
11277   - "throughput"
11278   - "name"
11279   - "tags"
11280   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11281   x-axis: "X = CNFs per Service Pipeline"
11282   y-axis: "Y = Number of Service Pipelines"
11283   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11284   layout:
11285     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11286     layout: "plot-service-density"
11287
11288 - type: "plot"
11289   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11290   algorithm: "plot_nf_heatmap"
11291   output-file-type: ".html"
11292   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11293   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11294   filter: "'NIC_Intel-XXV710' and
11295            'NF_DENSITY' and
11296            'DOCKER' and
11297            'PIPELINE' and
11298            'NF_VPPIP4' and
11299            'IMIX' and
11300            '8T4C' and
11301            'NDRPDR'"
11302   parameters:
11303   - "throughput"
11304   - "name"
11305   - "tags"
11306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11307   x-axis: "X = CNFs per Service Pipeline"
11308   y-axis: "Y = Number of Service Pipelines"
11309   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11310   layout:
11311     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11312     layout: "plot-service-density"
11313
11314 ################################################################################
11315
11316 # Packet Throughput
11317
11318 - type: "plot"
11319   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11320   algorithm: "plot_perf_box_name"
11321   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11323   include:
11324     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11325     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11326     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11327     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11328   layout:
11329     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11330     layout: "plot-throughput"
11331
11332 - type: "plot"
11333   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11334   algorithm: "plot_perf_box_name"
11335   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11336   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11337   include:
11338     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11339     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11340     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11341     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11342   layout:
11343     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11344     layout: "plot-throughput"
11345
11346 - type: "plot"
11347   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11348   algorithm: "plot_perf_box_name"
11349   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11350   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11351   include:
11352     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11353     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11354     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11355     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11356   layout:
11357     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11358     layout: "plot-throughput"
11359
11360 - type: "plot"
11361   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11362   algorithm: "plot_perf_box_name"
11363   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11364   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11365   include:
11366     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11367     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11368     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11369     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11370   layout:
11371     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11372     layout: "plot-throughput"
11373
11374 - type: "plot"
11375   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11376   algorithm: "plot_perf_box_name"
11377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11379   include:
11380     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11381     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11382     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11383     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11384     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11385   layout:
11386     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11387     layout: "plot-throughput"
11388
11389 - type: "plot"
11390   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11391   algorithm: "plot_perf_box_name"
11392   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11394   include:
11395     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11396     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11397     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11398     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11399     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11400   layout:
11401     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11402     layout: "plot-throughput"
11403
11404 - type: "plot"
11405   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11406   algorithm: "plot_perf_box_name"
11407   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11409   include:
11410     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11411     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11412     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11413     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11414     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11415   layout:
11416     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11417     layout: "plot-throughput"
11418
11419 - type: "plot"
11420   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11421   algorithm: "plot_perf_box_name"
11422   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11423   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11424   include:
11425     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11426     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11427     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11428     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11429     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11430   layout:
11431     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11432     layout: "plot-throughput"
11433
11434 - type: "plot"
11435   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11436   algorithm: "plot_perf_box_name"
11437   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11438   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11439   include:
11440     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11441     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11442     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11443     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11444     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11445   layout:
11446     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11447     layout: "plot-throughput"
11448
11449 - type: "plot"
11450   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11451   algorithm: "plot_perf_box_name"
11452   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11453   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11454   include:
11455     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11456     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11457     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11458     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11459     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11460   layout:
11461     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11462     layout: "plot-throughput"
11463
11464 - type: "plot"
11465   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11466   algorithm: "plot_perf_box_name"
11467   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11468   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11469   include:
11470     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11476   layout:
11477     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11478     layout: "plot-throughput"
11479
11480 - type: "plot"
11481   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11482   algorithm: "plot_perf_box_name"
11483   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11485   include:
11486     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11492   layout:
11493     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11494     layout: "plot-throughput"
11495
11496 - type: "plot"
11497   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11498   algorithm: "plot_perf_box_name"
11499   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11500   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11501   include:
11502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11507   layout:
11508     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11509     layout: "plot-throughput"
11510
11511 - type: "plot"
11512   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11513   algorithm: "plot_perf_box_name"
11514   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11515   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11516   include:
11517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11522   layout:
11523     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11524     layout: "plot-throughput"
11525
11526 - type: "plot"
11527   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11528   algorithm: "plot_perf_box_name"
11529   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11530   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11531   include:
11532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11535   layout:
11536     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11537     layout: "plot-throughput"
11538
11539 - type: "plot"
11540   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11541   algorithm: "plot_perf_box_name"
11542   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11543   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11544   include:
11545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11548   layout:
11549     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11550     layout: "plot-throughput"
11551
11552 - type: "plot"
11553   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11554   algorithm: "plot_perf_box_name"
11555   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11556   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11557   include:
11558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11563   layout:
11564     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11565     layout: "plot-throughput"
11566
11567 - type: "plot"
11568   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11569   algorithm: "plot_perf_box_name"
11570   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11571   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11572   include:
11573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11578   layout:
11579     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11580     layout: "plot-throughput"
11581
11582 - type: "plot"
11583   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11584   algorithm: "plot_perf_box_name"
11585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11587   include:
11588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11591   layout:
11592     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11593     layout: "plot-throughput"
11594
11595 - type: "plot"
11596   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11597   algorithm: "plot_perf_box_name"
11598   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11599   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11600   include:
11601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11604   layout:
11605     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11606     layout: "plot-throughput"
11607
11608 - type: "plot"
11609   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11610   algorithm: "plot_perf_box_name"
11611   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11612   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11613   include:
11614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11620   layout:
11621     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11622     layout: "plot-throughput"
11623
11624 - type: "plot"
11625   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11626   algorithm: "plot_perf_box_name"
11627   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11628   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11629   include:
11630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11636   layout:
11637     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11638     layout: "plot-throughput"
11639
11640 - type: "plot"
11641   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11642   algorithm: "plot_perf_box_name"
11643   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11645   include:
11646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11652   layout:
11653     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11654     layout: "plot-throughput"
11655
11656 - type: "plot"
11657   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11658   algorithm: "plot_perf_box_name"
11659   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11661   include:
11662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11668   layout:
11669     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11670     layout: "plot-throughput"
11671
11672 - type: "plot"
11673   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11674   algorithm: "plot_perf_box_name"
11675   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11676   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11677   include:
11678     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11681   layout:
11682     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11683     layout: "plot-throughput"
11684
11685 - type: "plot"
11686   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11687   algorithm: "plot_perf_box_name"
11688   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11689   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11690   include:
11691     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11694   layout:
11695     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11696     layout: "plot-throughput"
11697
11698 - type: "plot"
11699   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11700   algorithm: "plot_perf_box_name"
11701   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11703   include:
11704     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11707 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11708 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11709   layout:
11710     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11711     layout: "plot-throughput"
11712
11713 - type: "plot"
11714   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11715   algorithm: "plot_perf_box_name"
11716   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11718   include:
11719     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11722 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11723 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11724   layout:
11725     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11726     layout: "plot-throughput"
11727
11728 - type: "plot"
11729   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11730   algorithm: "plot_perf_box_name"
11731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11733   include:
11734     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11739   layout:
11740     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11741     layout: "plot-throughput"
11742
11743 - type: "plot"
11744   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11745   algorithm: "plot_perf_box_name"
11746   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11747   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11748   include:
11749     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11752     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11753     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11754   layout:
11755     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11756     layout: "plot-throughput"
11757
11758 - type: "plot"
11759   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11760   algorithm: "plot_perf_box_name"
11761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11763   include:
11764     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11766     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11767     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11768     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11769   layout:
11770     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11771     layout: "plot-throughput"
11772
11773 - type: "plot"
11774   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11775   algorithm: "plot_perf_box_name"
11776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11778   include:
11779     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11784   layout:
11785     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11786     layout: "plot-throughput"
11787
11788 - type: "plot"
11789   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11790   algorithm: "plot_perf_box_name"
11791   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11793   include:
11794     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11800   layout:
11801     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11802     layout: "plot-throughput"
11803
11804 - type: "plot"
11805   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11806   algorithm: "plot_perf_box_name"
11807   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11809   include:
11810     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11815     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11816   layout:
11817     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11818     layout: "plot-throughput"
11819
11820 - type: "plot"
11821   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11822   algorithm: "plot_perf_box_name"
11823   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11824   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11825   include:
11826     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11830     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11831     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11832   layout:
11833     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11834     layout: "plot-throughput"
11835
11836 - type: "plot"
11837   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11838   algorithm: "plot_perf_box_name"
11839   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11841   include:
11842     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11845     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11846     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11847     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11848   layout:
11849     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11850     layout: "plot-throughput"
11851
11852 - type: "plot"
11853   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11854   algorithm: "plot_perf_box_name"
11855   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11856   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11857   include:
11858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11863   layout:
11864     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11865     layout: "plot-throughput"
11866
11867 - type: "plot"
11868   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11869   algorithm: "plot_perf_box_name"
11870   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11871   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11872   include:
11873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11878   layout:
11879     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11880     layout: "plot-throughput"
11881
11882 - type: "plot"
11883   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11884   algorithm: "plot_perf_box_name"
11885   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11886   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11887   include:
11888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11894   layout:
11895     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11896     layout: "plot-throughput"
11897
11898 - type: "plot"
11899   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11900   algorithm: "plot_perf_box_name"
11901   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11902   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11903   include:
11904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11910   layout:
11911     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11912     layout: "plot-throughput"
11913
11914 - type: "plot"
11915   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11916   algorithm: "plot_perf_box_name"
11917   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11918   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11919   include:
11920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11925   layout:
11926     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11927     layout: "plot-throughput"
11928
11929 - type: "plot"
11930   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11931   algorithm: "plot_perf_box_name"
11932   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11933   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11934   include:
11935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11940   layout:
11941     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11942     layout: "plot-throughput"
11943
11944 - type: "plot"
11945   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11946   algorithm: "plot_perf_box_name"
11947   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11948   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11949   include:
11950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11956   layout:
11957     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11958     layout: "plot-throughput"
11959
11960 - type: "plot"
11961   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11962   algorithm: "plot_perf_box_name"
11963   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11964   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11965   include:
11966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11971     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11972   layout:
11973     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11974     layout: "plot-throughput"
11975
11976 - type: "plot"
11977   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11978   algorithm: "plot_perf_box_name"
11979   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11980   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11981   include:
11982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11986     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11987   layout:
11988     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11993   algorithm: "plot_perf_box_name"
11994   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11995   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11996   include:
11997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12001     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12002   layout:
12003     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12008   algorithm: "plot_perf_box_name"
12009   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12010   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12011   include:
12012     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12016     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12017     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12018   layout:
12019     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12020     layout: "plot-throughput"
12021
12022 - type: "plot"
12023   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12024   algorithm: "plot_perf_box_name"
12025   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12026   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12027   include:
12028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12032     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12033     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12034   layout:
12035     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12036     layout: "plot-throughput"
12037
12038 - type: "plot"
12039   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12040   algorithm: "plot_perf_box_name"
12041   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12042   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12043   include:
12044     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12046   layout:
12047     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12048     layout: "plot-throughput"
12049
12050 - type: "plot"
12051   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12052   algorithm: "plot_perf_box_name"
12053   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12054   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12055   include:
12056     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12057     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12058   layout:
12059     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12060     layout: "plot-throughput"
12061
12062 - type: "plot"
12063   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12064   algorithm: "plot_perf_box_name"
12065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12067   include:
12068     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12070     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12071     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12072   layout:
12073     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12074     layout: "plot-throughput"
12075
12076 - type: "plot"
12077   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12078   algorithm: "plot_perf_box_name"
12079   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12080   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12081   include:
12082     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12084     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12085     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12086   layout:
12087     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12088     layout: "plot-throughput"
12089
12090 - type: "plot"
12091   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12092   algorithm: "plot_perf_box_name"
12093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12095   include:
12096     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12098     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12099     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12100   layout:
12101     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12102     layout: "plot-throughput"
12103
12104 - type: "plot"
12105   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12106   algorithm: "plot_perf_box_name"
12107   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12108   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12109   include:
12110     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12114   layout:
12115     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12116     layout: "plot-throughput"
12117
12118 - type: "plot"
12119   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12120   algorithm: "plot_perf_box_name"
12121   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12122   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12123   include:
12124     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12128   layout:
12129     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12130     layout: "plot-throughput"
12131
12132 - type: "plot"
12133   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12134   algorithm: "plot_perf_box_name"
12135   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12136   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12137   include:
12138     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12142   layout:
12143     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12144     layout: "plot-throughput"
12145
12146 - type: "plot"
12147   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12148   algorithm: "plot_perf_box_name"
12149   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12150   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12151   include:
12152     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12156   layout:
12157     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12158     layout: "plot-throughput"
12159
12160 - type: "plot"
12161   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12162   algorithm: "plot_perf_box_name"
12163   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12164   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12165   include:
12166     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12170   layout:
12171     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12172     layout: "plot-throughput"
12173
12174 - type: "plot"
12175   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12176   algorithm: "plot_perf_box_name"
12177   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12179   include:
12180     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12186   layout:
12187     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12188     layout: "plot-throughput"
12189
12190 - type: "plot"
12191   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12192   algorithm: "plot_perf_box_name"
12193   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12194   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12195   include:
12196     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12202   layout:
12203     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12204     layout: "plot-throughput"
12205
12206 - type: "plot"
12207   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12208   algorithm: "plot_perf_box_name"
12209   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12211   include:
12212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12217   layout:
12218     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12219     layout: "plot-throughput"
12220
12221 - type: "plot"
12222   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12223   algorithm: "plot_perf_box_name"
12224   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12225   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12226   include:
12227     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12232   layout:
12233     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12234     layout: "plot-throughput"
12235
12236 - type: "plot"
12237   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12238   algorithm: "plot_perf_box_name"
12239   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12241   include:
12242     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12246     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12247   layout:
12248     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12249     layout: "plot-throughput"
12250
12251 - type: "plot"
12252   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12253   algorithm: "plot_perf_box_name"
12254   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12255   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12256   include:
12257     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12258     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12259     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12260     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12262   layout:
12263     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12264     layout: "plot-throughput"
12265
12266 - type: "plot"
12267   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12268   algorithm: "plot_perf_box_name"
12269   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12270   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12271   include:
12272     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12273     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12275   layout:
12276     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12277     layout: "plot-throughput"
12278
12279 - type: "plot"
12280   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12281   algorithm: "plot_perf_box_name"
12282   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12284   include:
12285     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12286     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12287     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12288   layout:
12289     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12290     layout: "plot-throughput"
12291
12292 - type: "plot"
12293   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12294   algorithm: "plot_perf_box_name"
12295   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12297   include:
12298     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12299     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12300     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12301   layout:
12302     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12303     layout: "plot-throughput"
12304
12305 - type: "plot"
12306   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12307   algorithm: "plot_perf_box_name"
12308   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12310   include:
12311     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12314   layout:
12315     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12316     layout: "plot-throughput"
12317
12318 - type: "plot"
12319   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12320   algorithm: "plot_perf_box_name"
12321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12323   include:
12324     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12329   layout:
12330     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12331     layout: "plot-throughput"
12332
12333 - type: "plot"
12334   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12335   algorithm: "plot_perf_box_name"
12336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12338   include:
12339     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12344   layout:
12345     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12346     layout: "plot-throughput"
12347
12348 - type: "plot"
12349   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12350   algorithm: "plot_perf_box_name"
12351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12353   include:
12354     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12359   layout:
12360     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12361     layout: "plot-throughput"
12362
12363 - type: "plot"
12364   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12365   algorithm: "plot_perf_box_name"
12366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12368   include:
12369     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12374   layout:
12375     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12376     layout: "plot-throughput"
12377
12378 - type: "plot"
12379   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12380   algorithm: "plot_perf_box_name"
12381   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12382   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12383   include:
12384     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12389   layout:
12390     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12391     layout: "plot-throughput"
12392
12393 - type: "plot"
12394   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12395   algorithm: "plot_perf_box_name"
12396   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12397   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12398   include:
12399     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12404   layout:
12405     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12406     layout: "plot-throughput"
12407
12408 - type: "plot"
12409   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12410   algorithm: "plot_perf_box_name"
12411   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12412   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12413   include:
12414     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12415     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12417     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12419   layout:
12420     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12421     layout: "plot-throughput"
12422
12423 - type: "plot"
12424   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12425   algorithm: "plot_perf_box_name"
12426   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12427   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12428   include:
12429     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12430     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12432     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12433     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12434   layout:
12435     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12436     layout: "plot-throughput"
12437
12438 - type: "plot"
12439   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12440   algorithm: "plot_perf_box_name"
12441   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12442   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12443   include:
12444     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12445     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12448     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12449   layout:
12450     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12451     layout: "plot-throughput"
12452
12453 - type: "plot"
12454   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12455   algorithm: "plot_perf_box_name"
12456   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12457   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12458   include:
12459     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12460     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12462     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12464   layout:
12465     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12466     layout: "plot-throughput"
12467
12468 - type: "plot"
12469   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12470   algorithm: "plot_perf_box_name"
12471   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12472   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12473   include:
12474     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12475     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12476     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12477     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12478     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12479     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12480   layout:
12481     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12482     layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12486   algorithm: "plot_perf_box_name"
12487   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12489   include:
12490     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12491     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12492     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12493     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12494     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12495     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12496   layout:
12497     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12498     layout: "plot-throughput"
12499
12500 - type: "plot"
12501   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12502   algorithm: "plot_perf_box_name"
12503   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12504   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12505   include:
12506     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12507     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12508     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12509     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12510   layout:
12511     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12512     layout: "plot-throughput"
12513
12514 - type: "plot"
12515   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12516   algorithm: "plot_perf_box_name"
12517   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12519   include:
12520     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12521     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12522     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12523     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12524   layout:
12525     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12526     layout: "plot-throughput"
12527
12528 - type: "plot"
12529   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12530   algorithm: "plot_perf_box_name"
12531   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12532   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12533   include:
12534     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12535     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12536     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12537     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12538     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12539     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12540   layout:
12541     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12542     layout: "plot-throughput"
12543
12544 - type: "plot"
12545   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12546   algorithm: "plot_perf_box_name"
12547   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12549   include:
12550     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12551     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12552     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12553     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12554     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12555     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12556   layout:
12557     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12558     layout: "plot-throughput"
12559
12560 - type: "plot"
12561   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12562   algorithm: "plot_perf_box_name"
12563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12565   include:
12566     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12567     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12568     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12569     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12570     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12571     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12572   layout:
12573     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12574     layout: "plot-throughput"
12575
12576 - type: "plot"
12577   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12578   algorithm: "plot_perf_box_name"
12579   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12581   include:
12582     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12583     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12584     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12585     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12586     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12587     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12588   layout:
12589     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12590     layout: "plot-throughput"
12591
12592 - type: "plot"
12593   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12594   algorithm: "plot_perf_box_name"
12595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12597   include:
12598     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12599     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12600     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12601     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12602     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12603     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12604   layout:
12605     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12606     layout: "plot-throughput"
12607
12608 - type: "plot"
12609   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12610   algorithm: "plot_perf_box_name"
12611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12613   include:
12614     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12615     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12616     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12617     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12618     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12619     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12620   layout:
12621     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12622     layout: "plot-throughput"
12623
12624 - type: "plot"
12625   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12626   algorithm: "plot_perf_box_name"
12627   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12628   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12629   include:
12630     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12631     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12632     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12633     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12634     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12635     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12636   layout:
12637     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12638     layout: "plot-throughput"
12639
12640 - type: "plot"
12641   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12642   algorithm: "plot_perf_box_name"
12643   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12644   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12645   include:
12646     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12647     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12648     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12649     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12650     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12651     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12652   layout:
12653     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12654     layout: "plot-throughput"
12655
12656 - type: "plot"
12657   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12658   algorithm: "plot_perf_box_name"
12659   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12660   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12661   include:
12662     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12663     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12664     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12665     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12666     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12667     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12668   layout:
12669     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12670     layout: "plot-throughput"
12671
12672 - type: "plot"
12673   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12674   algorithm: "plot_perf_box_name"
12675   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12676   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12677   include:
12678     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12679     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12680     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12681     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12682     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12683     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12684   layout:
12685     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12686     layout: "plot-throughput"
12687
12688 - type: "plot"
12689   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12690   algorithm: "plot_perf_box_name"
12691   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12692   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12693   include:
12694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12697     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12700   layout:
12701     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12702     layout: "plot-throughput"
12703
12704 - type: "plot"
12705   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12706   algorithm: "plot_perf_box_name"
12707   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12708   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12709   include:
12710     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12711     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12712     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12713     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12714     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12715     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12716   layout:
12717     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12718     layout: "plot-throughput"
12719
12720 - type: "plot"
12721   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12722   algorithm: "plot_perf_box_name"
12723   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12724   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12725   include:
12726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12732   layout:
12733     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12734     layout: "plot-throughput"
12735
12736 - type: "plot"
12737   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12738   algorithm: "plot_perf_box_name"
12739   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12740   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12741   include:
12742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12748   layout:
12749     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12750     layout: "plot-throughput"
12751
12752 - type: "plot"
12753   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12754   algorithm: "plot_perf_box_name"
12755   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12757   include:
12758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12764   layout:
12765     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12766     layout: "plot-throughput"
12767
12768 - type: "plot"
12769   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12770   algorithm: "plot_perf_box_name"
12771   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12772   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12773   include:
12774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12780   layout:
12781     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12782     layout: "plot-throughput"
12783
12784 - type: "plot"
12785   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12786   algorithm: "plot_perf_box_name"
12787   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12788   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12789   include:
12790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12794   layout:
12795     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12796     layout: "plot-throughput"
12797
12798 - type: "plot"
12799   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12800   algorithm: "plot_perf_box_name"
12801   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12802   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12803   include:
12804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12808   layout:
12809     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12810     layout: "plot-throughput"
12811
12812 - type: "plot"
12813   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12814   algorithm: "plot_perf_box_name"
12815   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12816   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12817   include:
12818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12822   layout:
12823     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12824     layout: "plot-throughput"
12825
12826 - type: "plot"
12827   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12828   algorithm: "plot_perf_box_name"
12829   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12830   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12831   include:
12832     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12833     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12834     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12835     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12836   layout:
12837     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12838     layout: "plot-throughput"
12839
12840 - type: "plot"
12841   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12842   algorithm: "plot_perf_box_name"
12843   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12844   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12845   include:
12846     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12847     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12848     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12849     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12850     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12851     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12852   layout:
12853     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12854     layout: "plot-throughput"
12855
12856 - type: "plot"
12857   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12858   algorithm: "plot_perf_box_name"
12859   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12860   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12861   include:
12862     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12863     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12864     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12865     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12866     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12867     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12868   layout:
12869     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12870     layout: "plot-throughput"
12871
12872 - type: "plot"
12873   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12874   algorithm: "plot_perf_box_name"
12875   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12877   include:
12878     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12879     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12880     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12881     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12882     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12883   layout:
12884     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12885     layout: "plot-throughput"
12886
12887 - type: "plot"
12888   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12889   algorithm: "plot_perf_box_name"
12890   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12892   include:
12893     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12894     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12895     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12896     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12897     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12898   layout:
12899     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12900     layout: "plot-throughput"
12901
12902 - type: "plot"
12903   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12904   algorithm: "plot_perf_box_name"
12905   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12907   include:
12908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12913   layout:
12914     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12915     layout: "plot-throughput"
12916
12917 - type: "plot"
12918   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12919   algorithm: "plot_perf_box_name"
12920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12922   include:
12923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12928   layout:
12929     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12930     layout: "plot-throughput"
12931
12932 - type: "plot"
12933   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12934   algorithm: "plot_perf_box_name"
12935   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12937   include:
12938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12939     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12942   layout:
12943     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12944     layout: "plot-throughput"
12945
12946 - type: "plot"
12947   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12948   algorithm: "plot_perf_box_name"
12949   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12951   include:
12952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12955     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12956   layout:
12957     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12958     layout: "plot-throughput"
12959
12960 - type: "plot"
12961   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12962   algorithm: "plot_perf_box_name"
12963   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12964   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12965   include:
12966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12970     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12971     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12972   layout:
12973     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12974     layout: "plot-throughput"
12975
12976 - type: "plot"
12977   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12978   algorithm: "plot_perf_box_name"
12979   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12980   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12981   include:
12982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12987     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12988   layout:
12989     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12990     layout: "plot-throughput"
12991
12992 - type: "plot"
12993   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12994   algorithm: "plot_perf_box_name"
12995   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12997   include:
12998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13001     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13002     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13003     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13004   layout:
13005     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13006     layout: "plot-throughput"
13007
13008 - type: "plot"
13009   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13010   algorithm: "plot_perf_box_name"
13011   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13013   include:
13014     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13015     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13016     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13017     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13018     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13019     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13020   layout:
13021     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13022     layout: "plot-throughput"
13023
13024 - type: "plot"
13025   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13026   algorithm: "plot_perf_box_name"
13027   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13029   include:
13030     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13031     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13032     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13033     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13034     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13035     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13036   layout:
13037     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13038     layout: "plot-throughput"
13039
13040 - type: "plot"
13041   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13042   algorithm: "plot_perf_box_name"
13043   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13044   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13045   include:
13046     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13047     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13048     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13049     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13050     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13051     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13052   layout:
13053     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13054     layout: "plot-throughput"
13055
13056 - type: "plot"
13057   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13058   algorithm: "plot_perf_box_name"
13059   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13061   include:
13062     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13063     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13064     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13068   layout:
13069     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13070     layout: "plot-throughput"
13071
13072 - type: "plot"
13073   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13074   algorithm: "plot_perf_box_name"
13075   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13077   include:
13078     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13079     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13084   layout:
13085     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13086     layout: "plot-throughput"
13087
13088 - type: "plot"
13089   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13090   algorithm: "plot_perf_box_name"
13091   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13092   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13093   include:
13094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13098   layout:
13099     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13100     layout: "plot-throughput"
13101
13102 - type: "plot"
13103   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13104   algorithm: "plot_perf_box_name"
13105   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13106   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13107   include:
13108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13112   layout:
13113     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13114     layout: "plot-throughput"
13115
13116 - type: "plot"
13117   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13118   algorithm: "plot_perf_box_name"
13119   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13120   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13121   include:
13122     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13123     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13124     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13125     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13128   layout:
13129     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13130     layout: "plot-throughput"
13131
13132 - type: "plot"
13133   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13134   algorithm: "plot_perf_box_name"
13135   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13136   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13137   include:
13138     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13139     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13144   layout:
13145     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13146     layout: "plot-throughput"
13147
13148 - type: "plot"
13149   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13150   algorithm: "plot_perf_box_name"
13151   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13152   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13153   include:
13154     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13160   layout:
13161     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13162     layout: "plot-throughput"
13163
13164 - type: "plot"
13165   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13166   algorithm: "plot_perf_box_name"
13167   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13168   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13169   include:
13170     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13176   layout:
13177     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13178     layout: "plot-throughput"
13179
13180 #- type: "plot"
13181 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13182 #  algorithm: "plot_perf_box_name"
13183 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13184 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13185 #  include:
13186 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13187 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13188 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13189 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13190 #  layout:
13191 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13192 #    layout: "plot-throughput"
13193 #
13194 #- type: "plot"
13195 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13196 #  algorithm: "plot_perf_box_name"
13197 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13198 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13199 #  include:
13200 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13201 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13202 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13203 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13204 #  layout:
13205 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13206 #    layout: "plot-throughput"
13207
13208 - type: "plot"
13209   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13210   algorithm: "plot_perf_box_name"
13211   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13212   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13213   include:
13214     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13219     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13220   layout:
13221     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13222     layout: "plot-throughput"
13223
13224 - type: "plot"
13225   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13226   algorithm: "plot_perf_box_name"
13227   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13228   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13229   include:
13230     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13231     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13232     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13233     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13234     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13236   layout:
13237     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13238     layout: "plot-throughput"
13239
13240 #- type: "plot"
13241 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13242 #  algorithm: "plot_perf_box_name"
13243 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13244 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13245 #  include:
13246 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13247 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13248 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13249 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13250 #  layout:
13251 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13252 #    layout: "plot-throughput"
13253 #
13254 #- type: "plot"
13255 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13256 #  algorithm: "plot_perf_box_name"
13257 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13258 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13259 #  include:
13260 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13261 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13262 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13263 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13264 #  layout:
13265 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13266 #    layout: "plot-throughput"
13267
13268 - type: "plot"
13269   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13270   algorithm: "plot_perf_box_name"
13271   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13272   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13273   include:
13274     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13275     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13276     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13277     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13278     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13279     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13280   layout:
13281     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13282     layout: "plot-throughput"
13283
13284 - type: "plot"
13285   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13286   algorithm: "plot_perf_box_name"
13287   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13288   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13289   include:
13290     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13291     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13292     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13293     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13294     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13295     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13296   layout:
13297     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13298     layout: "plot-throughput"
13299
13300 #- type: "plot"
13301 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13302 #  algorithm: "plot_perf_box_name"
13303 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13304 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13305 #  include:
13306 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13307 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13308 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13309 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13310 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13311 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13312 #  layout:
13313 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13314 #    layout: "plot-throughput"
13315 #
13316 #- type: "plot"
13317 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13318 #  algorithm: "plot_perf_box_name"
13319 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13320 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13321 #  include:
13322 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13323 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13324 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13325 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13326 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13327 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13328 #  layout:
13329 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13330 #    layout: "plot-throughput"
13331
13332 - type: "plot"
13333   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13334   algorithm: "plot_perf_box_name"
13335   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13336   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13337   include:
13338     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13339     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13340     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13341     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13342     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13343     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13344   layout:
13345     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13346     layout: "plot-throughput"
13347
13348 - type: "plot"
13349   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13350   algorithm: "plot_perf_box_name"
13351   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13352   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13353   include:
13354     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13355     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13356     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13357     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13358     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13359     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13360   layout:
13361     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13362     layout: "plot-throughput"
13363
13364 - type: "plot"
13365   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13366   algorithm: "plot_perf_box_name"
13367   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13369   include:
13370     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13371     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13372     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13373     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13374     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13375     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13376   layout:
13377     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13378     layout: "plot-throughput"
13379
13380 - type: "plot"
13381   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13382   algorithm: "plot_perf_box_name"
13383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13385   include:
13386     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13387     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13388     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13389     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13390     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13391     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13392   layout:
13393     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13394     layout: "plot-throughput"
13395
13396 - type: "plot"
13397   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13398   algorithm: "plot_perf_box_name"
13399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13401   include:
13402     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13403     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13404     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13405     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13406     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13407     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13408   layout:
13409     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13410     layout: "plot-throughput"
13411
13412 - type: "plot"
13413   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13414   algorithm: "plot_perf_box_name"
13415   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13416   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13417   include:
13418     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13419     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13420     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13421     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13422     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13423     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13424   layout:
13425     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13426     layout: "plot-throughput"
13427
13428 - type: "plot"
13429   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13430   algorithm: "plot_perf_box_name"
13431   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13432   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13433   include:
13434     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13435     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13436     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13437     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13438     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13439     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13440   layout:
13441     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13442     layout: "plot-throughput"
13443
13444 - type: "plot"
13445   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13446   algorithm: "plot_perf_box_name"
13447   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13448   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13449   include:
13450     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13451     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13452     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13453     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13454     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13455     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13456   layout:
13457     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13458     layout: "plot-throughput"
13459
13460 #- type: "plot"
13461 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13462 #  algorithm: "plot_perf_box_name"
13463 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13464 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13465 #  include:
13466 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13467 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13468 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13469 #  layout:
13470 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13471 #    layout: "plot-throughput"
13472 #
13473 #- type: "plot"
13474 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13475 #  algorithm: "plot_perf_box_name"
13476 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13477 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13478 #  include:
13479 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13480 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13481 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13482 #  layout:
13483 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13484 #    layout: "plot-throughput"
13485
13486 - type: "plot"
13487   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13488   algorithm: "plot_perf_box_name"
13489   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13490   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13491   include:
13492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13497   layout:
13498     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13499     layout: "plot-throughput"
13500
13501 - type: "plot"
13502   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13503   algorithm: "plot_perf_box_name"
13504   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13505   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13506   include:
13507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13512   layout:
13513     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13514     layout: "plot-throughput"
13515
13516 - type: "plot"
13517   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13518   algorithm: "plot_perf_box_name"
13519   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13521   include:
13522     - "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"
13523     - "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"
13524     - "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"
13525     - "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"
13526     - "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"
13527   layout:
13528     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13529     layout: "plot-throughput"
13530
13531 - type: "plot"
13532   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13533   algorithm: "plot_perf_box_name"
13534   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13535   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13536   include:
13537     - "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"
13538     - "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"
13539     - "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"
13540     - "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"
13541     - "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"
13542   layout:
13543     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13544     layout: "plot-throughput"
13545
13546 - type: "plot"
13547   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13548   algorithm: "plot_perf_box_name"
13549   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13550   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13551   include:
13552     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13553     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13554     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13555     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13556     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13557   layout:
13558     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13559     layout: "plot-throughput"
13560
13561 - type: "plot"
13562   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13563   algorithm: "plot_perf_box_name"
13564   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13565   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13566   include:
13567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13568     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13569     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13570     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13571     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13572   layout:
13573     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13574     layout: "plot-throughput"
13575
13576 - type: "plot"
13577   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13578   algorithm: "plot_perf_box_name"
13579   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13580   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13581   include:
13582     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13583     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13584     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13585     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13586     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13587   layout:
13588     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13589     layout: "plot-throughput"
13590
13591 - type: "plot"
13592   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13593   algorithm: "plot_perf_box_name"
13594   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13596   include:
13597     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13598     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13599     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13600     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13601     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13602   layout:
13603     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13604     layout: "plot-throughput"
13605
13606 - type: "plot"
13607   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13608   algorithm: "plot_perf_box_name"
13609   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13610   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13611   include:
13612     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13614     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13615     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13616     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13617   layout:
13618     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13619     layout: "plot-throughput"
13620
13621 - type: "plot"
13622   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13623   algorithm: "plot_perf_box_name"
13624   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13625   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13626   include:
13627     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13628     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13629     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13630     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13631     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13632   layout:
13633     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13634     layout: "plot-throughput"
13635
13636 - type: "plot"
13637   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13638   algorithm: "plot_perf_box_name"
13639   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13640   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13641   include:
13642     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13643     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13644     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13645     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13646     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13647   layout:
13648     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13649     layout: "plot-throughput"
13650
13651 - type: "plot"
13652   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13653   algorithm: "plot_perf_box_name"
13654   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13655   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13656   include:
13657     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13658     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13659     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13660     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13661     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13662   layout:
13663     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13664     layout: "plot-throughput"
13665
13666 - type: "plot"
13667   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13668   algorithm: "plot_perf_box_name"
13669   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13671   include:
13672     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13673     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13674     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13675     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13676   layout:
13677     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13678     layout: "plot-throughput"
13679
13680 - type: "plot"
13681   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13682   algorithm: "plot_perf_box_name"
13683   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13685   include:
13686     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13687     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13688     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13689     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13690   layout:
13691     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13692     layout: "plot-throughput"
13693
13694 - type: "plot"
13695   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13696   algorithm: "plot_perf_box_name"
13697   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13699   include:
13700     - "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"
13701     - "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"
13702     - "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"
13703     - "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"
13704   layout:
13705     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13706     layout: "plot-throughput"
13707
13708 - type: "plot"
13709   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13710   algorithm: "plot_perf_box_name"
13711   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13713   include:
13714     - "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"
13715     - "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"
13716     - "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"
13717     - "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"
13718   layout:
13719     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13720     layout: "plot-throughput"
13721
13722 - type: "plot"
13723   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13724   algorithm: "plot_perf_box_name"
13725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13727   include:
13728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13730     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13731     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13732     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13733     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13734   layout:
13735     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13736     layout: "plot-throughput"
13737
13738 - type: "plot"
13739   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13740   algorithm: "plot_perf_box_name"
13741   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13743   include:
13744     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13745     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13746     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13747     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13748     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13749     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13750   layout:
13751     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13752     layout: "plot-throughput"
13753
13754 - type: "plot"
13755   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13756   algorithm: "plot_perf_box_name"
13757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13759   include:
13760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13762     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13763     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13764     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13765     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13766   layout:
13767     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13768     layout: "plot-throughput"
13769
13770 - type: "plot"
13771   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13772   algorithm: "plot_perf_box_name"
13773   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13775   include:
13776     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13777     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13778     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13779     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13780     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13781     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13782   layout:
13783     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13784     layout: "plot-throughput"
13785
13786 - type: "plot"
13787   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13788   algorithm: "plot_perf_box_name"
13789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13791   include:
13792     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13793     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13794     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13795     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13796     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13797     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13798   layout:
13799     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13800     layout: "plot-throughput"
13801
13802 - type: "plot"
13803   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13804   algorithm: "plot_perf_box_name"
13805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13807   include:
13808     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13809     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13810     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13811     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13812     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13813     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13814   layout:
13815     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13816     layout: "plot-throughput"
13817
13818 - type: "plot"
13819   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13820   algorithm: "plot_perf_box_name"
13821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13823   include:
13824     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13825     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13826     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13827     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13828     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13829   layout:
13830     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13831     layout: "plot-throughput"
13832
13833 - type: "plot"
13834   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13835   algorithm: "plot_perf_box_name"
13836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13838   include:
13839     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13840     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13841     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13842     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13843     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13844   layout:
13845     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13846     layout: "plot-throughput"
13847
13848 - type: "plot"
13849   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13850   algorithm: "plot_perf_box_name"
13851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13853   include:
13854     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13855     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13856   layout:
13857     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13858     layout: "plot-throughput"
13859
13860 - type: "plot"
13861   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13862   algorithm: "plot_perf_box_name"
13863   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13865   include:
13866     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13867     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13868   layout:
13869     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13870     layout: "plot-throughput"
13871
13872 - type: "plot"
13873   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13874   algorithm: "plot_perf_box_name"
13875   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13877   include:
13878     - "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"
13879     - "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"
13880   layout:
13881     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13882     layout: "plot-throughput"
13883
13884 - type: "plot"
13885   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13886   algorithm: "plot_perf_box_name"
13887   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13889   include:
13890     - "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"
13891     - "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"
13892   layout:
13893     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13894     layout: "plot-throughput"
13895
13896 - type: "plot"
13897   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13898   algorithm: "plot_perf_box_name"
13899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13901   include:
13902     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13903     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13904   layout:
13905     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13906     layout: "plot-throughput"
13907
13908 - type: "plot"
13909   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13910   algorithm: "plot_perf_box_name"
13911   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13912   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13913   include:
13914     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13915     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13916   layout:
13917     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13918     layout: "plot-throughput"
13919
13920 - type: "plot"
13921   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13922   algorithm: "plot_perf_box_name"
13923   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13925   include:
13926     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13927     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13928   layout:
13929     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13930     layout: "plot-throughput"
13931
13932 - type: "plot"
13933   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13934   algorithm: "plot_perf_box_name"
13935   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13937   include:
13938     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13939     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13940   layout:
13941     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13942     layout: "plot-throughput"
13943
13944 - type: "plot"
13945   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13946   algorithm: "plot_perf_box_name"
13947   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13948   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13949   include:
13950     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13953     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13954     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13955     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13956   layout:
13957     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13958     layout: "plot-throughput"
13959
13960 - type: "plot"
13961   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13962   algorithm: "plot_perf_box_name"
13963   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13964   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13965   include:
13966     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13968     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13969     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13970     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13971     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13972   layout:
13973     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13974     layout: "plot-throughput"
13975
13976 - type: "plot"
13977   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13978   algorithm: "plot_perf_box_name"
13979   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13980   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13981   include:
13982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13983     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13984     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13985     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13986     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13987     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13988   layout:
13989     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13990     layout: "plot-throughput"
13991
13992 - type: "plot"
13993   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13994   algorithm: "plot_perf_box_name"
13995   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13996   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13997   include:
13998     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13999     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14000     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14001     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14002     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14003     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14004   layout:
14005     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14006     layout: "plot-throughput"
14007
14008 #- type: "plot"
14009 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14010 #  algorithm: "plot_perf_box_name"
14011 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14012 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14013 #  include:
14014 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14015 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14016 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14017 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14018 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14019 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14020 #  layout:
14021 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14022 #    layout: "plot-throughput"
14023 #
14024 #- type: "plot"
14025 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14026 #  algorithm: "plot_perf_box_name"
14027 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14028 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14029 #  include:
14030 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14031 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14032 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14033 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14034 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14035 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14036 #  layout:
14037 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14038 #    layout: "plot-throughput"
14039
14040 - type: "plot"
14041   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14042   algorithm: "plot_perf_box_name"
14043   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14045   include:
14046     - "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"
14047     - "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"
14048     - "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"
14049     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14050     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14051     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14052   layout:
14053     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14054     layout: "plot-throughput"
14055
14056 - type: "plot"
14057   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14058   algorithm: "plot_perf_box_name"
14059   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14060   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14061   include:
14062     - "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"
14063     - "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"
14064     - "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"
14065     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14066     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14067     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14068   layout:
14069     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14070     layout: "plot-throughput"
14071
14072 ################################################################################
14073
14074 # Packet Speedup
14075
14076 - type: "plot"
14077   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14078   algorithm: "plot_tsa_name"
14079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14081   include:
14082     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14083     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14084     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14085     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14086   layout:
14087     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14088     layout: "plot-throughput-speedup-analysis"
14089
14090 - type: "plot"
14091   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14092   algorithm: "plot_tsa_name"
14093   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14095   include:
14096     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14097     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14098     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14099     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14100   layout:
14101     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14102     layout: "plot-throughput-speedup-analysis"
14103
14104 - type: "plot"
14105   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14106   algorithm: "plot_tsa_name"
14107   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14108   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14109   include:
14110     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14111     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14112     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14113     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14114   layout:
14115     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14116     layout: "plot-throughput-speedup-analysis"
14117
14118 - type: "plot"
14119   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14120   algorithm: "plot_tsa_name"
14121   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14123   include:
14124     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14125     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14126     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14127     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14128   layout:
14129     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14130     layout: "plot-throughput-speedup-analysis"
14131
14132 - type: "plot"
14133   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14134   algorithm: "plot_tsa_name"
14135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14137   include:
14138     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14139     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14140     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14141     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14142     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14143   layout:
14144     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14145     layout: "plot-throughput-speedup-analysis"
14146
14147 - type: "plot"
14148   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14149   algorithm: "plot_tsa_name"
14150   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14152   include:
14153     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14154     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14155     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14156     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14157     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14158   layout:
14159     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14160     layout: "plot-throughput-speedup-analysis"
14161
14162 - type: "plot"
14163   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14164   algorithm: "plot_tsa_name"
14165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14167   include:
14168     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14169     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14170     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14171     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14172     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14173   layout:
14174     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14175     layout: "plot-throughput-speedup-analysis"
14176
14177 - type: "plot"
14178   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14179   algorithm: "plot_tsa_name"
14180   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14182   include:
14183     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14184     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14185     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14186     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14187     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14188   layout:
14189     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14190     layout: "plot-throughput-speedup-analysis"
14191
14192 - type: "plot"
14193   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14194   algorithm: "plot_tsa_name"
14195   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14196   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14197   include:
14198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14202     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14203     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14204   layout:
14205     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14206     layout: "plot-throughput-speedup-analysis"
14207
14208 - type: "plot"
14209   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14210   algorithm: "plot_tsa_name"
14211   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14213   include:
14214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14216     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14217     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14218     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14219     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14220   layout:
14221     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14222     layout: "plot-throughput-speedup-analysis"
14223
14224 - type: "plot"
14225   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14226   algorithm: "plot_tsa_name"
14227   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14228   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14229   include:
14230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14235   layout:
14236     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14237     layout: "plot-throughput-speedup-analysis"
14238
14239 - type: "plot"
14240   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14241   algorithm: "plot_tsa_name"
14242   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14243   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14244   include:
14245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14250   layout:
14251     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14252     layout: "plot-throughput-speedup-analysis"
14253
14254 - type: "plot"
14255   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14256   algorithm: "plot_tsa_name"
14257   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14258   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14259   include:
14260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14263   layout:
14264     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14265     layout: "plot-throughput-speedup-analysis"
14266
14267 - type: "plot"
14268   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14269   algorithm: "plot_tsa_name"
14270   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14271   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14272   include:
14273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14276   layout:
14277     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14278     layout: "plot-throughput-speedup-analysis"
14279
14280 - type: "plot"
14281   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14282   algorithm: "plot_tsa_name"
14283   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14284   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14285   include:
14286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14291   layout:
14292     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14293     layout: "plot-throughput-speedup-analysis"
14294
14295 - type: "plot"
14296   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14297   algorithm: "plot_tsa_name"
14298   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14299   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14300   include:
14301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14306   layout:
14307     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14308     layout: "plot-throughput-speedup-analysis"
14309
14310 - type: "plot"
14311   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14312   algorithm: "plot_tsa_name"
14313   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14314   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14315   include:
14316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14319   layout:
14320     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14321     layout: "plot-throughput-speedup-analysis"
14322
14323 - type: "plot"
14324   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14325   algorithm: "plot_tsa_name"
14326   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14327   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14328   include:
14329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14332   layout:
14333     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14334     layout: "plot-throughput-speedup-analysis"
14335
14336 - type: "plot"
14337   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14338   algorithm: "plot_tsa_name"
14339   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14341   include:
14342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14348   layout:
14349     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14350     layout: "plot-throughput-speedup-analysis"
14351
14352 - type: "plot"
14353   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14354   algorithm: "plot_tsa_name"
14355   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14356   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14357   include:
14358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14364   layout:
14365     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14366     layout: "plot-throughput-speedup-analysis"
14367
14368 - type: "plot"
14369   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14370   algorithm: "plot_tsa_name"
14371   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14373   include:
14374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14380   layout:
14381     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14382     layout: "plot-throughput-speedup-analysis"
14383
14384 - type: "plot"
14385   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14386   algorithm: "plot_tsa_name"
14387   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14388   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14389   include:
14390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14396   layout:
14397     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14398     layout: "plot-throughput-speedup-analysis"
14399
14400 - type: "plot"
14401   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14402   algorithm: "plot_tsa_name"
14403   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14404   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14405   include:
14406     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14407     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14408     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14409   layout:
14410     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14411     layout: "plot-throughput-speedup-analysis"
14412
14413 - type: "plot"
14414   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14415   algorithm: "plot_tsa_name"
14416   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14417   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14418   include:
14419     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14420     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14422   layout:
14423     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14424     layout: "plot-throughput-speedup-analysis"
14425
14426 - type: "plot"
14427   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14428   algorithm: "plot_tsa_name"
14429   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14431   include:
14432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14435 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14436 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14437   layout:
14438     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14439     layout: "plot-throughput-speedup-analysis"
14440
14441 - type: "plot"
14442   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14443   algorithm: "plot_tsa_name"
14444   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14446   include:
14447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14450 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14451 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14452   layout:
14453     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14454     layout: "plot-throughput-speedup-analysis"
14455
14456 - type: "plot"
14457   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14458   algorithm: "plot_tsa_name"
14459   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14461   include:
14462     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14467   layout:
14468     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14469     layout: "plot-throughput-speedup-analysis"
14470
14471 - type: "plot"
14472   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14473   algorithm: "plot_tsa_name"
14474   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14476   include:
14477     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14482   layout:
14483     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14484     layout: "plot-throughput-speedup-analysis"
14485
14486 - type: "plot"
14487   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14488   algorithm: "plot_tsa_name"
14489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14491   include:
14492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14497   layout:
14498     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14499     layout: "plot-throughput-speedup-analysis"
14500
14501 - type: "plot"
14502   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14503   algorithm: "plot_tsa_name"
14504   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14506   include:
14507     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14512   layout:
14513     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14514     layout: "plot-throughput-speedup-analysis"
14515
14516 - type: "plot"
14517   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14518   algorithm: "plot_tsa_name"
14519   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14520   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14521   include:
14522     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14528   layout:
14529     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14530     layout: "plot-throughput-speedup-analysis"
14531
14532 - type: "plot"
14533   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14534   algorithm: "plot_tsa_name"
14535   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14537   include:
14538     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14542     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14543     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14544   layout:
14545     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14546     layout: "plot-throughput-speedup-analysis"
14547
14548 - type: "plot"
14549   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14550   algorithm: "plot_tsa_name"
14551   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14553   include:
14554     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14556     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14557     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14558     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14559     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14560   layout:
14561     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14562     layout: "plot-throughput-speedup-analysis"
14563
14564 - type: "plot"
14565   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14566   algorithm: "plot_tsa_name"
14567   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14569   include:
14570     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14571     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14572     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14573     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14574     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14575     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14576   layout:
14577     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14578     layout: "plot-throughput-speedup-analysis"
14579
14580 - type: "plot"
14581   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14582   algorithm: "plot_tsa_name"
14583   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14584   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14585   include:
14586     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14587     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14588   layout:
14589     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14590     layout: "plot-throughput-speedup-analysis"
14591
14592 - type: "plot"
14593   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14594   algorithm: "plot_tsa_name"
14595   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14596   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14597   include:
14598     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14599     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14600   layout:
14601     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14602     layout: "plot-throughput-speedup-analysis"
14603
14604 - type: "plot"
14605   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14606   algorithm: "plot_tsa_name"
14607   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14609   include:
14610     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14613     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14614   layout:
14615     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14616     layout: "plot-throughput-speedup-analysis"
14617
14618 - type: "plot"
14619   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14620   algorithm: "plot_tsa_name"
14621   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14623   include:
14624     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14628   layout:
14629     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14630     layout: "plot-throughput-speedup-analysis"
14631
14632 - type: "plot"
14633   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14634   algorithm: "plot_tsa_name"
14635   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14637   include:
14638     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14640     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14642   layout:
14643     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14644     layout: "plot-throughput-speedup-analysis"
14645
14646 - type: "plot"
14647   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14648   algorithm: "plot_tsa_name"
14649   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14651   include:
14652     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14653     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14656   layout:
14657     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14658     layout: "plot-throughput-speedup-analysis"
14659
14660 - type: "plot"
14661   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14662   algorithm: "plot_tsa_name"
14663   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14665   include:
14666     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14672   layout:
14673     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14674     layout: "plot-throughput-speedup-analysis"
14675
14676 - type: "plot"
14677   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14678   algorithm: "plot_tsa_name"
14679   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14680   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14681   include:
14682     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14688   layout:
14689     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14690     layout: "plot-throughput-speedup-analysis"
14691
14692 - type: "plot"
14693   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14694   algorithm: "plot_tsa_name"
14695   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14696   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14697   include:
14698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14703   layout:
14704     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14705     layout: "plot-throughput-speedup-analysis"
14706
14707 - type: "plot"
14708   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14709   algorithm: "plot_tsa_name"
14710   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14711   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14712   include:
14713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14716     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14717     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14718   layout:
14719     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14720     layout: "plot-throughput-speedup-analysis"
14721
14722 - type: "plot"
14723   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14724   algorithm: "plot_tsa_name"
14725   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14727   include:
14728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14731     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14732     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14733   layout:
14734     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14735     layout: "plot-throughput-speedup-analysis"
14736
14737 - type: "plot"
14738   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14739   algorithm: "plot_tsa_name"
14740   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14741   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14742   include:
14743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14748   layout:
14749     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14750     layout: "plot-throughput-speedup-analysis"
14751
14752 - type: "plot"
14753   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14754   algorithm: "plot_tsa_name"
14755   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14756   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14757   include:
14758     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14759     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14760     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14761   layout:
14762     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14763     layout: "plot-throughput-speedup-analysis"
14764
14765 - type: "plot"
14766   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14767   algorithm: "plot_tsa_name"
14768   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14769   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14770   include:
14771     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14772     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14773     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14774   layout:
14775     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14776     layout: "plot-throughput-speedup-analysis"
14777
14778 - type: "plot"
14779   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14780   algorithm: "plot_tsa_name"
14781   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14783   include:
14784     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14786     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14787   layout:
14788     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14789     layout: "plot-throughput-speedup-analysis"
14790
14791 - type: "plot"
14792   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14793   algorithm: "plot_tsa_name"
14794   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14796   include:
14797     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14798     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14799     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14800   layout:
14801     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14802     layout: "plot-throughput-speedup-analysis"
14803
14804 - type: "plot"
14805   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14806   algorithm: "plot_tsa_name"
14807   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14809   include:
14810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14811     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14812     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14813     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14814     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14815   layout:
14816     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14817     layout: "plot-throughput-speedup-analysis"
14818
14819 - type: "plot"
14820   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14821   algorithm: "plot_tsa_name"
14822   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14824   include:
14825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14826     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14827     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14828     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14829     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14830   layout:
14831     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14832     layout: "plot-throughput-speedup-analysis"
14833
14834 - type: "plot"
14835   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14836   algorithm: "plot_tsa_name"
14837   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14839   include:
14840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14842     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14843     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14844     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14845   layout:
14846     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14847     layout: "plot-throughput-speedup-analysis"
14848
14849 - type: "plot"
14850   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14851   algorithm: "plot_tsa_name"
14852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14854   include:
14855     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14856     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14857     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14858     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14859     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14860   layout:
14861     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14862     layout: "plot-throughput-speedup-analysis"
14863
14864 - type: "plot"
14865   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14866   algorithm: "plot_tsa_name"
14867   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14868   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14869   include:
14870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14871     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14876   layout:
14877     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14878     layout: "plot-throughput-speedup-analysis"
14879
14880 - type: "plot"
14881   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14882   algorithm: "plot_tsa_name"
14883   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14884   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14885   include:
14886     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14887     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14888     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14890     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14891     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14892   layout:
14893     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14894     layout: "plot-throughput-speedup-analysis"
14895
14896 - type: "plot"
14897   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14898   algorithm: "plot_tsa_name"
14899   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14900   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14901   include:
14902     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14903     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14904     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14905     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14906   layout:
14907     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14908     layout: "plot-throughput-speedup-analysis"
14909
14910 - type: "plot"
14911   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14912   algorithm: "plot_tsa_name"
14913   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14914   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14915   include:
14916     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14917     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14918     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14919     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14920   layout:
14921     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14922     layout: "plot-throughput-speedup-analysis"
14923
14924 - type: "plot"
14925   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14926   algorithm: "plot_tsa_name"
14927   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14929   include:
14930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14932     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14933     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14934     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14935     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14936   layout:
14937     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14938     layout: "plot-throughput-speedup-analysis"
14939
14940 - type: "plot"
14941   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14942   algorithm: "plot_tsa_name"
14943   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14944   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14945   include:
14946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14947     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14948     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14949     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14950     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14951     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14952   layout:
14953     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14954     layout: "plot-throughput-speedup-analysis"
14955
14956 - type: "plot"
14957   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14958   algorithm: "plot_tsa_name"
14959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14961   include:
14962     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14963     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14964     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14965     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14966     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14967     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14968   layout:
14969     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14970     layout: "plot-throughput-speedup-analysis"
14971
14972 - type: "plot"
14973   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14974   algorithm: "plot_tsa_name"
14975   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14976   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14977   include:
14978     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14979     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14980     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14981     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14982     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14983     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14984   layout:
14985     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14986     layout: "plot-throughput-speedup-analysis"
14987
14988 - type: "plot"
14989   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14990   algorithm: "plot_tsa_name"
14991   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14992   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14993   include:
14994     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15000   layout:
15001     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15002     layout: "plot-throughput-speedup-analysis"
15003
15004 - type: "plot"
15005   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15006   algorithm: "plot_tsa_name"
15007   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15009   include:
15010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15016   layout:
15017     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15018     layout: "plot-throughput-speedup-analysis"
15019
15020 - type: "plot"
15021   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15022   algorithm: "plot_tsa_name"
15023   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15025   include:
15026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15032   layout:
15033     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15034     layout: "plot-throughput-speedup-analysis"
15035
15036 - type: "plot"
15037   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15038   algorithm: "plot_tsa_name"
15039   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15040   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15041   include:
15042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15048   layout:
15049     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15050     layout: "plot-throughput-speedup-analysis"
15051
15052 - type: "plot"
15053   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15054   algorithm: "plot_tsa_name"
15055   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15057   include:
15058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15064   layout:
15065     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15066     layout: "plot-throughput-speedup-analysis"
15067
15068 - type: "plot"
15069   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15070   algorithm: "plot_tsa_name"
15071   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15073   include:
15074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15080   layout:
15081     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15082     layout: "plot-throughput-speedup-analysis"
15083
15084 - type: "plot"
15085   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15086   algorithm: "plot_tsa_name"
15087   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15088   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15089   include:
15090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15094   layout:
15095     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15096     layout: "plot-throughput-speedup-analysis"
15097
15098 - type: "plot"
15099   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15100   algorithm: "plot_tsa_name"
15101   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15102   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15103   include:
15104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15108   layout:
15109     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15110     layout: "plot-throughput-speedup-analysis"
15111
15112 - type: "plot"
15113   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15114   algorithm: "plot_tsa_name"
15115   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15116   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15117   include:
15118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15122   layout:
15123     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15124     layout: "plot-throughput-speedup-analysis"
15125
15126 - type: "plot"
15127   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15128   algorithm: "plot_tsa_name"
15129   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15130   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15131   include:
15132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15136   layout:
15137     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15138     layout: "plot-throughput-speedup-analysis"
15139
15140 - type: "plot"
15141   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15142   algorithm: "plot_tsa_name"
15143   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15144   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15145   include:
15146     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15147     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15148     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15149     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15150     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15151     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15152   layout:
15153     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15154     layout: "plot-throughput-speedup-analysis"
15155
15156 - type: "plot"
15157   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15158   algorithm: "plot_tsa_name"
15159   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15160   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15161   include:
15162     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15163     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15164     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15165     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15166     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15167     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15168   layout:
15169     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15170     layout: "plot-throughput-speedup-analysis"
15171
15172 - type: "plot"
15173   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15174   algorithm: "plot_tsa_name"
15175   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15177   include:
15178     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15179     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15180     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15181     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15182     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15183   layout:
15184     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15185     layout: "plot-throughput-speedup-analysis"
15186
15187 - type: "plot"
15188   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15189   algorithm: "plot_tsa_name"
15190   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15192   include:
15193     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15194     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15195     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15196     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15197     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15198   layout:
15199     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15200     layout: "plot-throughput-speedup-analysis"
15201
15202 - type: "plot"
15203   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15204   algorithm: "plot_tsa_name"
15205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15207   include:
15208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15212     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15213   layout:
15214     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15215     layout: "plot-throughput-speedup-analysis"
15216
15217 - type: "plot"
15218   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15219   algorithm: "plot_tsa_name"
15220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15222   include:
15223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15228   layout:
15229     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15230     layout: "plot-throughput-speedup-analysis"
15231
15232 - type: "plot"
15233   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15234   algorithm: "plot_tsa_name"
15235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15237   include:
15238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15242   layout:
15243     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15244     layout: "plot-throughput-speedup-analysis"
15245
15246 - type: "plot"
15247   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15248   algorithm: "plot_tsa_name"
15249   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15250   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15251   include:
15252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15256   layout:
15257     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15258     layout: "plot-throughput-speedup-analysis"
15259
15260 - type: "plot"
15261   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15262   algorithm: "plot_tsa_name"
15263   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15265   include:
15266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15272   layout:
15273     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15274     layout: "plot-throughput-speedup-analysis"
15275
15276 - type: "plot"
15277   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15278   algorithm: "plot_tsa_name"
15279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15281   include:
15282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15287     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15288   layout:
15289     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15290     layout: "plot-throughput-speedup-analysis"
15291
15292 - type: "plot"
15293   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15294   algorithm: "plot_tsa_name"
15295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15297   include:
15298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15302     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15303     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15304   layout:
15305     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15306     layout: "plot-throughput-speedup-analysis"
15307
15308 - type: "plot"
15309   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15310   algorithm: "plot_tsa_name"
15311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15313   include:
15314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15319     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15320   layout:
15321     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15322     layout: "plot-throughput-speedup-analysis"
15323
15324 - type: "plot"
15325   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15326   algorithm: "plot_tsa_name"
15327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15329   include:
15330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15334     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15335     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15336   layout:
15337     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15338     layout: "plot-throughput-speedup-analysis"
15339
15340 - type: "plot"
15341   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15342   algorithm: "plot_tsa_name"
15343   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15345   include:
15346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15348     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15349     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15350     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15351     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15352   layout:
15353     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15354     layout: "plot-throughput-speedup-analysis"
15355
15356 - type: "plot"
15357   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15358   algorithm: "plot_tsa_name"
15359   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15360   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15361   include:
15362     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15363     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15364     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15365     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15366     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15367     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15368   layout:
15369     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15370     layout: "plot-throughput-speedup-analysis"
15371
15372 - type: "plot"
15373   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15374   algorithm: "plot_tsa_name"
15375   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15376   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15377   include:
15378     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15379     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15380     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15381     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15382     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15383     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15384   layout:
15385     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15386     layout: "plot-throughput-speedup-analysis"
15387
15388 - type: "plot"
15389   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15390   algorithm: "plot_tsa_name"
15391   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15393   include:
15394     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15395     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15396     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15397     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15398     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15399     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15400   layout:
15401     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15402     layout: "plot-throughput-speedup-analysis"
15403
15404 - type: "plot"
15405   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15406   algorithm: "plot_tsa_name"
15407   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15409   include:
15410     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15411     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15412     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15413     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15414     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15415     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15416   layout:
15417     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15418     layout: "plot-throughput-speedup-analysis"
15419
15420 - type: "plot"
15421   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15422   algorithm: "plot_tsa_name"
15423   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15425   include:
15426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15431   layout:
15432     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15433     layout: "plot-throughput-speedup-analysis"
15434
15435 - type: "plot"
15436   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15437   algorithm: "plot_tsa_name"
15438   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15439   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15440   include:
15441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15446   layout:
15447     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15448     layout: "plot-throughput-speedup-analysis"
15449
15450 - type: "plot"
15451   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15452   algorithm: "plot_tsa_name"
15453   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15454   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15455   include:
15456     - "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"
15457     - "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"
15458     - "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"
15459     - "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"
15460     - "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"
15461   layout:
15462     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15463     layout: "plot-throughput-speedup-analysis"
15464
15465 - type: "plot"
15466   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15467   algorithm: "plot_tsa_name"
15468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15470   include:
15471     - "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"
15472     - "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"
15473     - "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"
15474     - "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"
15475     - "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"
15476   layout:
15477     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15478     layout: "plot-throughput-speedup-analysis"
15479
15480 - type: "plot"
15481   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15482   algorithm: "plot_tsa_name"
15483   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15485   include:
15486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15491   layout:
15492     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15493     layout: "plot-throughput-speedup-analysis"
15494
15495 - type: "plot"
15496   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15497   algorithm: "plot_tsa_name"
15498   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15499   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15500   include:
15501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15506   layout:
15507     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15508     layout: "plot-throughput-speedup-analysis"
15509
15510 - type: "plot"
15511   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15512   algorithm: "plot_tsa_name"
15513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15515   include:
15516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15521   layout:
15522     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15523     layout: "plot-throughput-speedup-analysis"
15524
15525 - type: "plot"
15526   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15527   algorithm: "plot_tsa_name"
15528   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15529   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15530   include:
15531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15533     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15534     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15535     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15536   layout:
15537     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15538     layout: "plot-throughput-speedup-analysis"
15539
15540 - type: "plot"
15541   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15542   algorithm: "plot_tsa_name"
15543   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15544   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15545   include:
15546     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15547     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15548     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15549     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15550     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15551   layout:
15552     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15553     layout: "plot-throughput-speedup-analysis"
15554
15555 - type: "plot"
15556   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15557   algorithm: "plot_tsa_name"
15558   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15559   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15560   include:
15561     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15562     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15563     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15564     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15565     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15566   layout:
15567     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15568     layout: "plot-throughput-speedup-analysis"
15569
15570 - type: "plot"
15571   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15572   algorithm: "plot_tsa_name"
15573   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15574   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15575   include:
15576     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15577     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15578     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15579     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15580     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15581   layout:
15582     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15583     layout: "plot-throughput-speedup-analysis"
15584
15585 - type: "plot"
15586   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15587   algorithm: "plot_tsa_name"
15588   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15589   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15590   include:
15591     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15592     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15593     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15594     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15595     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15596   layout:
15597     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15598     layout: "plot-throughput-speedup-analysis"
15599
15600 - type: "plot"
15601   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15602   algorithm: "plot_tsa_name"
15603   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15604   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15605   include:
15606     - "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"
15607     - "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"
15608     - "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"
15609     - "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"
15610   layout:
15611     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15612     layout: "plot-throughput-speedup-analysis"
15613
15614 - type: "plot"
15615   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15616   algorithm: "plot_tsa_name"
15617   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15619   include:
15620     - "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"
15621     - "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"
15622     - "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"
15623     - "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"
15624   layout:
15625     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15626     layout: "plot-throughput-speedup-analysis"
15627
15628 - type: "plot"
15629   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15630   algorithm: "plot_tsa_name"
15631   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15633   include:
15634     - "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"
15635     - "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"
15636     - "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"
15637     - "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"
15638   layout:
15639     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15640     layout: "plot-throughput-speedup-analysis"
15641
15642 - type: "plot"
15643   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15644   algorithm: "plot_tsa_name"
15645   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15647   include:
15648     - "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"
15649     - "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"
15650     - "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"
15651     - "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"
15652   layout:
15653     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15654     layout: "plot-throughput-speedup-analysis"
15655
15656 - type: "plot"
15657   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15658   algorithm: "plot_tsa_name"
15659   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15661   include:
15662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15664     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15665     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15666     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15667     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15668   layout:
15669     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15670     layout: "plot-throughput-speedup-analysis"
15671
15672 - type: "plot"
15673   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15674   algorithm: "plot_tsa_name"
15675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15677   include:
15678     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15679     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15680     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15681     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15684   layout:
15685     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15686     layout: "plot-throughput-speedup-analysis"
15687
15688 - type: "plot"
15689   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15690   algorithm: "plot_tsa_name"
15691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15693   include:
15694     - "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"
15695     - "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"
15696     - "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"
15697     - "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"
15698     - "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"
15699     - "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"
15700   layout:
15701     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15702     layout: "plot-throughput-speedup-analysis"
15703
15704 - type: "plot"
15705   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15706   algorithm: "plot_tsa_name"
15707   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15709   include:
15710     - "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"
15711     - "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"
15712     - "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"
15713     - "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"
15714     - "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"
15715     - "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"
15716   layout:
15717     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15718     layout: "plot-throughput-speedup-analysis"
15719
15720 - type: "plot"
15721   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15722   algorithm: "plot_tsa_name"
15723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15725   include:
15726     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15727     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15730     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15731     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15732   layout:
15733     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15734     layout: "plot-throughput-speedup-analysis"
15735
15736 - type: "plot"
15737   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15738   algorithm: "plot_tsa_name"
15739   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15741   include:
15742     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15744     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15745     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15746     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15747     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15748   layout:
15749     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15750     layout: "plot-throughput-speedup-analysis"
15751
15752 - type: "plot"
15753   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15754   algorithm: "plot_tsa_name"
15755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15757   include:
15758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15759     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15762     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15763   layout:
15764     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15765     layout: "plot-throughput-speedup-analysis"
15766
15767 - type: "plot"
15768   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15769   algorithm: "plot_tsa_name"
15770   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15771   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15772   include:
15773     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15774     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15775     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15776     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15777     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15778   layout:
15779     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15780     layout: "plot-throughput-speedup-analysis"
15781
15782 - type: "plot"
15783   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15784   algorithm: "plot_tsa_name"
15785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15787   include:
15788     - "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"
15789     - "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"
15790   layout:
15791     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15792     layout: "plot-throughput-speedup-analysis"
15793
15794 - type: "plot"
15795   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15796   algorithm: "plot_tsa_name"
15797   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15799   include:
15800     - "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"
15801     - "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"
15802   layout:
15803     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15804     layout: "plot-throughput-speedup-analysis"
15805
15806 - type: "plot"
15807   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15808   algorithm: "plot_tsa_name"
15809   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15811   include:
15812     - "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"
15813     - "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"
15814   layout:
15815     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15816     layout: "plot-throughput-speedup-analysis"
15817
15818 - type: "plot"
15819   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15820   algorithm: "plot_tsa_name"
15821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15823   include:
15824     - "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"
15825     - "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"
15826   layout:
15827     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15828     layout: "plot-throughput-speedup-analysis"
15829
15830 - type: "plot"
15831   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15832   algorithm: "plot_tsa_name"
15833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15835   include:
15836     - "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"
15837     - "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"
15838     - "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"
15839     - "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"
15840     - "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"
15841     - "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"
15842   layout:
15843     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15844     layout: "plot-throughput-speedup-analysis"
15845
15846 - type: "plot"
15847   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15848   algorithm: "plot_tsa_name"
15849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15850   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15851   include:
15852     - "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"
15853     - "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"
15854     - "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"
15855     - "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"
15856     - "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"
15857     - "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"
15858   layout:
15859     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15860     layout: "plot-throughput-speedup-analysis"
15861
15862 - type: "plot"
15863   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15864   algorithm: "plot_tsa_name"
15865   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15866   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15867   include:
15868     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15869     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15870     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15871     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15872     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15873   layout:
15874     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15875     layout: "plot-throughput-speedup-analysis"
15876
15877 - type: "plot"
15878   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15879   algorithm: "plot_tsa_name"
15880   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15881   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15882   include:
15883     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15884     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15885     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15886     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15887     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15888   layout:
15889     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15890     layout: "plot-throughput-speedup-analysis"
15891
15892 - type: "plot"
15893   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15894   algorithm: "plot_tsa_name"
15895   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15896   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15897   include:
15898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15903   layout:
15904     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15905     layout: "plot-throughput-speedup-analysis"
15906
15907 - type: "plot"
15908   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15909   algorithm: "plot_tsa_name"
15910   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15911   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15912   include:
15913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15918   layout:
15919     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15920     layout: "plot-throughput-speedup-analysis"
15921
15922 - type: "plot"
15923   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15924   algorithm: "plot_tsa_name"
15925   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15926   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15927   include:
15928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15934   layout:
15935     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15936     layout: "plot-throughput-speedup-analysis"
15937
15938 - type: "plot"
15939   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15940   algorithm: "plot_tsa_name"
15941   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15942   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15943   include:
15944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15950   layout:
15951     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15952     layout: "plot-throughput-speedup-analysis"
15953
15954 - type: "plot"
15955   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15956   algorithm: "plot_tsa_name"
15957   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15958   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15959   include:
15960     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15961     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15962     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15963     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15964   layout:
15965     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15966     layout: "plot-throughput-speedup-analysis"
15967
15968 - type: "plot"
15969   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15970   algorithm: "plot_tsa_name"
15971   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15972   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15973   include:
15974     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15975     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15976     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15977     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15978   layout:
15979     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15980     layout: "plot-throughput-speedup-analysis"
15981
15982 - type: "plot"
15983   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15984   algorithm: "plot_tsa_name"
15985   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15986   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15987   include:
15988     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15989     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15990     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15991     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15992     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15993   layout:
15994     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15995     layout: "plot-throughput-speedup-analysis"
15996
15997 - type: "plot"
15998   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15999   algorithm: "plot_tsa_name"
16000   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16001   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16002   include:
16003     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16004     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16005     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16006     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16007     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16008   layout:
16009     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16010     layout: "plot-throughput-speedup-analysis"
16011
16012 - type: "plot"
16013   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16014   algorithm: "plot_tsa_name"
16015   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16016   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16017   include:
16018     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16019     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16020     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16021     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16022     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16023     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16024   layout:
16025     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16026     layout: "plot-throughput-speedup-analysis"
16027
16028 - type: "plot"
16029   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16030   algorithm: "plot_tsa_name"
16031   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16032   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16033   include:
16034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16035     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16038     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16040   layout:
16041     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16042     layout: "plot-throughput-speedup-analysis"
16043
16044 - type: "plot"
16045   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16046   algorithm: "plot_tsa_name"
16047   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16048   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16049   include:
16050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16054   layout:
16055     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16056     layout: "plot-throughput-speedup-analysis"
16057
16058 - type: "plot"
16059   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16060   algorithm: "plot_tsa_name"
16061   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16062   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16063   include:
16064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16068   layout:
16069     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16070     layout: "plot-throughput-speedup-analysis"
16071
16072 - type: "plot"
16073   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16074   algorithm: "plot_tsa_name"
16075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16077   include:
16078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16084   layout:
16085     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16086     layout: "plot-throughput-speedup-analysis"
16087
16088 - type: "plot"
16089   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16090   algorithm: "plot_tsa_name"
16091   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16092   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16093   include:
16094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16098     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16100   layout:
16101     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16102     layout: "plot-throughput-speedup-analysis"
16103
16104 - type: "plot"
16105   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16106   algorithm: "plot_tsa_name"
16107   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16108   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16109   include:
16110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16113     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16114     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16115     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16116   layout:
16117     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16118     layout: "plot-throughput-speedup-analysis"
16119
16120 - type: "plot"
16121   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16122   algorithm: "plot_tsa_name"
16123   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16124   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16125   include:
16126     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16127     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16128     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16129     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16130     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16131     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16132   layout:
16133     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16134     layout: "plot-throughput-speedup-analysis"
16135
16136 - type: "plot"
16137   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16138   algorithm: "plot_tsa_name"
16139   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16140   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16141   include:
16142     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16143     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16144     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16145     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16146     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16147     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16148   layout:
16149     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16150     layout: "plot-throughput-speedup-analysis"
16151
16152 - type: "plot"
16153   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16154   algorithm: "plot_tsa_name"
16155   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16156   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16157   include:
16158     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16159     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16160     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16161     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16162     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16163     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16164   layout:
16165     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16166     layout: "plot-throughput-speedup-analysis"
16167
16168 - type: "plot"
16169   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16170   algorithm: "plot_tsa_name"
16171   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16172   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16173   include:
16174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16175     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16177     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16178     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16179     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16180   layout:
16181     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16182     layout: "plot-throughput-speedup-analysis"
16183
16184 - type: "plot"
16185   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16186   algorithm: "plot_tsa_name"
16187   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16188   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16189   include:
16190     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16191     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16192     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16193     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16194     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16195     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16196   layout:
16197     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16198     layout: "plot-throughput-speedup-analysis"
16199
16200 - type: "plot"
16201   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16202   algorithm: "plot_tsa_name"
16203   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16204   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16205   include:
16206     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16207     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16208     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16209     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16210     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16211     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16212   layout:
16213     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16214     layout: "plot-throughput-speedup-analysis"
16215
16216 - type: "plot"
16217   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16218   algorithm: "plot_tsa_name"
16219   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16220   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16221   include:
16222     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16223     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16224     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16225     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16226     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16227     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16228   layout:
16229     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16230     layout: "plot-throughput-speedup-analysis"
16231
16232 #- type: "plot"
16233 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16234 #  algorithm: "plot_tsa_name"
16235 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16236 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16237 #  include:
16238 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16239 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16240 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16241 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16242 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16243 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16244 #  layout:
16245 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16246 #    layout: "plot-throughput-speedup-analysis"
16247 #
16248 #- type: "plot"
16249 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16250 #  algorithm: "plot_tsa_name"
16251 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16252 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16253 #  include:
16254 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16255 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16256 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16257 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16258 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16259 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16260 #  layout:
16261 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16262 #    layout: "plot-throughput-speedup-analysis"
16263
16264 - type: "plot"
16265   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16266   algorithm: "plot_tsa_name"
16267   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16268   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16269   include:
16270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16271     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16272     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16273     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16274     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16275   layout:
16276     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16277     layout: "plot-throughput-speedup-analysis"
16278
16279 - type: "plot"
16280   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16281   algorithm: "plot_tsa_name"
16282   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16283   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16284   include:
16285     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16286     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16287     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16288     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16289     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16290   layout:
16291     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16292     layout: "plot-throughput-speedup-analysis"
16293
16294 - type: "plot"
16295   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16296   algorithm: "plot_tsa_name"
16297   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16298   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16299   include:
16300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16301     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16302     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16303     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16305     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16306   layout:
16307     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16308     layout: "plot-throughput-speedup-analysis"
16309
16310 - type: "plot"
16311   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16312   algorithm: "plot_tsa_name"
16313   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16314   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16315   include:
16316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16320     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16321     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16322   layout:
16323     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16324     layout: "plot-throughput-speedup-analysis"
16325
16326 - type: "plot"
16327   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16328   algorithm: "plot_tsa_name"
16329   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16330   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16331   include:
16332     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16335     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16336     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16337   layout:
16338     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16339     layout: "plot-throughput-speedup-analysis"
16340
16341 - type: "plot"
16342   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16343   algorithm: "plot_tsa_name"
16344   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16345   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16346   include:
16347     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16351     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16352   layout:
16353     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16354     layout: "plot-throughput-speedup-analysis"
16355
16356 #- type: "plot"
16357 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16358 #  algorithm: "plot_tsa_name"
16359 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16360 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16361 #  include:
16362 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16363 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16364 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16365 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16366 #  layout:
16367 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16368 #    layout: "plot-throughput-speedup-analysis"
16369 #
16370 #- type: "plot"
16371 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16372 #  algorithm: "plot_tsa_name"
16373 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16374 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16375 #  include:
16376 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16377 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16378 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16379 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16380 #  layout:
16381 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16382 #    layout: "plot-throughput-speedup-analysis"
16383
16384 - type: "plot"
16385   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16386   algorithm: "plot_tsa_name"
16387   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16388   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16389   include:
16390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16393     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16395     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16396   layout:
16397     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16398     layout: "plot-throughput-speedup-analysis"
16399
16400 - type: "plot"
16401   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16402   algorithm: "plot_tsa_name"
16403   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16404   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16405   include:
16406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16408     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16409     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16410     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16411     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16412   layout:
16413     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16414     layout: "plot-throughput-speedup-analysis"
16415
16416 - type: "plot"
16417   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16418   algorithm: "plot_tsa_name"
16419   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16420   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16421   include:
16422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16425     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16426     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16427   layout:
16428     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16429     layout: "plot-throughput-speedup-analysis"
16430
16431 - type: "plot"
16432   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16433   algorithm: "plot_tsa_name"
16434   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16435   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16436   include:
16437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16442   layout:
16443     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16444     layout: "plot-throughput-speedup-analysis"
16445
16446 - type: "plot"
16447   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16448   algorithm: "plot_tsa_name"
16449   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16450   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16451   include:
16452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16458   layout:
16459     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16460     layout: "plot-throughput-speedup-analysis"
16461
16462 - type: "plot"
16463   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16464   algorithm: "plot_tsa_name"
16465   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16466   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16467   include:
16468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16474   layout:
16475     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16476     layout: "plot-throughput-speedup-analysis"
16477
16478 - type: "plot"
16479   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16480   algorithm: "plot_tsa_name"
16481   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16482   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16483   include:
16484     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16485     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16486     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16487     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16488   layout:
16489     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16490     layout: "plot-throughput-speedup-analysis"
16491
16492 - type: "plot"
16493   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16494   algorithm: "plot_tsa_name"
16495   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16496   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16497   include:
16498     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16499     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16500     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16501     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16502   layout:
16503     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16504     layout: "plot-throughput-speedup-analysis"
16505
16506 - type: "plot"
16507   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16508   algorithm: "plot_tsa_name"
16509   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16510   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16511   include:
16512     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16513     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16514     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16515     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16516     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16517   layout:
16518     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16519     layout: "plot-throughput-speedup-analysis"
16520
16521 - type: "plot"
16522   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16523   algorithm: "plot_tsa_name"
16524   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16525   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16526   include:
16527     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16528     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16529     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16530     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16531     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16532   layout:
16533     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16534     layout: "plot-throughput-speedup-analysis"
16535
16536 - type: "plot"
16537   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16538   algorithm: "plot_tsa_name"
16539   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16540   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16541   include:
16542     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16543     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16544     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16545     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16546     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16547     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16548   layout:
16549     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16550     layout: "plot-throughput-speedup-analysis"
16551
16552 - type: "plot"
16553   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16554   algorithm: "plot_tsa_name"
16555   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16556   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16557   include:
16558     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16559     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16560     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16561     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16562     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16563     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16564   layout:
16565     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16566     layout: "plot-throughput-speedup-analysis"
16567
16568 #- type: "plot"
16569 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16570 #  algorithm: "plot_tsa_name"
16571 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16572 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16573 #  include:
16574 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16575 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16576 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16577 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16578 #  layout:
16579 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16580 #    layout: "plot-throughput-speedup-analysis"
16581 #
16582 #- type: "plot"
16583 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16584 #  algorithm: "plot_tsa_name"
16585 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16586 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16587 #  include:
16588 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16589 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16590 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16591 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16592 #  layout:
16593 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16594 #    layout: "plot-throughput-speedup-analysis"
16595
16596 - type: "plot"
16597   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16598   algorithm: "plot_tsa_name"
16599   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16600   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16601   include:
16602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16603     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16604     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16605     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16606     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16607     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16608   layout:
16609     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16610     layout: "plot-throughput-speedup-analysis"
16611
16612 - type: "plot"
16613   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16614   algorithm: "plot_tsa_name"
16615   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16616   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16617   include:
16618     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16619     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16620     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16621     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16622     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16623     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16624   layout:
16625     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16626     layout: "plot-throughput-speedup-analysis"
16627
16628 #- type: "plot"
16629 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16630 #  algorithm: "plot_tsa_name"
16631 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16632 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16633 #  include:
16634 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16635 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16636 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16637 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16638 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16639 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16640 #  layout:
16641 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16642 #    layout: "plot-throughput-speedup-analysis"
16643 #
16644 #- type: "plot"
16645 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16646 #  algorithm: "plot_tsa_name"
16647 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16648 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16649 #  include:
16650 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16651 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16652 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16653 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16654 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16655 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16656 #  layout:
16657 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16658 #    layout: "plot-throughput-speedup-analysis"
16659
16660 #- type: "plot"
16661 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16662 #  algorithm: "plot_tsa_name"
16663 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16664 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16665 #  include:
16666 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16667 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16668 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16669 #  layout:
16670 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16671 #    layout: "plot-throughput-speedup-analysis"
16672 #
16673 #- type: "plot"
16674 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16675 #  algorithm: "plot_tsa_name"
16676 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16677 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16678 #  include:
16679 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16680 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16681 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16682 #  layout:
16683 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16684 #    layout: "plot-throughput-speedup-analysis"
16685
16686 ################################################################################
16687
16688 # Packet Throughput - DPDK
16689
16690 # 2n-skx-xxv710
16691
16692 - type: "plot"
16693   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16694   algorithm: "plot_perf_box_name"
16695   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16696   data: "plot-dpdk-throughput-latency-2n-skx"
16697   include:
16698     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16699     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16700   layout:
16701     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16702     layout: "plot-throughput"
16703
16704 - type: "plot"
16705   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16706   algorithm: "plot_perf_box_name"
16707   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16708   data: "plot-dpdk-throughput-latency-2n-skx"
16709   include:
16710     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16711     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16712   layout:
16713     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16714     layout: "plot-throughput"
16715
16716 - type: "plot"
16717   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16718   algorithm: "plot_perf_box_name"
16719   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16720   data: "plot-dpdk-throughput-latency-2n-skx"
16721   include:
16722     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16723     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16724   layout:
16725     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16726     layout: "plot-throughput"
16727
16728 - type: "plot"
16729   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16730   algorithm: "plot_perf_box_name"
16731   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16732   data: "plot-dpdk-throughput-latency-2n-skx"
16733   include:
16734     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16735     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16736   layout:
16737     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16738     layout: "plot-throughput"
16739
16740 # 2n-skx-x710
16741
16742 - type: "plot"
16743   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16744   algorithm: "plot_perf_box_name"
16745   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16746   data: "plot-dpdk-throughput-latency-2n-skx"
16747   include:
16748     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16749     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16750   layout:
16751     title: "2n-skx-x710-64b-2t1c-base-ndr"
16752     layout: "plot-throughput"
16753
16754 - type: "plot"
16755   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16756   algorithm: "plot_perf_box_name"
16757   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16758   data: "plot-dpdk-throughput-latency-2n-skx"
16759   include:
16760     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16761     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16762   layout:
16763     title: "2n-skx-x710-64b-4t2c-base-ndr"
16764     layout: "plot-throughput"
16765
16766 - type: "plot"
16767   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16768   algorithm: "plot_perf_box_name"
16769   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16770   data: "plot-dpdk-throughput-latency-2n-skx"
16771   include:
16772     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16773     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16774   layout:
16775     title: "2n-skx-x710-64b-2t1c-base-pdr"
16776     layout: "plot-throughput"
16777
16778 - type: "plot"
16779   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16780   algorithm: "plot_perf_box_name"
16781   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16782   data: "plot-dpdk-throughput-latency-2n-skx"
16783   include:
16784     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16785     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16786   layout:
16787     title: "2n-skx-x710-64b-4t2c-base-pdr"
16788     layout: "plot-throughput"
16789
16790 # 3n-skx-xxv710
16791
16792 - type: "plot"
16793   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16794   algorithm: "plot_perf_box_name"
16795   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16796   data: "plot-dpdk-throughput-latency-3n-skx"
16797   include:
16798     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16799     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16800   layout:
16801     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16802     layout: "plot-throughput"
16803
16804 - type: "plot"
16805   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16806   algorithm: "plot_perf_box_name"
16807   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16808   data: "plot-dpdk-throughput-latency-3n-skx"
16809   include:
16810     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16811     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16812   layout:
16813     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16814     layout: "plot-throughput"
16815
16816 - type: "plot"
16817   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16818   algorithm: "plot_perf_box_name"
16819   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16820   data: "plot-dpdk-throughput-latency-3n-skx"
16821   include:
16822     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16823     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16824   layout:
16825     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16826     layout: "plot-throughput"
16827
16828 - type: "plot"
16829   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16830   algorithm: "plot_perf_box_name"
16831   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16832   data: "plot-dpdk-throughput-latency-3n-skx"
16833   include:
16834     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16835     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16836   layout:
16837     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16838     layout: "plot-throughput"
16839
16840 # 3n-skx-x710
16841
16842 - type: "plot"
16843   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16844   algorithm: "plot_perf_box_name"
16845   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16846   data: "plot-dpdk-throughput-latency-3n-skx"
16847   include:
16848     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16849     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16850   layout:
16851     title: "3n-skx-x710-64b-2t1c-base-ndr"
16852     layout: "plot-throughput"
16853
16854 - type: "plot"
16855   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16856   algorithm: "plot_perf_box_name"
16857   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16858   data: "plot-dpdk-throughput-latency-3n-skx"
16859   include:
16860     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16861     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16862   layout:
16863     title: "3n-skx-x710-64b-4t2c-base-ndr"
16864     layout: "plot-throughput"
16865
16866 - type: "plot"
16867   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16868   algorithm: "plot_perf_box_name"
16869   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16870   data: "plot-dpdk-throughput-latency-3n-skx"
16871   include:
16872     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16873     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16874   layout:
16875     title: "3n-skx-x710-64b-2t1c-base-pdr"
16876     layout: "plot-throughput"
16877
16878 - type: "plot"
16879   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16880   algorithm: "plot_perf_box_name"
16881   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16882   data: "plot-dpdk-throughput-latency-3n-skx"
16883   include:
16884     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16885     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16886   layout:
16887     title: "3n-skx-x710-64b-4t2c-base-pdr"
16888     layout: "plot-throughput"
16889
16890 # 3n-hsw-xl710
16891
16892 - type: "plot"
16893   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16894   algorithm: "plot_perf_box_name"
16895   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16896   data: "plot-dpdk-throughput-latency-3n-hsw"
16897   include:
16898     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16899     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16900   layout:
16901     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16902     layout: "plot-throughput"
16903
16904 - type: "plot"
16905   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16906   algorithm: "plot_perf_box_name"
16907   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16908   data: "plot-dpdk-throughput-latency-3n-hsw"
16909   include:
16910     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16911     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16912   layout:
16913     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16914     layout: "plot-throughput"
16915
16916 - type: "plot"
16917   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16918   algorithm: "plot_perf_box_name"
16919   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16920   data: "plot-dpdk-throughput-latency-3n-hsw"
16921   include:
16922     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16923     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16924   layout:
16925     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16926     layout: "plot-throughput"
16927
16928 - type: "plot"
16929   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16930   algorithm: "plot_perf_box_name"
16931   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16932   data: "plot-dpdk-throughput-latency-3n-hsw"
16933   include:
16934     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16935     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16936   layout:
16937     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16938     layout: "plot-throughput"
16939
16940 # 3n-hsw-x710
16941
16942 - type: "plot"
16943   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16944   algorithm: "plot_perf_box_name"
16945   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16946   data: "plot-dpdk-throughput-latency-3n-hsw"
16947   include:
16948     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16949     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16950   layout:
16951     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16952     layout: "plot-throughput"
16953
16954 - type: "plot"
16955   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16956   algorithm: "plot_perf_box_name"
16957   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16958   data: "plot-dpdk-throughput-latency-3n-hsw"
16959   include:
16960     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16961     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16962   layout:
16963     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16964     layout: "plot-throughput"
16965
16966 - type: "plot"
16967   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16968   algorithm: "plot_perf_box_name"
16969   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16970   data: "plot-dpdk-throughput-latency-3n-hsw"
16971   include:
16972     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16973     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16974   layout:
16975     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16976     layout: "plot-throughput"
16977
16978 - type: "plot"
16979   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16980   algorithm: "plot_perf_box_name"
16981   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16982   data: "plot-dpdk-throughput-latency-3n-hsw"
16983   include:
16984     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16985     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16986   layout:
16987     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16988     layout: "plot-throughput"
16989
16990 # 2n-dnv-x553
16991
16992 - type: "plot"
16993   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16994   algorithm: "plot_perf_box_name"
16995   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16996   data: "plot-dpdk-throughput-latency-2n-dnv"
16997   include:
16998     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16999     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17000   layout:
17001     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17002     layout: "plot-throughput"
17003
17004 - type: "plot"
17005   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17006   algorithm: "plot_perf_box_name"
17007   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17008   data: "plot-dpdk-throughput-latency-2n-dnv"
17009   include:
17010     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17011     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17012   layout:
17013     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17014     layout: "plot-throughput"
17015
17016 - type: "plot"
17017   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17018   algorithm: "plot_perf_box_name"
17019   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17020   data: "plot-dpdk-throughput-latency-2n-dnv"
17021   include:
17022     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17023     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17024   layout:
17025     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17026     layout: "plot-throughput"
17027
17028 - type: "plot"
17029   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17030   algorithm: "plot_perf_box_name"
17031   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17032   data: "plot-dpdk-throughput-latency-2n-dnv"
17033   include:
17034     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17035     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17036   layout:
17037     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17038     layout: "plot-throughput"
17039
17040 # 3n-dnv-x553
17041
17042 - type: "plot"
17043   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17044   algorithm: "plot_perf_box_name"
17045   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17046   data: "plot-dpdk-throughput-latency-3n-dnv"
17047   include:
17048     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17049     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17050   layout:
17051     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17052     layout: "plot-throughput"
17053
17054 - type: "plot"
17055   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17056   algorithm: "plot_perf_box_name"
17057   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17058   data: "plot-dpdk-throughput-latency-3n-dnv"
17059   include:
17060     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17061     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17062   layout:
17063     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17064     layout: "plot-throughput"
17065
17066 - type: "plot"
17067   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17068   algorithm: "plot_perf_box_name"
17069   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17070   data: "plot-dpdk-throughput-latency-3n-dnv"
17071   include:
17072     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17073     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17074   layout:
17075     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17076     layout: "plot-throughput"
17077
17078 - type: "plot"
17079   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17080   algorithm: "plot_perf_box_name"
17081   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17082   data: "plot-dpdk-throughput-latency-3n-dnv"
17083   include:
17084     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17085     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17086   layout:
17087     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17088     layout: "plot-throughput"
17089
17090 # 3n-tsh-x520
17091
17092 - type: "plot"
17093   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17094   algorithm: "plot_perf_box_name"
17095   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17096   data: "plot-dpdk-throughput-latency-3n-tsh"
17097   include:
17098     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17099     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17100   layout:
17101     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17102     layout: "plot-throughput"
17103
17104 - type: "plot"
17105   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17106   algorithm: "plot_perf_box_name"
17107   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17108   data: "plot-dpdk-throughput-latency-3n-tsh"
17109   include:
17110     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17111     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17112   layout:
17113     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17114     layout: "plot-throughput"
17115
17116 - type: "plot"
17117   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17118   algorithm: "plot_perf_box_name"
17119   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17120   data: "plot-dpdk-throughput-latency-3n-tsh"
17121   include:
17122     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17123     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17124   layout:
17125     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17126     layout: "plot-throughput"
17127
17128 - type: "plot"
17129   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17130   algorithm: "plot_perf_box_name"
17131   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17132   data: "plot-dpdk-throughput-latency-3n-tsh"
17133   include:
17134     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17135     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17136   layout:
17137     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17138     layout: "plot-throughput"
17139
17140 ################################################################################
17141 ###   2n-clx                                                                 ###
17142 ################################################################################
17143
17144 # Packet Throughput
17145
17146 - type: "plot"
17147   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17148   algorithm: "plot_perf_box_name"
17149   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17150   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17151   include:
17152     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17153     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17154     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17155     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17156   layout:
17157     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17158     layout: "plot-throughput"
17159
17160 - type: "plot"
17161   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17162   algorithm: "plot_perf_box_name"
17163   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17164   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17165   include:
17166     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17167     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17168     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17169     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17170   layout:
17171     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17172     layout: "plot-throughput"
17173
17174 - type: "plot"
17175   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17176   algorithm: "plot_perf_box_name"
17177   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17179   include:
17180     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17181     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17182     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17183     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17184   layout:
17185     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17186     layout: "plot-throughput"
17187
17188 - type: "plot"
17189   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17190   algorithm: "plot_perf_box_name"
17191   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17193   include:
17194     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17195     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17196     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17197     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17198   layout:
17199     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17200     layout: "plot-throughput"
17201
17202 - type: "plot"
17203   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17204   algorithm: "plot_perf_box_name"
17205   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17206   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17207   include:
17208     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17209     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17210     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17211     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17212   layout:
17213     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17214     layout: "plot-throughput"
17215
17216 - type: "plot"
17217   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17218   algorithm: "plot_perf_box_name"
17219   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17220   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17221   include:
17222     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17223     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17224     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17225     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17226   layout:
17227     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17228     layout: "plot-throughput"
17229
17230 - type: "plot"
17231   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17232   algorithm: "plot_perf_box_name"
17233   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17235   include:
17236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17240     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17241     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17242   layout:
17243     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17244     layout: "plot-throughput"
17245
17246 - type: "plot"
17247   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17248   algorithm: "plot_perf_box_name"
17249   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17251   include:
17252     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17253     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17254     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17255     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17256     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17257   layout:
17258     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17259     layout: "plot-throughput"
17260
17261 - type: "plot"
17262   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17263   algorithm: "plot_perf_box_name"
17264   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17265   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17266   include:
17267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17271   layout:
17272     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17273     layout: "plot-throughput"
17274
17275 - type: "plot"
17276   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17277   algorithm: "plot_perf_box_name"
17278   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17279   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17280   include:
17281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17285   layout:
17286     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17287     layout: "plot-throughput"
17288
17289 - type: "plot"
17290   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17291   algorithm: "plot_perf_box_name"
17292   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17294   include:
17295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17298   layout:
17299     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17300     layout: "plot-throughput"
17301
17302 - type: "plot"
17303   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17304   algorithm: "plot_perf_box_name"
17305   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17306   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17307   include:
17308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17311   layout:
17312     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17313     layout: "plot-throughput"
17314
17315 - type: "plot"
17316   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17317   algorithm: "plot_perf_box_name"
17318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17320   include:
17321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17326   layout:
17327     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17328     layout: "plot-throughput"
17329
17330 - type: "plot"
17331   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17332   algorithm: "plot_perf_box_name"
17333   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17335   include:
17336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17341   layout:
17342     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17343     layout: "plot-throughput"
17344
17345 - type: "plot"
17346   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17347   algorithm: "plot_perf_box_name"
17348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17350   include:
17351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17354   layout:
17355     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17356     layout: "plot-throughput"
17357
17358 - type: "plot"
17359   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17360   algorithm: "plot_perf_box_name"
17361   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17362   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17363   include:
17364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17367   layout:
17368     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17369     layout: "plot-throughput"
17370
17371 - type: "plot"
17372   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17373   algorithm: "plot_perf_box_name"
17374   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17376   include:
17377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17383   layout:
17384     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17385     layout: "plot-throughput"
17386
17387 - type: "plot"
17388   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17389   algorithm: "plot_perf_box_name"
17390   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17392   include:
17393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17399   layout:
17400     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17401     layout: "plot-throughput"
17402
17403 - type: "plot"
17404   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17405   algorithm: "plot_perf_box_name"
17406   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17408   include:
17409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17415   layout:
17416     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17417     layout: "plot-throughput"
17418
17419 - type: "plot"
17420   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17421   algorithm: "plot_perf_box_name"
17422   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17424   include:
17425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17431   layout:
17432     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17433     layout: "plot-throughput"
17434
17435 - type: "plot"
17436   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17437   algorithm: "plot_perf_box_name"
17438   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17439   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17440   include:
17441     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17442     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17443   layout:
17444     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17445     layout: "plot-throughput"
17446
17447 - type: "plot"
17448   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17449   algorithm: "plot_perf_box_name"
17450   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17452   include:
17453     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17454     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17455   layout:
17456     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17457     layout: "plot-throughput"
17458
17459 - type: "plot"
17460   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17461   algorithm: "plot_perf_box_name"
17462   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17464   include:
17465     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17466     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17467     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17468     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17469     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17470     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17471   layout:
17472     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17473     layout: "plot-throughput"
17474
17475 - type: "plot"
17476   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17477   algorithm: "plot_perf_box_name"
17478   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17479   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17480   include:
17481     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17482     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17483     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17484     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17485     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17486     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17487   layout:
17488     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17489     layout: "plot-throughput"
17490
17491 - type: "plot"
17492   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17493   algorithm: "plot_perf_box_name"
17494   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17496   include:
17497     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17498     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17499     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17500     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17501     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17502     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17503   layout:
17504     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17505     layout: "plot-throughput"
17506
17507 - type: "plot"
17508   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17509   algorithm: "plot_perf_box_name"
17510   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17512   include:
17513     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17514     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17515     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17516     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17517     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17518     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17519   layout:
17520     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17521     layout: "plot-throughput"
17522
17523 - type: "plot"
17524   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17525   algorithm: "plot_perf_box_name"
17526   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17527   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17528   include:
17529     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17530     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17531     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17532     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17533     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17534     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17535   layout:
17536     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17537     layout: "plot-throughput"
17538
17539 - type: "plot"
17540   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17541   algorithm: "plot_perf_box_name"
17542   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17543   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17544   include:
17545     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17546     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17547     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17548     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17549     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17550     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17551   layout:
17552     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17553     layout: "plot-throughput"
17554
17555 - type: "plot"
17556   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17557   algorithm: "plot_perf_box_name"
17558   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17560   include:
17561     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17562     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17563     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17564     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17565     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17566   layout:
17567     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17568     layout: "plot-throughput"
17569
17570 - type: "plot"
17571   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17572   algorithm: "plot_perf_box_name"
17573   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17575   include:
17576     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17577     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17578     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17579     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17580     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17581   layout:
17582     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17583     layout: "plot-throughput"
17584
17585 - type: "plot"
17586   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17587   algorithm: "plot_perf_box_name"
17588   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17590   include:
17591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17596   layout:
17597     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17598     layout: "plot-throughput"
17599
17600 - type: "plot"
17601   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17602   algorithm: "plot_perf_box_name"
17603   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17605   include:
17606     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17607     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17608     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17609     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17610     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17611   layout:
17612     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17613     layout: "plot-throughput"
17614
17615 - type: "plot"
17616   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17617   algorithm: "plot_perf_box_name"
17618   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17620   include:
17621     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17622     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17623     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17624     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17625     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17626   layout:
17627     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17628     layout: "plot-throughput"
17629
17630 - type: "plot"
17631   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17632   algorithm: "plot_perf_box_name"
17633   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17635   include:
17636     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17637     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17638     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17639     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17640     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17641   layout:
17642     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17643     layout: "plot-throughput"
17644
17645 - type: "plot"
17646   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17647   algorithm: "plot_perf_box_name"
17648   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17650   include:
17651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17654     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17656   layout:
17657     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17658     layout: "plot-throughput"
17659
17660 - type: "plot"
17661   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17662   algorithm: "plot_perf_box_name"
17663   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17665   include:
17666     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17667     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17668     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17669     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17670     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17671   layout:
17672     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17673     layout: "plot-throughput"
17674
17675 - type: "plot"
17676   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17677   algorithm: "plot_perf_box_name"
17678   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17680   include:
17681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17686   layout:
17687     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17688     layout: "plot-throughput"
17689
17690 - type: "plot"
17691   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17692   algorithm: "plot_perf_box_name"
17693   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17695   include:
17696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17697     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17701   layout:
17702     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17703     layout: "plot-throughput"
17704
17705 - type: "plot"
17706   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17707   algorithm: "plot_perf_box_name"
17708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17710   include:
17711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17717   layout:
17718     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17719     layout: "plot-throughput"
17720
17721 - type: "plot"
17722   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17723   algorithm: "plot_perf_box_name"
17724   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17726   include:
17727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17733   layout:
17734     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17735     layout: "plot-throughput"
17736
17737 - type: "plot"
17738   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17739   algorithm: "plot_perf_box_name"
17740   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17742   include:
17743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17747   layout:
17748     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17749     layout: "plot-throughput"
17750
17751 - type: "plot"
17752   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17753   algorithm: "plot_perf_box_name"
17754   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17756   include:
17757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17761   layout:
17762     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17763     layout: "plot-throughput"
17764
17765 - type: "plot"
17766   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17767   algorithm: "plot_perf_box_name"
17768   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17770   include:
17771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17777   layout:
17778     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17779     layout: "plot-throughput"
17780
17781 - type: "plot"
17782   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17783   algorithm: "plot_perf_box_name"
17784   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17786   include:
17787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17793   layout:
17794     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17795     layout: "plot-throughput"
17796
17797 - type: "plot"
17798   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17799   algorithm: "plot_perf_box_name"
17800   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17802   include:
17803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17807   layout:
17808     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17809     layout: "plot-throughput"
17810
17811 - type: "plot"
17812   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17813   algorithm: "plot_perf_box_name"
17814   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17816   include:
17817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17821   layout:
17822     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17823     layout: "plot-throughput"
17824
17825 - type: "plot"
17826   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17827   algorithm: "plot_perf_box_name"
17828   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17830   include:
17831     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17832     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17833     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17834     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17835     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17836     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17837   layout:
17838     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17839     layout: "plot-throughput"
17840
17841 - type: "plot"
17842   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17843   algorithm: "plot_perf_box_name"
17844   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17845   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17846   include:
17847     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17848     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17849     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17850     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17851     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17852     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17853   layout:
17854     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17855     layout: "plot-throughput"
17856
17857 - type: "plot"
17858   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17859   algorithm: "plot_perf_box_name"
17860   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17862   include:
17863     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17864     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17865     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17866     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17867   layout:
17868     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17869     layout: "plot-throughput"
17870
17871 - type: "plot"
17872   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17873   algorithm: "plot_perf_box_name"
17874   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17876   include:
17877     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17878     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17879     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17880     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17881   layout:
17882     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17883     layout: "plot-throughput"
17884
17885 - type: "plot"
17886   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17887   algorithm: "plot_perf_box_name"
17888   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17890   include:
17891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17896   layout:
17897     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17898     layout: "plot-throughput"
17899
17900 - type: "plot"
17901   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17902   algorithm: "plot_perf_box_name"
17903   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17904   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17905   include:
17906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17911   layout:
17912     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17913     layout: "plot-throughput"
17914
17915 - type: "plot"
17916   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17917   algorithm: "plot_perf_box_name"
17918   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17920   include:
17921     - "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"
17922     - "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"
17923     - "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"
17924     - "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"
17925     - "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"
17926   layout:
17927     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17928     layout: "plot-throughput"
17929
17930 - type: "plot"
17931   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17932   algorithm: "plot_perf_box_name"
17933   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17934   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17935   include:
17936     - "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"
17937     - "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"
17938     - "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"
17939     - "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"
17940     - "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"
17941   layout:
17942     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17943     layout: "plot-throughput"
17944
17945 - type: "plot"
17946   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17947   algorithm: "plot_perf_box_name"
17948   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17950   include:
17951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17956   layout:
17957     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17958     layout: "plot-throughput"
17959
17960 - type: "plot"
17961   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17962   algorithm: "plot_perf_box_name"
17963   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17964   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17965   include:
17966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17971   layout:
17972     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17973     layout: "plot-throughput"
17974
17975 - type: "plot"
17976   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17977   algorithm: "plot_perf_box_name"
17978   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17980   include:
17981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17986   layout:
17987     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17988     layout: "plot-throughput"
17989
17990 - type: "plot"
17991   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17992   algorithm: "plot_perf_box_name"
17993   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17995   include:
17996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18001   layout:
18002     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18003     layout: "plot-throughput"
18004
18005 - type: "plot"
18006   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18007   algorithm: "plot_perf_box_name"
18008   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18010   include:
18011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18015   layout:
18016     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18017     layout: "plot-throughput"
18018
18019 - type: "plot"
18020   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18021   algorithm: "plot_perf_box_name"
18022   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18024   include:
18025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18029   layout:
18030     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18031     layout: "plot-throughput"
18032
18033 - type: "plot"
18034   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18035   algorithm: "plot_perf_box_name"
18036   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18038   include:
18039     - "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"
18040     - "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"
18041     - "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"
18042     - "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"
18043   layout:
18044     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18045     layout: "plot-throughput"
18046
18047 - type: "plot"
18048   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18049   algorithm: "plot_perf_box_name"
18050   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18052   include:
18053     - "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"
18054     - "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"
18055     - "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"
18056     - "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"
18057   layout:
18058     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18059     layout: "plot-throughput"
18060
18061 - type: "plot"
18062   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18063   algorithm: "plot_perf_box_name"
18064   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18066   include:
18067     - "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"
18068     - "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"
18069     - "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"
18070     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18071     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18072     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18073   layout:
18074     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18075     layout: "plot-throughput"
18076
18077 - type: "plot"
18078   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18079   algorithm: "plot_perf_box_name"
18080   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18082   include:
18083     - "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"
18084     - "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"
18085     - "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"
18086     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18087     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18088     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18089   layout:
18090     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18091     layout: "plot-throughput"
18092
18093 ################################################################################
18094
18095 # Packet Speedup
18096
18097 - type: "plot"
18098   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18099   algorithm: "plot_tsa_name"
18100   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18102   include:
18103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18104     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18105     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18106     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18107   layout:
18108     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18109     layout: "plot-throughput-speedup-analysis"
18110
18111 - type: "plot"
18112   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18113   algorithm: "plot_tsa_name"
18114   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18116   include:
18117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18118     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18119     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18120     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18121   layout:
18122     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18123     layout: "plot-throughput-speedup-analysis"
18124
18125 - type: "plot"
18126   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18127   algorithm: "plot_tsa_name"
18128   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18130   include:
18131     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18132     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18133     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18134     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18135   layout:
18136     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18137     layout: "plot-throughput-speedup-analysis"
18138
18139 - type: "plot"
18140   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18141   algorithm: "plot_tsa_name"
18142   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18143   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18144   include:
18145     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18146     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18147     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18148     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18149   layout:
18150     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18151     layout: "plot-throughput-speedup-analysis"
18152
18153 - type: "plot"
18154   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18155   algorithm: "plot_tsa_name"
18156   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18158   include:
18159     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18160     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18161     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18162     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18163   layout:
18164     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18165     layout: "plot-throughput-speedup-analysis"
18166
18167 - type: "plot"
18168   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18169   algorithm: "plot_tsa_name"
18170   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18172   include:
18173     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18174     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18175     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18176     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18177   layout:
18178     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18179     layout: "plot-throughput-speedup-analysis"
18180
18181 - type: "plot"
18182   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18183   algorithm: "plot_tsa_name"
18184   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18186   include:
18187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18191     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18193   layout:
18194     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18195     layout: "plot-throughput-speedup-analysis"
18196
18197 - type: "plot"
18198   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18199   algorithm: "plot_tsa_name"
18200   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18201   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18202   include:
18203     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18204     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18205     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18208     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18209   layout:
18210     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18211     layout: "plot-throughput-speedup-analysis"
18212
18213 - type: "plot"
18214   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18215   algorithm: "plot_tsa_name"
18216   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18217   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18218   include:
18219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18223   layout:
18224     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18225     layout: "plot-throughput-speedup-analysis"
18226
18227 - type: "plot"
18228   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18229   algorithm: "plot_tsa_name"
18230   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18231   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18232   include:
18233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18237   layout:
18238     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18239     layout: "plot-throughput-speedup-analysis"
18240
18241 - type: "plot"
18242   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18243   algorithm: "plot_tsa_name"
18244   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18245   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18246   include:
18247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18250   layout:
18251     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18252     layout: "plot-throughput-speedup-analysis"
18253
18254 - type: "plot"
18255   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18256   algorithm: "plot_tsa_name"
18257   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18258   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18259   include:
18260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18263   layout:
18264     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18265     layout: "plot-throughput-speedup-analysis"
18266
18267 - type: "plot"
18268   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18269   algorithm: "plot_tsa_name"
18270   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18272   include:
18273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18278   layout:
18279     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18280     layout: "plot-throughput-speedup-analysis"
18281
18282 - type: "plot"
18283   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18284   algorithm: "plot_tsa_name"
18285   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18286   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18287   include:
18288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18293   layout:
18294     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18295     layout: "plot-throughput-speedup-analysis"
18296
18297 - type: "plot"
18298   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18299   algorithm: "plot_tsa_name"
18300   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18302   include:
18303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18306   layout:
18307     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18308     layout: "plot-throughput-speedup-analysis"
18309
18310 - type: "plot"
18311   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18312   algorithm: "plot_tsa_name"
18313   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18314   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18315   include:
18316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18319   layout:
18320     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18321     layout: "plot-throughput-speedup-analysis"
18322
18323 - type: "plot"
18324   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18325   algorithm: "plot_tsa_name"
18326   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18327   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18328   include:
18329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18335   layout:
18336     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18337     layout: "plot-throughput-speedup-analysis"
18338
18339 - type: "plot"
18340   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18341   algorithm: "plot_tsa_name"
18342   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18344   include:
18345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18351   layout:
18352     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18353     layout: "plot-throughput-speedup-analysis"
18354
18355 - type: "plot"
18356   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18357   algorithm: "plot_tsa_name"
18358   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18360   include:
18361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18367   layout:
18368     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18369     layout: "plot-throughput-speedup-analysis"
18370
18371 - type: "plot"
18372   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18373   algorithm: "plot_tsa_name"
18374   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18376   include:
18377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18383   layout:
18384     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18385     layout: "plot-throughput-speedup-analysis"
18386
18387 - type: "plot"
18388   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18389   algorithm: "plot_tsa_name"
18390   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18392   include:
18393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18395   layout:
18396     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18397     layout: "plot-throughput-speedup-analysis"
18398
18399 - type: "plot"
18400   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18401   algorithm: "plot_tsa_name"
18402   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18404   include:
18405     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18406     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18407   layout:
18408     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18409     layout: "plot-throughput-speedup-analysis"
18410
18411 - type: "plot"
18412   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18413   algorithm: "plot_tsa_name"
18414   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18415   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18416   include:
18417     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18418     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18419     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18420     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18421     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18422     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18423   layout:
18424     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18425     layout: "plot-throughput-speedup-analysis"
18426
18427 - type: "plot"
18428   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18429   algorithm: "plot_tsa_name"
18430   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18431   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18432   include:
18433     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18435     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18436     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18437     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18438     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18439   layout:
18440     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18441     layout: "plot-throughput-speedup-analysis"
18442
18443 - type: "plot"
18444   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18445   algorithm: "plot_tsa_name"
18446   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18448   include:
18449     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18450     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18451     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18452     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18453     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18454     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18455   layout:
18456     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18457     layout: "plot-throughput-speedup-analysis"
18458
18459 - type: "plot"
18460   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18461   algorithm: "plot_tsa_name"
18462   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18464   include:
18465     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18466     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18467     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18468     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18469     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18470     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18471   layout:
18472     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18473     layout: "plot-throughput-speedup-analysis"
18474
18475 - type: "plot"
18476   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18477   algorithm: "plot_tsa_name"
18478   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18479   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18480   include:
18481     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18482     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18483     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18484     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18485     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18486     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18487   layout:
18488     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18489     layout: "plot-throughput-speedup-analysis"
18490
18491 - type: "plot"
18492   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18493   algorithm: "plot_tsa_name"
18494   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18496   include:
18497     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18498     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18499     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18500     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18501     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18502     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18503   layout:
18504     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18505     layout: "plot-throughput-speedup-analysis"
18506
18507 - type: "plot"
18508   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18509   algorithm: "plot_tsa_name"
18510   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18512   include:
18513     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18514     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18515     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18516     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18517     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18518   layout:
18519     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18520     layout: "plot-throughput-speedup-analysis"
18521
18522 - type: "plot"
18523   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18524   algorithm: "plot_tsa_name"
18525   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18527   include:
18528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18530     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18531     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18532     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18533   layout:
18534     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18535     layout: "plot-throughput-speedup-analysis"
18536
18537 - type: "plot"
18538   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18539   algorithm: "plot_tsa_name"
18540   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18542   include:
18543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18547     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18548   layout:
18549     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18550     layout: "plot-throughput-speedup-analysis"
18551
18552 - type: "plot"
18553   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18554   algorithm: "plot_tsa_name"
18555   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18557   include:
18558     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18559     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18560     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18561     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18562     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18563   layout:
18564     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18565     layout: "plot-throughput-speedup-analysis"
18566
18567 - type: "plot"
18568   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18569   algorithm: "plot_tsa_name"
18570   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18572   include:
18573     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18574     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18575     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18576     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18577     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18578   layout:
18579     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18580     layout: "plot-throughput-speedup-analysis"
18581
18582 - type: "plot"
18583   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18584   algorithm: "plot_tsa_name"
18585   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18587   include:
18588     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18589     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18590     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18591     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18592     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18593   layout:
18594     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18595     layout: "plot-throughput-speedup-analysis"
18596
18597 - type: "plot"
18598   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18599   algorithm: "plot_tsa_name"
18600   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18602   include:
18603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18608   layout:
18609     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18610     layout: "plot-throughput-speedup-analysis"
18611
18612 - type: "plot"
18613   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18614   algorithm: "plot_tsa_name"
18615   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18616   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18617   include:
18618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18623   layout:
18624     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18625     layout: "plot-throughput-speedup-analysis"
18626
18627 - type: "plot"
18628   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18629   algorithm: "plot_tsa_name"
18630   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18631   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18632   include:
18633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18638   layout:
18639     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18640     layout: "plot-throughput-speedup-analysis"
18641
18642 - type: "plot"
18643   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18644   algorithm: "plot_tsa_name"
18645   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18647   include:
18648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18653   layout:
18654     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18655     layout: "plot-throughput-speedup-analysis"
18656
18657 - type: "plot"
18658   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18659   algorithm: "plot_tsa_name"
18660   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18662   include:
18663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18669   layout:
18670     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18671     layout: "plot-throughput-speedup-analysis"
18672
18673 - type: "plot"
18674   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18675   algorithm: "plot_tsa_name"
18676   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18678   include:
18679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18685   layout:
18686     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18687     layout: "plot-throughput-speedup-analysis"
18688
18689 - type: "plot"
18690   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18691   algorithm: "plot_tsa_name"
18692   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18694   include:
18695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18699   layout:
18700     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18701     layout: "plot-throughput-speedup-analysis"
18702
18703 - type: "plot"
18704   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18705   algorithm: "plot_tsa_name"
18706   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18708   include:
18709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18713   layout:
18714     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18715     layout: "plot-throughput-speedup-analysis"
18716
18717 - type: "plot"
18718   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18719   algorithm: "plot_tsa_name"
18720   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18722   include:
18723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18729   layout:
18730     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18731     layout: "plot-throughput-speedup-analysis"
18732
18733 - type: "plot"
18734   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18735   algorithm: "plot_tsa_name"
18736   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18738   include:
18739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18745   layout:
18746     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18747     layout: "plot-throughput-speedup-analysis"
18748
18749 - type: "plot"
18750   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18751   algorithm: "plot_tsa_name"
18752   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18754   include:
18755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18759   layout:
18760     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18761     layout: "plot-throughput-speedup-analysis"
18762
18763 - type: "plot"
18764   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18765   algorithm: "plot_tsa_name"
18766   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18768   include:
18769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18773   layout:
18774     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18775     layout: "plot-throughput-speedup-analysis"
18776
18777 - type: "plot"
18778   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18779   algorithm: "plot_tsa_name"
18780   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18781   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18782   include:
18783     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18784     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18785     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18786     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18787     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18788     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18789   layout:
18790     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18791     layout: "plot-throughput-speedup-analysis"
18792
18793 - type: "plot"
18794   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18795   algorithm: "plot_tsa_name"
18796   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18797   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18798   include:
18799     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18800     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18801     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18802     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18803     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18804     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18805   layout:
18806     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18807     layout: "plot-throughput-speedup-analysis"
18808
18809 - type: "plot"
18810   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18811   algorithm: "plot_tsa_name"
18812   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18814   include:
18815     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18816     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18817     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18818     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18819   layout:
18820     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18821     layout: "plot-throughput-speedup-analysis"
18822
18823 - type: "plot"
18824   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18825   algorithm: "plot_tsa_name"
18826   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18827   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18828   include:
18829     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18830     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18831     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18832     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18833   layout:
18834     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18835     layout: "plot-throughput-speedup-analysis"
18836
18837 - type: "plot"
18838   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18839   algorithm: "plot_tsa_name"
18840   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18842   include:
18843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18848   layout:
18849     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18850     layout: "plot-throughput-speedup-analysis"
18851
18852 - type: "plot"
18853   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18854   algorithm: "plot_tsa_name"
18855   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18856   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18857   include:
18858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18863   layout:
18864     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18865     layout: "plot-throughput-speedup-analysis"
18866
18867 - type: "plot"
18868   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18869   algorithm: "plot_tsa_name"
18870   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18871   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18872   include:
18873     - "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"
18874     - "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"
18875     - "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"
18876     - "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"
18877     - "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"
18878   layout:
18879     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18880     layout: "plot-throughput-speedup-analysis"
18881
18882 - type: "plot"
18883   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18884   algorithm: "plot_tsa_name"
18885   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18887   include:
18888     - "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"
18889     - "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"
18890     - "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"
18891     - "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"
18892     - "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"
18893   layout:
18894     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18895     layout: "plot-throughput-speedup-analysis"
18896
18897 - type: "plot"
18898   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18899   algorithm: "plot_tsa_name"
18900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18902   include:
18903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18908   layout:
18909     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18910     layout: "plot-throughput-speedup-analysis"
18911
18912 - type: "plot"
18913   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18914   algorithm: "plot_tsa_name"
18915   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18917   include:
18918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18923   layout:
18924     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18925     layout: "plot-throughput-speedup-analysis"
18926
18927 - type: "plot"
18928   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18929   algorithm: "plot_tsa_name"
18930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18932   include:
18933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18938   layout:
18939     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18940     layout: "plot-throughput-speedup-analysis"
18941
18942 - type: "plot"
18943   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18944   algorithm: "plot_tsa_name"
18945   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18947   include:
18948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18953   layout:
18954     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18955     layout: "plot-throughput-speedup-analysis"
18956
18957 - type: "plot"
18958   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18959   algorithm: "plot_tsa_name"
18960   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18961   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18962   include:
18963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18967   layout:
18968     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18969     layout: "plot-throughput-speedup-analysis"
18970
18971 - type: "plot"
18972   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18973   algorithm: "plot_tsa_name"
18974   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18976   include:
18977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18981   layout:
18982     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18983     layout: "plot-throughput-speedup-analysis"
18984
18985 - type: "plot"
18986   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18987   algorithm: "plot_tsa_name"
18988   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18990   include:
18991     - "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"
18992     - "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"
18993     - "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"
18994     - "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"
18995   layout:
18996     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18997     layout: "plot-throughput-speedup-analysis"
18998
18999 - type: "plot"
19000   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
19001   algorithm: "plot_tsa_name"
19002   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
19003   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19004   include:
19005     - "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"
19006     - "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"
19007     - "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"
19008     - "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"
19009   layout:
19010     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
19011     layout: "plot-throughput-speedup-analysis"
19012
19013 - type: "plot"
19014   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19015   algorithm: "plot_tsa_name"
19016   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19017   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19018   include:
19019     - "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"
19020     - "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"
19021     - "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"
19022     - "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"
19023     - "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"
19024     - "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"
19025   layout:
19026     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19027     layout: "plot-throughput-speedup-analysis"
19028
19029 - type: "plot"
19030   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19031   algorithm: "plot_tsa_name"
19032   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19033   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19034   include:
19035     - "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"
19036     - "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"
19037     - "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"
19038     - "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"
19039     - "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"
19040     - "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"
19041   layout:
19042     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19043     layout: "plot-throughput-speedup-analysis"
19044
19045 ################################################################################
19046
19047 # Packet Throughput - DPDK
19048
19049 # 2n-clx-xxv710
19050
19051 - type: "plot"
19052   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19053   algorithm: "plot_perf_box_name"
19054   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19055   data: "plot-dpdk-throughput-latency-2n-clx"
19056   include:
19057     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19058     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19059   layout:
19060     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19061     layout: "plot-throughput"
19062
19063 - type: "plot"
19064   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19065   algorithm: "plot_perf_box_name"
19066   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19067   data: "plot-dpdk-throughput-latency-2n-clx"
19068   include:
19069     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19070     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19071   layout:
19072     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19073     layout: "plot-throughput"
19074
19075 - type: "plot"
19076   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19077   algorithm: "plot_perf_box_name"
19078   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19079   data: "plot-dpdk-throughput-latency-2n-clx"
19080   include:
19081     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19082     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19083   layout:
19084     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19085     layout: "plot-throughput"
19086
19087 - type: "plot"
19088   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19089   algorithm: "plot_perf_box_name"
19090   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19091   data: "plot-dpdk-throughput-latency-2n-clx"
19092   include:
19093     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19094     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19095   layout:
19096     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19097     layout: "plot-throughput"
19098
19099 # 2n-clx-x710
19100
19101 - type: "plot"
19102   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19103   algorithm: "plot_perf_box_name"
19104   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19105   data: "plot-dpdk-throughput-latency-2n-clx"
19106   include:
19107     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19108     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19109   layout:
19110     title: "2n-clx-x710-64b-2t1c-base-ndr"
19111     layout: "plot-throughput"
19112
19113 - type: "plot"
19114   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19115   algorithm: "plot_perf_box_name"
19116   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19117   data: "plot-dpdk-throughput-latency-2n-clx"
19118   include:
19119     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19120     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19121   layout:
19122     title: "2n-clx-x710-64b-4t2c-base-ndr"
19123     layout: "plot-throughput"
19124
19125 - type: "plot"
19126   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19127   algorithm: "plot_perf_box_name"
19128   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19129   data: "plot-dpdk-throughput-latency-2n-clx"
19130   include:
19131     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19132     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19133   layout:
19134     title: "2n-clx-x710-64b-2t1c-base-pdr"
19135     layout: "plot-throughput"
19136
19137 - type: "plot"
19138   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19139   algorithm: "plot_perf_box_name"
19140   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19141   data: "plot-dpdk-throughput-latency-2n-clx"
19142   include:
19143     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19144     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19145   layout:
19146     title: "2n-clx-x710-64b-4t2c-base-pdr"
19147     layout: "plot-throughput"
19148
19149 ################################################################################
19150
19151 - type: "plot"
19152   title: "Latency by percentile: 2n-skx"
19153   algorithm: "plot_hdrh_lat_by_percentile"
19154   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19155   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19156   target-links: "../../_static/vpp"
19157   data: "plot-vpp-hdrh-lat-2n-skx"
19158   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19159   layout:
19160     layout: "plot-hdrh-latency-by-percentile"
19161
19162 - type: "plot"
19163   title: "Latency by percentile: 3n-skx"
19164   algorithm: "plot_hdrh_lat_by_percentile"
19165   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19166   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19167   target-links: "../../_static/vpp"
19168   data: "plot-vpp-hdrh-lat-3n-skx"
19169   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19170   layout:
19171     layout: "plot-hdrh-latency-by-percentile"
19172
19173 - type: "plot"
19174   title: "Latency by percentile: 2n-clx"
19175   algorithm: "plot_hdrh_lat_by_percentile"
19176   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19177   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19178   target-links: "../../_static/vpp"
19179   data: "plot-vpp-hdrh-lat-2n-clx"
19180   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19181   layout:
19182     layout: "plot-hdrh-latency-by-percentile"
19183
19184 - type: "plot"
19185   title: "Latency by percentile: 3n-hsw"
19186   algorithm: "plot_hdrh_lat_by_percentile"
19187   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19188   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19189   target-links: "../../_static/vpp"
19190   data: "plot-vpp-hdrh-lat-3n-hsw"
19191   filter: "'1T1C' and 'NIC_Intel-XL710'"
19192   layout:
19193     layout: "plot-hdrh-latency-by-percentile"
19194
19195 - type: "plot"
19196   title: "Latency by percentile: 3n-tsh"
19197   algorithm: "plot_hdrh_lat_by_percentile"
19198   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19199   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19200   target-links: "../../_static/vpp"
19201   data: "plot-vpp-hdrh-lat-3n-tsh"
19202   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19203   layout:
19204     layout: "plot-hdrh-latency-by-percentile"
19205
19206 - type: "plot"
19207   title: "Latency by percentile: DPDK 2n-skx"
19208   algorithm: "plot_hdrh_lat_by_percentile"
19209   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19210   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19211   target-links: "../../_static/dpdk"
19212   data: "plot-dpdk-hdrh-lat-2n-skx"
19213   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19214   layout:
19215     layout: "plot-hdrh-latency-by-percentile"
19216
19217 - type: "plot"
19218   title: "Latency by percentile: DPDK 3n-skx"
19219   algorithm: "plot_hdrh_lat_by_percentile"
19220   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19221   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19222   target-links: "../../_static/dpdk"
19223   data: "plot-dpdk-hdrh-lat-3n-skx"
19224   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19225   layout:
19226     layout: "plot-hdrh-latency-by-percentile"
19227
19228 - type: "plot"
19229   title: "Latency by percentile: DPDK 2n-clx"
19230   algorithm: "plot_hdrh_lat_by_percentile"
19231   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19232   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19233   target-links: "../../_static/dpdk"
19234   data: "plot-dpdk-hdrh-lat-2n-clx"
19235   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19236   layout:
19237     layout: "plot-hdrh-latency-by-percentile"
19238
19239 - type: "plot"
19240   title: "Latency by percentile: DPDK 3n-hsw"
19241   algorithm: "plot_hdrh_lat_by_percentile"
19242   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19243   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19244   target-links: "../../_static/dpdk"
19245   data: "plot-dpdk-hdrh-lat-3n-hsw"
19246   filter: "'1T1C' and 'NIC_Intel-XL710'"
19247   layout:
19248     layout: "plot-hdrh-latency-by-percentile"
19249
19250 - type: "plot"
19251   title: "Latency by percentile: DPDK 3n-tsh"
19252   algorithm: "plot_hdrh_lat_by_percentile"
19253   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19254   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19255   target-links: "../../_static/dpdk"
19256   data: "plot-dpdk-hdrh-lat-3n-tsh"
19257   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19258   layout:
19259     layout: "plot-hdrh-latency-by-percentile"